Uses of Interface
net.sf.jguiraffe.gui.builder.enablers.ElementEnabler
-
Packages that use ElementEnabler Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found.net.sf.jguiraffe.gui.builder.enablers A package with classes for enabling or disabling other elements. -
-
Uses of ElementEnabler in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that return ElementEnabler Modifier and Type Method Description ElementEnablerCommandActionTask. getAfterEnabler()Returns theElementEnablerthat is invoked after the execution of this task.ElementEnablerCommandActionTask. getBeforeEnabler()Returns theElementEnablerthat is invoked before the execution of this task.Methods in net.sf.jguiraffe.gui.app with parameters of type ElementEnabler Modifier and Type Method Description voidCommandActionTask. setAfterEnabler(ElementEnabler afterEnabler)Sets theElementEnablerthat is invoked after the execution of this task.voidCommandActionTask. setBeforeEnabler(ElementEnabler beforeEnabler)Sets theElementEnablerthat is invoked before the execution of this task. -
Uses of ElementEnabler in net.sf.jguiraffe.gui.builder.enablers
Classes in net.sf.jguiraffe.gui.builder.enablers that implement ElementEnabler Modifier and Type Class Description classActionEnablerA specialized implementation of theElementEnablerinterface that can change the enabled state of actions.classActionGroupEnablerA specialized implementation of theElementEnablerinterface that can change the enabled state of action groups.classChainElementEnablerA specialized implementation of theElementEnablerinterface that maintains an arbitrary number of otherElementEnablerobjects.classComponentEnablerA specialized implementation of theElementEnablerinterface that can change the enabled state of components.classInverseEnablerA specialized implementation of theElementEnablerinterface that wraps anotherElementEnablerand inverses thesetEnabledState()implementation of this wrapped enabler.classNullEnablerA trivial implementation of theElementEnablerinterface that does nothing.Methods in net.sf.jguiraffe.gui.builder.enablers that return ElementEnabler Modifier and Type Method Description ElementEnablerEnablerBuilder. build()Creates anElementEnablerbased on the specifications that have been added to this builder.protected ElementEnablerEnablerBuilder. createEnabler(String prefix, String name)Creates anElementEnablerfor the specified prefix.ElementEnablerInverseEnabler. getWrappedEnabler()Returns theElementEnablerwrapped by this object.protected ElementEnablerEnablerBuilder. processSpecification(String spec)Processes the specified specification and creates a correspondingElementEnabler.Methods in net.sf.jguiraffe.gui.builder.enablers that return types with arguments of type ElementEnabler Modifier and Type Method Description Collection<ElementEnabler>ChainElementEnabler. getChildEnablers()Returns a collection of theElementEnablerobjects maintained by thisChainElementEnabler.Constructors in net.sf.jguiraffe.gui.builder.enablers with parameters of type ElementEnabler Constructor Description InverseEnabler(ElementEnabler wrapped)Creates a new instance ofInverseEnablerand initializes it withElementEnablerto be wrapped.Constructor parameters in net.sf.jguiraffe.gui.builder.enablers with type arguments of type ElementEnabler Constructor Description ChainElementEnabler(Collection<ElementEnabler> children)Creates a new instance ofChainElementEnablerand initializes it with the given collection of childElementEnablerobjects.
-