Uses of Interface
de.sciss.app.LaterInvocationManager.Listener

Packages that use LaterInvocationManager.Listener
de.sciss.app   
de.sciss.common   
de.sciss.gui   
 

Uses of LaterInvocationManager.Listener in de.sciss.app
 

Classes in de.sciss.app that implement LaterInvocationManager.Listener
 class DynamicPrefChangeManager
          A utility class for a mechanism common to many GUI objects : they listen to certain preferences and need to act upon changes.
 

Constructors in de.sciss.app with parameters of type LaterInvocationManager.Listener
LaterInvocationManager(LaterInvocationManager.Listener listener)
          Constructs a new LaterInvocationManager with one particular listener.
 

Uses of LaterInvocationManager.Listener in de.sciss.common
 

Classes in de.sciss.common that implement LaterInvocationManager.Listener
 class BasicPathField
           
 

Uses of LaterInvocationManager.Listener in de.sciss.gui
 

Classes in de.sciss.gui that implement LaterInvocationManager.Listener
 class BooleanPrefsMenuAction
          Adds PreferenceEntrySync functionality to the superclass note that unlike PrefCheckBox and the like, it's only valid to listen to the prefs changes, not the action events
 class IntPrefsMenuAction
          Adds PreferenceEntrySync functionality to the superclass note that unlike PrefCheckBox and the like, it's only valid to listen to the prefs changes, not the action events
 class KeyStrokeTextField
          A specialized textfield that records a keystroke shortcut.
 class PrefCheckBox
          Equips a normal JCheckBox with preference storing / recalling capabilities.
 class PrefComboBox
          Equips a normal JComboBox with preference storing / recalling capabilities.
 class PrefMenuAction
          Adds PreferenceEntrySync functionality to the superclass.
 class PrefNumberField
          Equips a NumberField with preference storing / recalling capabilities.
 class PrefParamField
          Equips a ParamField with preference storing / recalling capabilities.
 class PrefPathField
          Subclass of PathField that enables automatic Preferences association
 class PrefRecentItemsCombo
           
 class PrefTextField
          Equips a normal JTextField with preference storing / recalling capabilities.