|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.nachocalendar.customizer.CustomizerFactory
public class CustomizerFactory
Factory using a configuration file to set the properties of the component. Must be a .properties or .xml file. See the resources for examples.
Constructor Summary | |
---|---|
CustomizerFactory(java.io.File config)
Constructor with a config file. |
Method Summary | |
---|---|
CalendarPanel |
createCalendarPanel()
Returns a CalendarPanel customized. |
CalendarPanel |
createCalendarPanel(boolean showWeekNumbers)
Returns a CalendarPanel customized. |
DateField |
createDateField()
Returns a DateField customized. |
DateField |
createDateField(boolean showWeekNumbers)
Returns a DateField customized. |
DatePanel |
createDatePanel()
Returns a DatePanel customized. |
DatePanel |
createDatePanel(boolean showWeekNumbers)
Returns a DatePanel customized. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomizerFactory(java.io.File config) throws java.io.FileNotFoundException, java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
config
-
java.io.FileNotFoundException
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
Method Detail |
---|
public DateField createDateField()
public DateField createDateField(boolean showWeekNumbers)
showWeekNumbers
-
public DatePanel createDatePanel()
public DatePanel createDatePanel(boolean showWeekNumbers)
showWeekNumbers
-
public CalendarPanel createCalendarPanel()
public CalendarPanel createCalendarPanel(boolean showWeekNumbers)
showWeekNumbers
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |