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 ComponentStoreComponentBuilderData. getComponentStore()Returns a reference to the current component store.ComponentStoreComponentBuilderData. popComponentStore()Removes a component store from this object.ComponentStoreComponentBuilderData. 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 ComponentStoreComponentBuilderData. 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 ComponentStoreFormEventManager. 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 voidFormEventManager. 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 classComponentStoreImplA fully functional default implementation of theComponentStoreinterface.Methods in net.sf.jguiraffe.gui.forms that return ComponentStore Modifier and Type Method Description ComponentStoreForm. getComponentStore()Returns the component store of this form.
-