com.jgoodies.skeleton.model
Class UISettingsModel

java.lang.Object
  extended by com.jgoodies.binding.beans.Model
      extended by com.jgoodies.skeleton.model.UISettingsModel
All Implemented Interfaces:
com.jgoodies.binding.beans.Observable, Serializable

public final class UISettingsModel
extends com.jgoodies.binding.beans.Model

Provides bound properties for presentation related settings.

Version:
$Revision: 1.7 $
Author:
Karsten Lentzsch
See Also:
Serialized Form

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

PROPERTYNAME_EXPAND_SELECTED_PATHS

public static final String PROPERTYNAME_EXPAND_SELECTED_PATHS
See Also:
Constant Field Values

PROPERTYNAME_COLLAPSE_DESELECTED_PATHS

public static final String PROPERTYNAME_COLLAPSE_DESELECTED_PATHS
See Also:
Constant Field Values
Constructor Detail

UISettingsModel

public UISettingsModel()
Method Detail

getCollapseDeselectedPaths

public boolean getCollapseDeselectedPaths()
Returns if the navigator collapses deselected paths.

Returns:
true if deselected paths will be collapsed

getExpandSelectedPaths

public boolean getExpandSelectedPaths()
Returns if the navigator expands paths on selection.

Returns:
true if selected paths are expanded, false otherwise

setCollapseDeselectedPaths

public void setCollapseDeselectedPaths(boolean newValue)
Enables or disables the automatic compression of deselected paths.

Parameters:
newValue - true to enable the auto collapse, false to disable it

setExpandSelectedPaths

public void setExpandSelectedPaths(boolean newValue)
Enables or disables the automatic expansion of selected paths.

Parameters:
newValue - true to enable the auto expansion, false to disable it


Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.