|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.binding.beans.Model
net.sf.advjavacalendar.common.NavigationSettings
public class NavigationSettings
Holds the current selection in the NavigationPanel
Constructor Summary | |
---|---|
NavigationSettings()
Constructor for the settings initialize default values |
Method Summary | |
---|---|
java.lang.String |
getMonth()
|
java.lang.String |
getSearch()
|
java.lang.Integer |
getYear()
|
void |
setMonth(java.lang.String month)
|
void |
setSearch(java.lang.String search)
|
void |
setYear(java.lang.Integer year)
|
Methods inherited from class com.jgoodies.binding.beans.Model |
---|
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, equals, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NavigationSettings()
Method Detail |
---|
public java.lang.String getMonth()
public void setMonth(java.lang.String month)
month
- The month to set.public java.lang.Integer getYear()
public void setYear(java.lang.Integer year)
year
- The year to set.public java.lang.String getSearch()
public void setSearch(java.lang.String search)
search
- The search to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |