|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.binding.beans.Model
com.jgoodies.skeleton.model.UISettingsModel
public final class UISettingsModel
Provides bound properties for presentation related settings.
Field Summary | |
---|---|
static String |
PROPERTYNAME_COLLAPSE_DESELECTED_PATHS
|
static String |
PROPERTYNAME_EXPAND_SELECTED_PATHS
|
Constructor Summary | |
---|---|
UISettingsModel()
|
Method Summary | |
---|---|
boolean |
getCollapseDeselectedPaths()
Returns if the navigator collapses deselected paths. |
boolean |
getExpandSelectedPaths()
Returns if the navigator expands paths on selection. |
void |
setCollapseDeselectedPaths(boolean newValue)
Enables or disables the automatic compression of deselected paths. |
void |
setExpandSelectedPaths(boolean newValue)
Enables or disables the automatic expansion of selected paths. |
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 |
Field Detail |
---|
public static final String PROPERTYNAME_EXPAND_SELECTED_PATHS
public static final String PROPERTYNAME_COLLAPSE_DESELECTED_PATHS
Constructor Detail |
---|
public UISettingsModel()
Method Detail |
---|
public boolean getCollapseDeselectedPaths()
public boolean getExpandSelectedPaths()
public void setCollapseDeselectedPaths(boolean newValue)
newValue
- true to enable the auto collapse, false to disable itpublic void setExpandSelectedPaths(boolean newValue)
newValue
- true to enable the auto expansion, false to disable it
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |