Package bibliothek.gui.dock.facile.mode.status

Strategies helping a LocationModeManager to decide which modes are available for a Dockable.

See:
          Description

Interface Summary
ExtendedModeEnablement Generic algorithm telling for Dockables whether some ExtendedMode is available or not.
ExtendedModeEnablementFactory This factory creates new ExtendedModeEnablements.
ExtendedModeEnablementListener This listener is added to an ExtendedModeEnablement and informs if the availability-state of a mode in respect to a dockable changes.
 

Class Summary
AbstractExtendedModeEnablement Abstract implementation of an ExtendedModeEnablement.
DefaultExtendedModeEnablement This default implementation observes CDockable.isExternalizable(), CDockable.isMinimizable() and CDockable.isMaximizable().
 

Package bibliothek.gui.dock.facile.mode.status Description

Strategies helping a LocationModeManager to decide which modes are available for a Dockable. Clients can use the property LocationModeManager.MODE_ENABLEMENT to replace the current strategy.