Uses of Package
org.xnap.commons.settings

Packages that use org.xnap.commons.settings
org.xnap.commons.gui Provides common GUI components like dialogs, borders and such. 
org.xnap.commons.gui.action Provides an enhanced Action implementation that can adopts the icon size based on the component and support 2-state actions. 
org.xnap.commons.gui.dnd Provides abstract and default handlers for file drag and drops. 
org.xnap.commons.gui.settings Provides components for handling of Setting objects. 
org.xnap.commons.gui.shortcut Provides a classes for handling of short cuts. 
org.xnap.commons.gui.table Provides support for sortable tables and configuration of the displayed columns through a context menu. 
org.xnap.commons.settings Provides classes for application settings. 
 

Classes in org.xnap.commons.settings used by org.xnap.commons.gui
BooleanSetting
           
 

Classes in org.xnap.commons.settings used by org.xnap.commons.gui.action
BooleanSetting
           
 

Classes in org.xnap.commons.settings used by org.xnap.commons.gui.dnd
BooleanSetting
           
 

Classes in org.xnap.commons.settings used by org.xnap.commons.gui.settings
BooleanSetting
           
IntSetting
           
Setting
          Defines the requirements for classes that provide a setting.
StringSetting
          Provides a setting for String objects.
 

Classes in org.xnap.commons.settings used by org.xnap.commons.gui.shortcut
KeyStrokeSetting
          Provides a setting for KeyStroke objects.
 

Classes in org.xnap.commons.settings used by org.xnap.commons.gui.table
SettingStore
          The idea is to provide a store that can save and restore GUI settings that are only accessed on startup and shutdown of the application.
 

Classes in org.xnap.commons.settings used by org.xnap.commons.settings
AbstractSetting
          Provides a default implementation of a setting.
PortRangeValidator
          A port range validator.
PropertyResource
          This class provides a default implementation for a preferences framework.
Setting
          Defines the requirements for classes that provide a setting.
SettingResource
          Defines the requirements for classes that provide means to store settings.
StringSetting
          Provides a setting for String objects.
StringValidator
          A string validator.
TableSettingDirector
           
Validator
          Defines the requirements for classes that provide support to validate values.
 



Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.