Uses of Interface
net.sf.jguiraffe.gui.forms.ComponentStore
-
Packages that use ComponentStore Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.event The main package for events and event listeners definitions.net.sf.jguiraffe.gui.forms A package for dealing with forms. -
-
Uses of ComponentStore in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components that return ComponentStore Modifier and Type Method Description ComponentStore
ComponentBuilderData. getComponentStore()
Returns a reference to the current component store.ComponentStore
ComponentBuilderData. popComponentStore()
Removes a component store from this object.ComponentStore
ComponentBuilderData. pushComponentStore(ComponentStore store)
Adds a new component store to this object that will replace the current store.Methods in net.sf.jguiraffe.gui.builder.components with parameters of type ComponentStore Modifier and Type Method Description ComponentStore
ComponentBuilderData. pushComponentStore(ComponentStore store)
Adds a new component store to this object that will replace the current store. -
Uses of ComponentStore in net.sf.jguiraffe.gui.builder.event
Methods in net.sf.jguiraffe.gui.builder.event that return ComponentStore Modifier and Type Method Description ComponentStore
FormEventManager. getComponentStore()
Returns the component store used by this event manager instance.Methods in net.sf.jguiraffe.gui.builder.event with parameters of type ComponentStore Modifier and Type Method Description void
FormEventManager. setComponentStore(ComponentStore componentStore)
Sets the component store to be used. -
Uses of ComponentStore in net.sf.jguiraffe.gui.forms
Classes in net.sf.jguiraffe.gui.forms that implement ComponentStore Modifier and Type Class Description class
ComponentStoreImpl
A fully functional default implementation of theComponentStore
interface.Methods in net.sf.jguiraffe.gui.forms that return ComponentStore Modifier and Type Method Description ComponentStore
Form. getComponentStore()
Returns the component store of this form.
-