Uses of Interface
net.sf.sdedit.ui.components.buttons.Activator

Packages that use Activator
net.sf.sdedit.editor   
net.sf.sdedit.ui   
net.sf.sdedit.ui.components.buttons   
net.sf.sdedit.ui.impl   
 

Uses of Activator in net.sf.sdedit.editor
 

Fields in net.sf.sdedit.editor declared as Activator
 Activator Actions.canConfigureActivator
           
 Activator Actions.canNarrowActivator
           
 Activator Actions.horizontalSplitPossibleActivator
           
 Activator Actions.noDiagramErrorActivator
           
 Activator Actions.nonEmptyDiagramActivator
           
 Activator Actions.regularTabActivator
           
 Activator Actions.verticalSplitPossibleActivator
           
 

Uses of Activator in net.sf.sdedit.ui
 

Methods in net.sf.sdedit.ui with parameters of type Activator
 void UserInterface.addAction(String category, Action action, Activator activator)
          Adds a choosable component to the user interface such that on choosing it the given action is performed.
 void UserInterface.addConfigurationAction(String category, ConfigurationAction<?> action, Activator activator)
           
 void UserInterface.addToToolbar(Action action, Activator activator)
          Adds an action that can be quickly performed (by just a single click, for instance).
 

Uses of Activator in net.sf.sdedit.ui.components.buttons
 

Methods in net.sf.sdedit.ui.components.buttons with parameters of type Activator
 void EnableComponents.registerButton(JComponent comp, Activator activator)
           
 

Uses of Activator in net.sf.sdedit.ui.impl
 

Methods in net.sf.sdedit.ui.impl with parameters of type Activator
 void UserInterfaceImpl.addAction(String category, Action action, Activator activator)
           
 void UserInterfaceImpl.addConfigurationAction(String category, ConfigurationAction<?> action, Activator activator)
           
 void UserInterfaceImpl.addToToolbar(Action action, Activator activator)
           
 



Copyright © 2011. All Rights Reserved.