Uses of Class
de.sciss.gui.MenuAction

Packages that use MenuAction
de.sciss.common   
de.sciss.gui   
 

Uses of MenuAction in de.sciss.common
 

Subclasses of MenuAction in de.sciss.common
protected  class BasicMenuFactory.ActionOpenRecent
           
 class BasicMenuFactory.ActionPreferences
          Action to be attached to the Preference item of the Edit menu.
 class BasicMenuFactory.ActionShowWindow
           
 class ShowWindowAction
           
 

Uses of MenuAction in de.sciss.gui
 

Subclasses of MenuAction in de.sciss.gui
 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 PrefMenuAction
          Adds PreferenceEntrySync functionality to the superclass.
 

Methods in de.sciss.gui that return MenuAction
 MenuAction LogTextArea.getClearAction()