Java Doc for BlogCalendar.java in  » Blogger-System » blojsom-3.1 » org » blojsom » plugin » calendar » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Blogger System » blojsom 3.1 » org.blojsom.plugin.calendar 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.blojsom.plugin.calendar.BlogCalendar

BlogCalendar
public class BlogCalendar (Code)
BlogCalendar
author:
   David Czarnecki
author:
   Mark Lussier
since:
   blojsom 3.0
version:
   $Id: BlogCalendar.java,v 1.2 2007/01/17 02:35:08 czarneckid Exp $



Constructor Summary
public  BlogCalendar(Calendar calendar, String blogurl)
    
public  BlogCalendar(Calendar calendar, String blogurl, Locale locale)
    

Method Summary
public  booleandayHasEntry(int dom)
    
public  CalendargetCalendar()
    
public  StringgetCalendarUrl()
    
public  StringgetCaption()
    
public  intgetCurrentDay()
    
public  intgetCurrentMonth()
    
public  intgetCurrentYear()
    
public  StringgetDayOfWeekName(int dow)
    
public  String[]getDayOfWeekNames()
    
public  intgetDaysInMonth()
    
public  Boolean[]getEntryDates()
    
public  intgetFirstDayOfMonth()
    
public  StringgetMonthName(int month)
    
public  String[]getMonthNames()
    
public  StringgetRequestedDateKey()
    
public  StringgetShortDayOfWeekName(int dow)
    
public  String[]getShortDayOfWeekNames()
    
public  StringgetShortMonthName(int month)
    
public  String[]getShortMonthNames()
    
public  CalendargetToday()
    
public  voidremoveEntryForDOM(int dom)
    
public  voidsetCurrentDay(int currentday)
    
public  voidsetCurrentMonth(int currentmonth)
    
public  voidsetCurrentYear(int currentyear)
    
public  voidsetEntryForDOM(int dom)
    
public  voidsetRequestedDateKey(String requestedDateKey)
    


Constructor Detail
BlogCalendar
public BlogCalendar(Calendar calendar, String blogurl)(Code)
Public Constructor
Parameters:
  calendar - Caledar instance
Parameters:
  blogurl - The blog's url for calendar navigation



BlogCalendar
public BlogCalendar(Calendar calendar, String blogurl, Locale locale)(Code)
Public Constructor
Parameters:
  calendar - Caledar instance
Parameters:
  blogurl - The blog's url for calendar navigation
Parameters:
  locale - Locale for the Calendar




Method Detail
dayHasEntry
public boolean dayHasEntry(int dom)(Code)
Determines if a day of the month has entries
Parameters:
  dom - the day of the month a boolean indicating entries exist



getCalendar
public Calendar getCalendar()(Code)
Get the Calendar instance Calendar instance



getCalendarUrl
public String getCalendarUrl()(Code)
Get the Blog URL used by the calendar the blog url



getCaption
public String getCaption()(Code)
Returns the current Month as MMMMM yyyy (ex: March 2003) the current month and year as a string



getCurrentDay
public int getCurrentDay()(Code)
Gets the current day for this Calendar current day as an int (as defined by Calendar)



getCurrentMonth
public int getCurrentMonth()(Code)
Gets the current month for this Calendar current month as an int (as defined by Calendar)



getCurrentYear
public int getCurrentYear()(Code)
Gets the current year for this Calendar current year as an int (as defined by Calendar)



getDayOfWeekName
public String getDayOfWeekName(int dow)(Code)
Get the localized name of a Day of the Week
Parameters:
  dow - the day of the week (as defined by Calendar) the day of the week as a localized string



getDayOfWeekNames
public String[] getDayOfWeekNames()(Code)
Get a lit of the day of the week names (localized) String array of localized Day of Week names



getDaysInMonth
public int getDaysInMonth()(Code)
Returns the number of days in the current month days in this month



getEntryDates
public Boolean[] getEntryDates()(Code)
Get the array of day of month entry flags a boolean array of the months entries



getFirstDayOfMonth
public int getFirstDayOfMonth()(Code)
Returns the day of the week for the 1st of the month occurs on the day of the week for the 1st of the month as an int



getMonthName
public String getMonthName(int month)(Code)
Get the localized name of the given month
Parameters:
  month - the month (as defined by Calendar) the month as a localized string



getMonthNames
public String[] getMonthNames()(Code)
Get a list of the month names (localized) String array of localized month names



getRequestedDateKey
public String getRequestedDateKey()(Code)
Gets the current entry date match key (year+month+day) Date match key as a String



getShortDayOfWeekName
public String getShortDayOfWeekName(int dow)(Code)
Get the localized abbreviated name of a Day of the Week
Parameters:
  dow - the day of the week (as defined by Calendar) the abbreviated day of the week as a localized string



getShortDayOfWeekNames
public String[] getShortDayOfWeekNames()(Code)
Get a lit of the abbreviated day of the week names (localized) String array of localized abbreviated Day of Week names



getShortMonthName
public String getShortMonthName(int month)(Code)
Get the localized abbreviated name of the given month
Parameters:
  month - the month (as defined by Calendar) the abbreviated month as a localized string (ex: Feb)



getShortMonthNames
public String[] getShortMonthNames()(Code)
Get a list of the abbreviated month names (localized) String array of localized abbreviated month names



getToday
public Calendar getToday()(Code)
Get today as a Calendar instance Calendar instance



removeEntryForDOM
public void removeEntryForDOM(int dom)(Code)
Flag a day in the current month as NOT having entries
Parameters:
  dom - the day of the month



setCurrentDay
public void setCurrentDay(int currentday)(Code)
Sets the current day for this Calendar
Parameters:
  currentday - current day as an int (as defined by Calendar)



setCurrentMonth
public void setCurrentMonth(int currentmonth)(Code)
Sets the current month for this Calendar
Parameters:
  currentmonth - current month as an int (as defined by Calendar)



setCurrentYear
public void setCurrentYear(int currentyear)(Code)
Sets the current year for this Calendar
Parameters:
  currentyear - current year as an int (as defined by Calendar)



setEntryForDOM
public void setEntryForDOM(int dom)(Code)
Flag a day in the current month as having entries
Parameters:
  dom - the day of the month



setRequestedDateKey
public void setRequestedDateKey(String requestedDateKey)(Code)
Sets the current entry date match key (year+month+day)
Parameters:
  requestedDateKey - current entry match key



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.