- AbstractActionDataTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
An abstract base class for tag handler classes that need to deal with action
objects and their properties.
- AbstractActionDataTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Creates a new instance of ActionDataTag
and initializes
it.
- AbstractBeanTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
An abstract base class for tag handler implementations that create bean
providers.
- AbstractBeanTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
- AbstractCompositeComponentHandler<T,S> - Class in net.sf.jguiraffe.gui.builder.components
-
- AbstractCompositeComponentHandler(Class<T>) - Constructor for class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Creates a new instance of AbstractCompositeComponentHandler
and
initializes it with the data type class.
- AbstractDecimalTransformer<T extends Number> - Class in net.sf.jguiraffe.transform
-
A base class for number transformers that operate on floating point numbers.
- AbstractDecimalTransformer() - Constructor for class net.sf.jguiraffe.transform.AbstractDecimalTransformer
-
- AbstractDesktopTask - Class in net.sf.jguiraffe.examples.tutorial.mainwnd
-
An abstract base class for action tasks that perform a desktop operation with
the currently selected file.
- AbstractDesktopTask(MainWndController) - Constructor for class net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
-
Creates a new instance of AbstractDesktopTask
and sets the
reference to the main controller.
- AbstractEventFilter - Class in net.sf.jguiraffe.gui.builder.event.filter
-
An abstract base class for event filters.
- AbstractEventFilter() - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
-
Creates a new instance of AbstractEventFilter
.
- AbstractEventFilter(Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
-
Creates a new instance of AbstractEventFilter
and
initializes it with the base class.
- AbstractEventFilter(Class<?>, boolean) - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
-
Creates a new instance of AbstractEventFilter
and
initializes it with the base class and the acceptNull
flag.
- AbstractIntegerTransformer<T extends Number> - Class in net.sf.jguiraffe.transform
-
A base class for number transformers that operate on integer numbers.
- AbstractIntegerTransformer() - Constructor for class net.sf.jguiraffe.transform.AbstractIntegerTransformer
-
- AbstractLocator - Class in net.sf.jguiraffe.locators
-
An adapter class for implementing concrete Locator
classes.
- AbstractLocator() - Constructor for class net.sf.jguiraffe.locators.AbstractLocator
-
- AbstractPopupMenuBuilder - Class in net.sf.jguiraffe.gui.builder.action
-
An abstract base class for implementations of the PopupMenuBuilder
interface.
- AbstractPopupMenuBuilder(ActionManager, ActionBuilder) - Constructor for class net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
-
Creates a new instance of AbstractPopupMenuBuilder
.
- AbstractRadioButtonHandler<T> - Class in net.sf.jguiraffe.gui.builder.components.model
-
A base class for ComponentHandler
implementations for radio buttons.
- AbstractRadioButtonHandler(Class<T>) - Constructor for class net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
-
Creates a new instance of AbstractRadioButtonHandler
.
- AbstractStreamLocator - Class in net.sf.jguiraffe.locators
-
An abstract base class for Locator
implementations that mainly
operate on streams.
- AbstractStreamLocator() - Constructor for class net.sf.jguiraffe.locators.AbstractStreamLocator
-
Creates a new instance of AbstractStreamLocator
.
- Accelerator - Class in net.sf.jguiraffe.gui.builder.action
-
A class that represents an accelerator for invoking an action.
- accept(Object) - Method in class net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
-
Tests whether the passed in object is accepted by this filter.
- accept(Object) - Method in class net.sf.jguiraffe.gui.builder.event.filter.AndEventFilter
-
Tests the specified object whether it is accepted by this filter.
- accept(Object) - Method in interface net.sf.jguiraffe.gui.builder.event.filter.EventFilter
-
Tests whether the passed in object is accepted by this filter.
- accept(Object) - Method in class net.sf.jguiraffe.gui.builder.event.filter.OrEventFilter
-
Tests the specified object.
- acceptEvent(BuilderEvent) - Method in class net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
-
Tests if the passed in event object is accepted by this filter.
- acceptEvent(BuilderEvent) - Method in class net.sf.jguiraffe.gui.builder.event.filter.ClassEventFilter
-
Tests the specified event object.
- acceptEvent(BuilderEvent) - Method in class net.sf.jguiraffe.gui.builder.event.filter.TypeEventFilter
-
Tests the given event.
- AccessibleComposite - Interface in net.sf.jguiraffe.gui.builder.components
-
An extended version of the Composite
interface which also allows
access to the data passed via the mutating methods.
- ActionBuilder - Class in net.sf.jguiraffe.gui.builder.action
-
A central data class used during the action builder process.
- ActionBuilder() - Constructor for class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
- ActionBuilderTagLibrary - Class in net.sf.jguiraffe.gui.builder.action.tags
-
The tag library for the action builder tags.
- ActionBuilderTagLibrary() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ActionBuilderTagLibrary
-
Creates a new instance of ActionBuilderTagLibrary
.
- ActionContainer - Interface in net.sf.jguiraffe.gui.builder.action.tags
-
Definition of an interface for objects with container facilities.
- ActionControlTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
Definition of an abstract base class for tag handler classes that create
controls, which can be associated with actions.
- ActionControlTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
- ActionData - Interface in net.sf.jguiraffe.gui.builder.action
-
Definition of an interface for describing properties of an action.
- ActionDataImpl - Class in net.sf.jguiraffe.gui.builder.action
-
A straight forward implementation of the ActionData interface.
- ActionDataImpl() - Constructor for class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
- ActionDataTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A simple tag for creating objects of type
ActionData
.
- ActionDataTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
-
- ActionEnabler - Class in net.sf.jguiraffe.gui.builder.enablers
-
A specialized implementation of the ElementEnabler
interface that can
change the enabled state of actions.
- ActionEnabler(String) - Constructor for class net.sf.jguiraffe.gui.builder.enablers.ActionEnabler
-
Creates a new instance of ActionEnabler
and initializes it with
the name of the action to manipulate.
- ActionGroupEnabler - Class in net.sf.jguiraffe.gui.builder.enablers
-
A specialized implementation of the ElementEnabler
interface that can
change the enabled state of action groups.
- ActionGroupEnabler(String) - Constructor for class net.sf.jguiraffe.gui.builder.enablers.ActionGroupEnabler
-
Creates a new instance of ActionGroupEnabler
and initializes it
with the name of the action group it is responsible for.
- ActionHelper - Class in net.sf.jguiraffe.gui.builder.action
-
A helper class for dealing with actions.
- ActionInvoker - Class in net.sf.jguiraffe.gui.builder.action
-
A class that allows to combine actions with event listeners.
- ActionListenerTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specific form event listener tag implementation that deals with action
listeners.
- ActionListenerTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ActionListenerTag
-
Creates a new instance of ActionListenerTag
.
- ActionManager - Interface in net.sf.jguiraffe.gui.builder.action
-
Definition of an interface for a component that creates GUI library specific
action objects and related classes.
- ActionManagerWrapper - Class in net.sf.jguiraffe.gui.builder.action
-
A base class for wrapper implementations of the
ActionManager
interface.
- ActionManagerWrapper(ActionManager) - Constructor for class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a new instance of ActionManagerWrapper
and initializes it
with the wrapped ActionManager
.
- actionPerformed(FormActionEvent) - Method in class net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskCommand
-
Notifies this object that the cancel button was pressed.
- actionPerformed(FormActionEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormActionListener
-
This method gets called when an FormActionEvent
occurs.
- actionPerformed(FormActionEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Processes action events.
- actionPerformed(ActionEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
-
Callback method for action events.
- ActionStore - Class in net.sf.jguiraffe.gui.builder.action
-
A class for maintaining action objects.
- ActionStore() - Constructor for class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Creates a new empty instance of ActionStore
.
- ActionStore(ActionStore) - Constructor for class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Creates a new instance of ActionStore
and initializes the
parent reference.
- ActionTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A tag handler class for creating action objects.
- ActionTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
- ActionTask - Interface in net.sf.jguiraffe.gui.builder.action
-
Definition of an interface for the task of an action.
- ActionTaskTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A simple tag for specifying task objects for actions.
- ActionTaskTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ActionTaskTag
-
- add(String, Object) - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Adds the specified component to this component store under the given
name.
- add(String, Object) - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Adds a new component to this store.
- addAction(FormAction) - Method in class net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
-
Adds an action to the current menu.
- addAction(FormAction) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Adds the specified action to this store.
- addAction(FormAction) - Method in interface net.sf.jguiraffe.gui.builder.action.PopupMenuBuilder
-
Adds an action to the current menu.
- addAction(PopupMenuBuilder, ComponentBuilderData, FormAction) - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Adds an action to the menu constructed by this handler.
- addActionListener(String, FormActionListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds an action listener for the specified component.
- addActionListener(FormActionListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds an action listener that will be notified about all occurring action
events.
- addActionListener(ActionListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
-
Adds an action listener at this component.
- addActionListener(ActionListener) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
-
Adds the specified action listener at this event source.
- addActionToGroup(String, String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Adds the specified action to the given group.
- addAnonymousBeanProvider(int, BeanProvider) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Adds an anonymous BeanProvider
.
- addAnonymousBeanProvider(int, BeanProvider) - Method in interface net.sf.jguiraffe.di.MutableBeanStore
-
Adds an anonymous BeanProvider
to this
BeanStore
.
- addAnonymousBeanProvider(String, BeanProvider) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Adds an "anonymous" BeanProvider
to a
BeanStore
.
- addBean(String, Object) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Adds the specified bean to this store.
- addBeanContributor(SimpleBeanStoreImpl.BeanContributor) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Adds a new BeanContributor
to this object.
- addBeanCreationListener(BeanCreationListener) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Adds a new BeanCreationListener
to this context.
- addBeanCreationListener(BeanCreationListener) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Adds the specified BeanCreationListener
to this context.
- addBeanCreationListener(BeanCreationListener) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Adds the specified BeanCreationListener
to this context.
- addBeanCreationListener(BeanCreationListener) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Adds the specified BeanCreationListener
to this object.
- addBeanCreationListeners(Collection<? extends BeanCreationListener>) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Adds all BeanCreationListener
objects contained in the given
collection to this object.
- addBeanDuringApplicationStartup(String, Object) - Method in class net.sf.jguiraffe.gui.app.Application
-
Adds a bean to the application's global root bean store while the
application starts up.
- addBeanProvider(String, BeanProvider) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Adds the specified BeanProvider
to this bean store under the
given name.
- addBeanProvider(String, BeanProvider) - Method in interface net.sf.jguiraffe.di.MutableBeanStore
-
Adds the specified BeanProvider
to this bean store under
the given name.
- addBeanProvider(String, String, BeanProvider) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Adds a BeanProvider
to a BeanStore
.
- addBeanRegistrationCallbacks(EventListener, String, Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Creates callbacks for the registration of all event listener types at the
specified bean.
- addBeanStore(String, String) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Creates a BeanStore
with the specified name and adds it to
the internal list of existing bean stores.
- addCallBack(ComponentBuilderCallBack, Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Registers the specified call back at this builder data object.
- addChangeListener(String, FormChangeListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds a change listener for the specified component.
- addChangeListener(FormChangeListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds a change listener that will be notified about all occurring change
events.
- addChangeListener(ChangeListener) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
-
Adds the specified change listener at this event source
- addChildFilter(EventFilter) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ChainedEventFilterTag
-
Adds the specified event filter to the list of child filters of the
current chained filter tag.
- addChildValidator(Validator, Map<String, Object>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ValidatorsTag
-
Adds a new child validator.
- addChildValidator(Validator) - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Adds a child validator to this chain validator.
- addChildValidator(Validator, Map<String, Object>) - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Adds a child validator to this chain validator and sets special
properties for the new child.
- addColConstraints(CellConstraints) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Adds the specified constraints object to the list of column constraints.
- addColGroup(CellGroup) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Adds the specified cell group object to the list of column groups.
- addColumn(TableColumnTag) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Adds a tag representing a column to this table tag.
- addColumnGroup(CellGroup) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Adds a CellGroup
object for columns to this layout manager.
- addComponent(Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Adds the specified component to the root container.
- addComponent(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Adds a component to this group.
- addComponent(Object, Object) - Method in interface net.sf.jguiraffe.gui.builder.components.Composite
-
Adds the specified component to this container using the given
constraints.
- addComponent(Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.CompositeImpl
-
Adds the specified component to this container using the given
constraints.
- addComponent(Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Adds the specified component to this container using the given
constraints.
- addComponent(Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Adds a child component to this composite object.
- addComponent(Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Adds an element to this container.
- addComponentHandler(String, ComponentHandler<?>) - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Adds the specified component handler to this component store under the
given name.
- addComponentHandler(String, ComponentHandler<?>) - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Adds a new component handler to this store.
- addComponentReference(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
-
Adds a reference to another component to this tag.
- addComponentRegistrationCallbacks(EventListener, String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Creates callbacks for the registration of all event listener types at the
specified component.
- addComponents(ComponentManager, Object, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Adds the components of this container to the container widget.
- addComponents(ComponentManager, Object, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Adds the components to this container.
- addComponents(ComponentManager, Object, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
-
Adds the components defined by nested tags to this container tag.
- addComponents(ComponentManager, Object, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Adds the child elements to the represented container.
- addComponentToCompositeHandler(ComponentBuilderData, CompositeComponentHandler<?, S>, String) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
-
Helper method for adding the ComponentHandler
of a component to a
CompositeComponentHandler
.
- addConstraints(PercentLayoutTag, CellConstraints) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
-
Passes the newly created constraints object to the corresponding percent
layout tag.
- addConstraints(PercentLayoutTag, CellConstraints) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentColConstraintsTag
-
Adds the new constraints to the percent layout tag.
- addConstraints(PercentLayoutTag, CellConstraints) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentRowConstraintsTag
-
Adds the new constraints to the percent layout tag.
- addContainerComponent(Object, Object, Object) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Adds a component to a container using the specified constraints.
- addContainerComponent(Object, Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Adds a component to a container using the specified constraints.
- addContainerComponent(Object, Object, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Adds the specified component to a container using the given constraints.
- addDefaultBaseClassConverter(Converter, Class<?>) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Adds a new default base class converter to this builder.
- addDefaultBaseClassConverters(Map<Class<?>, ? extends Converter>) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Adds all converters in the specified map as default base class converters
to this object.
- addDefaultBaseClassConverters(Map<String, ? extends Converter>, ClassLoaderProvider) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Adds all converters in the specified map as default base class converters
to this object using the specified ClassLoaderProvider
to resolve
class names.
- addDefaultConverter(Converter, Class<?>) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Adds a new default converter to this builder.
- addDefaultConverters(Map<Class<?>, ? extends Converter>) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Adds all converters in the specified map as default converters to this
object.
- addElement(Dependency) - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Adds a new element to the collection managed by this tag.
- addEntry(Dependency, Dependency) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Adds a new entry to this map.
- addEventListener(String, String, EventListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds a generic event listener to a component.
- addEventListenerToObject(Object, String, EventListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds a generic event listener to the specified object.
- addExpansionListener(TreeExpansionListener) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Adds a TreeExpansionListener
to this tree component.
- addField(String, FieldHandler) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Adds the specified field to this form.
- addFieldHandler(String, FieldHandler) - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Adds the specified field handler to this component store.
- addFieldHandler(String, FieldHandler) - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Adds a new field handler to this store.
- addFieldStatusListener(FormControllerFieldStatusListener) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Adds a FormControllerFieldStatusListener
to this controller.
- addFieldStatusListener(FormControllerFieldStatusListener) - Method in class net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
-
Adds a FormControllerFieldStatusListener
.
- addFilter(EventFilter) - Method in class net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
-
Adds the given filter to this chained filter.
- addFilters(Collection<EventFilter>) - Method in class net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
-
Adds all filters in the given collection to this chained filter.
- addFocusListener(String, FormFocusListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds a focus listener for the specified component.
- addFocusListener(FormFocusListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds a focus listener that will be notified about all occurring focus
events.
- addFocusListener(FocusListener) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
-
Adds the specified focus listener at this event source.
- addFormContextListener(FormContextListener) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Adds a FormContextListener
object to this data object.
- addFormListener(FormControllerFormListener) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Adds a FormControllerFormListener
to this controller.
- addFormListener(FormControllerFormListener) - Method in class net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
-
Adds a FormControllerFormListener
.
- addGroup(PercentLayoutTag, CellGroup) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Adds the newly created cell group object to the corresponding percent
layout tag.
- addGroup(PercentLayoutTag, CellGroup) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentColGroupTag
-
Adds the specified group object as a column group to the given percent
layout tag.
- addGroup(PercentLayoutTag, CellGroup) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentRowGroupTag
-
Adds the specified group object as a row group to the given percent
layout tag.
- addGroupReference(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
-
Adds a reference to a component group to this tag.
- addGroupToCompositeHandler(ComponentBuilderData, CompositeComponentHandler<?, ?>, ComponentGroup) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
-
Helper method for adding the ComponentHandler
objects for all
components in the specified group to a CompositeComponentHandler
.
- addHandler(String, ComponentHandler<S>) - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Adds the specified child ComponentHandler
to this CompositeComponentHandler
.
- addHandler(String, ComponentHandler<S>) - Method in interface net.sf.jguiraffe.gui.builder.components.CompositeComponentHandler
-
Adds a simple ComponentHandler
object to this composite
handler.
- addIcon(String, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Adds an icon to this tree.
- addIgnoreProperties(String...) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
A convenience method for adding multiple properties that should be
ignored.
- addInitializer(BeanInitializer) - Method in interface net.sf.jguiraffe.di.DependencyProvider
-
Registers a BeanInitializer
.
- addInitializer(BeanInitializer) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Adds a BeanInitializer
.
- addInvokable(Invokable) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Adds the specified Invokable
object to this object.
- addInvokable(Invokable, String) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Adds the specified Invokable
object to this object and
initializes its result variable.
- addInvokable(Invokable, String, String) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Adds the specified Invokable
object to this object and
initializes its result variable and its source object.
- addInvokable(Invokable) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
-
Adds an Invokable
object to this tag.
- addInvokable(Invokable) - Method in class net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
-
Adds an Invokable
to this object.
- addItem(int, Object, Object) - Method in interface net.sf.jguiraffe.gui.builder.components.model.ListComponentHandler
-
Adds an item to the component's list model.
- addItem(String, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
-
Adds a new item to the newly created model.
- addItem(String, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
-
Adds a new item to this list model.
- addLayoutComponent(Component, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Adds a component to this layout.
- addLayoutComponent(String, Component) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Adds a component to this layout manager using the given name as
constraints object.
- addListener(FormListenerType, String, FormEventListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Performs the actual adding of an event listener.
- addListenerType(FormListenerType) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Adds another listener type in form of a FormListenerType
object.
- addListenerType(String, Class<?>) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Adds another listener type specified by the type name and the listener
class.
- addMenuElement(PopupMenuBuilder, ComponentBuilderData, Object) - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Adds an element to the menu to be constructed.
- addMenuSeparator(ActionBuilder, Object) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Adds a separator to the specified menu.
- addMenuSeparator(ActionBuilder, Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Adds a separator to the specified menu.
- addMenuSeparator(ActionBuilder, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Adds a separator to the given menu.
- addMouseListener(String, FormMouseListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds a mouse listener to the specified component.
- addMouseListener(FormMouseListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds a mouse listener that will be notified about all mouse events
generated for the components in the current form.
- addMouseListener(FormMouseListener) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Adds a listener for mouse events to this window.
- addMouseListener(MouseListener) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
-
Adds the specified mouse listener to this event source.
- addMouseListener(FormMouseListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Adds a mouse listener to this window.
- addMouseListener(FormMouseListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Adds a mouse listener to this window.
- addParameter(ParameterTag) - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Adds a parameter to this invocation.
- addPreExpansionListener(TreePreExpansionListener) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Adds a TreePreExpansionListener
to this tree component.
- addProperty(String, Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Adds an additional property for the builder operation.
- addQueueListener(CommandQueueListener) - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Adds a new listener to this queue.
- addQueueListener(CommandQueueListener) - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Adds an event listener to this queue.
- addReference(ComponentHandlerTag.Reference) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
-
Adds a reference to the internal list.
- addRowConstraints(CellConstraints) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Adds the specified constraints object to the list of row constraints.
- addRowGroup(CellGroup) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Adds the specified cell group object to the list of row groups.
- addRowGroup(CellGroup) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Adds a CellGroup
object for rows to this layout manager.
- addSelectedPath(TreeNodePath) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Adds the specified path to the selection of the tree.
- addSeparator() - Method in class net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
-
Adds a separator to the current menu.
- addSeparator() - Method in interface net.sf.jguiraffe.gui.builder.action.PopupMenuBuilder
-
Adds a separator to the current menu.
- addSeparator(PopupMenuBuilder, ComponentBuilderData) - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Adds a separator to the menu constructed by this handler.
- addSeparator() - Method in interface net.sf.jguiraffe.gui.builder.action.tags.ActionContainer
-
Adds a separator element to this container.
- addSeparator() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
-
Adds a separator to this container.
- addSeparator() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Adds a separator to this menu.
- addSeparator() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ToolbarTag
-
Adds a separator to the toolbar.
- addShutdownListener(ApplicationShutdownListener) - Method in class net.sf.jguiraffe.gui.app.Application
-
Registers the specified object as a shutdown listeners.
- addSpecification(String) - Method in class net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
-
Adds the given specification to this builder.
- addSubMenu(Object) - Method in class net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
-
Adds a sub menu to the current menu.
- addSubMenu(Object) - Method in interface net.sf.jguiraffe.gui.builder.action.PopupMenuBuilder
-
Adds a sub menu to the current menu.
- addSubMenu(PopupMenuBuilder, ComponentBuilderData, SimplePopupMenuHandler) - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Adds a sub menu to the menu constructed by this handler.
- addToGroups(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Adds this component's name to all groups in the given list.
- addToMenu(Object, JMenuItem) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Adds a menu item to a parent menu.
- addToolBarSeparator(ActionBuilder, Object) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Adds a separator to the specified tool bar.
- addToolBarSeparator(ActionBuilder, Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Adds a separator to the specified tool bar.
- addToolBarSeparator(ActionBuilder, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Adds a separator to the given tool bar.
- addToToolbar(Object, AbstractButton) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Adds a tool button to the parent bar.
- addTreeModelListener(TreeModelListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Adds an event listener to this model.
- addValidationListener(FormControllerValidationListener) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Adds a FormControllerValidationListener
to this controller.
- addValidationListener(FormControllerValidationListener) - Method in class net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
-
Adds a FormControllerValidationListener
.
- addValidationMessage(ValidationMessage) - Method in class net.sf.jguiraffe.transform.DefaultValidationResult.Builder
-
Adds an object with a validation message to this instance.
- addValidationMessages(Collection<ValidationMessage>) - Method in class net.sf.jguiraffe.transform.DefaultValidationResult.Builder
-
Adds all messages stored in the given collection to this object.
- addWindowListener(WindowListener) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Adds a window listener for this window.
- addWindowListener(WindowListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Registers the specified listener at this window.
- addWindowListener(WindowListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Registers the specified window listener at this window.
- alignComponent(Rectangle, int, int, int[], int, int, Object, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Aligns the specified component.
- AndEventFilter - Class in net.sf.jguiraffe.gui.builder.event.filter
-
A specialized chained filter implementation that provides an AND or ALL
semantics.
- AndEventFilter() - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.AndEventFilter
-
Creates a new, empty instance of AndEventFilter
.
- AndEventFilter(Collection<EventFilter>) - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.AndEventFilter
-
Creates a new instance of AndEventFilter
and initializes it
with the given list of child filters.
- AndEventFilterTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specialized
ChainedEventFilter
implementation that creates
an
AndEventFilter
.
- AndEventFilterTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.AndEventFilterTag
-
Creates a new instance of AndEventFilterTag
.
- append(ConfigurationNode) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns a TreeNodePath
object that was created by appending the
specified ConfigurationNode
to this path.
- append(String, int) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns a TreeNodePath
object that was created by appending the
specified child node of the current target node to this path.
- append(String) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns a TreeNodePath
object that was created by appending the
first child node of the current target node with the given name to this path.
- AppendTextActionTask - Class in net.sf.jguiraffe.examples.tutorial.createfile
-
A task for an action that appends a configurable text to a text component.
- AppendTextActionTask(ComponentHandler<String>, String) - Constructor for class net.sf.jguiraffe.examples.tutorial.createfile.AppendTextActionTask
-
Creates a new instance of AppendTextActionTask
and initializes
it.
- Application - Class in net.sf.jguiraffe.gui.app
-
The main startup class of the GUI application framework.
- Application() - Constructor for class net.sf.jguiraffe.gui.app.Application
-
Creates a new instance of Application
.
- APPLICATION_RESOURCE_GROUP - Static variable in class net.sf.jguiraffe.gui.app.ApplicationResources
-
Constant for the name of the resource group used for the
application-related resources.
- ApplicationBuilderData - Class in net.sf.jguiraffe.gui.app
-
The application specific default implementation of the BuilderData
interface.
- ApplicationBuilderData() - Constructor for class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Creates a new instance of ApplicationBuilderData
.
- ApplicationClient - Interface in net.sf.jguiraffe.gui.app
-
Definition of an interface for objects that need a reference to the central
Application
object.
- ApplicationContext - Interface in net.sf.jguiraffe.gui.app
-
Definition of an interface for accessing application global information.
- ApplicationContextImpl - Class in net.sf.jguiraffe.gui.app
-
A default implementation of the ApplicationContext
interface.
- ApplicationContextImpl() - Constructor for class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Creates a new instance of ApplicationContextImpl
.
- ApplicationContextImpl(Locale) - Constructor for class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Creates a new instance of ApplicationContextImpl
and sets
the current locale.
- ApplicationContextImpl(Locale, ResourceManager) - Constructor for class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Creates a new instance of ApplicationContextImpl
and sets
the current locale and the resource manager to use.
- ApplicationException - Exception in net.sf.jguiraffe.gui.app
-
An exception class that indicates error conditions related to the
Application
class.
- ApplicationException() - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationException
-
Creates a new instance of ApplicationException
without
further information.
- ApplicationException(String) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationException
-
Creates a new instance of ApplicationException
and
initializes it with an error message.
- ApplicationException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationException
-
Creates a new instance of ApplicationException
and
initializes it with an error message and a root cause.
- ApplicationException(Throwable) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationException
-
Creates a new instance of ApplicationException
and
initializes it with the root cause of this exception.
- ApplicationResources - Class in net.sf.jguiraffe.gui.app
-
A class defining constants for default resources provided by the application
framework.
- ApplicationResources.Keys - Enum in net.sf.jguiraffe.gui.app
-
An enumeration class defining the keys of all resources contained within
the application default resource bundle.
- ApplicationRuntimeException - Exception in net.sf.jguiraffe.gui.app
-
An exception class for reporting runtime exceptions that are related to
Application
objects or operations invoked on them.
- ApplicationRuntimeException(String) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationRuntimeException
-
Creates a new instance of ApplicationRuntimeException
and
sets the error message.
- ApplicationRuntimeException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationRuntimeException
-
Creates a new instance of ApplicationRuntimeException
and
sets the error message and the root cause.
- ApplicationRuntimeException(Throwable) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationRuntimeException
-
Creates a new instance of ApplicationRuntimeException
and
sets the root cause.
- ApplicationShutdownActionTask - Class in net.sf.jguiraffe.gui.app
-
A specialized action task for exiting the current application.
- ApplicationShutdownActionTask() - Constructor for class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
- ApplicationShutdownListener - Interface in net.sf.jguiraffe.gui.app
-
Definition of an interface for listeners that want to be notified when the
application terminates.
- apply(int[]) - Method in class net.sf.jguiraffe.gui.layout.CellGroup
-
Applies this group object to the given cell sizes.
- applyCellGroups(int[], Collection<CellGroup>) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Applies the defined cell groups to the so far calculated cell sizes.
- applyWeightFactors(int[], int, CellConstraints[], int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Processes the cells with a weight factor larger than 0.
- applyWeightFactors(int[], int, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Processes the cells with a weight factor larger than 0.
- asyncInvoke(Runnable) - Method in interface net.sf.jguiraffe.gui.builder.utils.GUISynchronizer
-
Invokes the given runnable object asynchronously on the event dispatch
thread.
- asyncInvoke(Runnable) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingGUISynchronizer
-
Invokes the given runnable asynchronously on the event dispatch thread.
- ATTR_BASE_CLASS_CONVERTER - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Constant for the name of the base class converter attribute.
- ATTR_BEAN_CLASS - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Constant for the name of the beanClass attribute.
- ATTR_BEAN_NAME - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Constant for the name of the beanName attribute.
- ATTR_CLASS - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Constant for the name of the class attribute.
- ATTR_CONVERTER_TARGET_CLASS - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Constant for the name of the converter target class attribute.
- ATTR_CONVERTER_TARGET_CLASS_LOADER - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Constant for the name of the converter target class loader attribute.
- ATTR_CONVERTER_TARGET_CLASS_NAME - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Constant for the name of the converter target class name attribute.
- ATTR_IF_NAME - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Constant for the name of the ifName attribute.
- ATTR_REF - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Constant for the name of the ref attribute.
- ATTR_UNLESS_NAME - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Constant for the name of the unlessName attribute.
- ATTR_VAR - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Constant for the name of the var attribute.
- AUTO_NAME_PREFIX - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Constant for the prefix for automatically generated tab names.
- AutoReleaseListener - Class in net.sf.jguiraffe.gui.builder
-
A specialized WindowListener
implementation for implementing the
auto release mechanism supported by builders.
- AutoReleaseListener(BuilderData) - Constructor for class net.sf.jguiraffe.gui.builder.AutoReleaseListener
-
Creates a new instance of AutoReleaseListener
and sets the
BuilderData
object to be released automatically.
- calcCellPositions(int[], int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Calculates the start positions of all cells in a column or row.
- calcCellSize(PercentData, int, int, Object, boolean, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Determines the size of a single cell.
- calcCellSizes(CellConstraints[], int, Object, boolean, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Calculates the minimum size of either the columns or the rows in the
layout.
- calcCellSizesWithGroups(CellConstraints[], int, Collection<CellGroup>, Object, boolean, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Calculates the sizes of all columns or rows.
- calcComponentSize(PercentData, Object, Object, boolean, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Determines the size of a component based on the given constraints object.
- calcComponentSizes(CellConstraints, int, int, Object, boolean, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Calculates the size of either a column or a row in the layout.
- calcMinimumLayoutSize(Object) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the minimum size of this layout.
- calcPreferredLayoutSize(Object) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the preferred size of this layout.
- calcSizes(CellConstraints[], int, Collection<CellGroup>, Object, int, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Calculates the final cell sizes in one direction (horizontal or
vertical).
- calcTotalWeight(CellConstraints[]) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Helper method for calculating the total weight factor.
- calculateFixedColumnWidths(UnitSizeHandler, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Determines the fixed size columns of the represented table and
initializes their widths in the TableColumnWidthController
of the
current table.
- calculateWidths(int) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthCalculator
-
Calculates the current widths of all columns managed by this controller.
- calculateWidths(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Calculates the current widths of all columns managed by this controller.
- callBack(ComponentBuilderData, Object) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentBuilderCallBack
-
Executes the call back.
- callListener(FormEventListener, FormEvent) - Method in enum net.sf.jguiraffe.gui.builder.event.FormListenerType
-
Invokes an event listener.
- callListeners(EventListenerList, FormEvent) - Method in enum net.sf.jguiraffe.gui.builder.event.FormListenerType
-
Invokes all listeners in the specified listener list that are of the
listener type represented by this instance.
- cancelButtonClicked(FormActionEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
The cancel button was clicked.
- canClose(Window) - Method in class net.sf.jguiraffe.gui.builder.window.InvariantWindowClosingStrategy
-
Checks if the window can be closed.
- canClose(Window) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowClosingStrategy
-
Checks if the window can be closed.
- canInitialize(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Checks whether initialization of the bean is now possible.
- canProcess(ConditionalTag) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Tests if the specified conditional tag should be executed.
- canProcess() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Tests whether this tag should be executed.
- canShutdown(Application) - Method in interface net.sf.jguiraffe.gui.app.ApplicationShutdownListener
-
Checks if a shutdown is possible.
- CellAlignment - Enum in net.sf.jguiraffe.gui.layout
-
An enumeration class that defines the possible alignments of components in
the cells of a percent layout.
- CellConstraints - Class in net.sf.jguiraffe.gui.layout
-
A class for describing column and row constraints for the
PercentLayout
layout manager.
- CellConstraints.Builder - Class in net.sf.jguiraffe.gui.layout
-
A builder class for creating instances of CellConstraints
.
- CellGroup - Class in net.sf.jguiraffe.gui.layout
-
A simple helper class to define columns and rows with identical size in
PercentLayout
.
- CellGroup(int, int) - Constructor for class net.sf.jguiraffe.gui.layout.CellGroup
-
Creates a new instance of CellGroup
.
- CellGroup(int, int, int) - Constructor for class net.sf.jguiraffe.gui.layout.CellGroup
-
Creates a new instance of CellGroup
.
- CellGroup(int, int, int, int) - Constructor for class net.sf.jguiraffe.gui.layout.CellGroup
-
Creates a new instance of CellGroup
.
- CellSize - Enum in net.sf.jguiraffe.gui.layout
-
An enumeration class that defines possible sizes for the cells of a
percent layout.
- CENTER - Static variable in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Constant for the layout constraints Center.
- ChainedEventFilter - Class in net.sf.jguiraffe.gui.builder.event.filter
-
An abstract base class for filters that operate on multiple filters.
- ChainedEventFilter() - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
-
Creates a new instance of ChainedEventFilter
.
- ChainedEventFilter(Collection<EventFilter>) - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
-
Creates a new instance of ChainedEventFilter
and initializes
it with the given list of child filters.
- ChainedEventFilterTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specialized event filter class that deals with chained filters, i.e. event
filters that can child event filters.
- ChainedEventFilterTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ChainedEventFilterTag
-
Creates a new instance of ChainedEventFilterTag
.
- ChainedEventFilterTag(Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ChainedEventFilterTag
-
Creates a new instance of ChainedEventFilterTag
and sets
the default class.
- ChainedInvocation - Class in net.sf.jguiraffe.di.impl
-
A special implementation of the Invokable
interface that
allows aggregating an arbitrary number of Invokable
objects to
a kind of script.
- ChainedInvocation() - Constructor for class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Creates a new instance of ChainedInvocation
.
- ChainElementEnabler - Class in net.sf.jguiraffe.gui.builder.enablers
-
A specialized implementation of the ElementEnabler
interface that
maintains an arbitrary number of other ElementEnabler
objects.
- ChainElementEnabler(Collection<ElementEnabler>) - Constructor for class net.sf.jguiraffe.gui.builder.enablers.ChainElementEnabler
-
Creates a new instance of ChainElementEnabler
and initializes it
with the given collection of child ElementEnabler
objects.
- ChainValidator - Class in net.sf.jguiraffe.transform
-
A special
Validator
implementation that allows combining multiple
primitive validators.
- ChainValidator() - Constructor for class net.sf.jguiraffe.transform.ChainValidator
-
Creates a new instance of ChainValidator
.
- ChangeListener - Interface in net.sf.jguiraffe.gui.platform.swing.builder.event
-
Definition of an interface for receiving notifactions about changes at Swing
components.
- ChangeListenerTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specific form event listener tag implementation that deals with change
listeners.
- ChangeListenerTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ChangeListenerTag
-
Creates a new instance of ChangeListenerTag
.
- changeNodeName(ConfigurationNode, String) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeConfigurationChangeHandler
-
Changes the name of a ConfigurationNode
.
- checkActionTask(Object) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionHelper
-
Tests whether the specified object is a valid task for an action.
- checkAttributes() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
A helper method for checking whether all attributes are correctly
defined.
- checkAttributes() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Checks if all mandatory attributes are defined.
- CheckboxTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific input component tag for creating a checkbox.
- CheckboxTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.CheckboxTag
-
- checkConstraints(Object) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Checks the specified constraints object.
- checkDependencyProvider(DependencyProvider) - Static method in class net.sf.jguiraffe.di.impl.Invocation
-
Checks whether a valid DependencyProvider
has been specified.
- CHECKED - Static variable in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
-
Constant for the CHECKED property.
- checkEquals(Object, Object, boolean) - Static method in class net.sf.jguiraffe.JGuiraffeTestHelper
-
Tests the implementation of equals()
and (partly)
hashCode()
.
- checkMenuElement(Object) - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Checks whether the specified menu element can be processed by this
handler.
- checkMenuItems() - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Tests whether all menu elements to be processed by this handler are
supported.
- checkName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Checks whether the name
attribute is set.
- checkState() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Checks the state of this builder.
- CLASS_LOADER - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the class loader which loaded the application
class.
- ClassDependency - Class in net.sf.jguiraffe.di.impl
-
An implementation of the Dependency
interface that allows to
define a dependency based on a bean class.
- ClassDescData - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A simple data class for managing the components needed for a class
description.
- ClassDescData() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
- ClassDescription - Class in net.sf.jguiraffe.di.impl
-
A helper class for defining references to classes.
- ClassEventFilter - Class in net.sf.jguiraffe.gui.builder.event.filter
-
A specialized EventFilter
implementation that filters by an
event class.
- ClassEventFilter() - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.ClassEventFilter
-
Creates a new instance of ClassEventFilter
.
- ClassEventFilter(Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.ClassEventFilter
-
Creates a new instance of ClassEventFilter
and initializes
it with the class to filter.
- ClassEventFilter(Class<?>, boolean) - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.ClassEventFilter
-
Creates a new instance of ClassEventFilter
and initializes
it.
- classLoaderNames() - Method in interface net.sf.jguiraffe.di.ClassLoaderProvider
-
Returns a set with the names of all registered class loaders.
- classLoaderNames() - Method in class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Returns a set with the names of the class loaders that have been
registered at this object.
- classLoaderNames() - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Returns a set with the names of all class loaders registered at this
object.
- ClassLoaderProvider - Interface in net.sf.jguiraffe.di
-
Definition of an interface for objects that act as a registry for class
loaders.
- ClassPathLocator - Class in net.sf.jguiraffe.locators
-
A specific Locator
implementation that can obtain resources from
the class path.
- clear() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Removes all BeanProvider
s from this bean store.
- clear() - Method in interface net.sf.jguiraffe.di.MutableBeanStore
-
Removes all BeanProvider
s from this bean store.
- clear() - Method in class net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
-
Removes all child filters from this chained filter.
- clear() - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Clears the content of this store.
- clearCells() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Resets the states of all cells in the layout.
- clearCells(int, int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Resets the states of all cells in the layout.
- clearDefaultBaseClassConverters() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Removes all base class converters that have been added to this object
before.
- clearDefaultConverters() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Removes all default converters that have been added to this object so
far.
- clearSelection() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Clears the table's selection.
- clearSelection() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Clears the selection of the text component.
- clearSelection() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Removes the selection.
- ClearTextActionTask - Class in net.sf.jguiraffe.examples.tutorial.createfile
-
A task for an action that clears the content of a text component.
- ClearTextActionTask(ComponentHandler<String>) - Constructor for class net.sf.jguiraffe.examples.tutorial.createfile.ClearTextActionTask
-
Creates a new instance of ClearTextActionTask
and initializes it.
- close() - Method in interface net.sf.jguiraffe.di.BeanContext
-
Closes this bean context.
- close() - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Closes this BeanContext
.
- close() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Closes this BeanContext
.
- close(boolean) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Closes this window.
- close(boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Closes this window.
- close(boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Closes this window.
- closeForm() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Closes the associated form.
- collapse(TreeNodePath) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Collapses the node specified by the given path.
- CollectionBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
An abstract base class for BeanProvider
implementations that
create beans derived from collections.
- CollectionBeanProvider(Collection<Dependency>) - Constructor for class net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
-
Creates a new instance of CollectionBeanProvider
and
initializes it with a collection with the dependencies of the elements.
- collectionEquals(Collection<?>, Collection<?>) - Static method in class net.sf.jguiraffe.JGuiraffeTestHelper
-
Tests whether the specified collections are equal.
- CollectionTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A base tag handler class for defining collections in bean builder scripts.
- CollectionTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Creates a new instance of CollectionTag
.
- Color - Class in net.sf.jguiraffe.gui.builder.components
-
A simple class representing a color in a platform-independent way.
- ColorFieldMarker - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
- ColorFieldMarker() - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Creates a new instance of ColorFieldMarker
.
- ColorHelper - Class in net.sf.jguiraffe.gui.builder.components
-
A helper class for dealing with colors.
- ColorHelper.NamedColor - Enum in net.sf.jguiraffe.gui.builder.components
-
An enumeration with predefined color constants.
- ColorListModel - Class in net.sf.jguiraffe.examples.tutorial.viewset
-
A ListModel
implementation for combo boxes that allow the user to
choose a color.
- ColorListModel(ApplicationContext) - Constructor for class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Creates a new instance of ColorListModel
.
- columnAdded(TableColumnModelEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
-
Dummy implementation of this method of the TableColumnModelListener
interface.
- ColumnClass - Enum in net.sf.jguiraffe.gui.builder.components.tags.table
-
An enumeration class that defines logic column classes.
- ColumnComponentTag - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
An abstract base class for tags that define renderers or editors for the
columns of a table.
- ColumnComponentTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
-
Creates a new instance of ColumnComponentTag
.
- ColumnEditorTag - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A tag for defining the editor of a column within a table.
- ColumnEditorTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnEditorTag
-
- columnMarginChanged(ChangeEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
-
The width of a column has been changed.
- columnMoved(TableColumnModelEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
-
Dummy implementation of this method of the TableColumnModelListener
interface.
- columnRemoved(TableColumnModelEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
-
Dummy implementation of this method of the TableColumnModelListener
interface.
- ColumnRendererTag - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A tag for defining the renderer of a column within a table.
- ColumnRendererTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnRendererTag
-
- columnSelectionChanged(ListSelectionEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
-
Dummy implementation of this method of the TableColumnModelListener
interface.
- CombinedBeanStore - Class in net.sf.jguiraffe.di.impl
-
A specialized implementation of the BeanStore
interface that combines
multiple physical BeanStore
objects to a single logic view.
- CombinedBeanStore(String, BeanStore...) - Constructor for class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Creates a new instance of CombinedBeanStore
and initializes it
with the given name and the child bean stores.
- CombinedBeanStore(BeanStore...) - Constructor for class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Creates a new instance of CombinedBeanStore
and initializes it
with the given child bean stores.
- combineTips(String, String) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Creates a combined tool tip from the standard tool tip and the additional
tool tip.
- ComboBoxTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific input component tag that creates a combo box component.
- ComboBoxTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
-
- Command - Interface in net.sf.jguiraffe.gui.cmd
-
Definition of an interface for command objects.
- CommandActionTask - Class in net.sf.jguiraffe.gui.app
-
A specialized action task that executes a
Command
object.
- CommandActionTask() - Constructor for class net.sf.jguiraffe.gui.app.CommandActionTask
-
- CommandBase - Class in net.sf.jguiraffe.gui.cmd
-
An abstract base class for implementations of the Command
interface.
- CommandBase() - Constructor for class net.sf.jguiraffe.gui.cmd.CommandBase
-
Creates a new instance of CommandBase
.
- CommandBase(boolean) - Constructor for class net.sf.jguiraffe.gui.cmd.CommandBase
-
Creates a new instance of CommandBase
and sets the
UpdateGUI
property.
- CommandQueue - Interface in net.sf.jguiraffe.gui.cmd
-
Definition of an interface that describes a command queue.
- commandQueueChanged(CommandQueueEvent) - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueueListener
-
Notifies this listener about a change in the state of a command queue.
- CommandQueueEvent - Class in net.sf.jguiraffe.gui.cmd
-
An event class for notifying listeners about the state of a
CommandQueue
.
- CommandQueueEvent(CommandQueue, Command, CommandQueueEvent.Type) - Constructor for class net.sf.jguiraffe.gui.cmd.CommandQueueEvent
-
Creates a new instance of CommandQueueEvent
and fully
initializes it.
- CommandQueueEvent.Type - Enum in net.sf.jguiraffe.gui.cmd
-
An enumeration for the types supported by the
CommandQueueEvent
class.
- CommandQueueImpl - Class in net.sf.jguiraffe.gui.cmd
-
A command queue implementation for GUI applications.
- CommandQueueImpl(GUISynchronizer) - Constructor for class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Creates a new instance of CommandQueue
and initializes it
with the GUISynchronizer
.
- CommandQueueImpl(GUISynchronizer, ExecutorService) - Constructor for class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Creates a new instance of CommandQueueImpl
and initializes
it with the GUISynchronizer
and the
ExecutorService
to be used.
- CommandQueueListener - Interface in net.sf.jguiraffe.gui.cmd
-
Definition of an interface for listeners that want to be notified about
changes in the state of a
CommandQueue
object.
- commandScheduled(CommandQueue) - Method in interface net.sf.jguiraffe.gui.cmd.ScheduleAware
-
Notifies this object that it was passed to a CommandQueue
for
execution.
- CommandWrapper - Class in net.sf.jguiraffe.gui.cmd
-
A wrapper implementation of the Command
interface.
- CommandWrapper(Command) - Constructor for class net.sf.jguiraffe.gui.cmd.CommandWrapper
-
Creates a new instance of CommandWrapper
and initializes it with
the wrapped command.
- compareTo(FileData) - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
A special compareTo()
implementation.
- COMPONENT_UNDEFINED - Static variable in class net.sf.jguiraffe.gui.builder.components.Color
-
Constant for an undefined color component.
- ComponentBaseTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
An abstract base class for tags that create GUI components.
- ComponentBaseTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Creates a new instance of ComponentBaseTag
.
- ComponentBuilderCallBack - Interface in net.sf.jguiraffe.gui.builder.components
-
An interface for describing call back operations that can be registered at
the central builder data object.
- ComponentBuilderData - Class in net.sf.jguiraffe.gui.builder.components
-
A class for storing temporary data and the results of a form builder
operation.
- ComponentBuilderData() - Constructor for class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Creates a new instance of ComponentBuilderData
.
- componentChanged(Object) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.event.ChangeListener
-
Call back method for component changes.
- ComponentEnabler - Class in net.sf.jguiraffe.gui.builder.enablers
-
A specialized implementation of the ElementEnabler
interface that can
change the enabled state of components.
- ComponentEnabler(String) - Constructor for class net.sf.jguiraffe.gui.builder.enablers.ComponentEnabler
-
Creates a new instance of ComponentEnabler
and initializes it
with the name of the component whose state is to be changed by this
enabler.
- ComponentGroup - Class in net.sf.jguiraffe.gui.builder.components
-
This class represents a group of components.
- ComponentGroup() - Constructor for class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Creates a new instance of ComponentGroup
.
- ComponentGroupTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag for constructing (logic) groups of components.
- ComponentGroupTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
-
- ComponentHandler<T> - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for accessing GUI components independently from
their type.
- ComponentHandlerImpl - Class in net.sf.jguiraffe.gui.forms
-
A simple default implementation of the ComponentHandler
interface.
- ComponentHandlerImpl() - Constructor for class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
- ComponentHandlerTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
- ComponentHandlerTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
-
- ComponentManager - Interface in net.sf.jguiraffe.gui.builder.components
-
Definition of an interface to a concrete GUI manager.
- ComponentManagerWrapper - Class in net.sf.jguiraffe.gui.builder.components
-
- ComponentManagerWrapper(ComponentManager) - Constructor for class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a new instance of ComponentManagerWrapper
and initializes
it with the wrapped ComponentManager
.
- componentResized(ComponentEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
-
The table monitored by this listener has been resized.
- ComponentStore - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for objects that are able to manage entities
related to a Form
object.
- ComponentStoreImpl - Class in net.sf.jguiraffe.gui.forms
-
A fully functional default implementation of the ComponentStore
interface.
- ComponentStoreImpl() - Constructor for class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Creates a new instance of ComponentStoreImpl
and
initializes it.
- Composite - Interface in net.sf.jguiraffe.gui.builder.components
-
Definition of an interface for components that can contain other components.
- CompositeComponentHandler<T,S> - Interface in net.sf.jguiraffe.gui.builder.components
-
Definition of an interface for complex component handlers that can contain
other component handlers.
- CompositeImpl - Class in net.sf.jguiraffe.gui.builder.components
-
A straight-forward implementation of the Composite
interface.
- CompositeImpl() - Constructor for class net.sf.jguiraffe.gui.builder.components.CompositeImpl
-
- ConditionalTag - Interface in net.sf.jguiraffe.gui.builder.components.tags
-
Definition of an interface for tags that are only executed for certain
builders.
- CONFIG_SECTION - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the configuration section for the framework.
- configurationChanged(ConfigurationEvent) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeConfigurationChangeHandler
-
Reacts on change events of the associated Configuration
.
- configurationChanged(ConfigurationEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
- ConstantBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A concrete implementation of the BeanProvider
interface that
will always return the same bean instance.
- ConstantValueTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized tag handler implementation for resolving values of constant
fields.
- ConstantValueTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Creates a new instance of ConstantValueTag
.
- constraintsFor(PercentData, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the constraints object for the specified percent data and the
given orientation.
- ConstraintsTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
An abstract base class for creating layout constraints objects.
- ConstraintsTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ConstraintsTag
-
- ConstructorBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A simple bean provider that creates new bean instances by invoking a
constructor.
- ConstructorBeanProvider(ConstructorInvocation) - Constructor for class net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
-
Creates a new instance of ConstructorBeanProvider
and
initializes it with the constructor invocation to be called.
- ConstructorInvocation - Class in net.sf.jguiraffe.di.impl
-
A class that represents a constructor invocation.
- ConstructorInvocation(ClassDescription, ClassDescription[], Dependency...) - Constructor for class net.sf.jguiraffe.di.impl.ConstructorInvocation
-
Creates a new instance of ConstructorInvocation
and
initializes it.
- ConstructorInvocationTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
- ConstructorInvocationTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ConstructorInvocationTag
-
- ConstructorTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized constructor invocation tag that is intended to be used inside a
<bean>
tag for defining the BeanProvider
for creating the managed bean.
- ConstructorTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
-
- constructPopup(PopupMenuBuilder, ComponentBuilderData) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.TablePopupHandler
-
Asks this handler to create a popup menu using the specified
PopupMenuBuilder
.
- constructPopup(PopupMenuBuilder, ComponentBuilderData) - Method in interface net.sf.jguiraffe.gui.builder.action.PopupMenuHandler
-
Asks this handler to create a popup menu using the specified
PopupMenuBuilder
.
- constructPopup(PopupMenuBuilder, ComponentBuilderData) - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Constructs the menu.
- consumeShutdownHandler() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the Invokable
serving as a shutdown handler and resets
the field.
- ContainerSelector - Interface in net.sf.jguiraffe.gui.builder.components
-
An interface for a component responsible for obtaining a container object.
- ContainerTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific tag handler implementation for creating container tags.
- ContainerTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
- containsBean(String) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Checks whether the default BeanStore
contains a bean with
the given name.
- containsBean(String, BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Checks whether the specified BeanStore
contains a bean
with the given name.
- containsBean(Class<?>) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Checks whether the default BeanStore
contains a bean with
the given class.
- containsBean(Class<?>, BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Checks whether the specified BeanStore
contains a bean
with the given class.
- containsBean(String) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Checks whether a bean with the given name can be found in the default
bean store of this bean context.
- containsBean(String, BeanStore) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Checks whether a bean with the given name can be found in the specified
bean store.
- containsBean(Class<?>) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Checks whether a bean with the given class can be found in this bean
context's default bean store.
- containsBean(Class<?>, BeanStore) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Checks whether a bean with the given class can be found in the specified
bean store.
- containsBean(String) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Tests whether a bean with the given name can be found in the default
store.
- containsBean(String, BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Tests whether a bean with the given name can be found in the specified
bean store.
- containsBean(Class<?>) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Tests whether a bean with the given bean class can be found in the
default bean store.
- containsBean(Class<?>, BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Tests whether a bean with the given class can be found in the specified
bean store.
- CONTEXT_CLASS_LOADER - Static variable in interface net.sf.jguiraffe.di.ClassLoaderProvider
-
Constant for the reserved name of the context class loader.
- ConversionHelper - Class in net.sf.jguiraffe.di
-
A helper class providing functionality related to data type conversion and
registration of custom converters.
- ConversionHelper() - Constructor for class net.sf.jguiraffe.di.ConversionHelper
-
Creates a new instance of ConversionHelper
which does not have a
parent.
- ConversionHelper(ConversionHelper) - Constructor for class net.sf.jguiraffe.di.ConversionHelper
-
Creates a new instance of ConversionHelper
and initializes it
with the given parent instance.
- convert(Class<T>, Object) - Method in class net.sf.jguiraffe.di.ConversionHelper
-
Performs a type conversion.
- convert(Class, Object) - Method in class net.sf.jguiraffe.di.EnumConverter
-
Performs the type conversion to an enumeration constant.
- convert(Class, Object) - Method in class net.sf.jguiraffe.gui.builder.enablers.EnablerConverter
-
Performs the type conversion.
- convert(Class, Object) - Method in class net.sf.jguiraffe.locators.LocatorConverter
-
Tries to convert the specified object to a
Locator
.
- convert(Number) - Method in class net.sf.jguiraffe.transform.DoubleTransformer
-
Converts the specified number into a java.lang.Double
.
- convert(Number) - Method in class net.sf.jguiraffe.transform.FloatTransformer
-
Converts the specified number into a Float
.
- convert(Number) - Method in class net.sf.jguiraffe.transform.IntegerTransformer
-
Converts the given number to an java.lang.Integer
.
- convert(Number) - Method in class net.sf.jguiraffe.transform.LongTransformer
-
Converts the given number into a Long
.
- convert(Number) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Converts the specified number to the target type supported by this
transformer.
- convertArguments(Class<?>[], Object[]) - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Performs necessary type conversions before invoking a method.
- convertButtonType(int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Converts the passed in button type into the corresponding option type
used by JOptionPane
.
- ConverterTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specialized tag handler class for adding custom data type converters in a
builder script.
- ConverterTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Creates a new instance of ConverterTag
.
- convertMessageType(int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Converts the passed in message type into the corresponding type used by
JOptionPane
.
- convertObject(Class<T>, Object) - Method in class net.sf.jguiraffe.di.ConversionHelper
-
Performs a type conversion to the given target class if possible.
- convertProperty(Object, StaticTextDataImpl, TransformerContext) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
Performs the transformation if the object to be converted must be set as
a property of a StaticTextData
object.
- convertReturnValue(int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Converts the passed in return value from the JOptionPane
to the corresponding RET_XXXX
constant.
- convertStandardButtons(int) - Static method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
-
Converts standard mouse button indices to Swing-specific button
constants.
- convertStandardKey(Keys) - Static method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
-
Converts a standard key code to the Swing-specific equivalent.
- convertStandardModifiers(Set<Modifiers>) - Static method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
-
Converts standard keyboard modifiers into Swing-specific modifiers.
- convertSwingButtons(int) - Static method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
-
Converts Swing-specific mouse button indices to standard button
constants.
- convertSwingKey(int) - Static method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
-
Converts a Swing-specific key code to a standard Keys
enumeration
constant.
- convertSwingModifiers(int) - Static method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
-
Converts Swing-specific keyboard modifiers into standard modifiers.
- convertToClass(Object) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Helper method for converting attributes of type class.
- convertToNumberWithUnit(String) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Converts a string attribute into the corresponding number with unit.
- convertToNumberWithUnit(String, NumberWithUnit) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Converts a string attribute into the corresponding
NumberWithUnit
returning the default value if the attribute has not been set.
- copy() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Copies the currently selected text to the system clipboard.
- create(Class<?>, FormAction) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionInvoker
-
Creates an action invoker proxy for the specified listener interface that
will invoke the given action whenever a method of the listener interface
is called.
- create(Class<?>, FormAction, EventFilter) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionInvoker
-
Creates an action invoker proxy for the specified listener interface that
will invoke the given action when an event is triggered that is accepted
by the passed in filter.
- create(Class<?>[], FormAction, EventFilter) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionInvoker
-
Creates an action invoker proxy that implements all the specified
listener interfaces.
- create() - Method in interface net.sf.jguiraffe.gui.builder.action.PopupMenuBuilder
-
Creates the menu and returns a reference to it.
- create() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
- create() - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Creates the PercentData
instance whose properties were
specified by the preceding method calls.
- create() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
-
Displays the popup menu constructed by this builder.
- createAction(ActionBuilder, ActionData) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates an action object based on the provided information.
- createAction(ActionBuilder, ActionData) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates an action object based on the provided information.
- createAction(ActionBuilder, ActionData) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Creates an action object.
- createActionBuilderData(BuilderData) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Creates the action builder data object for the current builder process.
- createActionControl(ActionManager, FormAction, Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Creates a control and associates it with the given action.
- createActionControl(ActionManager, FormAction, Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuItemTag
-
Creates a menu item based on an action definition.
- createActionControl(ActionManager, FormAction, Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ToolButtonTag
-
Creates a toolbar button that is associated with an action.
- createApplicationContext() - Method in class net.sf.jguiraffe.gui.app.Application
-
Creates and initializes the application context.
- createBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Creates and initializes a new bean instance.
- createBeanBuilderFactory(Configuration) - Method in class net.sf.jguiraffe.gui.app.Application
-
Creates the factory for the bean builder.
- createBeanProvider() - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Creates the bean provider defined by this tag.
- createBeanProvider() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Creates the bean provider defined by this tag.
- createBeanProvider() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ListTag
-
Creates the bean provider representing the collection managed by this
tag.
- createBeanProvider() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Creates the BeanProvider
produced by this tag.
- createBeanProvider() - Method in class net.sf.jguiraffe.gui.builder.di.tags.PropertiesTag
-
Creates the BeanProvider
managed by this tag.
- createBeanProvider() - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetTag
-
Creates the bean provider representing the collection managed by this
tag.
- createBorderLayout(BorderLayoutTag) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a border layout object whose parameters are obtained form the
specified tag.
- createBorderLayout(BorderLayoutTag) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a border layout object whose parameters are obtained form the
specified tag.
- createBorderLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Creates the border layout object based on this tag's attributes.
- createBorderLayout(BorderLayoutTag) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a border layout with the information from the passed in tag.
- createBuilderData(JellyContext, MutableBeanStore, ClassLoaderProvider, InvocationHelper) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Creates the DIBuilderData
object used during the builder
operation.
- createButton(ButtonTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a button component.
- createButton(ButtonTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a button component.
- createButton(ButtonTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a command button, which is specified by
the given tag.
- createButtonHandler(AbstractButton, InputComponentTag, TextIconData, String) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Initializes a button component and creates a component handler for it.
- createButtonLayout(ButtonLayoutTag) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a button layout object whose parameters are obtained from the
specified tag.
- createButtonLayout(ButtonLayoutTag) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a button layout object whose parameters are obtained from the
specified tag.
- createButtonLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Creates the button layout object.
- createButtonLayout(ButtonLayoutTag) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a button layout with the information from the passed in tag.
- createCallBack(ComponentBaseTag, PopupMenuHandler) - Method in class net.sf.jguiraffe.gui.builder.action.tags.PopupHandlerTag
-
Creates the call back object for actually registering the popup menu
handler.
- createCheckbox(CheckboxTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a checkbox.
- createCheckbox(CheckboxTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a checkbox.
- createCheckbox(CheckboxTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a checkbox, which is specified by the
given tag.
- createClassDescription() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Creates a ClassDescription
object from the internal data.
- createCollection(int) - Method in class net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
-
Creates the collection.
- createCollection(int) - Method in class net.sf.jguiraffe.di.impl.providers.ListBeanProvider
-
Creates the collection managed by this bean provider.
- createCollection(int) - Method in class net.sf.jguiraffe.di.impl.providers.SetBeanProvider
-
Creates the collection managed by this bean provider.
- createComboBox(ComboBoxTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a combo box.
- createComboBox(ComboBoxTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a combo box.
- createComboBox(ComboBoxTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a combo box, which is specified by the
given tag.
- createCommandQueue(ApplicationContext) - Method in class net.sf.jguiraffe.gui.app.Application
-
Creates and initializes the application's command queue.
- createCommandWrapper(Command) - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
- createComparator() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Creates a Comparator
object that implements the sort order
specified in this object.
- createComponent(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ToolbarTag
-
Creates the toolbar component.
- createComponent(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Creates and initializes the container.
- createComponent(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.LabelTag
-
Creates the label component.
- createComponent(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SimpleComponentTag
-
Creates a specific component.
- createComponentBuilderData(BuilderData, Object) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Creates the component builder data object for the current builder
process.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
-
Creates the combo box component.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FieldTag
-
Returns the component handler to be used by the component that is
represented by this tag.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Creates the component handler used by this input component.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Creates the list box component.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PasswordFieldTag
-
Creates the ComponentHandler
for this task.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Creates a component handler for the represented component.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Creates the component handler for the new input component.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Creates a ComponentHandler
for the managed slider component.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Creates the component handler object for the represented component.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Creates the table component.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Creates a component handler for the text area defined by this tag.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
-
Creates the component handler for this text field.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Creates the component handler for the tree component.
- createConfiguration() - Method in class net.sf.jguiraffe.gui.app.Application
-
Creates the configuration for this application.
- createConfiguration(URL) - Method in class net.sf.jguiraffe.gui.app.Application
-
Reads the application's configuration from the specified URL.
- createConstraints(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderConstraintsTag
-
Creates the constraints object.
- createConstraints(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ConstraintsTag
-
Creates the constraints object.
- createConstraints() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
-
Creates the constraints object for the string defined by the user.
- createConstraints() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentColConstraintsTag
-
Creates the constraints object.
- createConstraints(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Creates the constraints object.
- createConstraints() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentRowConstraintsTag
-
Creates the constraints object.
- createContainer(ComponentManager, boolean, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Creates the container widget.
- createContainer(ComponentManager, boolean, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag
-
Creates the container component.
- createContainer(ComponentManager, boolean, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Creates the concrete container widget.
- createContainer(ComponentManager, boolean, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Creates the container component.
- createContainer(ComponentManager, boolean, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
-
Creates the container represented by this tag.
- createContainer(ComponentManager, boolean, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Creates the container object.
- createContainer(ComponentManager, boolean, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Creates the window container.
- createDate(int, int, int) - Static method in class net.sf.jguiraffe.JGuiraffeTestHelper
-
Helper method for creating a date object based on the given year, month,
and day.
- createDefaultBorder() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a default border.
- createDefaultIconHandler() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns a default TreeIconHandler
object.
- createDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Creates the Dependency
based on the values of the
attributes.
- createDesktopPanel(DesktopPanelTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a desktop panel whose parameters are obtained from the specified
tag.
- createDesktopPanel(DesktopPanelTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a desktop panel whose parameters are obtained from the specified
tag.
- createDesktopPanel(DesktopPanelTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a desktop panel with the information obtained from the passed in
tag.
- createDialog(WindowBuilderData, WindowData, boolean, Window) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowManager
-
Creates a modal or non modal dialog.
- createDialog(WindowBuilderData, WindowData, boolean, Window) - Method in class net.sf.jguiraffe.gui.builder.window.WindowManagerWrapper
-
Creates a modal or non modal dialog.
- createDialog(JOptionPane, Window, String) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Creates the dialog from the option pane.
- createDialog(WindowBuilderData, WindowData, boolean, Window) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
-
Creates a dialog window.
- createElementHandler(ActionManager, ActionData, Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Creates a control based on the given action data object.
- createElementHandler(ActionManager, ActionData, Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuItemTag
-
Creates a menu item based on an action data object.
- createElementHandler(ActionManager, ActionData, Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ToolButtonTag
-
Creates a toolbar button based on the given data object.
- createEnabler(String, String) - Method in class net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
-
Creates an ElementEnabler
for the specified prefix.
- createEvent(MouseEvent, FormMouseEvent.Type) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
-
Creates a FormMouseEvent
from the specified source Swing event
using the given event type.
- createEventListener(Class<?>[]) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Creates an event listener proxy for all event listener classes in the
specified array.
- createEventListener() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Creates an event listener object for all listener types that have been
added to this tag.
- createEventManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Creates the event manager object.
- createEventManager() - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Returns a concrete implementation of the
PlatformEventManager
interface for dealing with event
notifications.
- createEventManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Returns a concrete implementation of the
PlatformEventManager
interface for dealing with event
notifications.
- createEventManager() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates the Swing specific platform event manager.
- createFieldHandler(InputComponentTag, ComponentHandler<?>) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultFieldHandlerFactory
-
Creates a new field handler object for the specified input component tag.
- createFieldHandler(InputComponentTag, ComponentHandler<?>) - Method in interface net.sf.jguiraffe.gui.builder.components.FieldHandlerFactory
-
Creates a new field handler object.
- createFieldHandler(ComponentHandler<?>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Creates a field handler object for the input component.
- CreateFileCommand - Class in net.sf.jguiraffe.examples.tutorial.createfile
-
A command class for creating a new file.
- CreateFileCommand(ApplicationContext, CreateFileData, FormAction) - Constructor for class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileCommand
-
Creates a new instance of CreateFileCommand
and initializes it
with the application context and the data of the file to be created.
- CreateFileData - Class in net.sf.jguiraffe.examples.tutorial.createfile
-
A data class that stores all information for the creation of a new file.
- CreateFileData() - Constructor for class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
-
- createFileFilter() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Creates a FileFilter
object that implements the filter criteria
defined for this object.
- createFont(FontTag) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a font object from the data specified by the given FontTag
.
- createFont(FontTag) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a font object from the data specified by the given FontTag
.
- createFont(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
- createFont(FontTag) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a font based on the data provided by the given FontTag
.
- createFormat(Locale) - Method in class net.sf.jguiraffe.transform.AbstractDecimalTransformer
-
Returns a format object suitable for parsing doubles.
- createFormat(Locale) - Method in class net.sf.jguiraffe.transform.AbstractIntegerTransformer
-
Creates the format object for parsing user input.
- createFormat(Locale, int, Configuration) - Method in class net.sf.jguiraffe.transform.DateTimeTransformer
-
Creates the format object to be used by this transformer.
- createFormat(Locale, int, Configuration) - Method in class net.sf.jguiraffe.transform.DateTransformer
-
Returns the DateFormat
to be used by this transformer.
- createFormat(Locale, int, Configuration) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Creates a DateFormat
object for parsing dates of the
supported format.
- createFormat(Locale) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Creates the format object for parsing a number.
- createFormat(Locale, int, Configuration) - Method in class net.sf.jguiraffe.transform.TimeTransformer
-
Returns a format object for formatting and parsing time objects.
- createFrame(WindowBuilderData, WindowData, Window) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowManager
-
Creates a frame window (a main frame).
- createFrame(WindowBuilderData, WindowData, Window) - Method in class net.sf.jguiraffe.gui.builder.window.WindowManagerWrapper
-
Creates a frame window (a main frame).
- createFrame(WindowBuilderData, WindowData, Window) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
-
Creates a frame window.
- createFromMessage(Message, Object...) - Static method in class net.sf.jguiraffe.resources.Message
-
Creates a new Message
instance with the same resource group and
resource key as the passed in instance, but with different parameters.
- createGroup(JellyContext, String) - Static method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Creates a new ComponentGroup
instance and stores it in the
specified context.
- createGroup() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Creates the cell group object based on the attribute values.
- createGroup(String, Locale) - Method in class net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
-
Creates a ResourceGroup
object from the specified bundle.
- createIcon(Locator) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates an icon object with the data obtained from the specified
Locator
- createIcon(Locator) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates an icon object with the data obtained from the specified
Locator
- createIcon() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Creates the icon.
- createIcon(Locator) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates an icon with the information obtained from the given locator.
- createInternalFrame(WindowBuilderData, WindowData, Window) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowManager
-
Creates an internal frame window.
- createInternalFrame(WindowBuilderData, WindowData, Window) - Method in class net.sf.jguiraffe.gui.builder.window.WindowManagerWrapper
-
Creates an internal frame window.
- createInternalFrame(WindowBuilderData, WindowData, Window) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
-
Creates and initializes an internal frame window and adds it to its
parent frame.
- createInvocation() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstructorInvocationTag
-
Creates the invocation object.
- createInvocation() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Creates the invocation object.
- createInvocation() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Creates the invocation object.
- createJDialog(WindowBuilderData) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
-
Creates a new dialog object.
- createJellyContext() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Creates the Jelly context for executing the builder script.
- createLabel(LabelTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a label object.
- createLabel(LabelTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a label object.
- createLabel(LabelTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a label component with the information obtained from the given
tag.
- createLayout(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Creates the border layout object.
- createLayout(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Creates the layout object.
- createLayout(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.LayoutTag
-
Creates the specific layout object.
- createLayout(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Creates the percent layout object.
- createListBox(ListBoxTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a list box.
- createListBox(ListBoxTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a list box.
- createListBox(ListBoxTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a list, which is specified by the given
tag.
- createMap() - Method in class net.sf.jguiraffe.di.impl.providers.MapBeanProvider
-
Creates the map managed by this provider.
- createMap() - Method in class net.sf.jguiraffe.di.impl.providers.PropertiesBeanProvider
-
Creates the map managed by this bean provider.
- createMenu(ActionBuilder, Object, TextIconData, Object) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates a (sub) menu.
- createMenu(ActionBuilder, Object, TextIconData, Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a (sub) menu.
- createMenu(ActionBuilder, Object, TextIconData, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Creates a menu based on the given data.
- createMenuBar(ActionBuilder) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates a menu bar.
- createMenuBar(ActionBuilder) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a menu bar.
- createMenuBar(ActionBuilder) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Creates a menu bar.
- createMenuItem(ActionBuilder, FormAction, boolean, Object) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates a menu item based on the specified action object.
- createMenuItem(ActionBuilder, ActionData, boolean, Object) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates a menu item based on the specified action data object and returns
a component handler for it.
- createMenuItem(ActionBuilder, FormAction, boolean, Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a menu item based on the specified action object.
- createMenuItem(ActionBuilder, ActionData, boolean, Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a menu item based on the specified action data object and returns
a component handler for it.
- createMenuItem(ActionBuilder, FormAction, boolean, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Creates a menu item based on the given action.
- createMenuItem(ActionBuilder, ActionData, boolean, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Creates a menu item based on the passed in data object.
- createOptionPane(Window, Object, String, int, int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Creates the option pane dialog for displaying the message box.
- createPanel(PanelTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a panel whose parameters are obtained from the specified tag.
- createPanel(PanelTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a panel whose parameters are obtained from the specified tag.
- createPanel(PanelTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a panel with the information obtained from the passed in tag.
- createPasswordField(PasswordFieldTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a ComponentHandler
that wraps a password text field.
- createPasswordField(PasswordFieldTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a ComponentHandler
that wraps a password text field.
- createPasswordField(PasswordFieldTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a password text field which is specified
by the given tag.
- createPattern(TransformerContext) - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Creates a new Pattern
object.
- createPercentLayout(PercentLayoutTag) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a percent layout object whose parameters are obtained from the
specified tag.
- createPercentLayout(PercentLayoutTag) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a percent layout object whose parameters are obtained from the
specified tag.
- createPercentLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Creates the PercentLayoutBase
object based on the data
stored in this tag.
- createPercentLayout(PercentLayoutTag) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a percent layout with the information from the passed in tag.
- createPlatformEventManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Creates the platform specific event manager.
- createProgressBar(ProgressBarTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a progress bar element.
- createProgressBar(ProgressBarTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a progress bar element.
- createProgressBar(ProgressBarTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a progress bar, which is specified by the
given tag.
- createPushButton(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
-
Creates the new command button component.
- createPushButton(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.CheckboxTag
-
Creates the checkbox.
- createPushButton(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Creates the push button component of the correct type.
- createPushButton(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.RadioButtonTag
-
Creates the radio button.
- createPushButton(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextTag
-
Creates the element.
- createPushButton(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ToggleButtonTag
-
Creates the new toggle button component.
- createRadioButton(RadioButtonTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a radio button.
- createRadioButton(RadioButtonTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a radio button.
- createRadioButton(RadioButtonTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a radio button, which is specified by the
given tag.
- createRadioGroup(Map<String, Object>) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a radio group which contains the radio buttons stored in the
passed in map.
- createRadioGroup(Map<String, Object>) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a radio group which contains the radio buttons stored in the
passed in map.
- createRadioGroup(Map<String, Object>) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a radio group, which contains the specified radio buttons.
- createReleaseDependencyProvider(BeanBuilderResult) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Creates a DependencyProvider
object that can be used during a
release()
operation.
- createRootStore(Configuration) - Method in class net.sf.jguiraffe.gui.app.Application
-
Creates the root bean store.
- createRootStore() - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Creates the root bean store.
- createShutdownHandlerForMethod(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Creates an Invokable
for a shutdown handler for a shutdown
method.
- createSlider(SliderTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a slider component.
- createSlider(SliderTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a slider component.
- createSlider(SliderTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a slider, which is specified by the given
tag.
- createSplitter(SplitterTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a splitter whose parameters are obtained from the specified tag.
- createSplitter(SplitterTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a splitter whose parameters are obtained from the specified tag.
- createSplitter(SplitterTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a splitter component from the information contained in the passed
in tag.
- createStaticText(StaticTextTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a static text element.
- createStaticText(StaticTextTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a static text element.
- createStaticText(StaticTextTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a static text, which is specified by the
given tag.
- createTabbedPane(TabbedPaneTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a tabbed pane.
- createTabbedPane(TabbedPaneTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a tabbed pane.
- createTabbedPane(TabbedPaneTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a tabbed pane, which is specified by the
given tag.
- createTable(TableTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a table based on the information stored in the passed in table
tag.
- createTable(TableTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a table based on the information stored in the passed in table
tag.
- createTable(TableTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a table specified by the given tag.
- createTargetClassDescription() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Creates a
ClassDescData
object for the target class of the
converter.
- createTask(String, Class<?>, Class<?>) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Creates the task for this action.
- createTask(Command) - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Creates a task object for executing the passed in command.
- createTaskByClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Creates the action's task if it is defined by its class.
- createTextArea(TextAreaTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a text area.
- createTextArea(TextAreaTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a text area.
- createTextArea(TextAreaTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a text area which is specified by the
given tag.
- createTextField(TextFieldTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a text field.
- createTextField(TextFieldTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a text field.
- createTextField(TextFieldTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a text field which is specified by the
given tag.
- createToggleButton(ToggleButtonTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a toggle button component.
- createToggleButton(ToggleButtonTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a toggle button component.
- createToggleButton(ToggleButtonTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a toggle button, which is specified by
the given tag.
- createToolbar(ActionBuilder) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates a toolbar object.
- createToolbar(ActionBuilder) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a toolbar object.
- createToolbar(ActionBuilder) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Creates a tool bar object.
- createToolbarButton(ActionBuilder, FormAction, boolean, Object) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates a toolbar button based on the specified action object.
- createToolbarButton(ActionBuilder, ActionData, boolean, Object) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates a toolbar button based on the given action data object and
returns a component handler for it.
- createToolbarButton(ActionBuilder, FormAction, boolean, Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a toolbar button based on the specified action object.
- createToolbarButton(ActionBuilder, ActionData, boolean, Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a toolbar button based on the given action data object and
returns a component handler for it.
- createToolbarButton(ActionBuilder, FormAction, boolean, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Creates a toolbar button based on the given action.
- createToolbarButton(ActionBuilder, ActionData, boolean, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Creates a toolbar button based on the passed in action data object and
returns a component handler for it.
- createToolTipManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Creates the ToolTipManager
.
- createTree(TreeTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a tree component based on the information stored in the passed in
tree tag.
- createTree(TreeTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a tree component based on the information stored in the passed in
tree tag.
- createTree(TreeTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a tree specified by the given tag.
- createURL(URLStreamHandler) - Method in class net.sf.jguiraffe.locators.AbstractStreamLocator
-
Creates the URL managed by this locator.
- createURL(URLStreamHandler) - Method in class net.sf.jguiraffe.locators.ByteArrayLocator
-
Creates a URL representing the data of this locator.
- createValidationErrorResult(Form, String, Object...) - Static method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Creates a ValidationResult
object with an error message for a
validation message.
- createValidationErrorResult(TransformerContext, String, Object...) - Static method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Creates a ValidationResult
object with the specified error
message.
- createValidationMessage(Form, String, Object...) - Static method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Obtains a ValidationMessage
object for the specified key.
- createValidationMessage(TransformerContext, String, Object...) - Static method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Creates a ValidationMessage
object for the specified error
message.
- createValueDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Creates the dependency when a direct value is set.
- createValueDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ElementTag
-
Creates the dependency when a constant value is specified for this tag.
- createValueDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Creates the dependency if a value is defined for this tag.
- createValueProvider() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Creates the bean provider for the specified value.
- createValueProvider(ClassDescription) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Creates the bean provider for the specified value using the given default
class description.
- CreateViewSettingsCommand - Class in net.sf.jguiraffe.examples.tutorial.viewset
-
A command class for storing view settings for a given directory.
- CreateViewSettingsCommand(ApplicationContext, ViewSettings, FormAction) - Constructor for class net.sf.jguiraffe.examples.tutorial.viewset.CreateViewSettingsCommand
-
- createWindow(WindowManager, WindowBuilderData) - Method in class net.sf.jguiraffe.gui.builder.window.tags.DialogTag
-
Creates the dialog window using the passed in window manager.
- createWindow(WindowManager, WindowBuilderData) - Method in class net.sf.jguiraffe.gui.builder.window.tags.FrameTag
-
Creates the frame window.
- createWindow(WindowManager, WindowBuilderData) - Method in class net.sf.jguiraffe.gui.builder.window.tags.InternalFrameTag
-
Creates the internal frame window using the passed in window manager.
- createWindow(WindowManager, WindowBuilderData) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Creates the window represented by the given data object using the current
window manager.
- createWindowBuilderData(BuilderData) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Creates the window builder data object for the current builder process.
- createWithParameters(Object, Object, Object...) - Static method in class net.sf.jguiraffe.resources.Message
-
Creates an instance of Message
with an arbitrary number of
parameters.
- CTX_NAME - Static variable in class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Constant for the name under which this model is stored in the builder
context.
- CTX_NAME - Static variable in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Constant for the name under which this instance is stored in the context.
- CURRENT_FILTER - Static variable in class net.sf.jguiraffe.gui.builder.action.tags.EventFilterTag
-
Constant for the current filter variable.
- cut() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Cuts the currently selected text and copies it into the system clipboard.
- generateAutoName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Generates a name for this tabbed pane.
- get(JellyContext) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Returns the instance of this class stored in the specified Jelly context.
- get(JellyContext) - Static method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the instance of this class stored in the specified Jelly context.
- get(JellyContext) - Static method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Obtains an instance of this class from the specified Jelly context.
- get(JellyContext) - Static method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Returns the instance of this class stored in the specified Jelly context.
- getAccelerator() - Method in interface net.sf.jguiraffe.gui.builder.action.ActionData
-
Returns the Accelerator
associated with this action.
- getAccelerator() - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Returns the accelerator.
- getAccelerator() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Returns the Accelerator
associated with the represented
action.
- getAcceleratorDef() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Returns the accelerator definition.
- getAcceleratorRef() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Returns the name of a variable to be used as accelerator.
- getAction(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Returns the action with the given name.
- getActionBuilder() - Method in class net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
-
Returns the ActionBuilder
data object to be passed to the action
manager.
- getActionBuilderNamespace() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns the name space used for the action builder tag library.
- getActionGroupName() - Method in class net.sf.jguiraffe.gui.builder.enablers.ActionGroupEnabler
-
Returns the name of the action group that is manipulated by this enabler.
- getActionManager() - Method in class net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
-
Returns the ActionManager
this builder delegates to.
- getActionManager() - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Returns a reference to the action manager.
- getActionManager() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns the action manager used by this builder.
- getActionName() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Returns the name of the associated action.
- getActionName() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Returns the name of the action to be invoked.
- getActionName() - Method in class net.sf.jguiraffe.gui.builder.enablers.ActionEnabler
-
Returns the name of the action that is affected by this enabler.
- getActionNames() - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Returns a collection with the names of the actions stored in this
ActionStore
.
- getActionNamesForGroup(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Returns a set with the names of all actions that belong to the given
group.
- getActions(Collection<String>) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Returns all action objects whose names are specified in the given
collection.
- getActionStore() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the action store.
- getActionStore() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns the application's ActionStore
.
- getActionStore() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the application's ActionStore
.
- getActionStore() - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Returns a reference to the current action store.
- getActionStore() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a reference to the action store.
- getAdditionalProperties() - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Returns additional properties that have been added by tags in the body.
- getAdditionalTipSeparator() - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Returns the separator between the standard and the additional tool tip.
- getAdditionalToolTip(Object) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Queries the additional tool tip for the specified component.
- getAdditionalToolTip(String) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Returns the additional tool tip for the component with the given name.
- getAdditionalToolTip(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Returns the additional (dynamic) tool tip for the specified component.
- getAdditionalToolTip(String) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Returns the additional (dynamic) tool tip for the component with the
given name.
- getAfterEnabler() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Returns the ElementEnabler
that is invoked after the execution of
this task.
- getAlign() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Returns the alignment.
- getAlignment() - Method in interface net.sf.jguiraffe.gui.builder.components.model.StaticTextData
-
Returns the alignment of the text and the icon.
- getAlignment() - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Returns the alignment of the text and icon.
- getAlignment() - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
Returns the default TextIconAlignment
.
- getAlignment() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Returns the alignment of the icon relative to the text.
- getAlignment() - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Returns the alignment of the button bar.
- getAlignment() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints
-
Returns the alignment string.
- getAlignmentString() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Returns the name of the current alignment.
- getAllActionNames() - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Returns a collection with the names of all actions stored in this
ActionStore
or in one of its parents.
- getAllColumnConstraints() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns an array with the current column constraints.
- getAllGroupNames(ActionStore) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionHelper
-
Returns the names of all groups defined for the specified
ActionStore
and its parents.
- getAllRowConstraints() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns an array with the current row constraints.
- getAlternativeResourceGroups() - Method in class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Returns the alternative resource groups.
- getApplication() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the central Application
object.
- getApplication() - Method in class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
Returns the central Application
object.
- getApplication() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Returns a reference to the global application object.
- getApplication() - Method in class net.sf.jguiraffe.gui.app.OpenWindowCommand
-
Returns the central Application
instance.
- getApplication() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
-
Returns a reference to the Application
object.
- getApplicationContext() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns a reference to the actual application context.
- getAttributes() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Returns the name of a bean with additional attributes for the font to be
created.
- getAttributesMap() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Returns a (unmodifiable) map with additional attributes of the font to be
created.
- getAttributeStr(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Helper method for returning an attribute as string.
- getBackColor() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the background color for this component as a string.
- getBackgroundColor() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getBackgroundColor() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the background color of this component as a color object.
- getBackgroundColor() - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Returns the background color of the underlying widget.
- getBackgroundColor(FieldValidationStatus) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the background color for fields with the specified FieldValidationStatus
.
- getBaseClass() - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Returns the bean's base class.
- getBaseClass() - Method in class net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
-
Returns the base class.
- getBean(String) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the bean with the specified name from the default
BeanStore
.
- getBean(String, BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the bean with the specified name from the given
BeanStore
.
- getBean(Class<T>) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the bean with the specified class from the default
BeanStore
.
- getBean(Class<T>, BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the bean with the specified class from the given
BeanStore
.
- getBean() - Method in class net.sf.jguiraffe.di.BeanCreationEvent
-
Returns the newly created bean.
- getBean(DependencyProvider) - Method in interface net.sf.jguiraffe.di.BeanProvider
-
Returns the bean managed by this provider.
- getBean(String) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the bean with the given name starting the search with the default
bean store.
- getBean(String, BeanStore) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the bean with the given name starting the search with the
specified bean store.
- getBean(Class<T>) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the bean with the given class starting the search with the
default bean store.
- getBean(Class<T>, BeanStore) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the bean with the given class starting the search with the
specified bean store.
- getBean(String) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns the bean with the specified name from the default store.
- getBean(String, BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns the bean with the specified name from the given bean store.
- getBean(Class<T>) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns the bean with the specified class from the default bean store.
- getBean(Class<T>, BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns the bean with the specified class from the given bean store.
- getBean(Dependency, BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
- getBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
-
Returns the bean managed by this provider.
- getBean() - Method in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Returns the bean managed by this provider.
- getBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Returns the bean managed by this provider.
- getBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
-
Returns the bean managed by this provider.
- getBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.FactoryBeanProvider
-
Returns the bean managed by this bean provider.
- getBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.MapBeanProvider
-
Returns the bean managed by this provider.
- getBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Returns the bean managed by this provider.
- getBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Returns the bean managed by this bean provider.
- getBean(String) - Method in interface net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl.BeanContributor
-
Returns the bean with the given name or null if the name is
unknown.
- getBean(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Returns the bean with the given name.
- getBean(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the bean with the given name.
- getBean(String) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Returns the bean with the specified name.
- getBeanBuilder() - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilderFactory
-
Returns a BeanBuilder
object for processing a script with
bean definitions.
- getBeanBuilder() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilderFactory
-
Returns the builder instance to be used.
- getBeanBuilderFactory() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the BeanBuilderFactory
for obtaining a bean
builder.
- getBeanBuilderResult() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the result object from the bean builder.
- getBeanBuilderResult() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the result of the bean builder.
- getBeanClass(DependencyProvider) - Method in interface net.sf.jguiraffe.di.BeanProvider
-
Returns the class of the bean managed by this provider.
- getBeanClass(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
-
Returns the class of the bean created by this provider.
- getBeanClass(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Returns the class of the managed bean.
- getBeanClass(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
-
Returns the class of the managed bean.
- getBeanClass(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns the class of the bean managed by this provider.
- getBeanClass(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.MapBeanProvider
-
Returns the class of the managed bean.
- getBeanClass(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Returns the bean class of the bean managed by this provider.
- getBeanClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the data object with the definition of the bean class.
- getBeanClassDesc() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the class description for the managed bean.
- getBeanClassDescription() - Method in class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Returns the description of the class of the managed bean.
- getBeanContext() - Method in class net.sf.jguiraffe.di.BeanCreationEvent
-
Returns the BeanContext
that caused this event.
- getBeanContext() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns the application global BeanContext
.
- getBeanContext() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the global bean context.
- getBeanContext() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Returns the current BeanContext
.
- getBeanContext() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the BeanContext
managed by this instance.
- getBeanCreationListeners() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns a collection with BeanCreationListener
objects to be
registered at the BeanContext
created by the builder.
- getBeanCreationListeners() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a collection with objects to be registered as BeanCreationListener
at the BeanContext
created during the
builder operation.
- getBeanCreator() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns the BeanProvider
that is responsible for creating
a new bean instance.
- getBeanCreator() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the BeanProvider
that will be used for creating
the managed bean.
- getBeanInitializer() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns the Invokable
object responsible for initializing
the newly created bean.
- getBeanProvider() - Method in class net.sf.jguiraffe.di.BeanCreationEvent
-
Returns the BeanProvider
that created the new bean.
- getBeanProvider(String) - Method in interface net.sf.jguiraffe.di.BeanStore
-
Returns the BeanProvider
that is registered under the
given name or null if cannot be found.
- getBeanProvider(String) - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns the BeanProvider
with the given name.
- getBeanProvider(String) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Returns the BeanProvider
with the specified name.
- getBeanProvider(String) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Returns a BeanProvider
for the bean with the given name.
- getBeanProvider(String) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
-
Returns a BeanProvider
for accessing the bean with the
given name.
- getBeanStore(String) - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilderResult
-
Returns the BeanStore
with the given name.
- getBeanStore(String) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Returns the BeanStore
with the specified name.
- getBeanStoreNames() - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilderResult
-
Returns a set with the names of the existing bean stores.
- getBeanStoreNames() - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Returns a set with the names of the existing bean stores.
- getBeanStoreTag() - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Returns a reference to the enclosing BeanStoreTag
.
- getBeanTag() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
-
Returns the enclosing bean tag.
- getBeanTag() - Method in class net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
-
Returns a reference to the enclosing BeanTag
.
- getBeforeEnabler() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Returns the ElementEnabler
that is invoked before the execution
of this task.
- getBindingStrategy() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the BindingStrategy
used by the current form.
- getBindingStrategy() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the BindingStrategy
to be used by the form.
- getBindingStrategy() - Method in class net.sf.jguiraffe.gui.forms.Form
-
Returns the BindingStrategy
used by this form.
- getBlue() - Method in class net.sf.jguiraffe.gui.builder.components.Color
-
Returns the blue component of this color.
- getBorderLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the newly created border layout object.
- getBorderref() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Returns the name of a predefined border to use.
- getBottomMargin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the bottom margin.
- getBottomMargin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Returns the bottom margin.
- getBottomMargin() - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Returns the bottom margin.
- getBottomMargin() - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Returns the bottom margin.
- getBtnCancelName() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the name of the component representing the cancel button.
- getBtnOkName() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the name of the component representing the OK button.
- getBuilder() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns a reference to the Builder
instance that processed this
object.
- getBuilder() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a reference to the
Builder
object that generated the
builder results.
- getBuilderContext() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the bean context used by the builder.
- getBuilderContext() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the bean context that is used by the builder and the created
components.
- getBuilderData(JellyContext) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
- getBuilderData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
- getBuilderData() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the current BuilderData
object.
- getBuilderName() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the name of the builder.
- getBuilderName() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a name for the builder.
- getBuilderName() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the name of the current builder.
- getButton() - Method in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Returns the index of the mouse button affected by this event.
- getButton() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
-
Returns the managed button.
- getButtonIndex(Boolean) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.BooleanRadioButtonHandler
-
Returns the index of the button with the specified value.
- getButtonIndex(T) - Method in class net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
-
Returns the index of the radio button that corresponds to the specified
data value.
- getButtonIndex(Integer) - Method in class net.sf.jguiraffe.gui.builder.components.model.DefaultRadioButtonHandler
-
Returns the index of the radio button in the associated group that
represents the passed in data value.
- getButtonLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Returns the newly created button layout object.
- getCancelCommand() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the command to be executed when the form is canceled.
- getCaption() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Returns the final text of the associated component.
- getCellSize() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints
-
Returns the size of the cell.
- getChainDependency(String) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns a special Dependency
for a local variable that is
used during the execution of a ChainedInvocation
.
- getChild(Object, int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Returns the child node of the specified node with the given index.
- getChildCount(Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Returns the number of child nodes of the specified node.
- getChildEnablers() - Method in class net.sf.jguiraffe.gui.builder.enablers.ChainElementEnabler
-
Returns a collection of the ElementEnabler
objects maintained by
this ChainElementEnabler
.
- getChildHandler(String) - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns the child handler with the specified name.
- getChildHandlerCount() - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns the number of child ComponentHandler
s that have been
added to this CompositeComponentHandler
.
- getChildHandlerIndex(String) - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns the index for the child handler with the given name.
- getChildHandlerNameAt(int) - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns the name of the child handler at the specified index.
- getChildHandlerNames() - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns a set with the names of the child handlers that have been added
to this handler.
- getChildHandlers() - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns a list with all child handlers managed by this CompositeComponentHandler
.
- getChildStore(int) - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns the child BeanStore
with the given index.
- getChildValidator(int) - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Returns the child validator at the given index.
- getClassLoader(String) - Method in interface net.sf.jguiraffe.di.ClassLoaderProvider
-
Returns a reference to the class loader with the specified symbolic name.
- getClassLoader(String) - Method in class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Returns the class loader specified by the given symbolic name.
- getClassLoader(String) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Returns the class loader that was registered under the given name.
- getClassLoader() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Returns the name of the class loader to be used for resolving the
resource.
- getClassLoader() - Method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Returns the default class loader used by this locator when looking up the
resource name.
- getClassLoaderName() - Method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns the symbolic name of the class loader for resolving the class.
- getClassLoaderName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Returns the name of the class loader to be used.
- getClassLoaderName() - Method in class net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
-
Returns the name of the class loader used for resolving resource bundles.
- getClassLoaderProvider() - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the ClassLoaderProvider
used by this context.
- getClassLoaderProvider() - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the ClassLoaderProvider
used by this context.
- getClassLoaderProvider() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns the ClassLoaderProvider
used by this bean context.
- getClassLoaderProvider() - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Returns the wrapped ClassLoaderProvider
.
- getClassLoaderProvider() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns the ClassLoaderProvider
to be used.
- getClassLoaderProvider() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the ClassLoaderProvider
.
- getClassLoaderProvider() - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilderResult
-
- getClassLoaderProvider() - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Returns the ClassLoaderProvider
to be used.
- getClassLoaderProvider() - Method in class net.sf.jguiraffe.locators.LocatorConverter
-
Returns the ClassLoaderProvider
used by this converter.
- getClassLoaderProvider() - Method in class net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
-
Returns the ClassLoaderProvider
used by this object.
- getCol() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Returns the column number in the layout grid.
- getColconstr() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Returns the column constraints as string.
- getColConstraints() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Returns the collection with the column constraints.
- getColGroups() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Returns the collection with the column groups definition.
- getColor() - Method in enum net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Returns the associated Color
object.
- getColor() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Returns the color for the title text.
- getColorDefinition() - Method in class net.sf.jguiraffe.gui.builder.components.Color
-
Returns the logic color definition this Color
instance is based
on.
- getColumn(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the tag for the column with the given index.
- getColumn() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns the number of the column, in which the corresponding component is
to be placed.
- getColumnClass(int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the data class of the specified column.
- getColumnConstraints() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns the associated constraints object for the column.
- getColumnConstraints(int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the column constraints object for the column with the given
index.
- getColumnConstraintsBuilder(JellyContext) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.PercentColConstraintsTag
-
Returns the shared builder for column constraints from the given Jelly
context.
- getColumnCount() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Returns the number of columns managed by this instance.
- getColumnCount() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the number of columns of the managed table.
- getColumnCount() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the number of columns of this table.
- getColumnCount() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the number of columns in this layout.
- getColumnCount() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the number of columns of the represented table.
- getColumnEditor(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the editor component installed for the specified column.
- getColumnFieldName(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the field name of the specified column in the render or edit
form.
- getColumnGroups() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns an unmodifiable collection with the column groups defined for
this layout.
- getColumnName(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the title of the column with the given index.
- getColumnName(int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the name for the specified column.
- getColumnRecalibrator() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Convenience method for querying the TableColumnRecalibrator
.
- getColumnRenderer(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the renderer component installed for the specified column.
- getColumns() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Returns the definition of column constraints as string.
- getColumns() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns a collection with the column tags defined for this table.
- getColumns() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Returns the number of columns of this text area.
- getColumns() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
-
Returns the number of visible columns.
- getColumnValue(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the value from the given column in the current row.
- getColumnWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns the width of this column as a NumberWithUnit
object.
- getColumnWidthCalculator() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Convenience method for querying the TableColumnWidthCalculator
.
- getColumnWidthController() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the TableColumnWidthController
for the represented table.
- getColumnWidthController() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the TableColumnWidthController
for the columns defined
for this table.
- getCommand() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Returns the command object.
- getCommand() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ToggleButtonTag
-
Returns the command string of this button.
- getCommand() - Method in class net.sf.jguiraffe.gui.builder.event.FormActionEvent
-
Returns the action command string.
- getCommand() - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueEvent
-
Returns the Command
object affected by this event.
- getCommandBeanName() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Returns the name of the command bean.
- getCommandQueue() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns a reference to the command queue that is used for executing
commands in another thread.
- getCommandQueue() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the CommandQueue
.
- getCommandQueue() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a reference to the global CommandQueue
object.
- getCommandQueue() - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueEvent
-
Returns the CommandQueue
that caused this event.
- getComponent() - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns the component this handler is associated with.
- getComponent(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the component with the given name from the currently active
ComponentStore
.
- getComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the component managed by this tag.
- getComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the component managed by this tag.
- getComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
-
Returns the name of the referenced component.
- getComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SimpleComponentTag
-
Returns the component that was created by this tag.
- getComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Returns the component of this register.
- getComponent() - Method in interface net.sf.jguiraffe.gui.forms.ComponentHandler
-
Returns a reference to the real component that is wrapped by this
component handler.
- getComponent() - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Returns the underlying component.
- getComponent(int, int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the component at the specified position of this layout.
- getComponent(int) - Method in interface net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
-
Returns the component with the given index.
- getComponent() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns the component representing this window.
- getComponent() - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
-
Returns the Swing component that represents this window.
- getComponent() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the underlying component.
- getComponent(int) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the component with the given index.
- getComponentBuilderData() - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Returns the associated ComponentBuilderData
.
- getComponentBuilderData() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the ComponentBuilderData
object.
- getComponentBuilderData() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the current ComponentBuilderData
object.
- getComponentBuilderData() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the current ComponentBuilderData
object.
- getComponentBuilderNamespace() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns the name space used for the component builder tag library.
- getComponentCount() - Method in interface net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
-
Returns the number of components that belong to this layout manager.
- getComponentCount() - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the number of components in this layout.
- getComponentHandler(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the component handler with the specified name from the current
ComponentStore
.
- getComponentHandler() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the component handler that was created by this tag.
- getComponentHandler(String) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Returns the component handler with the given name.
- getComponentHandler() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Returns the component handler.
- getComponentHandler() - Method in interface net.sf.jguiraffe.gui.forms.FieldHandler
-
Returns the ComponentHandler
used by this
FieldHandler
.
- getComponentHandlerNames() - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Returns a set with the names of all component handlers that are contained
in this store.
- getComponentHandlerNames() - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Returns a set with the names of all stored component handlers.
- getComponentHandlers(ComponentBuilderData) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Returns a map with the ComponentHandler
objects of the components
this group refers to.
- getComponentManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the component manager.
- getComponentManager() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns the component manager used by this builder.
- getComponentName() - Method in class net.sf.jguiraffe.gui.builder.enablers.ComponentEnabler
-
Returns the name of the component whose state is changed by this enabler.
- getComponentNames() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Returns a set with the names of all components contained in this group.
- getComponentNames() - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Returns a set with the names of all components that are contained in this
store.
- getComponentNames() - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Returns a set with the names of all stored components.
- getComponentref() - Method in class net.sf.jguiraffe.gui.builder.components.tags.LabelTag
-
Returns the name of the component this label is associated with.
- getComponents() - Method in interface net.sf.jguiraffe.gui.builder.components.AccessibleComposite
-
Returns an unmodifiable collection with the components and constraints
that have been added to this object.
- getComponents(ComponentBuilderData) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Returns a map with all components this group refers to.
- getComponents() - Method in class net.sf.jguiraffe.gui.builder.components.CompositeImpl
-
Returns an unmodifiable collection with the components and constraints
that have been added to this object.
- getComponentStore() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns a reference to the current component store.
- getComponentStore() - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Returns the component store used by this event manager instance.
- getComponentStore() - Method in class net.sf.jguiraffe.gui.forms.Form
-
Returns the component store of this form.
- getComponentType() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the type of the field handler that is associated with this
component.
- getComponentType() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerTag
-
Returns the type of the corresponding input component.
- getComposite(Composite) - Method in interface net.sf.jguiraffe.gui.builder.components.ContainerSelector
-
Returns the Composite
to be used for the specified tag
implementing the Composite
interface.
- getComposite(Composite) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultContainerSelector
-
Returns the Composite
to be used for the specified tag
implementing the Composite
interface.
- getComposite() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Returns the AccessibleComposite
implementation used by this
container tag.
- getConfigResourceName() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the resource name of the configuration file.
- getConfiguration() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns a reference to the configuration data of the running application.
- getConfiguration() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns a reference to the global configuration.
- getConfiguration() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeConfigurationChangeHandler
-
Returns the HierarchicalConfiguration
associated with this
object.
- getConfiguration() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Returns the configuration object that stores the data of this model.
- getConfigURL() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the URL from which the configuration file is to be loaded.
- getConstr() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
-
Returns the constraints as string.
- getConstraints() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the constraints object for this component.
- getConstraints(boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
A convenience method for determining the cell constraints object for the
specified orientation.
- getConstraints(int) - Method in interface net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
-
Returns the constraints object for the component with the given index.
- getConstraints(int) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the constraints for the component with the given index.
- getConstraintsBuilder(JellyContext, String, CellAlignment) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
-
Returns the CellConstraints.Builder
for creating CellConstraints
objects with the given name.
- getConstraintsBuilder() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
- getConstructedMenu() - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Returns the last menu that was constructed by this handler.
- getContainer() - Method in interface net.sf.jguiraffe.gui.builder.action.tags.ActionContainer
-
Returns the container object.
- getContainer() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
-
Returns the menu bar container.
- getContainer() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Returns the container maintained by this tag.
- getContainer() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ToolbarTag
-
Returns the container object.
- getContainer() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the concrete container component.
- getContainer() - Method in interface net.sf.jguiraffe.gui.builder.components.Composite
-
Returns the concrete container component that is wrapped by this object.
- getContainer() - Method in class net.sf.jguiraffe.gui.builder.components.CompositeImpl
-
Returns the concrete container component that is wrapped by this object.
- getContainer() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Returns the concrete container component.
- getContainer() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Returns the container object.
- getContainer() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns an object representing the container.
- getContainerClass() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Returns the class of the nesting container tag.
- getContainerClass() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuItemTag
-
Returns the container tag handler class this tag must be nested inside.
- getContainerClass() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ToolButtonTag
-
Returns the class of the container tag this tag must be nested inside.
- getContainerSelector() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the ContainerSelector
used by this object.
- getContent() - Method in class net.sf.jguiraffe.examples.tutorial.model.DirectoryData
-
Returns a list with the content of this directory.
- getContext() - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Returns the current JellyContext
this object lives in.
- getContext() - Method in interface net.sf.jguiraffe.gui.builder.components.tags.ListModelSupport
-
Returns the current Jelly context.
- getContext() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
-
Returns the underlying Jelly context.
- getContext() - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Returns the current JellyContext
.
- getContextForChildValidator(int, TransformerContext) - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Returns the TransformerContext
to be used for the
specified child validator.
- getContextForm() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the form of the current form context.
- getController() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
-
Returns a reference to the main controller.
- getController() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the controller object of this window.
- getController() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the new window's controller.
- getConversionHelper() - Method in interface net.sf.jguiraffe.di.BeanStore
-
Returns a ConversionHelper
object for performing type conversions
on the beans contained in this BeanStore
.
- getConversionHelper() - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns the ConversionHelper
associated with this instance.
- getConversionHelper() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Returns the ConversionHelper
associated with this object.
- getConversionHelper() - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Returns the ConversionHelper
associated with this instance.
- getConversionHelper() - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Returns the ConversionHelper
instance associated with this
object.
- getConversionHelper() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
-
Returns the ConversionHelper
used by this bean store.
- getConvertBean() - Method in class net.sf.jguiraffe.di.ConversionHelper
-
Returns the helper object for type conversions.
- getData() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Returns the definition data for this menu.
- getData() - Method in class net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
-
Returns the data of this ComponentHandler
.
- getData() - Method in interface net.sf.jguiraffe.gui.forms.ComponentHandler
-
Returns the data of the wrapped component.
- getData() - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Returns data of this handler.
- getData() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Fetches the data of this field.
- getData() - Method in interface net.sf.jguiraffe.gui.forms.FieldHandler
-
Returns the data of this field.
- getData() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
-
Returns the component's data.
- getDataClass() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns the class of the data to be displayed in this column.
- getDataClass(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the data class for the specified column.
- getDataForButton(int) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.BooleanRadioButtonHandler
-
Returns the value of the radio button with the specified index.
- getDataForButton(int) - Method in class net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
-
Returns the data value that corresponds to the radio button with the
given index.
- getDataForButton(int) - Method in class net.sf.jguiraffe.gui.builder.components.model.DefaultRadioButtonHandler
-
Returns the data value that corresponds to the radio button with the
given index.
- getDataModel() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the list serving as data model for the managed table.
- getDateFormatStyle() - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Returns the style to be used for formatting dates.
- getDefaultAlignment() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Returns the default CellAlignment
used by this builder.
- getDefaultBaseClassConverters() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns a map with the default base class converters that have been
registered so far.
- getDefaultBeanStore() - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the default bean store.
- getDefaultBeanStore() - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the default bean store.
- getDefaultBeanStore() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns the default bean store.
- getDefaultButtonName() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the name of the default button.
- getDefaultClassLoaderName() - Method in interface net.sf.jguiraffe.di.ClassLoaderProvider
-
Returns the name of the default class loader.
- getDefaultClassLoaderName() - Method in class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Returns the name of the default class loader.
- getDefaultClassLoaderName() - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Returns the name of the default class loader.
- getDefaultConverters() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns a map with the default converters that have been registered so
far.
- getDefaultReferenceDate() - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Creates a new default reference date.
- getDefaultResourceGroup() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the default resource group.
- getDefaultResourceGroup() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the default resource group.
- getDefaultResourceGroup() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the default resource group.
- getDefaultResourceGroup() - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Returns the name of the default resource group.
- getDefaultResourceGroup() - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Returns the name of the default resource group.
- getDefaultResourceGroup() - Method in class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Returns the name of the default resource group.
- getDelimiter() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Returns the delimiter to be used for concatenating the results of
multiple resolve operations.
- getDependencies() - Method in interface net.sf.jguiraffe.di.BeanProvider
-
Returns a set with the descriptions of the beans this provider depends
on.
- getDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
-
Returns a set with the dependencies of this bean provider.
- getDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
-
Returns the dependencies of this bean provider.
- getDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns the dependencies of this bean provider.
- getDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.MapBeanProvider
-
Returns the dependencies of this bean provider.
- getDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Returns the dependencies of this bean provider.
- getDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
-
Returns the dependencies for this bean provider.
- getDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Returns the dependencies of this bean provider.
- getDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Returns the Dependency
defined by this tag.
- getDependencyProvider() - Method in class net.sf.jguiraffe.di.BeanCreationEvent
-
Returns the DependencyProvider
involved in the bean creation
process.
- getDependentBean(Dependency) - Method in interface net.sf.jguiraffe.di.DependencyProvider
-
Returns the dependency bean for the specified dependency.
- getDependentBean(Dependency) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Returns a dependent bean.
- getDependentClass() - Method in class net.sf.jguiraffe.di.impl.ClassDependency
-
Returns the description of the class of this dependency.
- getDiBuilderNameSpaceURI() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Returns the name space URI, under which the DI tag library must be
registered.
- getDiBuilderNameSpaceURI() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilderFactory
-
Returns the URI for the name space of the DI builder tag library.
- getDirectory() - Method in class net.sf.jguiraffe.examples.tutorial.model.DirectoryData
-
Returns the File
object representing the associated directory.
- getDisplayIndex(ListModel, Object) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
-
Returns the index of the specified display object in the specified list
model.
- getDisplayName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the display name of this input component.
- getDisplayName() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Returns the display name.
- getDisplayName() - Method in interface net.sf.jguiraffe.gui.forms.FieldHandler
-
Returns the display name of this field.
- getDisplayName(String) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Returns the display name for the specified field.
- getDisplayObject(int) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Returns the display object at the given index.
- getDisplayObject(int) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Returns the object to be displayed for the model element with the given
index.
- getDisplayObject(int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.ListModel
-
Returns the display object with the given index.
- getDisplayObject(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
-
Returns the display object with the given index.
- getDragMode() - Method in class net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag
-
Returns the desktop panel's drag mode.
- getDuration() - Method in class net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
-
- getEastGap() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the east gap.
- getEastGap() - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Returns the east gap.
- getEditFields() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns a set with the names of the fields of the editor form that are
used for editing this column.
- getEditor() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the cell editor associated with this model.
- getEditorComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns the component to be used for editing this column.
- getEditorSelectionHandler() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the selection handler for editor components.
- getEditorValidationHandler() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the editor validation handler.
- getElementClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Returns the object with the class definition data of the collection's
elements.
- getElementClassDesc() - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Returns the class description for the elements of the represented
collection.
- getElementDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
-
Returns a collection with the dependencies of the collection elements.
- getElementDependencies() - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Returns a collection with the dependencies for the elements of the
collection created by this tag.
- getErrorFieldNames() - Method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Returns a set with the names of those fields that are invalid.
- getErrorFieldNames() - Method in interface net.sf.jguiraffe.gui.forms.FormValidatorResults
-
Returns a set with the names of only those fields, for which validation
has failed.
- getEvent() - Method in exception net.sf.jguiraffe.gui.builder.components.model.TreeExpandVetoException
-
Returns the event that caused this exception.
- getEventFilter() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Returns the name of the filter to be used.
- getEventListener() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
-
Returns the event listener this adapter is associated with.
- getEventManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the FormEventManager
used by this builder
operation.
- getEventManager() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
-
Returns a reference to the form event manager.
- getEventManagerForForm(Form) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the event manager for the specified form.
- getEventType() - Method in class net.sf.jguiraffe.gui.builder.event.filter.TypeEventFilter
-
Returns the event type name.
- getException() - Method in class net.sf.jguiraffe.gui.cmd.CommandBase
-
Returns an exception that was thrown during the execution of this
command.
- getExecutorService() - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Returns the ExecutorService
used by this command queue.
- getExitCode() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the current exit code for this application.
- getExitHandler() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the current exit handler of this application.
- getExitPromptMessageResource() - Method in class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
Returns the resource ID for the message of the exit prompt dialog.
- getExitPromptTitleResource() - Method in class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
Returns the resource ID for the title of the exit prompt dialog.
- getField() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Returns the name of the constant field that is to be retrieved by this
tag.
- getField(String) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Returns the FieldHandler
object for the field with the given
name.
- getFieldErrorTemplate() - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Returns the template for the error messages of an input field.
- getFieldFooterTemplate() - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Returns the template for the footer of a field.
- getFieldHandler(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the field handler with the specified name from the current
ComponentStore
object.
- getFieldHandlerFactory() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the field handler factory.
- getFieldHandlerFactory() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns the field handler factory used by this builder.
- getFieldHandlerNames() - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Returns a set with the names of all field handlers that are contained in
this store.
- getFieldHandlerNames() - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Returns a set with the names of all stored field handlers.
- getFieldHeaderTemplate() - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Returns the template for the header of a field.
- getFieldName() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFieldStatusEvent
-
Returns the name of the field whose status has changed.
- getFieldNames() - Method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Returns a set with all defined field names.
- getFieldNames() - Method in class net.sf.jguiraffe.gui.forms.Form
-
Returns a set with the names of all defined fields.
- getFieldNames() - Method in interface net.sf.jguiraffe.gui.forms.FormValidatorResults
-
Returns a set with the names of all fields, for which result objects are
stored in this object.
- getFieldStatusListeners() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns an array with all FormControllerFieldStatusListener
objects registered at this FormController
.
- getFieldValidator() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the field level validator.
- getFieldWarningTemplate() - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Returns the template for the warning messages of an input field.
- getFile() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the associated File
object.
- getFile() - Method in class net.sf.jguiraffe.locators.AbstractLocator
-
Dummy implementation of this interface method.
- getFile() - Method in class net.sf.jguiraffe.locators.FileLocator
-
Returns the represented file resource.
- getFile() - Method in interface net.sf.jguiraffe.locators.Locator
-
Returns a file for the resource represented by this locator.
- getFile() - Method in class net.sf.jguiraffe.locators.LocatorWrapper
-
Returns the file this locator points to.
- getFileContent() - Method in class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
-
- getFileDateFrom() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getFileDateTo() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getFileName() - Method in class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
-
- getFileName() - Method in class net.sf.jguiraffe.locators.FileLocator
-
Returns the name of the represented file.
- getFileTypes() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getFilterIterator() - Method in class net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
-
Returns an iterator to the internal list of child filters.
- getFilters() - Method in class net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
-
Returns a list with all contained filters.
- getFirstComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Returns the first component of the splitter.
- getFirstName() - Method in class net.sf.jguiraffe.PersonBean
-
- getFixedWidth(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Returns the fixed width (in pixels) of the column with the specified
index.
- getFont() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the font object for this component.
- getFont() - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Returns the font of this widget.
- getFontRef() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the name of the font to be used by this component.
- getFontSize(Object, boolean) - Method in interface net.sf.jguiraffe.gui.layout.UnitSizeHandler
-
Determines the font size of the given component for the specified
orientation.
- getFontSize(Object, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingSizeHandler
-
Calculates the desired font size for the given component.
- getForeColor() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the foreground color of this component as string.
- getForegroundColor() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getForegroundColor() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the foreground color of this component as a color object.
- getForegroundColor() - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Returns the foreground color of the underlying widget.
- getForegroundColor(FieldValidationStatus) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the foreground color for fields with the specified FieldValidationStatus
.
- getForm() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the Form
object.
- getForm() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the current form.
- getFormBean() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the form bean.
- getFormBean() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the form bean.
- getFormBean() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the current form bean.
- getFormBean() - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Returns the form bean.
- getFormController() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerEvent
-
Returns the FormController
which generated this event.
- getFormController() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerFocus
-
Returns a reference to the associated FormController
.
- getFormListeners() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns an array with all FormControllerFormListener
objects
registered at this FormController
.
- getFormValidator() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the FormValidator
for validating the current form.
- getFormValidator() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the FormValidator
for validating the Form
object.
- getFormValidator() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the form level validator.
- getFormValidator() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns a FormValidator
for validating the associated form.
- getFormValidator() - Method in class net.sf.jguiraffe.gui.forms.Form
-
Returns the form validator.
- getGap() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Returns the gap.
- getGap() - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Returns the width of the gap between the buttons.
- getGreen() - Method in class net.sf.jguiraffe.gui.builder.components.Color
-
Returns the green component of this color.
- getGroup() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
-
Returns the group that was created by this tag.
- getGroup() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
-
Returns the name of the referenced group.
- getGroupNames() - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Returns the names of all defined groups.
- getGroups() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns a comma separated list of names of the component groups this
component should be added to.
- getGUISynchronizer() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the GUISynchronizer
object used by this
application.
- getGUISynchronizer() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns the GUI synchronizer.
- getGUISynchronizer() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the GUISynchronizer
.
- getGUISynchronizer() - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Returns the GUISynchronizer
that is used by this command
queue.
- getGUISynchronizer() - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Returns the GUISynchronizer
.
- getGUIUpdater() - Method in interface net.sf.jguiraffe.gui.cmd.Command
-
This method is invoked after the background processing of the command
ends.
- getGUIUpdater() - Method in class net.sf.jguiraffe.gui.cmd.CommandBase
-
Returns a Runnable
object for updating the GUI.
- getGUIUpdater() - Method in class net.sf.jguiraffe.gui.cmd.CommandWrapper
-
Returns the object for the updating the UI after execution of the
command.
- getHandler() - Method in class net.sf.jguiraffe.gui.builder.event.FormEvent
-
Returns the handler object of the component, which caused this event.
- getHandler() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
-
Returns a reference to the associated component handler.
- getHeaderText() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns a TextData
object defining the header text of this
column.
- getHeight() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the height of the new window.
- getHeight() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the window's height.
- getHeight() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the height of the new window.
- getHeight() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the window's height.
- getIcon() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the icon of this file.
- getIcon() - Method in interface net.sf.jguiraffe.gui.builder.action.ActionData
-
Returns an icon for the represented action.
- getIcon() - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Returns the icon for the represented action.
- getIcon() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Returns the icon for this action.
- getIcon() - Method in interface net.sf.jguiraffe.gui.builder.components.model.StaticTextData
-
Returns the icon of the affected element.
- getIcon() - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Returns the icon.
- getIcon() - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
Returns the default icon for the newly created StaticTextData
objects.
- getIcon() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Returns the icon of this register.
- getIcon() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Returns the icon object.
- getIcon() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
-
Returns the icon.
- getIcon() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the icon for this window.
- getIcon() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns an icon for the new window.
- getIconDirectory() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the icon for directories.
- getIconFile() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the icon for files.
- getIconHandler() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the name of the bean to be used as icon handler for this tree.
- getIconName(ConfigurationNode, boolean, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.TreeIconHandler
-
Returns the name of the icon for the specified node.
- getIcons() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns a map with the icons defined for this tree.
- getIdNo() - Method in class net.sf.jguiraffe.PersonBean
-
- getIdx1() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Returns the index of the first cell that belongs to this group.
- getIdx2() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Returns the index of the second cell that belongs to this group.
- getIfName() - Method in interface net.sf.jguiraffe.gui.builder.components.tags.ConditionalTag
-
Returns the value of the ifName
attribute.
- getIfName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Returns the ifName attribute.
- getIfName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Returns the value of the ifName attribute.
- getIndex(ListModel, Object) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
-
Returns the index of the given value object in the specified list model.
- getIndexOfChild(Object, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Returns the index of the specified child node relative to its parent
node.
- getIndices(ListModel, Object[]) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
-
Returns the indices of all given value objects in the specified list
model.
- getIndices() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Returns the indices of the cells of this group as string.
- getInitializerScript() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the ChainedInvocation
for storing the initializer
script.
- getInputStream() - Method in class net.sf.jguiraffe.locators.AbstractLocator
-
Dummy implementation of this interface method.
- getInputStream() - Method in class net.sf.jguiraffe.locators.ByteArrayLocator
-
Returns an input stream for the data of this locator.
- getInputStream() - Method in interface net.sf.jguiraffe.locators.Locator
-
Returns an input stream for the represented resource.
- getInputStream() - Method in class net.sf.jguiraffe.locators.LocatorWrapper
-
Returns the input stream this locator points to.
- getInstance() - Static method in class net.sf.jguiraffe.di.EnumConverter
-
Returns an instance of EnumConverter
.
- getInstance(Class<?>) - Static method in class net.sf.jguiraffe.di.impl.ClassDependency
-
Returns a ClassDependency
instance for the specified
class.
- getInstance(ClassDescription) - Static method in class net.sf.jguiraffe.di.impl.ClassDependency
-
Returns a ClassDependency
instance for the specified
ClassDescription
.
- getInstance(Class<?>) - Static method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns an instance for the specified class.
- getInstance(String, String) - Static method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns an instance for the specified class name and class loader name.
- getInstance(String) - Static method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns an instance for the specified class name that will be resolved
using the default class loader.
- getInstance(String) - Static method in class net.sf.jguiraffe.di.impl.NameDependency
-
Returns an instance of this class for the bean with the specified name.
- getInstance(Object) - Static method in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Creates a new instance of this class and initializes it with the bean to
be managed.
- getInstance(Class<?>, Object) - Static method in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Returns an instance of this class that refers to the specified value of
the given class.
- getInstance(BeanContext) - Static method in class net.sf.jguiraffe.gui.app.Application
-
Obtains the central Application
instance from the specified
BeanContext
.
- getInstance(Keys, Set<Modifiers>) - Static method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns an Accelerator
for the specified special key and the
(optional) modifiers.
- getInstance(Character, Set<Modifiers>) - Static method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns an Accelerator
for the specified printable key and
the (optional) modifiers.
- getInstance(Integer, Set<Modifiers>) - Static method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns an Accelerator
for the specified platform-specific
key code and the (optional) modifiers.
- getInstance(byte[]) - Static method in class net.sf.jguiraffe.locators.ByteArrayLocator
-
Creates an instance of ByteArrayLocator
that is initialized
with the specified data.
- getInstance(String) - Static method in class net.sf.jguiraffe.locators.ByteArrayLocator
-
Creates an instance of ByteArrayLocator
that is initialized
with the data of the specified string.
- getInstance(String) - Static method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Returns a ClassPathLocator
instance for the specified
resource name.
- getInstance(String, ClassLoader) - Static method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Returns a ClassPathLocator
instance which looks up the specified
resource name using the given class loader.
- getInstance(File) - Static method in class net.sf.jguiraffe.locators.FileLocator
-
Returns a FileLocator
instance for the specified file.
- getInstance(String) - Static method in class net.sf.jguiraffe.locators.FileLocator
-
Returns a FileLocator
instance for the specified file name.
- getInstance(URL) - Static method in class net.sf.jguiraffe.locators.URLLocator
-
Returns a URLLocator
instance for the specified URL.
- getInstance(String) - Static method in class net.sf.jguiraffe.locators.URLLocator
-
Returns a URLLocator
instance for the URL specified as
string.
- getInstance() - Static method in class net.sf.jguiraffe.transform.DummyTransformer
-
Returns the singleton instance of this class.
- getInternalAllColumnConstraints() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the internal array of all cell constraints objects for the
layout's column.
- getInternalAllRowConstraints() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the internal array of all cell constraints objects for the
layout's rows.
- getInvalidBackground() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the background color to be set for invalid input fields.
- getInvalidForeground() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the foreground color to be set for invalid input fields.
- getInvocation() - Method in class net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
-
Returns the ConstructorInvocation
object that determines
the constructor to be invoked.
- getInvocation() - Method in class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Returns the MethodInvocation
for the method to be invoked.
- getInvocationHelper() - Method in interface net.sf.jguiraffe.di.DependencyProvider
-
- getInvocationHelper() - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Returns the InvocationHelper
object.
- getInvocationHelper() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the InvocationHelper
.
- getInvocationHelper() - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilderResult
-
Returns the
InvocationHelper
object that was used by builder
during script processing.
- getInvocationHelper() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the InvocationHelper
object to be used during this
builder operation.
- getInvocationHelper() - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
- getInvocationTag() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Returns a reference to the InvocationTag
, to which this
tag belongs.
- getInvokables() - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns a list with the Invokable
objects that have
already been added to this chain.
- getKey() - Method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns the character.
- getKey() - Method in interface net.sf.jguiraffe.transform.ValidationMessage
-
Returns the key of this validation message.
- getKeyClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the ClassDescData
object for the key class.
- getKeyClassDesc() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the class description for the key class.
- getKeyCode() - Method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns the key code.
- getKeyData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Returns the data object for the value of the key.
- getKeyDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.MapBeanProvider
-
Returns the dependencies for the keys of the map.
- getKeyDependencies() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the collection with the key dependencies.
- getKeyDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Returns the dependency for the key of the map entry.
- getKeys() - Method in interface net.sf.jguiraffe.resources.ResourceGroup
-
Returns a collection with the resource keys defined in this resource
group.
- getLastModified() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the date this file was modified.
- getLastName() - Method in class net.sf.jguiraffe.PersonBean
-
- getLastValidationResults() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the results of the last validation operation.
- getLastValidationStatus(String) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the last known validation status of the specified field.
- getLayout() - Method in interface net.sf.jguiraffe.gui.builder.components.AccessibleComposite
-
Returns the layout object passed to this instance.
- getLayout() - Method in class net.sf.jguiraffe.gui.builder.components.CompositeImpl
-
Returns the layout object passed to this instance.
- getLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Returns the layout for this container.
- getLayoutAlignmentX(Container) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the layout alignment in X direction.
- getLayoutAlignmentY(Container) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the layout alignment in Y direction.
- getLeftMargin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the left margin.
- getLeftMargin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Returns the left margin.
- getLeftMargin() - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Returns the left margin.
- getLeftMargin() - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Returns the left margin.
- getLevel() - Method in interface net.sf.jguiraffe.transform.ValidationMessage
-
Returns the ValidationMessageLevel
associated with this message.
- getListenerClass() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
-
Returns the event listener class as an object.
- getListenerClass() - Method in enum net.sf.jguiraffe.gui.builder.event.FormListenerType
-
Returns the event listener class that is handled by this instance.
- getListenerType() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
-
Returns the FormListenerType
for this event adapter.
- getListenerType() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
-
Returns the event listener type used by this adapter.
- getListModel() - Method in interface net.sf.jguiraffe.gui.builder.components.model.ListComponentHandler
-
Returns the ListModel
for this component.
- getListModel() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
-
Returns the list model to be used by this combo box.
- getListModel() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Returns the list model to be used by this combo box.
- getListModel() - Method in interface net.sf.jguiraffe.gui.builder.components.tags.ListModelSupport
-
Returns the current ListModel
.
- getLocale() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the current locale.
- getLocale() - Method in interface net.sf.jguiraffe.resources.ResourceGroup
-
Returns the Locale
of this resource group
- getLocale() - Method in interface net.sf.jguiraffe.transform.TransformerContext
-
Returns the current Locale
.
- getLocale() - Method in class net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
-
Returns the current locale.
- getLocator() - Method in class net.sf.jguiraffe.gui.app.OpenWindowCommand
-
Returns the Locator
to the builder script executed by this
command.
- getLocator() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Returns the name of the Locator
, from which the icon should
be obtained.
- getLockID() - Method in interface net.sf.jguiraffe.di.BeanProvider
-
Returns the ID of the transaction that locked this bean provider.
- getLockID() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns the ID of the locking transaction.
- getLockID() - Method in class net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
-
Returns the lock ID of the current transaction.
- getLockID() - Method in class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Returns the ID of the locking transaction.
- getLog() - Method in class net.sf.jguiraffe.gui.cmd.CommandBase
-
Returns the logger used by this object.
- getLogicDataClass() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns the logic data class of this column if available.
- getLogicDataClass(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the logic data class of the specified column.
- getLogicValidator() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Returns the validator used for validation on the logic level.
- getMainWindow() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns the application's main window.
- getMainWindow() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the application's main window.
- getMainWindowBeanContext() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the BeanContext
that was created when processing the
builder script for the main window.
- getMajorTicks() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns the spacing for major ticks.
- getMax() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Returns the maximum value of the progress bar.
- getMax() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns the maximum value of the slider.
- getMaximum() - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Returns the maximum value.
- getMaximumFractionDigits() - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Returns the maximum number of fraction digits.
- getMaximumLineLength() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Returns the maximum line length for the messages to be displayed.
- getMaxlength() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Returns the maximum number of characters this text field will accept.
- getMaxlength() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
-
Returns the maximum number of character that can be entered into this
field.
- getMenu() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
-
Returns the menu that is constructed by this builder.
- getMenuBar() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the menu bar of this window.
- getMenuBar() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the menu bar for the new window.
- getMenuItems() - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Returns a list with the content of the menu to be constructed by this
handler.
- getMenuUnderConstruction() - Method in class net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
-
Returns the menu which is currently under construction.
- getMenuUnderConstruction() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
-
- getMessage() - Method in interface net.sf.jguiraffe.transform.ValidationMessage
-
Returns the actual message.
- getMessageLevel(TransformerContext) - Method in class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Determines the ValidationMessageLevel
for the validation messages
produced by this object.
- getMessageOutput() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the MessageOutput
object.
- getMessageOutput() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns a reference to the object for displaying messages.
- getMessageOutput() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns a reference to the object for displaying messages.
- getMessageOutput() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a reference to the MessageOutput
object to be used
by the builder and dependent objects.
- getMessageOutput() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the MessageOutput
object to be used by this
controller.
- getMethod() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Returns the name of the method to be invoked.
- getMethodName() - Method in class net.sf.jguiraffe.di.impl.MethodInvocation
-
Returns the name of the method to be invoked.
- getMin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Returns the minimum value of the progress bar.
- getMin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns the minimum value of the slider.
- getMinFileSize() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getMinimum() - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Returns the minimum value.
- getMinimumComponentSize(int, int, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the minimum size of the component at the specified column and row
position in the given orientation.
- getMinimumComponentSize(Object, boolean) - Method in interface net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
-
Returns the minimum component size of the specified component for the
given axis.
- getMinimumComponentSize(Object, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the minimum size of the specified component in the given axis.
- getMinimumFractionDigits() - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Returns the minimum number of fraction digits.
- getMinorTicks() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns the spacing for minor ticks.
- getMinSize() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints
-
Returns the minimum size.
- getMnemonic() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Returns a mnemonic for this register.
- getMnemonic() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Returns the mnemonic character.
- getMnemonicKey() - Method in interface net.sf.jguiraffe.gui.builder.action.ActionData
-
Returns the mnemonic for the represented action.
- getMnemonicKey() - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Returns the mnemonic key.
- getMnemonicKey() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Returns the mnemonic for this action.
- getMnemonicKey() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Returns the key code of the mnemonic.
- getMnemonicResID() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Returns the resource ID for the mnemonic.
- getModel() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Returns the underlying model of this table.
- getModel() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Returns the tree's data model.
- getModel() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the name of the variable that serves as tree model.
- getModelBean(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
A convenience method which returns the bean from the data model with the
specified row index.
- getModelChangeListener() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeConfigurationChangeHandler
-
Returns the TreeModelChangeListener
associated with this object.
- getModelData() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the list with the data of this model.
- getModelRef() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
-
Returns the name of the model to use.
- getModelRef() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Returns the name of the model to use.
- getModelRef() - Method in interface net.sf.jguiraffe.gui.builder.components.tags.ListModelSupport
-
Returns the reference name of the list model.
- getModifiers() - Method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns a set with the modifiers set for this accelerator.
- getModifiers() - Method in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Returns a set with Modifiers
representing the special modifier
keys that were pressed when the mouse event occurred.
- getName() - Method in interface net.sf.jguiraffe.di.BeanStore
-
Returns a name for this bean store.
- getName() - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns the name of this store.
- getName() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Returns the name of this bean store.
- getName() - Method in class net.sf.jguiraffe.di.impl.NameDependency
-
Returns the name of the dependent bean.
- getName() - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Returns the name of this bean store.
- getName() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the name of this file.
- getName() - Method in interface net.sf.jguiraffe.gui.builder.action.ActionData
-
Returns the name of the represented action.
- getName() - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Returns the name of this action.
- getName() - Method in interface net.sf.jguiraffe.gui.builder.action.FormAction
-
Returns the name of this action.
- getName() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Returns the name of this component.
- getName() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
-
Returns the name of this menu bar.
- getName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderConstraintsTag
-
Returns the name of the border constraints.
- getName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the name of this input component.
- getName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
-
Returns the group's name.
- getName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Returns the name of the font.
- getName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
-
Returns the name of the icon.
- getName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Returns the name of the managed bean definition.
- getName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
Returns the name of the bean store to be created.
- getName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the name of the managed bean definition.
- getName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Returns the name of the bean produced by this tag.
- getName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the name under which the map bean is to be stored in the bean
store.
- getName() - Method in class net.sf.jguiraffe.gui.builder.event.FormEvent
-
Returns the name of the component, which caused this event.
- getName() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns the name of this builder.
- getName() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
-
Returns the name of this bean store.
- getName() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
-
Returns the name of this action.
- getName() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
-
Returns the name of the component this adapter is registered at.
- getName() - Method in interface net.sf.jguiraffe.resources.ResourceGroup
-
Returns the name of this resource group.
- getNodeIndex(int) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns the index of the path node at the specified position in the path.
- getNodeName(int) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns the name of the path node with the given index.
- getNodes() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns a list with the nodes comprising the path.
- getNorthGap() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the north gap.
- getNorthGap() - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Returns the north gap.
- getNotVisitedInvalidBackground() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the background color to be set for input fields in the state
not visited, invalid.
- getNotVisitedInvalidForeground() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the foreground color to be set for input fields in the state
not visited, invalid.
- getNotVisitedWarningBackground() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the background color for input fields in the state
not visited,
warning.
- getNotVisitedWarningForeground() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the foreground color for input fields in the state
not visited,
warning.
- getNumberOfColumnWithPercentWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Returns the number of columns managed by this controller whose width is
specified as a percent value.
- getOkCommand() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the command to be executed when the form is closed in reaction of
the OK button.
- getOptionalClassDescription() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Returns a ClassDescription
object from the internal data
or null if no data is defined.
- getOrientation(String, Orientation) - Static method in enum net.sf.jguiraffe.gui.builder.components.Orientation
-
Transforms the given string value into an instance of this enumeration
class, using the default Orientation
if the string value is
null.
- getOrientation(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.Orientation
-
Transforms the given string value into an instance of this enumeration
class.
- getOrientation() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns the slider's orientation as string value.
- getOrientation() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Returns the orientation of the splitter as a string value.
- getOrientationValue(int, int, boolean) - Static method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Helper method for extracting a value from a 2D vector with the specified
orientation.
- getOriginalFixedWidth(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Returns the original fixed width of the specified column.
- getOuterComponent() - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns the outer component this handler is associated with.
- getOuterComponent() - Method in interface net.sf.jguiraffe.gui.forms.ComponentHandler
-
Returns the outer most component, which is the component to be added to
the enclosing container.
- getOuterComponent() - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Returns the outer component of this handler.
- getOutput() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
-
Returns the message output object used for displaying message boxes.
- getOwner() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Returns a reference to the owning tag.
- getParameterClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Returns the data object for the class description of this parameter.
- getParameterClassDesc() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Returns a ClassDescription
object for the data type class
of this parameter.
- getParameterClasses(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Returns an array with the concrete parameter classes.
- getParameterDependencies() - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns a list of the dependencies required for this invocation.
- getParameterDependencies() - Method in enum net.sf.jguiraffe.di.impl.HelperInvocations
-
Returns the dependencies for this invocation.
- getParameterDependencies() - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Returns the Dependency
objects defining the current
parameter values.
- getParameterDependencies() - Method in interface net.sf.jguiraffe.di.impl.Invokable
-
Returns a list with all dependencies required for this invocation.
- getParameterDependencies() - Method in class net.sf.jguiraffe.di.impl.MethodInvocation
-
Returns the Dependency
objects defining the current
parameter values.
- getParameterDependencies() - Method in class net.sf.jguiraffe.di.impl.NullInvocation
-
Deprecated.
Returns the dependencies of this Invokable
.
- getParameterDependencies() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Returns an array with the dependencies of the this invocation's
parameters.
- getParameterDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Returns the dependency for this parameter.
- getParameters() - Method in class net.sf.jguiraffe.resources.Message
-
Returns an array with the parameters stored in this Message
instance.
- getParameterTypes() - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Returns an array with the types of the parameters of the invocation.
- getParameterTypes() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Returns an array with the data types of the parameters of this
invocation.
- getParent() - Method in interface net.sf.jguiraffe.di.BeanStore
-
Returns a reference to the parent BeanStore
.
- getParent() - Method in class net.sf.jguiraffe.di.ConversionHelper
-
Returns the parent of this instance.
- getParent() - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns the parent store of this CombinedBeanStore
.
- getParent() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Returns the parent of this bean store or null if this is a top
level store.
- getParent() - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Returns the parent bean store.
- getParent() - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Returns the parent store.
- getParent() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
-
Returns the parent bean store.
- getParentContext() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the parent bean context.
- getParentContext() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a reference to the parent bean context.
- getParentName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
Returns the name of the parent bean store.
- getParentStoreTag() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
Returns a reference to an enclosing BeanStoreTag
,
defining the parent bean store for this tag.
- getParentWindow() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the parent window.
- getParentWindow() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the parent window.
- getParentWindow() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the (platform independent abstraction of) window's parent window.
- getParentWindow() - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Returns the parent window of the new window.
- getParentWindow() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns this window's parent.
- getParentWindow() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the window's parent.
- getPath() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
-
Returns the path to the node whose state has changed.
- getPattern(TransformerContext) - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Returns a Pattern
object to be used for the validation operation.
- getPercentData(int, int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the constraints object for the component at the specified
position of this layout.
- getPercentLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Returns the percent layout object managed by this tag.
- getPercentLayout() - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns a reference to the associated percent layout object.
- getPercentValue(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Returns the relative width (in percent) of the column with the specified
index.
- getPercentWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns the percent width of this column.
- getPlacement() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Returns the string value of the placement attribute.
- getPlacementValue() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Returns the placement of this tabbed pane's registers.
- getPlatformAdapter() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the platform adapter associated with this layout class.
- getPlatformBeansLocator() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns a Locator
object pointing to a file with bean
declarations related to the platform or UI toolkit.
- getPlatformEventManager() - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Returns the platform specific event manager.
- getPlatformWindow(Window) - Static method in class net.sf.jguiraffe.gui.builder.window.WindowUtils
-
Returns the platform (or GUI library) specific window that is represented
by the passed in Window
object.
- getPos() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Returns the initial position of the splitter.
- getPredefinedColor(String) - Static method in class net.sf.jguiraffe.gui.builder.components.ColorHelper
-
Returns the predefined color with the given name.
- getPredefinedNames() - Static method in class net.sf.jguiraffe.gui.builder.components.ColorHelper
-
Returns an iterator with the names (Strings) of all predefined colors.
- getPreferredComponentSize(int, int, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the preferred size of the component at the specified column and
row position in the given orientation.
- getPreferredComponentSize(Object, boolean) - Method in interface net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
-
Returns the preferred component size of the specified component for the
given axis.
- getPreferredComponentSize(Object, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the preferred size of the specified component in the given axis.
- getPreferredScrollHeight() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Returns the preferred scroll height.
- getPreferredScrollHeight() - Method in interface net.sf.jguiraffe.gui.builder.components.tags.ScrollSizeSupport
-
Returns the preferred scroll height as a NumberWithUnit
.
- getPreferredScrollHeight() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the preferred scroll height as a number with unit.
- getPreferredScrollHeight() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Returns the preferred scroll height as a NumberWithUnit
.
- getPreferredScrollHeight() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the preferred scroll height.
- getPreferredScrollWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Returns the preferred scroll width.
- getPreferredScrollWidth() - Method in interface net.sf.jguiraffe.gui.builder.components.tags.ScrollSizeSupport
-
Returns the preferred scroll width of the represented component as a
NumberWithUnit
.
- getPreferredScrollWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the preferred scroll width as a number with unit.
- getPreferredScrollWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Returns the preferred scroll width of the represented component as a
NumberWithUnit
.
- getPreferredScrollWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the preferred scroll width.
- getProgressText() - Method in interface net.sf.jguiraffe.gui.builder.components.model.ProgressBarHandler
-
Returns the text of the progress bar.
- getProgressTextData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Returns the data object that defines the progress text of this progress
bar.
- getProperties() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns a map with additional properties for the builder operation.
- getProperties() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a map with properties that should be available during the builder
operation.
- getProperties() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
-
Returns properties for the created bean.
- getProperty(Object, String) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Returns the value of the specified property from the given bean.
- getProperty() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
-
Returns the name of the property to be set by this tag.
- getProperty() - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
-
Returns the name of the property to be set by this tag.
- getPropertyName() - Method in class net.sf.jguiraffe.di.impl.SetPropertyInvocation
-
Returns the name of the property that will be set.
- getPropertyName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the name of the associated property in the form bean.
- getPropertyName() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Returns the property name of this field if one is set.
- getPropertyName() - Method in interface net.sf.jguiraffe.gui.forms.FieldHandler
-
Returns the name of the corresponding property in the form bean.
- getReadTransformer() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the read transformer.
- getReadTransformer() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Returns the read transformer.
- getRed() - Method in class net.sf.jguiraffe.gui.builder.components.Color
-
Returns the red component of this color.
- getRef() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Returns the name of the variable that stores the icon.
- getRef() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
-
Returns the name of a variable, under which the initial map is stored.
- getRefClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Returns the class description data for the specification of a class
dependency.
- getReferenceDate() - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Returns the reference date.
- getReferenceDateProperty(Configuration) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Returns the reference date to be used.
- getRefName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Returns the name of the dependent bean.
- getRegex() - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Returns the regular expression as a string.
- getRenderer() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the cell renderer associated with this model.
- getRendererComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns the component to be used for rendering this column.
- getRendererSelectionHandler() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the selection handler for renderer components.
- getRenderFields() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns a set with the names of the fields of the render form that are
used for rendering this column.
- getResgrp() - Method in class net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
-
Returns the resource group to use when resolving the resID.
- getResgrp() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Returns the resource group for the text.
- getResid() - Method in class net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
-
Returns the resID to be resolved.
- getResizeWeight() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Returns the splitter' resize weight.
- getResolvedIconHandler() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the TeeIconHandler
to be used with this tree.
- getResolvedParameters(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Returns an array with the resolved parameters.
- getResource(Object, Object) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Convenience method for looking up a resource specified as group and
resource ID.
- getResource(Message) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Convenience method for looking up a resource that is specified as a
Message
object.
- getResource(Object) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Convenience method for looking up a resource.
- getResource(Object, Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Convenience method for looking up a resource specified as group and
resource ID.
- getResource(Message) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Convenience method for looking up a resource that is specified as a
Message
object.
- getResource(Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Convenience method for looking up a resource.
- getResource() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Returns the resource name of the icon.
- getResource() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Returns the name of the resource to be resolved.
- getResource(Locale, Object, Object) - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Returns the specified resource.
- getResource(Object) - Method in interface net.sf.jguiraffe.resources.ResourceGroup
-
Returns the resource with the specified key.
- getResource(Locale, Object, Object) - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Returns the resource for the given Locale
, resource
group, and key.
- getResourceGroup(Locale, Object) - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Returns the specified resource group.
- getResourceGroup() - Method in class net.sf.jguiraffe.resources.Message
-
Returns the resource group.
- getResourceGroup(Locale, Object) - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Returns the resource group for the specified Locale
with
the given name.
- getResourceKey() - Method in class net.sf.jguiraffe.resources.Message
-
Returns the resource key.
- getResourceLoader() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Returns the name of the class loader for resolving the resource name.
- getResourceLoader() - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Returns the associated ResourceLoader
object.
- getResourceLoader() - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Returns the ResourceLoader
that is associated with this
resource manager.
- getResourceManager() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the actual resource manager.
- getResourceManager() - Method in interface net.sf.jguiraffe.transform.TransformerContext
-
Returns the current ResourceManager
.
- getResourceManager() - Method in class net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
-
Returns the resource manager.
- getResourceName() - Method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Returns the name of the resource represented by this locator.
- getResourceText(Object, Object) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Convenience method for looking up the text of a resource specified as
group and resource ID.
- getResourceText(Message) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Convenience method for looking up the text of a resource specified as a
Message
object.
- getResourceText(Object) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Convenience method for looking up the text of a specified resource.
- getResourceText(Object, Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Convenience method for looking up the text of a resource specified as
group and resource ID.
- getResourceText(Message) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Convenience method for looking up the text of a resource specified as a
Message
object.
- getResourceText(Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Convenience method for looking up the text of a specified resource.
- getResourceText(JellyContext, Object, Object) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Resolves the specified resource.
- getResourceText(Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Convenience method for resolving resources.
- getResult() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Returns the name of the result variable.
- getResultsFor(String) - Method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Returns the validation results for the specified field or null if
this field does not exist.
- getResultsFor(String) - Method in interface net.sf.jguiraffe.gui.forms.FormValidatorResults
-
Returns the ValidationResult
object for the specified
field.
- getResultVar() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the name of the result variable in the initializer script.
- getResultVariableName() - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns the name of the result variable.
- getResultWindow() - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Returns the result window of the builder process.
- getRightMargin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the right margin.
- getRightMargin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Returns the right margin.
- getRightMargin() - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Returns the right margin.
- getRightMargin() - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Returns the right margin.
- getRoot() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Returns the root node of this tree model.
- getRootBeanStore() - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Returns the root bean store.
- getRootContainer() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the root container.
- getRootContainer() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the window's root container.
- getRootContainer() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns the root container for this internal frame.
- getRootPane() - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
-
Returns the root pane of the window.
- getRootStore() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the root store populated by the builder.
- getRootStore() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the root store created during the builder operation.
- getRow() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Returns the row number in the layout grid.
- getRow() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns the number of the row, in which the corresponding component it to
be placed.
- getRowconstr() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Returns the row constraints as string.
- getRowConstraints() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Returns the collection with the row constraints.
- getRowConstraints() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns the associated constraints object for the row.
- getRowConstraints(int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the row constraints object for the row with the given index.
- getRowConstraintsBuilder(JellyContext) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.PercentRowConstraintsTag
-
Returns the shared builder for row constraints from the given Jelly
context.
- getRowCount() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the number of rows in the data model of the managed table.
- getRowCount() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the number of rows in this layout.
- getRowCount() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the number of rows of the represented table.
- getRowEditForm() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the form with the editors defined for this table.
- getRowGroups() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Returns the collection with the row groups definition.
- getRowGroups() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns an unmodifiable collection with the row groups defined for this
layout.
- getRowRenderForm() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the form with the renderers defined for this table.
- getRows() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Returns the definition of row constraints as string.
- getRows() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Returns the number of rows of this text area.
- getSalary() - Method in class net.sf.jguiraffe.PersonBean
-
- getScreenResolution() - Method in interface net.sf.jguiraffe.gui.layout.UnitSizeHandler
-
Returns the screen resolution in dots per inch (dpi).
- getScreenResolution() - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingSizeHandler
-
Returns the current screen resolution.
- getScriptURL() - Method in exception net.sf.jguiraffe.gui.builder.BuilderException
-
Returns the URL of the failing script.
- getScrollHeight() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Returns the scroll height specification as a string.
- getScrollHeight() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the preferred scroll height as a string.
- getScrollWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Returns the scroll width specification as a string.
- getScrollWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the preferred scroll width as a string.
- getSecondComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Returns the second component of the splitter.
- getSelectedFile() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
-
Returns the selected file.
- getSelectedFiles() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns a list with the File
objects that are selected in the
current directory.
- getSelectedIndex() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Returns the index of the selected row.
- getSelectedIndices() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Returns an array with the indices of the selected rows.
- getSelectedPath() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Returns the path to the selected node.
- getSelectedPaths() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Returns an array with the paths to all selected nodes.
- getSelectedText() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Returns the currently selected text.
- getSelectionBackground() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getSelectionBackground() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Returns the current background color of the selection.
- getSelectionBackground() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the selection background color as a string.
- getSelectionBackgroundColor() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the selection background color as Color
object.
- getSelectionEnd() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Returns the end index of the current selection in the text field.
- getSelectionForeground() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getSelectionForeground() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Returns the current foreground color of the selection.
- getSelectionForeground() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the selection foreground color as a string.
- getSelectionForegroundColor() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the selection foreground color as Color
object.
- getSelectionStart() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Returns the start index of the current selection in the text field.
- getShutdownHandler() - Method in class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Returns the Invokable
object that is called when this provider is
shut down.
- getShutdownHandler() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the shutdown handler.
- getSize() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the size of this file.
- getSize() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Returns the size of the font.
- getSize() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Returns the splitter's size.
- getSizeHandler() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the currently used size handler implementation.
- getSizeHandler() - Method in interface net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
-
- getSizeHandler() - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the size handler used by this layout.
- getSliderOrientation() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns the Orientation
value of the slider.
- getSortColumn() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getSortDirectories() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getSource() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Returns the name of the source variable.
- getSource() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Returns the name of the source variable.
- getSource() - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
-
Returns the name of the source variable.
- getSourceWindow() - Method in class net.sf.jguiraffe.gui.builder.window.WindowEvent
-
Returns the source window.
- getSouthGap() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the south gap.
- getSouthGap() - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Returns the south gap.
- getSpanx() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Returns the number of occupied columns.
- getSpanX() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns the number of occupied columns.
- getSpany() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Returns the number of occupied rows.
- getSpanY() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns the number of occupied rows.
- getSpecialKey() - Method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns the special key.
- getSplitterOrientation() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Returns the final orientation of the splitter.
- getStatus(ValidationResult, boolean) - Static method in enum net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
-
Returns the FieldValidationStatus
instance that corresponds to
the given ValidationResult
and visited status.
- getStore() - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Returns the name of the BeanStore
, in which to place the
managed bean definition.
- getStyle() - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Returns the style for the date to be parsed.
- getSyntaxValidator() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Returns the validator used for validation on the syntax level.
- getTable() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the handler for the table component.
- getTable() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns a reference to the associated table.
- getTableForm(TableTag) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
-
Returns the form of the hosting table that stores the components managed
by this tag.
- getTableForm(TableTag) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnEditorTag
-
Returns the form affected by this tag from the specified table tag.
- getTableForm(TableTag) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnRendererTag
-
Returns the form affected by this tag from the specified table tag.
- getTableFormController() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns an initialized TableFormController
object associated with
this tag.
- getTableModel() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the model of this table.
- getTableTag() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
-
Returns a reference to the table tag this tag is nested inside.
- getTableTag() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns a reference to the hosting table tag.
- getTableTag() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the table tag this model is based onto.
- getTabs() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Returns a collection with the tabs of this tabbed pane.
- getTag() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Returns the associated tag.
- getTargetBean() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Returns the name of the target bean.
- getTargetClass(ClassLoaderProvider) - Method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns the target class of this description.
- getTargetClass() - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Returns the target class of this invocation.
- getTargetClass() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Returns the target class for the class description.
- getTargetClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Returns the target class data object.
- getTargetClassDescription() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
-
Returns the target class of the constructor to be invoked.
- getTargetClassDescription() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Returns the class description for the target class of this invocation.
- getTargetClassName() - Method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns the name of the target class of this description.
- getTargetClassName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Returns the name of the target class for the class description.
- getTargetCol() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Returns the target column.
- getTargetColumn() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns the target column.
- getTargetDependency() - Method in class net.sf.jguiraffe.di.impl.MethodInvocation
-
Returns the target Dependency
of this MethodInvocation
.
- getTargetDependency() - Method in class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Returns the dependency to the target bean.
- getTargetDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Returns the target dependency.
- getTargetDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Returns the target dependency of this method invocation.
- getTargetNode() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns the target node of this path.
- getTargetRow() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Returns the target row.
- getTargetRow() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns the target row.
- getTask() - Method in interface net.sf.jguiraffe.gui.builder.action.ActionData
-
Returns the task object for the represented action.
- getTask() - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Returns the task of this action.
- getTask() - Method in interface net.sf.jguiraffe.gui.builder.action.FormAction
-
Returns the task of this action.
- getTask() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Dummy implementation of this interface method.
- getTask() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
-
Returns the task for the represented action.
- getTask() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Returns the task for the represented action.
- getTask() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
-
Returns the task of this action.
- getText() - Method in interface net.sf.jguiraffe.gui.builder.action.ActionData
-
Returns a text for this action.
- getText() - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Returns the text of this action.
- getText() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Returns this action's text.
- getText() - Method in interface net.sf.jguiraffe.gui.builder.components.model.StaticTextData
-
Returns the text of the affected element.
- getText() - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Returns the text.
- getText() - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
Returns the default text for the newly created StaticTextData
objects.
- getText() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Returns the text.
- getText(Locale, Object, Object) - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Returns the text of the specified resource.
- getText(Locale, Object, Object) - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Returns the text resource for the given combination of a
Locale
, resource group, and resource key.
- getTextData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Returns the text data object with the definition of the display text.
- getTextData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Returns the text data object for this tag.
- getTextIconData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Returns the text icon data object associated with this tag.
- getTextIconData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Returns the data object with text and icon information.
- getTextIconData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Returns the text icon data object associated with this tag.
- getTextres() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Returns the resource ID.
- getTimeStyle() - Method in class net.sf.jguiraffe.transform.DateTimeTransformer
-
Returns the style for the time portion.
- getTitle() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Returns the title of this register.
- getTitle() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the window's title, no matter how it was defined.
- getTitle() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the window's title.
- getTitle() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the window's title.
- getTitleFont() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Returns the font for the panel's text (the title).
- getToolTip() - Method in interface net.sf.jguiraffe.gui.builder.action.ActionData
-
Returns the tool tip text for the represented action.
- getToolTip() - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Returns the tool tip of this action.
- getToolTip() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Returns the text for this action's tool tip.
- getToolTip(Object) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Queries the standard tool tip for the specified component.
- getToolTip(String) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Returns the standard tool tip for the component with the given name.
- getToolTip() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Returns a tool tip for this register.
- getToolTip(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Returns the tool tip of the specified component.
- getToolTip(String) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Returns the tool tip for the component with the specified name.
- getToolTip() - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Returns the tool tip text of the underlying widget.
- getToolTipData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns a TextData
object with information about the tool tip for
this component.
- getToolTipManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the ToolTipManager
associated with this object.
- getTopMargin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the top margin.
- getTopMargin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Returns the top margin.
- getTopMargin() - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Returns the top margin.
- getTopMargin() - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Returns the top margin.
- getTotalWeightX() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the total weight factor for columns.
- getTotalWeightY() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the total weight factor for rows.
- getTransformer() - Method in class net.sf.jguiraffe.gui.forms.DefaultTransformerWrapper
-
Returns the wrapped transformer.
- getTransformerContext() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the transformer context.
- getTransformerContext() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the transformer context to be used by the builder.
- getTransformerContext() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the transformer context.
- getTransformerContext() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
-
Returns a TransformerContext
for the managed bean.
- getTransformerContext() - Method in class net.sf.jguiraffe.gui.forms.DefaultTransformerWrapper
-
Returns the transformer context to use.
- getTransformerContext() - Method in class net.sf.jguiraffe.gui.forms.DefaultValidatorWrapper
-
Returns the TransformerContext
to use.
- getTransformerContext() - Method in class net.sf.jguiraffe.gui.forms.Form
-
Returns the transformer context.
- getTransformerType() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerTag
-
Determines the type of the transformer based on the type
attribute.
- getTree() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the handler for the tree component.
- getTreeHandler() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
-
Returns the handler for the tree component that is the source of this
event.
- getTreeModel() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the configuration acting a model for the tree component.
- getTreeModel() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the configuration used as tree model.
- getTriggeringEvent() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
-
Returns the event that triggered the invocation of this builder.
- getType() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Returns the data type of the model elements.
- getType() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Returns the type of this model.
- getType() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
-
Returns the event listener type as a string.
- getType() - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns the data type of this component handler.
- getType() - Method in interface net.sf.jguiraffe.gui.builder.components.model.ListModel
-
Returns the data object of this list model.
- getType() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
-
Returns the type of this event.
- getType() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
-
Returns the type of this model's value.
- getType() - Method in class net.sf.jguiraffe.gui.builder.event.FormFocusEvent
-
Returns the type of this event.
- getType() - Method in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Returns the type of this event.
- getType() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent
-
Returns the type of this event.
- getType() - Method in class net.sf.jguiraffe.gui.builder.window.WindowEvent
-
Returns the type of this event.
- getType() - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueEvent
-
Returns the type of this event.
- getType() - Method in interface net.sf.jguiraffe.gui.forms.ComponentHandler
-
Returns the data type used by this component.
- getType() - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Returns the data type of this handler.
- getType() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Returns the data type of this field.
- getType() - Method in interface net.sf.jguiraffe.gui.forms.FieldHandler
-
Returns the data type for this field.
- getType() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
-
Returns the component's data type.
- getTypedProperty(Class<T>) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the value of the specified typed property or null if it
cannot be found.
- getTypedProperty(Class<T>) - Method in interface net.sf.jguiraffe.transform.TransformerContext
-
Returns the value of the property with the given type.
- getTypedProperty(Class<T>) - Method in class net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
-
Returns the value of the specified typed property.
- getTypeName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the name of the type used by the field handler.
- getUnit() - Method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Returns the unit of this number.
- getUnitName() - Method in enum net.sf.jguiraffe.gui.layout.Unit
-
Returns the short unit name.
- getUnlessName() - Method in interface net.sf.jguiraffe.gui.builder.components.tags.ConditionalTag
-
Returns the value of the unlessName
attribute.
- getUnlessName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Returns the unlessName attribute.
- getUnlessName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Returns the value of the unlessName attribute.
- getUnselectedData() - Method in class net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
-
Returns the data to be returned by this handler if none of the radio
buttons in this group is selected.
- getUnselectedIndex() - Method in class net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
-
Returns the index of the radio button that should be selected if this
handler does not contain any data.
- getUrl() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Returns the URL that points to the icon.
- getURL() - Method in class net.sf.jguiraffe.locators.AbstractStreamLocator
-
Returns the URL
managed by this locator.
- getURL() - Method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Returns the URL for the represented resource.
- getURL() - Method in class net.sf.jguiraffe.locators.FileLocator
-
Returns the URL for the represented file.
- getURL() - Method in interface net.sf.jguiraffe.locators.Locator
-
Returns a URL to the resource represented by this locator.
- getURL() - Method in class net.sf.jguiraffe.locators.LocatorWrapper
-
Returns the URL this locator points to.
- getURL() - Method in class net.sf.jguiraffe.locators.URLLocator
-
Returns the URL represented by this locator.
- getUserConfiguration() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the configuration object with user specific settings.
- getValidationErrorTitle() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the title of the message box that is displayed if validation
fails.
- getValidationListeners() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns an array with all FormControllerValidationListener
objects registered at this FormController
.
- getValidationMessage(TransformerContext, String, Object...) - Method in class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Returns a validation message.
- getValidationMessage(TransformerContext, String, Object...) - Method in interface net.sf.jguiraffe.transform.ValidationMessageHandler
-
Returns a ValidationMessage
object for the specified key.
- getValidationMessageBoxCaption() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the caption of the message box for displaying validation error
messages.
- getValidationMessageFormat() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the FormValidationMessageFormat
object to be used
by this controller.
- getValidationMessageHandler() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the ValidationMessageHandler
.
- getValidationMessageHandler() - Method in interface net.sf.jguiraffe.transform.TransformerContext
-
Returns the ValidationMessageHandler
associated with this
context.
- getValidationMessageHandler() - Method in class net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
-
Returns the ValidationMessageHandler
.
- getValidationMessages() - Method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Returns an unmodifiable collection with error messages.
- getValidationMessages(ValidationMessageLevel) - Method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Returns an unmodifiable collection with the ValidationMessage
objects with the specified ValidationMessageLevel
.
- getValidationMessages() - Method in interface net.sf.jguiraffe.transform.ValidationResult
-
Returns a collection with all ValidationMessage
objects that were
created during validation.
- getValidationMessages(ValidationMessageLevel) - Method in interface net.sf.jguiraffe.transform.ValidationResult
-
Returns a collection with all ValidationMessage
objects of the
specified level that were created during validation.
- getValidationPhase() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag
-
Returns the validation phase for the current validator.
- getValidationResults() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerValidationEvent
-
Returns the FormValidatorResults
object with the results of the
validation operation.
- getValidationTrigger() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the FormValidationTrigger
.
- getValidator() - Method in class net.sf.jguiraffe.gui.forms.DefaultValidatorWrapper
-
Returns the wrapped validator.
- getValue() - Method in interface net.sf.jguiraffe.gui.builder.components.model.ProgressBarHandler
-
Returns the current value of the progress bar.
- getValue() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Returns the value of this list item.
- getValue(ListModel, int) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
-
Returns the value object with the given index from the specified list
model.
- getValue() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Returns the current value of the progress bar.
- getValue() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
-
Returns the value of the property.
- getValue() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Returns the value for a constant dependency.
- getValue() - Method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Returns the numeric value.
- getValueAt(int, int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the value at the specified cell.
- getValueClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the ClassDescData
object for the value class.
- getValueClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Returns the ClassDescData
object that defines the target
class of the value.
- getValueClassDesc() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the class description for the value class.
- getValueData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the data object with information about the value.
- getValueData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Returns the data object with information about the tag's (constant)
value.
- getValueDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.MapBeanProvider
-
Returns the dependencies for the values of the map.
- getValueDependencies() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the collection with the value dependencies.
- getValueObject(int) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Returns the value object at the given index.
- getValueObject(int) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Returns the model object at the given index.
- getValueObject(int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.ListModel
-
Returns the value object with the given index.
- getValueObject(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
-
Returns the value object with the given index.
- getValueRef() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Returns the reference to the value.
- getValues(ListModel, int[]) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
-
Returns the values from the specified list model for the given indices.
- getVar() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
-
Returns the name of the variable where to store the data object created
by this tag.
- getVar() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Returns a variable name for storing the event listener created by this
tag.
- getVar() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Returns the name of the variable under which the font is to be stored in
the Jelly context.
- getVar() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Returns the name of the variable, to which the icon should be assigned.
- getVar() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
-
Returns the name of a variable, under which the properties are to be
stored.
- getVar() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Returns the name of the variable under which the resolved value is to be
stored.
- getVar() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Returns the name of the local variable to be used as dependency.
- getVar() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Returns the name of the target variable.
- getVariable(String) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns the name of the variable with the given name.
- getVariableBean(String) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns a BeanProvider
for the local variable with the given
name.
- getVariableNames() - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns a set with the names of the currently defined local variables.
- getWarningBackground() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the background color for input fields in the state
warning.
- getWarningForeground() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the foreground color for input fields in the state
warning.
- getWeight() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints
-
Returns the weight factor.
- getWestGap() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the west gap.
- getWestGap() - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Returns the west gap.
- getWidget() - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Returns a reference to the underlying widget.
- getWidgetBackgroundColor(FormController, String) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the default background color of the specified widget.
- getWidgetForegroundColor(FormController, String) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the default foreground color of the specified widget.
- getWidgetHandler(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns a WidgetHandler
for accessing the component with
the given name.
- getWidgetHandlerFor(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Returns a WidgetHandler
for the specified component.
- getWidgetHandlerFor(Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Returns a WidgetHandler
for the specified component.
- getWidgetHandlerFor(Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Returns a WidgetHandler
for the specified component.
- getWidgetHandlerForComponent(Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns a WidgetHandler
object for the specified
component.
- getWidth() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the width of the new window.
- getWidth() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the window's width.
- getWidth() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the width of the new window.
- getWidth() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the window's width.
- getWindow() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the associated window.
- getWindow() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the window created by this tag.
- getWindow(String) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Returns the result window with the given name.
- getWindow() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the wrapped window object.
- getWindowBuilderData() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the WindowBuilderData
object.
- getWindowBuilderNamespace() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns the name space used for the window builder tag library.
- getWindowClosingStrategy() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the current WindowClosingStrategy
of this window.
- getWindowClosingStrategy() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns this window's closing strategy.
- getWindowClosingStrategy() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the window's closing strategy.
- getWindowController() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the controller object for this window.
- getWindowController() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns this window's controller.
- getWindowController() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the window's controller.
- getWindowHelper() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns the window helper used by this window implementation.
- getWindowHelper() - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
-
Returns the window helper used by this window.
- getWindowHelper() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the window helper object used by this window.
- getWindowListeners() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns a collection with the registered window listeners.
- getWindowListeners() - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
-
Returns a collection with all registered window listeners.
- getWindowListeners() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns a collection with all registered window listeners.
- getWindowManager() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns the window manager used by this builder.
- getWindowManager() - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Returns the window manager.
- getWrappedActionManager() - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Returns a reference to the wrapped ActionManager
object.
- getWrappedCommand() - Method in class net.sf.jguiraffe.gui.cmd.CommandWrapper
-
Returns the Command
object that is wrapped by this object.
- getWrappedComponentManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Returns a reference to the wrapped ComponentManager
object.
- getWrappedContext() - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the wrapped bean context.
- getWrappedContext() - Method in class net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
-
Returns the wrapped context.
- getWrappedEnabler() - Method in class net.sf.jguiraffe.gui.builder.enablers.InverseEnabler
-
Returns the ElementEnabler
wrapped by this object.
- getWrappedLocator() - Method in class net.sf.jguiraffe.locators.LocatorWrapper
-
Returns the wrapped Locator
.
- getWrappedWindow() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowWrapper
-
Returns the underlying window object that is wrapped by this object.
- getWrappedWindow() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the wrapped (AWT) window.
- getWrappedWindowManager() - Method in class net.sf.jguiraffe.gui.builder.window.WindowManagerWrapper
-
Returns a reference to the wrapped WindowManager
.
- getWriteTransformer() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the write transformer.
- getWriteTransformer() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Returns the write transformer.
- getX() - Method in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Returns the X position of the mouse relative to the origin of the
component that caused this event.
- getXPos() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the x coordinate of the new window.
- getXPos() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the window's x position.
- getXPos() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the X position of the new window.
- getXPos() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns the xpos of this internal frame.
- getXPos() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the window's x pos.
- getY() - Method in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Returns the Y position of the mouse relative to the origin of the
component that caused this event.
- getYPos() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the y coordinate of the new window.
- getYPos() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the window's y position.
- getYPos() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the Y position of the new window.
- getYPos() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns the ypos of this internal frame.
- getYPos() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the window's y pos.
- groupExists(JellyContext, String) - Static method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Tests whether a group with the specified name exists in the given jelly
context.
- groupExistsInBeanContext(BeanContext, String) - Static method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Tests whether a group with the specified name exists in the given BeanContext
.
- groupSize() - Method in class net.sf.jguiraffe.gui.layout.CellGroup
-
Returns the number of elements contained in this group.
- GUIRuntimeException - Exception in net.sf.jguiraffe.gui.builder.utils
-
An exception class for reporting GUI related runtime errors.
- GUIRuntimeException(String) - Constructor for exception net.sf.jguiraffe.gui.builder.utils.GUIRuntimeException
-
Creates a new instance of GUIRuntimeException
and sets the
error message.
- GUIRuntimeException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.utils.GUIRuntimeException
-
Creates a new instance of GUIRuntimeException
and sets the
error message and the root cause.
- GUIRuntimeException(Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.utils.GUIRuntimeException
-
Creates a new instance of GUIRuntimeException
and sets the
root cause.
- GUISynchronizer - Interface in net.sf.jguiraffe.gui.builder.utils
-
Definition of an interface that supports updating GUI components from
different threads.
- save(File) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Stores this object in the specified directory.
- saveUserConfiguration() - Method in class net.sf.jguiraffe.gui.app.Application
-
Stores the configuration with user specific settings.
- ScheduleAware - Interface in net.sf.jguiraffe.gui.cmd
-
Definition of an interface to be implemented by
Command
objects that
are interested in the point of time they are passed to a
CommandQueue
.
- ScrollSizeSupport - Interface in net.sf.jguiraffe.gui.builder.components.tags
-
Definition of an interface to be implemented by tags that allow the
specification of a preferred scroll width and height.
- select(int, int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Sets the selection of the text field.
- selectAll() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Selects all text contained in the text component.
- selectCurrentRow(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Tells this controller that the specified row becomes the current row.
- selectSubDirectory(File) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Selects the specified directory in the tree view.
- SeparatorTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A simple tag handler class for creating a separator for menus, toolbars, and
related components.
- SeparatorTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.SeparatorTag
-
- serialize(T) - Static method in class net.sf.jguiraffe.JGuiraffeTestHelper
-
Helper method for serializing an object.
- setAccelerator(Accelerator) - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Sets the accelerator.
- setAccelerator(Accelerator) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Allows setting an Accelerator
for the represented action.
- setAcceleratorDef(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Set method of the acceleratorDef attribute.
- setAcceleratorRef(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Set method of the acceleratorRef attribute.
- setAcceptNull(boolean) - Method in class net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
-
Sets the acceptNull
flag.
- setActionBuilderNamespace(String) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Sets the name space used for the action builder tag library.
- setActionData(ActionData) - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Initializes this object from the specified ActionData
object.
- setActionManager(ActionManager) - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Sets the action manager.
- setActionManager(ActionManager) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Sets the action manager to be used by this builder.
- setActionName(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Setter method for the actionName attribute.
- setActionName(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Setter method for the actionName attribute.
- setActionStore(ActionStore) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the action store.
- setActionStore(ActionStore) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Sets the application's ActionStore
.
- setActionStore(ActionStore) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the application's ActionStore
.
- setActionStore(ActionStore) - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Sets the action store.
- setAdditionalTipSeparator(String) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Sets the separator between the standard and the additional tool tip.
- setAdditionalToolTip(Object, String) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Sets the additional tool tip for the specified component.
- setAdditionalToolTip(String, String) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Sets the additional tool tip for the component with the given name.
- setAdditionalToolTip(Object, String) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Sets the additional (dynamic) tool tip for the specified component.
- setAdditionalToolTip(String, String) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Sets the additional (dynamic) tool tip for the component with the given
name.
- setAfter(boolean) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Sets the after flag.
- setAfterEnabler(ElementEnabler) - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Sets the ElementEnabler
that is invoked after the execution of
this task.
- setAlign(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Sets the alignment.
- setAlignment(TextIconAlignment) - Method in interface net.sf.jguiraffe.gui.builder.components.model.StaticTextData
-
Sets the alignment of the text and the icon.
- setAlignment(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Setter method of the alignment attribute.
- setAlignment(TextIconAlignment) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Sets the alignment of the text and icon.
- setAlignment(TextIconAlignment) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
Sets the default TextIconAlignment
.
- setAlignment(TextIconAlignment) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Sets the alignment of the icon relative to the text.
- setAlignment(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Setter method of the alignment attribute.
- setAlignment(ButtonLayout.Alignment) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Sets the alignment of the button bar.
- setAlignmentString(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Sets the alignment of the icon relative to the name as string.
- setAllowText(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Set method for the allowText attribute.
- setAlternativeResourceGroups(String) - Method in class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Sets the alternative resource groups.
- setApplication(Application) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.DummyActionTask
-
- setApplication(Application) - Method in interface net.sf.jguiraffe.gui.app.ApplicationClient
-
Sets a reference to the global Application
object.
- setApplication(Application) - Method in class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
Sets the central Application
object.
- setApplication(Application) - Method in class net.sf.jguiraffe.gui.app.OpenWindowCommand
-
Sets the central Application
instance.
- setApplication(Application) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
-
Initializes this object with a reference to the central
Application
object.
- setApplicationContext(ApplicationContext) - Method in class net.sf.jguiraffe.gui.app.Application
-
Sets the application context.
- setApplicationReference(Object, Application) - Static method in class net.sf.jguiraffe.gui.app.Application
-
Tries to the set a reference to the global Application
object in the target object.
- setAttributes(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Set method of the attributes
attribute.
- setAutoClose(boolean) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Sets the auto-close flag.
- setAutoRelease(boolean) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the auto release flag.
- setBackColor(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Sets the background color for this component as a string.
- setBackgroundColor(Color) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setBackgroundColor(Color) - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Sets the background color of the underlying widget.
- setBackgroundColor(FieldValidationStatus, Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the background color for fields with the specified FieldValidationStatus
.
- setBaseClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Sets the bean's base class.
- setBaseClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
-
Sets the base class.
- setBeanBuilderFactory(BeanBuilderFactory) - Method in class net.sf.jguiraffe.gui.app.Application
-
Allows to set the BeanBuilderFactory
.
- setBeanBuilderResult(BeanBuilderResult) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the result object for the bean builder.
- setBeanBuilderResult(BeanBuilderResult) - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Sets the result of the bean builder.
- setBeanClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method of the beanClass attribute.
- setBeanClassDesc(ClassDescription) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Sets the class description for the managed bean.
- setBeanClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method of the beanClassLoader attribute.
- setBeanClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method of the beanClassName attribute.
- setBeanContext(BeanContext) - Method in interface net.sf.jguiraffe.di.BeanContextClient
-
Passes the current BeanContext
to this object.
- setBeanContext(BeanContext) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the global bean context.
- setBeanContext(BeanContext) - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Sets the current BeanContext
.
- setBeanContext(BeanContext) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Allows to set a specific BeanContext
.
- setBeanCreator(BeanProvider) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Sets the BeanProvider
that will be used for creating the
managed bean.
- SetBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A specialized CollectionBeanProvider
implementation that
creates a java.util.Set
bean.
- SetBeanProvider(Collection<Dependency>, boolean) - Constructor for class net.sf.jguiraffe.di.impl.providers.SetBeanProvider
-
Creates a new instance of SetBeanProvider
and initializes
it with the dependencies of its elements and the ordered flag.
- setBeanStoreTag(BeanStoreTag) - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Sets the reference to the enclosing BeanStoreTag
.
- setBeanTag(BeanTag) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
-
Initializes the reference to the enclosing BeanTag
.
- setBeanTag(BeanTag) - Method in class net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
-
Initializes the reference to the enclosing BeanTag
.
- setBefore(boolean) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Sets the before flag.
- setBeforeEnabler(ElementEnabler) - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Sets the ElementEnabler
that is invoked before the execution of
this task.
- setBindingStrategy(BindingStrategy) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the BindingStrategy
to be used by the current form.
- setBold(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Set method of the bold
attribute.
- setBorder(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Setter method of the border attribute.
- setBorderref(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Setter method of the borderref attribute.
- setBottomMargin(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Sets the bottom margin.
- setBottomMargin(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Sets the bottom margin.
- setBottomMargin(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Sets the bottom margin.
- setBottomMargin(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Sets the bottom margin.
- setBounds(int, int, int, int) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Allows to set the window's bounds.
- setBounds(int, int, int, int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Sets all coordinates for this window.
- setBtnCancelName(String) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the name of the component representing the cancel button.
- setBtnOkName(String) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the name of the component representing the OK button.
- setBuilder(Builder) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the Builder
that processed this object.
- setBuilder(Builder) - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Sets a reference to the Builder
that performs this builder
operation.
- setBuilderContext(BeanContext) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the bean context used by the builder.
- setBuilderContext(BeanContext) - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Sets the bean context used during the builder operation.
- setBuilderName(String) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets a name for the builder.
- setBuilderName(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the name of the current builder.
- setCancelCommand(Command) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the command to be executed when the form is canceled.
- setCanShrink(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Set method of the canShrink
attribute.
- setCanShrink(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Sets method of the canShrink
attribute.
- setCanShrink(boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Sets a flag whether this layout can shrink below its preferred size.
- setCaseInsensitive(boolean) - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Sets a flag whether string matches are case insensitive.
- setCenter(boolean) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the center attribute.
- setChecked(boolean) - Method in interface net.sf.jguiraffe.gui.builder.action.FormAction
-
Allows to set this action's checked flag.
- setChecked(boolean) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Setter method for the checked attribute.
- setChecked(boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
-
Sets the value of the checked
property.
- setClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Set method for the classLoader
attribute.
- setClassLoaderName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Sets the name of the class loader to be used.
- setClassLoaderProvider(ClassLoaderProvider) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Sets the ClassLoaderProvider
to be used by this context.
- setClassLoaderProvider(ClassLoaderProvider) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Sets the ClassLoaderProvider
to be used by this context.
- setClassLoaderProvider(ClassLoaderProvider) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Sets the ClassLoaderProvider
to be used by this bean context.
- setClassLoaderProvider(ClassLoaderProvider) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Sets the ClassLoaderProvider
to be used.
- setClassLoaderProvider(ClassLoaderProvider) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the ClassLoaderProvider
.
- setClassLoaderProvider(ClassLoaderProvider) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Sets the ClassLoaderProvider
to be used.
- setClearVariables(boolean) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Sets the value of the clear variables
flag.
- setClosable(boolean) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the closable attribute.
- setCloseOnEsc(boolean) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Sets the close on escape flag.
- setCol(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Setter method for the col attribute.
- setColconstr(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Setter method for the colconstr attribute.
- setColumnClass(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Set method for the columnClass attribute.
- setColumnConstraints(int, CellConstraints) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Sets the column constraints object for the column with the given index.
- setColumns(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Setter method of the columns attribute.
- setColumns(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Setter method of the columns attribute.
- setColumns(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
-
Setter method for the columns attributes.
- setColumnValue(Object, int, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Sets the value for the given column in the current row.
- setCommand(Command) - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Sets the command object.
- setCommand(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ToggleButtonTag
-
Setter method of the command attribute.
- setCommandBeanName(String) - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Sets the name of the command bean.
- setCommandQueue(CommandQueue) - Method in class net.sf.jguiraffe.gui.app.Application
-
Sets the command queue that is used for executing commands.
- setCommandQueue(CommandQueue) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the CommandQueue
.
- setComponent(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
-
Setter method of the component attribute.
- setComponent(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Sets the component of this register.
- setComponent(Object) - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Sets the underlying component.
- setComponentBounds(int, int, Rectangle) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Sets the bounds of the component at the specified column and row
position.
- setComponentBounds(Object, Rectangle) - Method in interface net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
-
Sets the bounds of a component.
- setComponentBounds(Object, Rectangle) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Initializes the bounds for the specified component.
- setComponentBuilderData(ComponentBuilderData) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the ComponentBuilderData
object.
- setComponentBuilderNamespace(String) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Sets the name space used for the component builder tag library.
- setComponentHandler(ComponentHandler<?>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FieldTag
-
Sets the component handler to be used by this tag.
- setComponentHandler(ComponentHandler<?>) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the component handler.
- setComponentManager(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the component manager.
- setComponentManager(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Sets the component manager to be used by this builder.
- setComponentref(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.LabelTag
-
Setter method of the componentref attribute.
- setComponentStore(ComponentStore) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Sets the component store to be used.
- setComponentType(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Allows to explicitly set the type of the corresponding field handler
object.
- setComposite(AccessibleComposite) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Sets the AccessibleComposite
implementation used by this
container tag.
- setConfigResourceName(String) - Method in class net.sf.jguiraffe.gui.app.Application
-
Sets the resource name under which the configuration file can be loaded.
- setConfiguration(Configuration) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Sets the global configuration object of this application.
- setConfiguration(Configuration) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the global configuration.
- setConfigURL(String) - Method in class net.sf.jguiraffe.gui.app.Application
-
Sets the URL to the configuration file.
- setConstr(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
-
Setter method for the constr attribute.
- setConstraints(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Sets the constraints object for this component.
- setContainer(Object) - Method in class net.sf.jguiraffe.gui.builder.components.CompositeImpl
-
Sets the container represented by this object.
- setContainerLayout(Object, Object) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Defines the layout manager for a container.
- setContainerLayout(Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Defines the layout manager for a container.
- setContainerLayout(Object, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Sets the layout manager for the specified container.
- setContainerSelector(ContainerSelector) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the ContainerSelector
to be used by this object.
- setContent(List<FileData>) - Method in class net.sf.jguiraffe.examples.tutorial.model.DirectoryData
-
Sets the list with the content of this directory.
- setController(Object) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Sets the controller of this window.
- setConversionHelper(ConversionHelper) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Sets the ConversionHelper
object to be associated with this
instance.
- setConversionHelper(ConversionHelper) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Sets the ConversionHelper
associated with this object.
- setCreationBeanContext(BeanContext) - Method in interface net.sf.jguiraffe.di.DependencyProvider
-
- setCreationBeanContext(BeanContext) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Sets the context that is responsible for a bean creation event.
- setData(T) - Method in class net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
-
Sets the data of this handler.
- setData(T) - Method in interface net.sf.jguiraffe.gui.forms.ComponentHandler
-
Sets the data of the wrapped component.
- setData(Object) - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Sets data of this handler.
- setData(Object) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the data for this field.
- setData(Object) - Method in interface net.sf.jguiraffe.gui.forms.FieldHandler
-
Sets the data of this field.
- setData(Boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
-
Sets the component's data.
- setDateFormatStyle(int) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Sets the style to be used for formatting dates.
- setDefault(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
-
Set method of the default
attribute.
- setDefaultAlignment(CellAlignment) - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Sets the default CellAlignment
used by this builder.
- setDefaultBeanStore(BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Sets the default bean store.
- setDefaultBeanStore(BeanStore) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Sets the default bean store.
- setDefaultBeanStore(BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Sets the default bean store.
- setDefaultButtonName(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the name of the default button.
- setDefaultClassLoaderName(String) - Method in interface net.sf.jguiraffe.di.ClassLoaderProvider
-
Sets the name of the default class loader.
- setDefaultClassLoaderName(String) - Method in class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Sets the name of the default class loader.
- setDefaultClassLoaderName(String) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Sets the name of the default class loader.
- setDefaultResourceGroup(Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the default resource group.
- setDefaultResourceGroup(Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the default resource group.
- setDefaultResourceGroup(Object) - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Sets the name of the default resource group.
- setDefaultResourceGroup(Object) - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Sets the name of the default resource group.
- setDefaultResourceGroup(String) - Method in class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Sets the name of the default resource group.
- setDelimiter(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Set method for the delimiter
attribute.
- setDependency(Dependency) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Sets the internal dependency.
- setDiBuilderNameSpaceURI(String) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Sets the name space URI for the DI tag library.
- setDiBuilderNameSpaceURI(String) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilderFactory
-
Sets the URI for the name space of the DI builder tag library.
- setDisplayName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Set method of the displayName attribute.
- setDisplayName(String) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the display name.
- setDisplayNamegrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Set method of the displayNamegrp attribute.
- setDisplayNameres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Set method of the displayNameres attribute.
- setDotAll(boolean) - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Sets a flag whether the dot place holder should also match line
terminators.
- setDragmode(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag
-
Setter method of the dragmode attribute.
- setDragMode(DesktopPanelTag.DragMode) - Method in class net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag
-
Sets the desktop panel's drag mode.
- setDuration(int) - Method in class net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
-
- setEastGap(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Sets the east gap.
- setEastGap(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Sets the east gap.
- setEditable(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
-
Setter method of the editable attribute.
- setEditable(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Set method for the editable attribute.
- setEditable(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method of the editable attribute.
- setEditable(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Set method of the editable attribute.
- setEditorSelectionHandler(TableSelectionHandler) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Sets the selection handler for editor components.
- setEditorValidationHandler(TableEditorValidationHandler) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Sets the editor validation handler.
- setElementClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Set method for the elementClass attribute.
- setElementClassDesc(ClassDescription) - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Sets the class description for the elements of this collection.
- setElementClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Set method for the elementClassLoader attribute.
- setElementClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Set method for the elementClassName attribute.
- setEnabled(boolean) - Method in interface net.sf.jguiraffe.gui.builder.action.FormAction
-
Allows to set this action's enabled flag.
- setEnabled(boolean) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Setter method for the enabled attribute.
- setEnabled(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Changes the enabled state of this ComponentHandler
.
- setEnabled(boolean) - Method in interface net.sf.jguiraffe.gui.forms.ComponentHandler
-
Allows to set the enabled flag.
- setEnabled(boolean) - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Sets the enabled flag.
- setEnabledState(ComponentBuilderData, boolean) - Method in class net.sf.jguiraffe.gui.builder.enablers.ActionEnabler
-
Performs the change of the enabled state.
- setEnabledState(ComponentBuilderData, boolean) - Method in class net.sf.jguiraffe.gui.builder.enablers.ActionGroupEnabler
-
Performs the change of the enabled state.
- setEnabledState(ComponentBuilderData, boolean) - Method in class net.sf.jguiraffe.gui.builder.enablers.ChainElementEnabler
-
Performs the change of the enabled state.
- setEnabledState(ComponentBuilderData, boolean) - Method in class net.sf.jguiraffe.gui.builder.enablers.ComponentEnabler
-
Performs the change of the enabled state.
- setEnabledState(ComponentBuilderData, boolean) - Method in interface net.sf.jguiraffe.gui.builder.enablers.ElementEnabler
-
Changes the enabled state of the element this ElementEnabler
is
responsible for.
- setEnabledState(ComponentBuilderData, boolean) - Method in class net.sf.jguiraffe.gui.builder.enablers.InverseEnabler
-
Performs the change of the enabled state.
- setEnabledState(ComponentBuilderData, boolean) - Method in class net.sf.jguiraffe.gui.builder.enablers.NullEnabler
-
Changes the enabled state of the element this ElementEnabler
is
responsible for.
- setEqual(boolean) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Sets the equal flag.
- setEventFilter(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Setter method for the eventFilter attribute.
- setEventManager(FormEventManager) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Allows to set an event manager.
- setEventType(String) - Method in class net.sf.jguiraffe.gui.builder.event.filter.TypeEventFilter
-
Sets the event type name.
- setException(Throwable) - Method in class net.sf.jguiraffe.gui.cmd.CommandBase
-
Sets an exception that was thrown during the execution of this command.
- setExitHandler(Runnable) - Method in class net.sf.jguiraffe.gui.app.Application
-
Sets the exit handler for this application.
- setExitPromptMessageResource(Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
Sets the resource ID for the message of the exit prompt dialog.
- setExitPromptTitleResource(Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
Sets the resource ID for the title of the exit prompt dialog.
- setField(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Set method of the field
attribute.
- setFieldErrorTemplate(String) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Sets the template for the error messages of an input field.
- setFieldFooterTemplate(String) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Sets the template for the footer of a field.
- setFieldHandlerFactory(FieldHandlerFactory) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the field handler factory.
- setFieldHandlerFactory(FieldHandlerFactory) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Sets the field handler factory to be used by this builder.
- setFieldHeaderTemplate(String) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Sets the template for the header of a field.
- setFieldValidator(ValidatorWrapper) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Sets the field level validator.
- setFieldWarningTemplate(String) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Sets the template for the warning messages of an input field.
- setFileContent(String) - Method in class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
-
- setFileDateFrom(Date) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setFileDateTo(Date) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setFileName(String) - Method in class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
-
- setFileTypes(String[]) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setFilterDate(boolean) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setFilterSize(boolean) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setFilterTypes(boolean) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setFirstName(String) - Method in class net.sf.jguiraffe.PersonBean
-
- setFixedWidth(int, int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Sets the fixed width of the column with the specified index (in pixels).
- setFont(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Sets the font object for this component.
- setFont(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Sets the font of this widget.
- setFontRef(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Sets the name of the font to be used by this component.
- setForeColor(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Sets the foreground color of this component as string.
- setForegroundColor(Color) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setForegroundColor(Color) - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Sets the foreground color of the underlying widget.
- setForegroundColor(FieldValidationStatus, Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the foreground color for fields with the specified FieldValidationStatus
.
- setFormBean(Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the form bean.
- setFormBean(Object) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Sets the form bean.
- setFormValidator(FormValidator) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the FormValidator
for validating the current form.
- setFormValidator(ValidatorWrapper) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Sets the form level validator.
- setFormValidator(FormValidator) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets a FormValidator
for the the associated form.
- setFormValidator(FormValidator) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Sets the form validator.
- setGap(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Sets the gap.
- setGap(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Sets the width of the gap between the buttons.
- setGroup(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Setter method for the group attribute.
- setGroup(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
-
Setter method of the group attribute.
- setGroupingUsed(boolean) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Sets the grouping used flag.
- setGroups(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Setter method of the groups attribute.
- setGUISynchronizer(GUISynchronizer) - Method in class net.sf.jguiraffe.gui.app.Application
-
Sets the GUISynchronizer
object to be used by this
application.
- setGUISynchronizer(GUISynchronizer) - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Sets the GUISynchronizer
to be used by this command queue.
- setGUISynchronizer(GUISynchronizer) - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Sets the GUISynchronizer
.
- setHeader(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Set method for the header attribute.
- setHeaderres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Set method for the headerres attribute.
- setHeight(int) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the height attribute.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Sets the icon for the represented action.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Sets the icon for this action.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Sets the icon for this menu.
- setIcon(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.model.StaticTextData
-
Sets the icon of the affected element.
- setIcon(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.IconSupport
-
Allows to set an icon on this component.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Setter method for the icon attribute.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Sets the icon.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
Sets the default icon for the newly created StaticTextData
objects.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Sets the icon for this register.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Allows to set an icon for this tab.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Sets the icon object.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Setter method for the icon attribute.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
-
Sets the icon.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Allows to set this window's icon.
- setIconDirectory(Object) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Sets the icon for directories.
- setIconFile(Object) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Sets the icon for files.
- setIconHandler(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Set method of the iconHandler attribute.
- setIconifiable(boolean) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the iconifiable attribute.
- setIdNo(int) - Method in class net.sf.jguiraffe.PersonBean
-
- setIdx1(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Setter method for the idx1 attribute.
- setIdx2(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Setter method for the idx2 attribute.
- setIfName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Sets the value of the ifName attribute.
- setIndices(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Setter method for the indices attribute.
- setInvalidBackground(Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the background color for invalid input fields.
- setInvalidForeground(Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the foreground color for invalid input fields.
- setInvocationHelper(InvocationHelper) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the InvocationHelper
.
- setInvocationHelper(InvocationHelper) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
- setItalic(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Set method of the italic
attribute.
- setKey(Object) - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Sets the key of this entry.
- setKeyClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Set method for the keyClass attribute.
- setKeyClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Sets the class of the keys of this map.
- setKeyClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Set method for the keyClassLoader attribute.
- setKeyClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Specifies the class loader to be used for the resolving the key class.
- setKeyClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Set method for the keyClassName attribute.
- setKeyClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Sets the name of the class for the keys of this map.
- setKeyDependency(Dependency) - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Sets the dependency for the key of the map entry.
- setLastName(String) - Method in class net.sf.jguiraffe.PersonBean
-
- setLastValidationStatus(String, FieldValidationStatus) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the last FieldValidationStatus
for the specified field.
- setLayout(Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the layout for the root container.
- setLayout(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.Composite
-
Sets the layout object for this container.
- setLayout(Object) - Method in class net.sf.jguiraffe.gui.builder.components.CompositeImpl
-
Sets the layout object for this container.
- setLayout(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Sets the layout object for this container.
- setLayout(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Sets a layout for this container.
- setLayout(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Sets a layout object for this container.
- setLeftMargin(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Sets the left margin.
- setLeftMargin(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Sets the left margin.
- setLeftMargin(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Sets the left margin.
- setLeftMargin(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Sets the left margin.
- setLenient(boolean) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Sets the lenient flag.
- setListenerClass(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
-
Set method of the listenerClass
attribute.
- setListModel(ListModel) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
-
Sets the list model for this combo box.
- setListModel(ListModel) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Sets the list model for this combo box.
- setListModel(ListModel) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.ListModelSupport
-
Sets the ListModel
.
- setLocale(Locale) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Allows to set the current locale.
- setLocale(Locale) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the current locale.
- setLocator(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Setter method of the locator
attribute.
- setLockID(Long) - Method in interface net.sf.jguiraffe.di.BeanProvider
-
Locks or unlocks this BeanProvider
.
- setLockID(Long) - Method in class net.sf.jguiraffe.di.impl.providers.FactoryBeanProvider
-
Sets the ID of the locking transaction.
- setLockID(Long) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Sets the ID of the locking transaction.
- setLockID(Long) - Method in class net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
-
Sets the lock ID of the current transaction.
- setLogicValidator(ValidatorWrapper) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the validator used for validation on the logic level.
- setMainWindow(Window) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Allows to set the application's main window.
- setMainWindow(Window) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Allows to set the application's main window.
- setMajorTicks(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the majorTicks
attribute.
- setMax(Integer) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Set method for the max attribute.
- setMax(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the max
attribute.
- setMaximizable(boolean) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the maximizable attribute.
- setMaximum(T) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Sets the maximum value.
- setMaximumFractionDigits(int) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Sets the maximum number of fraction digits.
- setMaxlength(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Setter method of the maxlength attribute.
- setMaxlength(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
-
Setter method for the maxlength attribute.
- setMenu(String) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the menu attribute.
- setMenuIcon(boolean) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the menu icon flag.
- setMenuIcon(boolean) - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Sets the value of the menu icon flag.
- setMessageOutput(MessageOutput) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the MessageOutput
object.
- setMessageOutput(MessageOutput) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Sets the message output object to be used by this application.
- setMessageOutput(MessageOutput) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the message output object to be used by this application.
- setMessageOutput(MessageOutput) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the MessageOutput
object to be used by this controller.
- setMethod(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Set method of the method attribute.
- setMin(Integer) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Set method for the min attribute.
- setMin(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the min
attribute.
- setMinFileSize(Integer) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setMinimum(T) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Sets the minimum value.
- setMinimumFractionDigits(int) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Sets the minimum number of fraction digits.
- setMinorTicks(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the minorTicks
attribute.
- setMnemonic(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Setter method for the mnemonic attribute.
- setMnemonic(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Setter method for the mnemonic attribute.
- setMnemonic(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Setter method of the mnemonic attribute.
- setMnemonic(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Sets a mnemonic for this register.
- setMnemonic(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Set method for the mnemonic attribute.
- setMnemonic(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Setter method of the mnemonic attribute.
- setMnemonicKey(int) - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Sets the mnemonic key.
- setMnemonicKey(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Sets the mnemonic's key code.
- setMnemonicres(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Setter method for the mnemonicres attribute.
- setMnemonicres(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Setter method for the mnemonicres attribute.
- setMnemonicres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Setter method of the mnemonicres attribute.
- setMnemonicres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Set method for the mnemonicres attribute.
- setMnemonicres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Setter method of the mnemonicres attribute.
- setMnemonicResID(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Sets the resource ID for the mnemonic.
- setModal(boolean) - Method in class net.sf.jguiraffe.gui.builder.window.tags.DialogTag
-
Setter method for the modal attribute.
- setModel(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method for the model attribute.
- setModel(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Sets the name of the variable that serves as tree model.
- setModelRef(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
-
Setter method of the modelRef attribute.
- setModelRef(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Setter method of the modelRef attribute.
- setMulti(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Setter method of the multi
attribute.
- setMultiSelection(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method for the multiSelection attribute.
- setMultiSelection(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Set method for the multiSelection attribute.
- setName(String) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Sets the name of this bean store.
- setName(String) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Sets the name of this bean store.
- setName(String) - Method in interface net.sf.jguiraffe.di.MutableBeanStore
-
Sets the name of this bean store.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Sets the name of this action.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Sets the name of this component.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
-
Setter method for the name attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderConstraintsTag
-
Setter method for the name attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Setter method for the name attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
-
Setter method of the name attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Set method of the name
attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
-
Sets the name of the icon.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
Set method of the name attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method of the name attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Set method of the name
attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Set method of the name
attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Sets the name of this builder.
- setNoField(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Setter method for the no field attribute.
- setNorthGap(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Sets the north gap.
- setNorthGap(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Sets the north gap.
- setNotVisitedInvalidBackground(Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the background color for input fields in the state not visited,
invalid.
- setNotVisitedInvalidForeground(Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the foreground color for input fields in the state not visited,
invalid.
- setNotVisitedWarningBackground(Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the background color for input fields in the state not visited,
warning.
- setNotVisitedWarningForeground(Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the foreground color for input fields in the state not visited,
warning.
- setOkCommand(Command) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the command to be executed when the form is closed in reaction of
the OK button.
- setOrdered(boolean) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Sets the value of the ordered attribute.
- setOrdered(boolean) - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetTag
-
Sets the value of the ordered
attribute.
- setOrientation(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the orientation
attribute.
- setOrientation(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Set method for the orientation
attribute.
- setOutput(MessageOutput) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
-
Sets the message output object to be used for displaying message boxes.
- setParameterClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Set method of the parameterClass attribute.
- setParameterClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Set method of the parameterClassLoader attribute.
- setParameterClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Set method of the parameterClassName attribute.
- setParent(BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Sets the parent for this bean store.
- setParent(BeanStore) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Sets the parent bean store.
- setParent(BeanStore) - Method in interface net.sf.jguiraffe.di.MutableBeanStore
-
Sets the parent for this bean store.
- setParent(ActionStore) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Sets the parent store.
- setParentContext(BeanContext) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the parent bean context.
- setParentName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
Set method of the parentName attribute.
- setParentStoreTag(BeanStoreTag) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
Sets the reference to the enclosing BeanStoreTag
.
- setParentWindow(Window) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the parent window.
- setParentWindow(Window) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Sets the parent window.
- setParentWindow(Window) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Sets this window's parent window.
- setParentWindow(Window) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
-
Sets this window's parent window.
- setParentWindow(Window) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Sets the window's parent.
- setPercentWidth(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Set method of the percentWidth
attribute.
- setPlacement(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Set method of the placement attribute.
- setPlacementValue(TabbedPaneTag.Placement) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Allows to directly specify a placement value.
- setPlatformAdapter(PercentLayoutPlatformAdapter) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Sets the platform adapter for this layout manager.
- setPos(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Setter method for the pos attribute.
- setProgressText(String) - Method in interface net.sf.jguiraffe.gui.builder.components.model.ProgressBarHandler
-
Sets the text of the progress bar.
- setProperties(Map<String, Object>) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets additional properties for the builder operation.
- setProperties(Map<String, Object>) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.PropertiesSupport
-
Sets a map with properties.
- setProperties(Map<String, Object>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
-
Sets properties for the created bean.
- setProperty(Object, String, Object) - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Sets a property of the given bean.
- setProperty(Object, String, Object) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Sets the value of a property for the specified bean.
- setProperty(String, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
-
Sets a property.
- setProperty(String, Object) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.PropertySupport
-
Sets the specified property.
- setProperty(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
-
Set method of the property
attribute.
- setProperty(String, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Sets a property.
- setProperty(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
-
Set method of the property attribute.
- SetPropertyInvocation - Class in net.sf.jguiraffe.di.impl
-
A special Invocation
implementation for setting properties.
- SetPropertyInvocation(String, Dependency) - Constructor for class net.sf.jguiraffe.di.impl.SetPropertyInvocation
-
Creates a new instance of SetPropertyInvocation
and
initializes it.
- setPropertyName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Setter method for the propertyName attribute.
- setPropertyName(String) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the property name of this field.
- SetPropertyTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
- SetPropertyTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
-
- setReadTransformer(TransformerWrapper) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Sets the read transformer.
- setReadTransformer(TransformerWrapper) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the read transformer.
- setRef(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Setter method for the var attribute.
- setRef(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
-
Set method of the ref attribute.
- setRefClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method for the refClass attribute.
- setRefClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method for the refClassLoader attribute.
- setRefClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method for the refClassName attribute.
- setReferenceDate(String) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Sets the reference date.
- setRefName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method of the refName attribute.
- setRegex(String) - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Sets the regular expression as a string.
- setRendererSelectionHandler(TableSelectionHandler) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Sets the selection handler for renderer components.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Setter method for the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Setter method for the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Setter method of the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
-
Setter method for the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Setter method for the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Set method for the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Setter method for the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Set method for the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Set method for the titlegrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Sets the resource group.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Setter method for the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the resgrp attribute.
- setResid(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
-
Setter method for the resid attribute.
- setResizable(boolean) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the resizable attribute.
- setResizeWeight(float) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Setter method for the resizeWeight attribute.
- setResource(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Setter method for the resource attribute.
- setResource(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Set method for the resource
attribute.
- setResourceLoader(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Setter method for the resourceLoader
attribute.
- setResourceLoader(ResourceLoader) - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Sets the ResourceLoader
to use.
- setResourceLoader(ResourceLoader) - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Sets the ResourceLoader
for this resource manager.
- setResourceManager(ResourceManager) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Sets the resource manager.
- setResourceManager(ResourceManager) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the resource manager.
- setResult(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Set method of the result attribute.
- setResultVar(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method of the resultVar
attribute.
- setResultVariableName(String) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Sets the name of the result variable.
- setResultWindow(Window) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Sets the result window.
- setRightMargin(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Sets the right margin.
- setRightMargin(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Sets the right margin.
- setRightMargin(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Sets the right margin.
- setRightMargin(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Sets the right margin.
- setRootContainer(Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the root container.
- setRootVisible(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Set method of the rootVisible attribute.
- setRow(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Setter method for the row attribute.
- setRowconstr(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Setter method for the rowconstr attribute.
- setRowConstraints(int, CellConstraints) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Sets the row constraints object for the row with the given index.
- setRows(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Setter method of the rows attribute.
- setRows(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Setter method of the rows attribute.
- setSalary(double) - Method in class net.sf.jguiraffe.PersonBean
-
- setScrollHeight(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Set method of the scrollHeight
attribute.
- setScrollHeight(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method of the scrollHeight
attribute.
- setScrollHeight(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Set method of the scrollHeight
attribute.
- setScrollHeight(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Set method of the scrollHeight
attribute.
- setScrollWidth(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Set method of the scrollWidth
attribute.
- setScrollWidth(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method of the scrollWidth
attribute.
- setScrollWidth(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Set method of the scrollWidth
attribute.
- setScrollWidth(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Set method of the scrollWidth
attribute.
- setSelectedIndex(int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Sets the index of the selected row.
- setSelectedIndices(int[]) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Sets the indices of the selected rows in multi selection mode.
- setSelectedPath(TreeNodePath) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Sets a single selected node.
- setSelectionBackground(Color) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setSelectionBackground(Color) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Sets the background color for the selection.
- setSelectionBackground(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method for the selectionBackground attribute.
- setSelectionForeground(Color) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setSelectionForeground(Color) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Sets the foreground color for the selection.
- setSelectionForeground(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method for the selectionForeground attribute.
- setShortEvaluation(boolean) - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Sets the shortEvaluation
flag.
- setShowLabels(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the showLabels
attribute.
- setShowTicks(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the showTicks
attribute.
- setShutdownHandler(Invokable) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Sets a shutdown handler.
- setShutdownMethod(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method for the shutdownMethod attribute.
- setSingleton(boolean) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method of the singleton attribute.
- setSize(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Set method of the size
attribute.
- setSize(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Setter method of the size attribute.
- setSortColumn(Integer) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setSortDescending(boolean) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setSortDirectories(Integer) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setSource(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Set method of the source attribute.
- setSource(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
-
Set method of the source attribute.
- setSouthGap(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Sets the south gap.
- setSouthGap(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Sets the south gap.
- setSpanx(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Setter method for the spanx attribute.
- setSpany(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Setter method for the spany attribute.
- setStatic(boolean) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Set method of the static attribute.
- setStore(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Set method of the store attribute.
- setStyle(int) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Sets the style for the date to be parsed.
- setSuppressWarnings(boolean) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Sets a flag whether warning messages should be suppressed.
- setSyntaxValidator(ValidatorWrapper) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the validator used for validation on the syntax level.
- SetTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized CollectionTag
implementation for creating sets.
- SetTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.SetTag
-
- setTargetBean(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Set method of the targetBean
attribute.
- setTargetClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Sets the target class of the class description.
- setTargetClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Set method of the targetClass
attribute.
- setTargetClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Set method of the targetClass attribute.
- setTargetClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Set method of the targetClassLoader
attribute.
- setTargetClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Set method of the targetClassLoader attribute.
- setTargetClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Sets the name of the target class for the class description.
- setTargetClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Set method of the targetClassName
attribute.
- setTargetClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Set method of the targetClassName attribute.
- setTargetCol(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Sets the target column.
- setTargetDependency(Dependency) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Sets the target dependency of this method invocation.
- setTargetRow(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Sets the target row.
- setTask(Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Allows setting the task of this action.
- setTask(Object) - Method in interface net.sf.jguiraffe.gui.builder.action.FormAction
-
Sets the task of this action.
- setTask(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Allows to directly set the task for the represented action.
- setTask(Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
-
Sets the task of this action.
- setTaskBean(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Setter method for the taskBean attribute.
- setTaskBeanClass(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Setter method for the taskBeanClass attribute.
- setTaskClass(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Setter method for the taskClass attribute.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Sets the text of this action.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Setter method of the text attribute.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Setter method for the text attribute.
- setText(String) - Method in interface net.sf.jguiraffe.gui.builder.components.model.StaticTextData
-
Sets the text of the affected element.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Setter method of the text attribute.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Setter method for the text attribute.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Set method for the text attribute.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Setter method for the text attribute.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Sets the text.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
Sets the default text for the newly created StaticTextData
objects.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Sets the text.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Setter method for the text attribute.
- setTextColor(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Setter method of the textColor attribute.
- setTextFontRef(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Setter method of the textFontRef attribute.
- setTextres(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Setter method for the textres attribute.
- setTextres(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Setter method for the textres attribute.
- setTextres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Setter method of the textres attribute.
- setTextres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Setter method for the textres attribute.
- setTextres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Set method for the textres attribute.
- setTextres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Setter method for the textres attribute.
- setTextres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Sets the resource ID of the text.
- setTextres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Setter method for the textres attribute.
- setTimeStyle(int) - Method in class net.sf.jguiraffe.transform.DateTimeTransformer
-
Sets the style for the time.
- setTitle(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Sets the title for this register.
- setTitle(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Set method for the title attribute.
- setTitle(String) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the title attribute.
- setTitle(String) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Sets the window's title.
- setTitleFont(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Allows to specify the font for the panel's text (the title).
- setTitleres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Set method for the titleres attribute.
- setTitleres(String) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the titleres attribute.
- setToolbarText(boolean) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the toolbar text flag.
- setToolbarText(boolean) - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Sets the value of the toolbar text flag.
- setToolTip(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Sets the tool tip text of this action.
- setTooltip(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Setter method for the tooltip attribute.
- setToolTip(Object, String) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Sets the tool tip for the specified component.
- setToolTip(String, String) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Sets the standard tool tip for the component with the given name.
- setTooltip(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Set method of the tooltip
attribute.
- setToolTip(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Sets a tool tip for this register.
- setTooltip(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Set method for the tooltip attribute.
- setToolTip(Object, String) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Sets the tool tip of the specified component.
- setToolTip(String, String) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Sets the tool tip of the component with the given name.
- setToolTip(String) - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Sets the tool tip text of the underlying widget.
- setToolTipManager(ToolTipManager) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the ToolTipManager
for this object.
- setTooltipres(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Setter method for the tooltipres attribute.
- setTooltipres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Set method of the tooltipres
attribute.
- setTooltipres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Set method for the tooltipres attribute.
- setTooltipresgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Set method of the tooltipresgrp
attribute.
- setTopMargin(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Sets the top margin.
- setTopMargin(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Sets the top margin.
- setTopMargin(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Sets the top margin.
- setTopMargin(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Sets the top margin.
- setTransformerContext(TransformerContext) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the transformer context.
- setTreeModel(HierarchicalConfiguration) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Sets the configuration used as tree model.
- setType(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
-
Set method of the type
attribute.
- setType(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
-
Setter method for the type attribute.
- setType(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
-
Sets the type of the values of this list model.
- setType(Class<?>) - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Allows to set this handler's data type.
- setType(Class<?>) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the data type for this form field.
- setTypedProperty(Class<T>, T) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Sets the value of a typed property.
- setTypedProperty(Class<T>, T) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the value of the given typed property.
- setTypeName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Setter method for the typeName attribute.
- setUnlessName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Sets the value of the unlessName attribute.
- setUpExtendedJellyContext(BuilderData, Object) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Creates and initializes the Jelly context to be used for executing the
builder script.
- setUpJellyContext() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Creates and initializes the Jelly context to be used for executing the
builder script.
- setUpVariablesForField(Map<String, String>, FormValidatorResults, Form, String) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Initializes the variables for the specified field of the validation
results object.
- setUpVariablesForMessage(Map<String, String>, FormValidatorResults, Form, String, String, int) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Initializes the variables for an error message.
- setUrl(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Setter method for the URL attribute.
- setValidationErrorCaption(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Sets the title of the message box that is displayed if validation fails.
- setValidationMessageBoxCaption(String) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the caption of the message box for displaying validation error
messages.
- setValidationMessageFormat(FormValidationMessageFormat) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the FormValidationMessageFormat
object to be used by
this controller.
- setValidationMessageHandler(ValidationMessageHandler) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the ValidationMessageHandler
.
- setValidationTrigger(FormValidationTrigger) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the FormValidationTrigger
.
- setValue(int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.ProgressBarHandler
-
Sets the current value of the progress bar.
- setValue(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Setter method of the value attribute.
- setValue(Integer) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Set method for the value attribute.
- setValue(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
-
Set method of the value attribute.
- setValue(Object) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method for the value attribute.
- setValue(Object) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method for the value attribute.
- setValue(Object) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Set method of the value attribute.
- setValue(Object) - Method in interface net.sf.jguiraffe.gui.builder.di.tags.ValueSupport
-
Sets the value.
- setValueAt(Object, int, int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Sets the value for the specified cell.
- setValueClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method for the valueClass attribute.
- setValueClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method for the valueClass attribute.
- setValueClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Sets the class of the values stored in this map.
- setValueClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Set method for the valueClass attribute.
- setValueClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method for the valueClassLoader attribute.
- setValueClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method for the valueClassLoader attribute.
- setValueClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Specifies the class loader to be used for the resolving the value class.
- setValueClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Set method for the valueClassLoader attribute.
- setValueClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method for the valueClassName attribute.
- setValueClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method for the valueClassName attribute.
- setValueClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Sets the name of the class of the values stored in this map.
- setValueClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Set method for the valueClassName attribute.
- setValueRef(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Set method of the valueRef
attribute
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
-
Set method of the var
attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Set method of the var
attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Set method of the var
attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Setter method of the var attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
-
Set method of the var attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method of the var attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
-
Setter method for the var attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Set method of the var
attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method of the var attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Set method for the var
attribute.
- setVariable(String, Object) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Sets the value of the specified variable.
- setVisible(boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Sets the visible flag of the wrapped widget.
- setVisible(boolean) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Sets the window's visible flag.
- setVisible(boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Sets the visible flag for this window.
- setVisual(boolean) - Method in class net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
-
- setWarningBackground(Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the background color for input fields in the state warning.
- setWarningForeground(Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the foreground color for input fields in the state warning.
- setWestGap(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Sets the west gap.
- setWestGap(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Sets the west gap.
- setWidth(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Set method for the width attribute.
- setWidth(int) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the width attribute.
- setWindowBuilderData(WindowBuilderData) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the WindowBuilderData
object.
- setWindowBuilderNamespace(String) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Sets the name space used for the window builder tag library.
- setWindowClosingStrategy(WindowClosingStrategy) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Sets the WindowClosingStrategy
for this window.
- setWindowClosingStrategy(WindowClosingStrategy) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Sets the closing strategy for this window.
- setWindowClosingStrategy(WindowClosingStrategy) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Sets the window's closing strategy.
- setWindowController(Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Sets the window's controller.
- setWindowController(Object) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
-
Sets the window's controller.
- setWindowController(Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Allows to set the window's controller.
- setWindowManager(WindowManager) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Sets the window manager to be used by this builder.
- setWindowManager(WindowManager) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Sets the window manager.
- setWrap(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Setter method of the wrap attribute.
- setWriteTransformer(TransformerWrapper) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Sets the write transformer.
- setWriteTransformer(TransformerWrapper) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the write transformer.
- setXpos(int) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method for the xpos attribute.
- setYpos(int) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method for the ypos attribute.
- show(Window, Object, String, int, int) - Method in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Displays a message box based on the given options.
- show(Window, Object, String, int, int) - Method in class net.sf.jguiraffe.gui.builder.utils.NullMessageOutput
-
Outputs the specified message.
- show(Window, Object, String, int, int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Displays a message box.
- showMainWindow(Window) - Method in class net.sf.jguiraffe.gui.app.Application
-
Shows the application's main window.
- showMenu(JPopupMenu) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
-
Displays the specified popup menu.
- showPane(JOptionPane, JDialog) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Displays the given option pane.
- shutdown(DependencyProvider) - Method in interface net.sf.jguiraffe.di.BeanProvider
-
Notifies this BeanProvider
that it (and the bean(s) created by
it) is no longer needed.
- shutdown(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Notifies this BeanProvider
that it is no longer needed.
- shutdown(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
-
Shuts down this BeanProvider
.
- shutdown(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Tells this provider that it is no more needed.
- shutdown(Object, Object) - Method in class net.sf.jguiraffe.gui.app.Application
-
Shuts down this application.
- shutdown() - Method in class net.sf.jguiraffe.gui.app.Application
-
Shuts down this application unconditionally.
- shutdown(Application) - Method in interface net.sf.jguiraffe.gui.app.ApplicationShutdownListener
-
Notifies this listener that the associated application terminates now.
- shutdown(boolean) - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Initiates the shutdown sequence.
- shutdown(boolean) - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Shuts down this command queue.
- ShutdownHandlerTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler class that defines a shutdown script for a BeanProvider
.
- ShutdownHandlerTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ShutdownHandlerTag
-
- SimpleBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A base class for simple bean providers.
- SimpleBeanProvider() - Constructor for class net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
-
- SimpleBeanStoreImpl - Class in net.sf.jguiraffe.di.impl
-
A helper class that simplifies implementations of the BeanStore
interface.
- SimpleBeanStoreImpl() - Constructor for class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Creates a new instance of SimpleBeanStoreImpl
.
- SimpleBeanStoreImpl(String, BeanStore) - Constructor for class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Creates a new instance of SimpleBeanStoreImpl
and sets the
name and the reference to the parent.
- SimpleBeanStoreImpl.BeanContributor - Interface in net.sf.jguiraffe.di.impl
-
Definition of an interface for objects that can contribute beans for a
SimpleBeanStoreImpl
object.
- SimpleComponentTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
An abstract base class for tags that create simple GUI components.
- SimpleComponentTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.SimpleComponentTag
-
- SimplePopupMenuHandler - Class in net.sf.jguiraffe.gui.builder.action
-
A specialized implementation of a
PopupMenuHandler
,
which can be used out of the box for creating not too complex, mostly static
popup menus.
- SimplePopupMenuHandler(Collection<?>) - Constructor for class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Creates a new instance of SimplePopupMenuHandler
and
initializes it with the content of the menu.
- SingletonBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A specialized life-cycle supporting
BeanProvider
implementation for
creating
singleton beans.
- SingletonBeanProvider(BeanProvider, Invokable, Invokable) - Constructor for class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Creates a new instance of SingletonBeanProvider
and initializes
it with the bean provider for creating a bean instance and Invokable
objects for initializing and releasing the bean managed by
this provider.
- SingletonBeanProvider(BeanProvider, Invokable) - Constructor for class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Creates a new instance of SingletonBeanProvider
and
initializes it with the bean provider for creating a bean instance and
the invocation object for performing initialization.
- SingletonBeanProvider(BeanProvider) - Constructor for class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Creates a new instance of SingletonBeanProvider
and
initializes it with the bean provider for creating a bean instance.
- size() - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns the number of Invokable
objects contained in this
chain.
- size() - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns the number of child BeanStore
objects stored in this
combined store.
- size() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Returns the size of this model.
- size() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Returns the size of this model.
- size() - Method in interface net.sf.jguiraffe.gui.builder.components.model.ListModel
-
Returns the number of entries in this model.
- size() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns the length of this path.
- size() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
-
Returns this model's size.
- size() - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Returns the number of child validators.
- SliderTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specialized input component tag that defines a slider component.
- SliderTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
- SOUTH - Static variable in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Constant for the layout constraints South.
- span(int, int) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Initializes the number of columns and rows occupied by the component
association with the PercentData
instance to be created.
- spanX(int) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Initializes the number of columns occupied by the component
associated with the PercentData
instance to be created.
- spanY(int) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Initializes the number of rows occupied by the component associated
with the PercentData
instance to be created.
- SplitterTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag for implementing a splitter component.
- SplitterTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
- startup(Application, String[]) - Static method in class net.sf.jguiraffe.gui.app.Application
-
Starts an application.
- StaticTextData - Interface in net.sf.jguiraffe.gui.builder.components.model
-
Definition of an interface for describing the properties of a static
text element.
- StaticTextDataImpl - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A default implementation of the StaticTextData
interface.
- StaticTextDataImpl() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Creates a new instance of StaticTextDataImpl
.
- StaticTextDataTransformer - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A special implementation of the Transformer
interface for converting
data to StaticTextData
objects.
- StaticTextDataTransformer() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
- StaticTextHandler - Interface in net.sf.jguiraffe.gui.builder.components.model
-
Definition of an interface for a handler that represents a static text
component.
- StaticTextTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class for creating a static text component.
- StaticTextTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.StaticTextTag
-
Creates a new instance of StaticTextTag
.
- store(BeanProvider) - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Stores the newly created BeanProvider
in the correct bean
store.
- storeComponent(String, Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Stores the specified component in the current ComponentStore
.
- storeComponentHandler(String, ComponentHandler<?>) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Stores the given component handler in the current
ComponentStore
.
- storeFieldHandler(String, FieldHandler) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Stores the specified field handler.
- storeGroup(JellyContext, String, ComponentGroup) - Static method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Stores a component group in the jelly context under a given name.
- subMenuBuilder(ActionData) - Method in class net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
-
Returns a builder for creating a sub menu.
- subMenuBuilder(ActionData) - Method in interface net.sf.jguiraffe.gui.builder.action.PopupMenuBuilder
-
Returns a builder for creating a sub menu.
- SwingActionManager - Class in net.sf.jguiraffe.gui.platform.swing.builder.action
-
The Swing specific implementation of the ActionManager
interface.
- SwingActionManager() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
- SwingButtonHandler - Class in net.sf.jguiraffe.gui.platform.swing.builder.components
-
A specific Swing component handler implementation that deals with several
kinds of button like components.
- SwingButtonHandler(AbstractButton) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
-
Creates a new instance of SwingButtonHandler
.
- SwingComponentManager - Class in net.sf.jguiraffe.gui.platform.swing.builder.components
-
The Swing specific implementation of the ComponentManager
interface.
- SwingComponentManager() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a new instance of SwingComponentManager
.
- SwingConfigurationTreeModel - Class in net.sf.jguiraffe.gui.platform.swing.builder.components
-
A specialized implementation of TreeModel
that obtains its data
from a Configuration
object.
- SwingConfigurationTreeModel(HierarchicalConfiguration) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Creates a new instance of SwingConfigurationTreeModel
and
initializes it with the given HierarchicalConfiguration
object.
- SwingEventAdapter - Class in net.sf.jguiraffe.gui.platform.swing.builder.event
-
The base class for Swing event adapters.
- SwingEventAdapter(FormEventManager, ComponentHandler<?>, String) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
-
Creates a new instance of SwingEventAdapter
that uses the FormEventManager
to broadcast events.
- SwingEventAdapter(FormEventListener, ComponentHandler<?>, String) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
-
Creates a new instance of SwingEventAdapter
that serves a
specific event listener.
- SwingEventConstantMapper - Class in net.sf.jguiraffe.gui.platform.swing.builder.event
-
An utility class for converting Swing-specific constants related to events to
the toolkit-independent constants used by the JGUIraffe library.
- SwingEventManager - Class in net.sf.jguiraffe.gui.platform.swing.builder.event
-
Swing specific implementation of the PlatformEventManager
interface.
- SwingEventManager() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventManager
-
Creates a new instance of SwingEventManager
.
- SwingEventSource - Interface in net.sf.jguiraffe.gui.platform.swing.builder.event
-
Definition of an interface for registering and unregistering Swing event
listeners.
- SwingFormAction - Class in net.sf.jguiraffe.gui.platform.swing.builder.action
-
A Swing specific implementation of the FormAction
interface.
- SwingFormAction(String, Object) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
-
Creates a new instance of SwingFormAction
and initializes
it.
- SwingGUISynchronizer - Class in net.sf.jguiraffe.gui.platform.swing.builder.utils
-
The Swing specific implementation of the GUISynchronizer
interface.
- SwingGUISynchronizer() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingGUISynchronizer
-
- SwingMessageOutput - Class in net.sf.jguiraffe.gui.platform.swing.builder.utils
-
A Swing specific implementation of the MessageOutput
interface.
- SwingMessageOutput() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Creates a new instance of SwingMessageOutput
and sets a default
maximum line length.
- SwingMessageOutput(int) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Creates a new instance of SwingMessageOutput
with the specified
maximum message line length.
- SwingPercentLayoutAdapter - Class in net.sf.jguiraffe.gui.platform.swing.layout
-
Implementation of a Swing-specific adapter class for the percent layout
manager.
- SwingPercentLayoutAdapter(PercentLayoutBase) - Constructor for class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Creates a new instance of SwingPercentLayouAdaptert
and sets the
associated percent layout.
- SwingPopupMenuBuilder - Class in net.sf.jguiraffe.gui.platform.swing.builder.action
-
A specialized implementation of the PopupMenuBuilder
interface
for constructing Swing popup menus.
- SwingPopupMenuBuilder(ActionManager, ActionBuilder, MouseEvent) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
-
Creates a new instance of SwingPopupMenuBuilder
and initializes
it with information about the action manager to be delegated to and the
mouse event that triggered the invocation of this builder.
- SwingPopupMenuBuilder(MouseEvent) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
-
- SwingSizeHandler - Class in net.sf.jguiraffe.gui.platform.swing.layout
-
Swing specific implementation of the SizeHandler
interface.
- SwingSizeHandler() - Constructor for class net.sf.jguiraffe.gui.platform.swing.layout.SwingSizeHandler
-
Creates a new instance of SwingSizeHandler
.
- SwingTableColumnWidthListener - Class in net.sf.jguiraffe.gui.platform.swing.builder.components.table
-
A specialized event listener class for keeping track of and resizing the
columns of a table.
- SwingTableColumnWidthListener(JTable, TableColumnWidthController) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
-
Creates a new instance of SwingTableColumnWidthListener
and
initializes it.
- SwingTableEditorValidationHandler - Class in net.sf.jguiraffe.gui.platform.swing.builder.components.table
-
- SwingTableEditorValidationHandler() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableEditorValidationHandler
-
Deprecated.
- SwingTableModel - Class in net.sf.jguiraffe.gui.platform.swing.builder.components.table
-
A table model implementation for tables defined by the
TableTag
tag
handler class.
- SwingTableModel(TableTag, JTable) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Creates a new instance of SwingTableModel
and initializes it.
- SwingTableRowHeightUpdater - Class in net.sf.jguiraffe.gui.platform.swing.builder.components.table
-
A helper class for setting the correct row heights for a Swing table.
- SwingTableRowHeightUpdater() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableRowHeightUpdater
-
- SwingTableSelectionHandler - Class in net.sf.jguiraffe.gui.platform.swing.builder.components.table
-
A Swing-specific default implementation of the
TableSelectionHandler
interface.
- SwingTableSelectionHandler() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableSelectionHandler
-
- SwingWindow - Interface in net.sf.jguiraffe.gui.platform.swing.builder.window
-
Definition of an extended window interface implemented by Swing window
implementations.
- SwingWindowManager - Class in net.sf.jguiraffe.gui.platform.swing.builder.window
-
The Swing specific implementation of the WindowManager
interface.
- SwingWindowManager() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
-
- syncInvoke(Runnable) - Method in interface net.sf.jguiraffe.gui.builder.utils.GUISynchronizer
-
Invokes the given runnable object synchronously on the event dispatch
thread.
- syncInvoke(Runnable) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingGUISynchronizer
-
Invokes the given runnable synchronously on the event dispatch thread.