A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- 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
ActionDataTagand 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
-
An abstract base class for concrete implementations of the
CompositeComponentHandlerinterface. - AbstractCompositeComponentHandler(Class<T>) - Constructor for class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Creates a new instance of
AbstractCompositeComponentHandlerand 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
- AbstractDialogOptions<T,S extends AbstractDialogOptions<T,S>> - Class in net.sf.jguiraffe.gui.dlg
-
An abstract base class for options classes for standard dialogs.
- AbstractDialogOptions(DialogResultCallback<T, ?>) - Constructor for class net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
-
Creates a new instance of
AbstractDialogOptionsand initializes it with the result callback. - AbstractDialogOptions(DialogResultCallback<T, D>, D) - Constructor for class net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
-
Creates a new instance of
AbstractDialogOptionsand initializes it with the result callback and a data object to be passed to the callback when it is invoked. - 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
AbstractEventFilterand 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
AbstractEventFilterand initializes it with the base class and theacceptNullflag. - AbstractFileChooserOptions<T,S extends AbstractFileChooserOptions<T,S>> - Class in net.sf.jguiraffe.gui.dlg.filechooser
-
An abstract base class for the options of file chooser dialogs.
- AbstractFileChooserOptions(DialogResultCallback<T, ?>) - Constructor for class net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
-
Creates a new instance of
AbstractFileChooserOptionsand sets the callback to be notified with the dialog result. - AbstractFileChooserOptions(DialogResultCallback<T, D>, D) - Constructor for class net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
-
Creates a new instance of
AbstractFileChooserOptionsand sets the callback to be notified with the dialog result and an additional data object to be passed to the callback. - 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
Locatorclasses. - 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
PopupMenuBuilderinterface. - 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
ComponentHandlerimplementations 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
Locatorimplementations 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
Compositeinterface which also allows access to the data passed via the mutating methods. - ACTION - net.sf.jguiraffe.gui.builder.event.FormListenerType
-
The listener type Action.
- 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
ActionDatainterface. - 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
ElementEnablerinterface 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
ActionEnablerand initializes it with the name of the action to manipulate. - ActionGroupEnabler - Class in net.sf.jguiraffe.gui.builder.enablers
-
A specialized implementation of the
ElementEnablerinterface 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
ActionGroupEnablerand 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
ActionManagerinterface. - ActionManagerWrapper(ActionManager) - Constructor for class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a new instance of
ActionManagerWrapperand initializes it with the wrappedActionManager. - actionPerformed(FormActionEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormActionListener
-
This method gets called when an
FormActionEventoccurs. - actionPerformed(FormActionEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Processes 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
ActionStoreand 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.
- 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
BeanProviderto thisBeanStore. - addAnonymousBeanProvider(String, BeanProvider) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Adds an "anonymous"
BeanProviderto aBeanStore. - 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
BeanContributorto this object. - addBeanCreationListener(BeanCreationListener) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Adds a new
BeanCreationListenerto this context. - addBeanCreationListener(BeanCreationListener) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Adds the specified
BeanCreationListenerto this context. - addBeanCreationListener(BeanCreationListener) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Adds the specified
BeanCreationListenerto this context. - addBeanCreationListener(BeanCreationListener) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Adds the specified
BeanCreationListenerto this object. - addBeanCreationListeners(Collection<? extends BeanCreationListener>) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Adds all
BeanCreationListenerobjects 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, String, BeanProvider) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Adds a
BeanProviderto aBeanStore. - addBeanProvider(String, BeanProvider) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Adds the specified
BeanProviderto this bean store under the given name. - addBeanProvider(String, BeanProvider) - Method in interface net.sf.jguiraffe.di.MutableBeanStore
-
Adds the specified
BeanProviderto this bean store under the given name. - 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
BeanStorewith 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.
- 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) - 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.gui.builder.components.tags.ValidatorsTag
-
Adds a new child 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
CellGroupobject 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(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.
- addComponent(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Adds a component to this group.
- 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
ComponentHandlerof a component to aCompositeComponentHandler. - 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.
- 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
ClassLoaderProviderto 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
TreeExpansionListenerto 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
FormControllerFieldStatusListenerto 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.
- addFormContextListener(FormContextListener) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Adds a
FormContextListenerobject to this data object. - addFormListener(FormControllerFormListener) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Adds a
FormControllerFormListenerto 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
ComponentHandlerobjects for all components in the specified group to aCompositeComponentHandler. - addHandler(String, ComponentHandler<S>) - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Adds the specified child
ComponentHandlerto thisCompositeComponentHandler. - addHandler(String, ComponentHandler<S>) - Method in interface net.sf.jguiraffe.gui.builder.components.CompositeComponentHandler
-
Adds a simple
ComponentHandlerobject 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
Invokableobject to this object. - addInvokable(Invokable) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
-
Adds an
Invokableobject to this tag. - addInvokable(Invokable) - Method in class net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
-
Adds an
Invokableto this object. - addInvokable(Invokable, String) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Adds the specified
Invokableobject to this object and initializes its result variable. - addInvokable(Invokable, String, String) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Adds the specified
Invokableobject to this object and initializes its result variable and its source 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.
- addListener(FormListenerType, String, FormEventListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Performs the actual adding of an event listener.
- 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.
- addListenerType(FormListenerType) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Adds another listener type in form of a
FormListenerTypeobject. - 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.
- 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.
- 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
TreePreExpansionListenerto 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
CellGroupobject 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() - 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.
- addSeparator(PopupMenuBuilder, ComponentBuilderData) - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Adds a separator to the menu constructed by this handler.
- 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.
- 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.
- addValidationListener(FormControllerValidationListener) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Adds a
FormControllerValidationListenerto 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.
- alignComponent(Rectangle, int, int, int[], int, int, Object, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Aligns the specified component.
- ALT - net.sf.jguiraffe.gui.builder.event.Modifiers
-
Constant representing the ALT modifier key.
- ALT_GRAPH - net.sf.jguiraffe.gui.builder.event.Modifiers
-
Constant representing the ALT GRAPH modifier key.
- 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
AndEventFilterand initializes it with the given list of child filters. - AndEventFilterTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specialized
ChainedEventFilterimplementation that creates an.AndEventFilter - AndEventFilterTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.AndEventFilterTag
-
Creates a new instance of
AndEventFilterTag. - append(String) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns a
TreeNodePathobject that was created by appending the first child node of the current target node with the given name to this path. - append(String, int) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns a
TreeNodePathobject that was created by appending the specified child node of the current target node to this path. - append(ConfigurationNode) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns a
TreeNodePathobject that was created by appending the specifiedConfigurationNodeto this path. - 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
BuilderDatainterface. - 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
Applicationobject. - 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
ApplicationContextinterface. - 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
ApplicationContextImpland sets the current locale. - ApplicationContextImpl(Locale, ResourceManager) - Constructor for class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Creates a new instance of
ApplicationContextImpland 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
Applicationclass. - ApplicationException() - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationException
-
Creates a new instance of
ApplicationExceptionwithout further information. - ApplicationException(String) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationException
-
Creates a new instance of
ApplicationExceptionand initializes it with an error message. - ApplicationException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationException
-
Creates a new instance of
ApplicationExceptionand 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
ApplicationExceptionand 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
objects or operations invoked on them.Application - ApplicationRuntimeException(String) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationRuntimeException
-
Creates a new instance of
ApplicationRuntimeExceptionand sets the error message. - ApplicationRuntimeException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationRuntimeException
-
Creates a new instance of
ApplicationRuntimeExceptionand sets the error message and the root cause. - ApplicationRuntimeException(Throwable) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationRuntimeException
-
Creates a new instance of
ApplicationRuntimeExceptionand 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, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Processes the cells with a weight factor larger than 0.
- applyWeightFactors(int[], int, CellConstraints[], int) - 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.
- 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
WindowListenerimplementation 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
AutoReleaseListenerand sets theBuilderDataobject to be released automatically.
B
- BACKSPACE - net.sf.jguiraffe.gui.builder.event.Keys
-
The backspace key.
- BEAN_APPLICATION - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the bean with the current application instance.
- BEAN_APPLICATION_CONTEXT - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the bean with the application context.
- BEAN_BINDING_STRATEGY - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the binding strategy bean.
- BEAN_BUILDER - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the builder bean.
- BEAN_CLASS_LOADER_PROVIDER - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the bean for the class loader provider.
- BEAN_COMMAND_QUEUE - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the command queue bean.
- BEAN_CONFIGURATION - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the bean with the global configuration.
- BEAN_DEF_RES_GROUP - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the bean with the default resource group.
- BEAN_FIELD_MARKER - Static variable in class net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
-
Constant for the name of the field marker bean.
- BEAN_GLOBAL_CONTEXT - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the bean with the global bean context.
- BEAN_GUI_SYNCHRONIZER - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the GUI synchronizer bean.
- BEAN_LOCALE - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the bean with the locale.
- BEAN_PREFIX - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the prefix for bean definitions used by the framework.
- BEAN_VALIDATION_TRIGGER - Static variable in class net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
-
Constant for the name of the validation trigger bean.
- BeanBindingStrategy - Class in net.sf.jguiraffe.gui.forms.bind
-
An implementation of the
BindingStrategyinterface that operates on Java beans. - BeanBindingStrategy() - Constructor for class net.sf.jguiraffe.gui.forms.bind.BeanBindingStrategy
- BeanBuilder - Interface in net.sf.jguiraffe.gui.builder
-
Definition of an interface for processing scripts with bean definitions.
- BeanBuilderFactory - Interface in net.sf.jguiraffe.gui.builder
-
Definition of an interface for querying new
objects.BeanBuilder - BeanBuilderResult - Interface in net.sf.jguiraffe.gui.builder
-
Definition of an interface for accessing the results of a
BeanBuilder. - beanClasses() - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns a set with the classes of all beans defined in the default
BeanStore(or one of its parents). - beanClasses() - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns a set of the classes of the beans available in this bean context's default bean store.
- beanClasses() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Obtains a list of the classes of the beans defined in the default bean store.
- beanClasses(BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns a set with the classes of all beans defined in the given
BeanStore. - beanClasses(BeanStore) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns a set of the classes of the beans available in the specified bean store.
- beanClasses(BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Obtains a list of the classes of the beans defined in the given store and its parents.
- BeanContext - Interface in net.sf.jguiraffe.di
-
Definition of an interface that allows access to the beans managed by the dependency injection framework.
- BeanContextClient - Interface in net.sf.jguiraffe.di
-
Definition of an interface to be implemented by beans that need a reference to the current
BeanContext. - BeanContextWrapper - Class in net.sf.jguiraffe.di.impl
-
A simple wrapper implementation of the
BeanContextinterface. - BeanContextWrapper(BeanContext) - Constructor for class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Creates a new instance of
BeanContextWrapperand sets the wrapped context. - BeanContextWrapper(BeanContext, BeanStore) - Constructor for class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Creates a new instance of
BeanContextWrapperand sets the wrapped context and the default bean store. - beanCreated(Object, BeanProvider) - Method in interface net.sf.jguiraffe.di.DependencyProvider
-
Notifies this
DependencyProviderabout the creation of a bean. - beanCreated(Object, BeanProvider) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Notifies this dependency provider about a newly created bean.
- beanCreated(BeanCreationEvent) - Method in interface net.sf.jguiraffe.di.BeanCreationListener
-
Notifies this listener about the creation of a new bean.
- BeanCreationEvent - Class in net.sf.jguiraffe.di
-
An event class for reporting the creation of a bean by the dependency injection framework.
- BeanCreationEvent(BeanContext, BeanProvider, DependencyProvider, Object) - Constructor for class net.sf.jguiraffe.di.BeanCreationEvent
-
Creates a new instance of
BeanCreationEventand initializes it. - BeanCreationListener - Interface in net.sf.jguiraffe.di
-
Definition of an interface for objects that are interested in the creation of beans by a
BeanContext. - BeanInitializer - Interface in net.sf.jguiraffe.di
-
Definition of an interface for objects that perform some kind of initialization on beans that are managed by a
.BeanContext - beanNameFor(BeanProvider) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the name of the bean that is managed by the specified
BeanProvider, starting search with the defaultBeanStore. - beanNameFor(BeanProvider) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the name of the given
BeanProviderstarting the search with the default bean store. - beanNameFor(BeanProvider) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Searches for the specified
BeanProviderin the accessible bean stores (starting with the default bean store) and the returns the name, under which it is registered. - beanNameFor(BeanProvider, BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the name of the bean that is managed by the specified
BeanProvider, starting search in the specifiedBeanStore. - beanNameFor(BeanProvider, BeanStore) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the name of the given
BeanProviderstarting the search with the specified bean store. - beanNameFor(BeanProvider, BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Searches for the specified
BeanProviderin the accessible bean stores (starting with the specified bean store) and the returns the name, under which it is registered. - beanNames() - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns a set with the names of all beans defined in the default
BeanStore. - beanNames() - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns a set with the names of the beans defined in this context's default bean store.
- beanNames() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns a set with the names of the beans defined in the default bean store.
- beanNames(Set<String>) - Method in interface net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl.BeanContributor
-
Obtains the names of the beans available by this contributor.
- beanNames(Set<String>) - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Obtains the names of the beans supported by this bean contributor.
- beanNames(Set<String>) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns a set with the names of all contained bean.
- beanNames(Set<String>) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Obtains the names of the supported beans.
- beanNames(BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns a set with the names of all beans defined in the given
BeanStore. - beanNames(BeanStore) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns a set with the names of the beans defined in the given bean store.
- beanNames(BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns a set with the names of the beans defined in the given bean store (or its parent).
- BeanProvider - Interface in net.sf.jguiraffe.di
-
Definition of an interface for objects that provide access to beans.
- BeanStore - Interface in net.sf.jguiraffe.di
-
Definition of an interface for objects that provide access to bean definitions.
- BeanStoreTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler class for creating new
BeanStoreinstances. - BeanStoreTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
- BeanTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
The main tag of the tag library for the dependency injection framework: with this tag bean definitions can be created.
- BeanTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Creates a new instance of
BeanTag. - beforeExpansionStateChange(TreeExpansionEvent) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreePreExpansionListener
-
A node of a tree is about to change its expansion state.
- BindingStrategy - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for objects that are responsible of the binding of form fields to model objects.
- BLACK - net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Default color black.
- BLUE - net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Default color blue.
- BOOLEAN - net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
-
The column class Boolean.
- BorderConstraintsTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A special tag handler implementation for creating constraints object for a
.BorderLayout - BorderConstraintsTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.BorderConstraintsTag
- BorderLayout - Class in net.sf.jguiraffe.gui.layout
-
A GUI library independent implementation of the AWT layout manager BorderLayout.
- BorderLayout() - Constructor for class net.sf.jguiraffe.gui.layout.BorderLayout
-
Creates a new instance of
BorderLayout. - BorderLayoutTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A special layout tag that creates a
BorderLayoutobject. - BorderLayoutTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
- BOTTOM - net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.Placement
-
Tabs are placed at the bottom.
- BTN_OK - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the button type OK.
- BTN_OK_CANCEL - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the button type OK, CANCEL.
- BTN_YES_NO - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the button type YES, NO.
- BTN_YES_NO_CANCEL - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the button type YES, NO, CANCEL.
- build() - Method in class net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
-
Creates an
ElementEnablerbased on the specifications that have been added to this builder. - build() - Method in class net.sf.jguiraffe.transform.DefaultValidationResult.Builder
-
Returns the
DefaultValidationResultdefined by this builder. - build(Locator, MutableBeanStore, ClassLoaderProvider) - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilder
-
Executes a script with bean definitions.
- build(Locator, MutableBeanStore, ClassLoaderProvider) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Executes a script with bean definitions.
- build(Locator, MutableBeanStore, ClassLoaderProvider, InvocationHelper) - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilder
-
Executes a script with bean definitions and the specified helper objects.
- build(Locator, MutableBeanStore, ClassLoaderProvider, InvocationHelper) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Executes a script with bean definitions and the specified helper objects.
- build(Locator, BuilderData) - Method in interface net.sf.jguiraffe.gui.builder.Builder
-
A generic builder method.
- build(Locator, BuilderData) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
A generic build method for executing a builder script.
- buildContainer(Locator, BuilderData, Object) - Method in interface net.sf.jguiraffe.gui.builder.Builder
-
A convenience method for constructing the GUI of the given passed in container.
- buildContainer(Locator, BuilderData, Object) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
A convenience method for building the content of a container object.
- Builder - Interface in net.sf.jguiraffe.gui.builder
-
The main builder interface.
- Builder() - Constructor for class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Creates a new instance of
Builder. - Builder() - Constructor for class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Creates a new instance of
Builder. - Builder() - Constructor for class net.sf.jguiraffe.transform.DefaultValidationResult.Builder
-
Creates a new instance of
Builder - BUILDER_SECTION - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the section with the builder information.
- BuilderData - Interface in net.sf.jguiraffe.gui.builder
-
Definition of an interface that describes the parameters of a builder operation.
- BuilderEvent - Class in net.sf.jguiraffe.gui.builder.event
-
The base class of events used in the form and form builder framework.
- BuilderEvent(Object) - Constructor for class net.sf.jguiraffe.gui.builder.event.BuilderEvent
-
Creates a new instance of
BuilderEventand initializes it. - BuilderException - Exception in net.sf.jguiraffe.gui.builder
-
An exception class for reporting error conditions related to the GUI builder.
- BuilderException(String) - Constructor for exception net.sf.jguiraffe.gui.builder.BuilderException
-
Creates a new instance of
BuilderExceptionand sets the error message. - BuilderException(URL, String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.BuilderException
-
Creates a new instance of
BuilderExceptionand sets the script URL, the root cause, and an additional message. - BuilderException(URL, Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.BuilderException
-
Creates a new instance of
BuilderExceptionand sets the script URL and the root cause. - buildString(StringBuilder) - Method in class net.sf.jguiraffe.gui.layout.CellGroup
-
Appends a string representation of this object to the given string buffer.
- buildString(StringBuilder) - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Appends a string representation of this object to the specified string buffer.
- buildUnitString(StringBuilder) - Method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Appends a string representation of this number and its unit to the given string buffer.
- buildWindow(Locator, BuilderData) - Method in interface net.sf.jguiraffe.gui.builder.Builder
-
A convenience method for building windows like top-level frames or dialogs.
- buildWindow(Locator, BuilderData) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
A convenience method for building windows.
- BundleResourceLoader - Class in net.sf.jguiraffe.resources.impl.bundle
-
A specialized implementation of the
ResourceLoaderinterface that make use of the default Java resource bundles. - BundleResourceLoader() - Constructor for class net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
-
Creates a new instance of
BundleResourceLoaderwithout a specialClassLoaderProvider; a default one is created. - BundleResourceLoader(ClassLoaderProvider, String) - Constructor for class net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
-
Creates a new instance of
BundleResourceLoaderand initializes it with the given class loader provider and the class loader name. - BUTTON1 - Static variable in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Constant for the mouse button 1.
- BUTTON2 - Static variable in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Constant for the mouse button 2.
- BUTTON3 - Static variable in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Constant for the mouse button 3.
- ButtonLayout - Class in net.sf.jguiraffe.gui.layout
-
A layout manager that deals with button bars for dialogs.
- ButtonLayout() - Constructor for class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Creates a new instance of
ButtonLayout. - ButtonLayout.Alignment - Enum in net.sf.jguiraffe.gui.layout
-
An enumeration class for the alignment of a
ButtonLayout. - ButtonLayoutTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specialized layout tag that creates a
.ButtonLayout - ButtonLayoutTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
- ButtonTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific tag handler class for creating command button components.
- ButtonTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
-
Creates a new instance of
ButtonTag. - ByteArrayLocator - Class in net.sf.jguiraffe.locators
-
A specialized
Locatorimplementation that provides access to data stored in memory as a byte array.
C
- 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
TableColumnWidthControllerof 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() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Tests whether this tag should be executed.
- canProcess(ConditionalTag) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Tests if the specified conditional 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
PercentLayoutlayout 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 - net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment
-
Constant for the alignment CENTER: The icon is centered.
- CENTER - net.sf.jguiraffe.gui.layout.ButtonLayout.Alignment
-
The alignment center.
- CENTER - net.sf.jguiraffe.gui.layout.CellAlignment
-
The alignment center.
- 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
ChainedEventFilterand 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
ChainedEventFilterTagand sets the default class. - ChainedInvocation - Class in net.sf.jguiraffe.di.impl
-
A special implementation of the
Invokableinterface that allows aggregating an arbitrary number ofInvokableobjects 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
ElementEnablerinterface that maintains an arbitrary number of otherElementEnablerobjects. - ChainElementEnabler(Collection<ElementEnabler>) - Constructor for class net.sf.jguiraffe.gui.builder.enablers.ChainElementEnabler
-
Creates a new instance of
ChainElementEnablerand initializes it with the given collection of childElementEnablerobjects. - ChainValidator - Class in net.sf.jguiraffe.transform
-
A special
Validatorimplementation that allows combining multiple primitive validators. - ChainValidator() - Constructor for class net.sf.jguiraffe.transform.ChainValidator
-
Creates a new instance of
ChainValidator. - CHANGE - net.sf.jguiraffe.gui.builder.event.FormListenerType
-
The listener type Change.
- 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
DependencyProviderhas been specified. - 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
nameattribute 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
Dependencyinterface 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
EventFilterimplementation 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
ClassEventFilterand 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
ClassEventFilterand 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
Locatorimplementation that can obtain resources from the class path. - clear() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Removes all
BeanProviders from this bean store. - clear() - Method in interface net.sf.jguiraffe.di.MutableBeanStore
-
Removes all
BeanProviders 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.
- 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.
- closeForm() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Closes the associated form.
- CM - net.sf.jguiraffe.gui.layout.Unit
-
The unit cm.
- 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
BeanProviderimplementations that create beans derived from collections. - CollectionBeanProvider(Collection<Dependency>) - Constructor for class net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
-
Creates a new instance of
CollectionBeanProviderand initializes it with a collection with the dependencies of the elements. - 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
-
A specialized
FormControllerValidationListenerimplementation that can change the colors of fields depending on their validation status. - 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.
- 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
- 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
- CombinedBeanStore - Class in net.sf.jguiraffe.di.impl
-
A specialized implementation of the
BeanStoreinterface that combines multiple physicalBeanStoreobjects to a single logic view. - CombinedBeanStore(String, BeanStore...) - Constructor for class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Creates a new instance of
CombinedBeanStoreand 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
CombinedBeanStoreand 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.
- COMMAND_ADDED - net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
-
A command was added to the queue.
- COMMAND_EXECUTED - net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
-
Execution of a command is finished.
- COMMAND_EXECUTING - net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
-
A command is about to be executed.
- CommandActionTask - Class in net.sf.jguiraffe.gui.app
-
A specialized action task that executes a
Commandobject. - 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
Commandinterface. - 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
CommandBaseand sets theUpdateGUIproperty. - 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
CommandQueueEventand fully initializes it. - CommandQueueEvent.Type - Enum in net.sf.jguiraffe.gui.cmd
-
An enumeration for the types supported by the
CommandQueueEventclass. - 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
CommandQueueand initializes it with theGUISynchronizer. - CommandQueueImpl(GUISynchronizer, ExecutorService) - Constructor for class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Creates a new instance of
CommandQueueImpland initializes it with theGUISynchronizerand theExecutorServiceto 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
object.CommandQueue - commandScheduled(CommandQueue) - Method in interface net.sf.jguiraffe.gui.cmd.ScheduleAware
-
Notifies this object that it was passed to a
CommandQueuefor execution. - CommandWrapper - Class in net.sf.jguiraffe.gui.cmd
-
A wrapper implementation of the
Commandinterface. - CommandWrapper(Command) - Constructor for class net.sf.jguiraffe.gui.cmd.CommandWrapper
-
Creates a new instance of
CommandWrapperand initializes it with the wrapped command. - 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. - ComponentEnabler - Class in net.sf.jguiraffe.gui.builder.enablers
-
A specialized implementation of the
ElementEnablerinterface 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
ComponentEnablerand 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
ComponentHandlerinterface. - ComponentHandlerImpl() - Constructor for class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
- ComponentHandlerTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class that allows constructing custom
ComponentHandlerobjects. - 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
-
A base class for wrapper implementations of the
ComponentManagerinterface. - ComponentManagerWrapper(ComponentManager) - Constructor for class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a new instance of
ComponentManagerWrapperand initializes it with the wrappedComponentManager. - ComponentStore - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for objects that are able to manage entities related to a
Formobject. - ComponentStoreImpl - Class in net.sf.jguiraffe.gui.forms
-
A fully functional default implementation of the
ComponentStoreinterface. - ComponentStoreImpl() - Constructor for class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Creates a new instance of
ComponentStoreImpland 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
Compositeinterface. - 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. - ConstantBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A concrete implementation of the
BeanProviderinterface 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
ConstructorBeanProviderand 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
ConstructorInvocationand initializes it. - ConstructorInvocationTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized
InvocationTagimplementation that deals withobjects.ConstructorInvocation - 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 theBeanProviderfor creating the managed bean. - ConstructorTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
- 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
Invokableserving 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(Class<?>) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Checks whether the default
BeanStorecontains a bean with the given class. - 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<?>) - 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 interface net.sf.jguiraffe.di.BeanContext
-
Checks whether the specified
BeanStorecontains a bean with the given class. - 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(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.
- containsBean(String) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Checks whether the default
BeanStorecontains a bean with the given name. - 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) - 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 interface net.sf.jguiraffe.di.BeanContext
-
Checks whether the specified
BeanStorecontains a bean with the given name. - 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(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.
- CONTEXT_CLASS_LOADER - Static variable in interface net.sf.jguiraffe.di.ClassLoaderProvider
-
Constant for the reserved name of the context class loader.
- ContextBeanTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized tag for the creation of beans from objects stored in the Jelly context.
- ContextBeanTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ContextBeanTag
- CONTROL - net.sf.jguiraffe.gui.builder.event.Modifiers
-
Constant representing the CONTROL modifier key.
- 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
ConversionHelperwhich does not have a parent. - ConversionHelper(ConversionHelper) - Constructor for class net.sf.jguiraffe.di.ConversionHelper
-
Creates a new instance of
ConversionHelperand 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.
- 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. - 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
StaticTextDataobject. - 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
NumberWithUnitreturning 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() - 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
-
Returns a
CellConstraintsinstance for the properties defined so far. - create() - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Creates the
PercentDatainstance whose properties were specified by the preceding method calls. - 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(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.
- 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.
- 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.ContextBeanTag
-
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
BeanProviderproduced by this tag. - createBeanProvider() - Method in class net.sf.jguiraffe.gui.builder.di.tags.PropertiesTag
-
Creates the
BeanProvidermanaged 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() - 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 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.
- createBuilderData(JellyContext, MutableBeanStore, ClassLoaderProvider, InvocationHelper) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Creates the
DIBuilderDataobject 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.
- createButtonLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Creates the button layout object.
- 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.
- 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.
- createClassDescription() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Creates a
ClassDescriptionobject 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.
- 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
-
Creates the
Commandobject wrapper that is passed to theApplication.execute(Command)method. - 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
ComponentHandlerfor 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
ComponentHandlerfor 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() - 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() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentRowConstraintsTag
-
Creates the constraints object.
- 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(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
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.
- createDefaultIconHandler() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns a default
TreeIconHandlerobject. - createDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Creates the
Dependencybased 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.
- 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.
- 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
ElementEnablerfor the specified prefix. - 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.
- 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.
- 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
PlatformEventManagerinterface for dealing with event notifications. - createEventManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Returns a concrete implementation of the
PlatformEventManagerinterface for dealing with event notifications. - 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.
- createFont(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Calls the
ComponentManagerto create the font represented by this tag. - 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. - 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) - 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.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
DateFormatto be used by this transformer. - createFormat(Locale, int, Configuration) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Creates a
DateFormatobject for parsing dates of the supported format. - 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).
- createFromMessage(Message, Object...) - Static method in class net.sf.jguiraffe.resources.Message
-
Creates a new
Messageinstance with the same resource group and resource key as the passed in instance, but with different parameters. - 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
ResourceGroupobject from the specified bundle. - createGroup(JellyContext, String) - Static method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Creates a new
ComponentGroupinstance and stores it in the specified context. - createIcon() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Creates the icon.
- 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 - 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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, 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 interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates a menu item based on the specified action object.
- 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.
- 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.
- createPasswordField(PasswordFieldTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a
ComponentHandlerthat wraps a password text field. - createPasswordField(PasswordFieldTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a
ComponentHandlerthat wraps a password text field. - createPattern(TransformerContext) - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Creates a new
Patternobject. - createPercentLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Creates the
PercentLayoutBaseobject based on the data stored in this tag. - 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.
- 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.
- 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.
- 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.
- createReleaseDependencyProvider(BeanBuilderResult) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Creates a
DependencyProviderobject that can be used during arelease()operation. - createRootStore() - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Creates the root bean store.
- createRootStore(Configuration) - Method in class net.sf.jguiraffe.gui.app.Application
-
Creates the root bean store.
- createService(ApplicationContext) - Method in interface net.sf.jguiraffe.gui.dlg.DialogServiceFactory
-
Returns a new instance of the managed service.
- createShutdownHandlerForMethod(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Creates an
Invokablefor 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.
- 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.
- 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.
- 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.
- 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.
- createTargetClassDescription() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Creates a
ClassDescDataobject 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.
- 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.
- 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.
- 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.
- 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, 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 interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates a toolbar button based on the specified action object.
- 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.
- 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.
- 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
ValidationResultobject with an error message for a validation message. - createValidationErrorResult(TransformerContext, String, Object...) - Static method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Creates a
ValidationResultobject with the specified error message. - createValidationMessage(Form, String, Object...) - Static method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Obtains a
ValidationMessageobject for the specified key. - createValidationMessage(TransformerContext, String, Object...) - Static method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Creates a
ValidationMessageobject 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.
- 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
Messagewith an arbitrary number of parameters. - 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.
- CYAN - net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Default color cyan.
D
- DARK_GRAY - net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Default color dark gray.
- DATE - net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
-
The column class Date.
- DateTimeTransformer - Class in net.sf.jguiraffe.transform
-
A specialized transformer that transforms strings into date objects with both a date and time component.
- DateTimeTransformer() - Constructor for class net.sf.jguiraffe.transform.DateTimeTransformer
-
Creates a new instance of
DateTimeTransformer. - DateTransformer - Class in net.sf.jguiraffe.transform
-
A specialized transformer that transforms strings into date objects.
- DateTransformer() - Constructor for class net.sf.jguiraffe.transform.DateTransformer
- DateTransformerBase - Class in net.sf.jguiraffe.transform
-
An abstract base class for date transformer objects.
- DateTransformerBase() - Constructor for class net.sf.jguiraffe.transform.DateTransformerBase
-
Creates a new instance of
DateTransformerBase. - DEF_CONFIG_NAME - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the default name of the configuration file.
- DEF_ERRORS_TEMPLATE - Static variable in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Constant for the default field errors template.
- DEFAULT_INSTANCE - Static variable in class net.sf.jguiraffe.gui.builder.window.InvariantWindowClosingStrategy
-
Stores the default instance of this class.
- DEFAULT_RESOURCE_GROUP_NAME - Static variable in class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Constant for the default resource group with validation messages.
- DefaultBeanContext - Class in net.sf.jguiraffe.di.impl
-
A default implementation of the
BeanContextinterface. - DefaultBeanContext() - Constructor for class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Creates a new instance of
DefaultBeanContext. - DefaultBeanContext(BeanStore) - Constructor for class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Creates a new instance of
DefaultBeanContextand sets the default bean store. - DefaultBeanStore - Class in net.sf.jguiraffe.di.impl
-
A simple yet fully functional default implementation of the
BeanStoreinterface. - DefaultBeanStore() - Constructor for class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Creates a new instance of
DefaultBeanStore. - DefaultBeanStore(String, BeanStore) - Constructor for class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Creates a new instance of
DefaultBeanStoreand sets the name and the reference to the parent. - DefaultClassLoaderProvider - Class in net.sf.jguiraffe.di.impl
-
A default implementation of the
ClassLoaderProviderinterface. - DefaultClassLoaderProvider() - Constructor for class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Creates a new instance of
DefaultClassLoaderProvider. - DefaultClassLoaderProvider(boolean) - Constructor for class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Creates a new instance of
DefaultClassLoaderProviderand sets the flag whether internal classes should be handled in a special way. - defaultColumn() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Initializes the properties of the
CellConstraintsinstance to be created with default values for a column. - DefaultContainerSelector - Class in net.sf.jguiraffe.gui.builder.components
-
A default implementation of the
ContainerSelectorinterface. - DefaultContainerSelector() - Constructor for class net.sf.jguiraffe.gui.builder.components.DefaultContainerSelector
- DefaultFieldHandler - Class in net.sf.jguiraffe.gui.forms
-
A default implementation of the
FieldHandlerinterface. - DefaultFieldHandler() - Constructor for class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Creates a new instance of
DefaultFieldHandler. - DefaultFieldHandlerFactory - Class in net.sf.jguiraffe.gui.builder.components
-
A default implementation of the
FieldHandlerFactoryinterface. - DefaultFieldHandlerFactory() - Constructor for class net.sf.jguiraffe.gui.builder.components.DefaultFieldHandlerFactory
- DefaultFormValidatorResults - Class in net.sf.jguiraffe.gui.forms
-
Default implementation of the
FormValidatorResultsinterface. - DefaultFormValidatorResults(Map<String, ? extends ValidationResult>) - Constructor for class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Creates a new instance of
DefaultFormValidatorResultsand initializes it with a map holding information about fields and their validation status. - DefaultRadioButtonHandler - Class in net.sf.jguiraffe.gui.builder.components.model
-
A concrete default implementation of a
CompositeComponentHandlerfor a group of radio buttons. - DefaultRadioButtonHandler() - Constructor for class net.sf.jguiraffe.gui.builder.components.model.DefaultRadioButtonHandler
-
Creates a new instance of
DefaultRadioButtonHandler. - defaultRow() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Initializes the properties of the
CellConstraintsinstance to be created with default values for a row. - DefaultTableEditorValidationHandler - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A default implementation of the
TableEditorValidationHandlerinterface. - DefaultTableEditorValidationHandler() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
- DefaultToolTipManager - Class in net.sf.jguiraffe.gui.builder.components
-
A default implementation of the
ToolTipManagerinterface. - DefaultToolTipManager(ComponentBuilderData) - Constructor for class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Creates a new instance of
DefaultToolTipManagerand initializes it with the givenComponentBuilderDataobject. - DefaultTransformerWrapper - Class in net.sf.jguiraffe.gui.forms
-
A default implementation of the
TransformerWrapperinterface. - DefaultTransformerWrapper(Transformer, TransformerContext) - Constructor for class net.sf.jguiraffe.gui.forms.DefaultTransformerWrapper
-
Creates a new instance of
DefaultTransformerWrapperand initializes it. - DefaultValidationMessageHandler - Class in net.sf.jguiraffe.transform
-
A default implementation of the
ValidationMessageHandlerinterface. - DefaultValidationMessageHandler() - Constructor for class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Creates a new instance of
DefaultValidationMessageHandler. - DefaultValidationResult - Class in net.sf.jguiraffe.transform
-
A default implementation of the
ValidationResultinterface. - DefaultValidationResult.Builder - Class in net.sf.jguiraffe.transform
-
A builder class for creating instances of
DefaultValidationResult. - DefaultValidatorWrapper - Class in net.sf.jguiraffe.gui.forms
-
A default implementation of the
ValidatorWrapperinterface. - DefaultValidatorWrapper(Validator, TransformerContext) - Constructor for class net.sf.jguiraffe.gui.forms.DefaultValidatorWrapper
-
Creates a new instance of
DefaultValidatorWrapperand initializes it. - DELETE - net.sf.jguiraffe.gui.builder.event.Keys
-
The delete key.
- Dependency - Interface in net.sf.jguiraffe.di
-
Definition of an interface for describing a dependency to another
in an abstract way.BeanProvider - DependencyProvider - Interface in net.sf.jguiraffe.di
-
Definition of an interface that provides access to dependencies defined by a
BeanProvider. - DependencyTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A base class for tag handler classes that support the definition of a dependency.
- DependencyTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Creates a new instance of
DependencyTag. - DesktopPanelTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific container tag implementation that creates a desktop panel.
- DesktopPanelTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag
- DesktopPanelTag.DragMode - Enum in net.sf.jguiraffe.gui.builder.components.tags
-
Enumeration class that defines the allowed values for the
dragmodeattribute. - DialogCanceledCallback<D> - Interface in net.sf.jguiraffe.gui.dlg
-
A callback interface to notify a client that the user has canceled a standard dialog.
- DialogResultCallback<T,D> - Interface in net.sf.jguiraffe.gui.dlg
-
A callback interface for handling the result of a standard dialog.
- DialogServiceFactory<T> - Interface in net.sf.jguiraffe.gui.dlg
-
A factory interface for the creation of a dialog service.
- DialogTag - Class in net.sf.jguiraffe.gui.builder.window.tags
-
A tag handler class for creating dialogs.
- DialogTag() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.DialogTag
-
Creates a new instance of
DialogTag. - DIBuilderData - Class in net.sf.jguiraffe.gui.builder.di
-
A data class for maintaining all information required for a DI builder operation.
- DIBuilderData() - Constructor for class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Creates a new instance of
DIBuilderData. - DirectoryChooserOptions - Class in net.sf.jguiraffe.gui.dlg.filechooser
-
A class for defining the options of a directory chooser dialog.
- DirectoryChooserOptions(DialogResultCallback<File, ?>) - Constructor for class net.sf.jguiraffe.gui.dlg.filechooser.DirectoryChooserOptions
-
Creates a new instance of
DirectoryChooserOptionsand sets the callback to be notified with the dialog result. - DirectoryChooserOptions(DialogResultCallback<File, D>, D) - Constructor for class net.sf.jguiraffe.gui.dlg.filechooser.DirectoryChooserOptions
-
Creates a new instance of
DirectoryChooserOptionsand sets the callback to be notified with the dialog result and an additional data object to be passed to the callback. - disableCallBacks() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Disables the call back mechanism.
- DITagLibrary - Class in net.sf.jguiraffe.gui.builder.di.tags
-
The tag library for the tags of the dependency injection framework.
- DITagLibrary() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.DITagLibrary
-
Creates a new instance of
DITagLibraryand registers the supported tags. - DLU - net.sf.jguiraffe.gui.layout.Unit
-
The unit dlu.
- doCreateBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Creates a new bean instance.
- doShortEvaluation(TransformerContext) - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Checks whether short evaluation should be performed by the
isValid()method. - doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
The main method of this tag class.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Executes this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
The main method of this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
The main method of this tag handler class.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Executes this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
-
The main method if this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ElementTag
-
Executes this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryKeyTag
-
Executes this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Executes this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
-
The main method of this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
The main method of this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTargetTag
-
This implementation determines the parent tag which must be of type
MethodInvocationTag. - doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.NullTag
-
Executes this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
The main method of this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
This implementation contains the actual logic of this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
-
The main method of this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ShutdownHandlerTag
-
Executes this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueTag
-
Executes this tag.
- DoubleTransformer - Class in net.sf.jguiraffe.transform
-
A specialized number transformer implementation that deals with numbers of type
java.lang.Double. - DoubleTransformer() - Constructor for class net.sf.jguiraffe.transform.DoubleTransformer
- DOWN - net.sf.jguiraffe.gui.builder.event.Keys
-
The down arrow key.
- DummyBindingStrategy - Class in net.sf.jguiraffe.gui.forms.bind
-
A dummy implementation of the
BindingStrategyinterface. - DummyTransformer - Class in net.sf.jguiraffe.transform
-
This class provides dummy implementations for the
Transformerand theValidatorinterfaces. - DummyTransformer() - Constructor for class net.sf.jguiraffe.transform.DummyTransformer
- DummyWrapper - Enum in net.sf.jguiraffe.gui.forms
-
A dummy implementation of the
TransformerWrapperand theValidatorWrapperinterfaces.
E
- EAST - Static variable in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Constant for the layout constraints East.
- EditableComboBoxModel - Interface in net.sf.jguiraffe.gui.builder.components.model
-
Definition of a specialized
ListModelextension interface to be used by editable combo boxes. - elementChanged(FormChangeEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormChangeListener
-
This method gets called when a change events occurs.
- ElementEnabler - Interface in net.sf.jguiraffe.gui.builder.enablers
-
Definition of an interface to be implemented by components that can change the enabled state of specific elements.
- ElementTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler class that allows adding elements to collections.
- ElementTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ElementTag
- enableActions(Collection<FormAction>, boolean) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionHelper
-
Sets the enabled flag for all actions in the specified collection.
- enableCallBacks() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Enables the call back mechanism.
- enableGroup(String, boolean) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Sets the enabled flag for all actions in the specified group.
- enableGroup(ComponentBuilderData, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Changes the enabled state of this
ComponentGroup. - EnablerBuilder - Class in net.sf.jguiraffe.gui.builder.enablers
-
A helper class for the convenient creation of standard
ElementEnablerobjects. - EnablerBuilder() - Constructor for class net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
- EnablerConverter - Class in net.sf.jguiraffe.gui.builder.enablers
-
A specialized converter implementation for
ElementEnablerobjects. - EnablerConverter() - Constructor for class net.sf.jguiraffe.gui.builder.enablers.EnablerConverter
- END - net.sf.jguiraffe.gui.builder.event.Keys
-
The end key.
- END - net.sf.jguiraffe.gui.layout.CellAlignment
-
The alignment end.
- ENTER - net.sf.jguiraffe.gui.builder.event.Keys
-
The enter key.
- EntryKeyTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler class for defining the key of an
.EntryTag - EntryKeyTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.EntryKeyTag
- EntryTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler implementation for populating a map.
- EntryTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Creates a new instance of
EntryTag. - EnumConverter - Class in net.sf.jguiraffe.di
-
A specialized
Converterimplementation dealing with all types of enumeration classes. - equals(Object) - Method in class net.sf.jguiraffe.di.impl.ClassDependency
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Tests the passed in object for equality.
- equals(Object) - Method in class net.sf.jguiraffe.di.impl.NameDependency
-
Tests whether this object equals another one.
- equals(Object) - Method in class net.sf.jguiraffe.gui.app.TextResource
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.components.Color
-
Tests if a passed in object equals this object.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
-
This base implementation tests the handler and name properties.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Tests whether two objects are equal.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.event.FormActionEvent
-
This base implementation tests the handler and name properties.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.event.FormEvent
-
This base implementation tests the handler and name properties.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.event.FormFocusEvent
-
This base implementation tests the handler and name properties.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
This base implementation tests the handler and name properties.
- equals(Object) - Method in class net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
-
Two instances of this class are considered equals if all of their properties are equal.
- equals(Object) - Method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.gui.layout.CellConstraints
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.gui.layout.CellGroup
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Compares two objects.
- equals(Object) - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.locators.ByteArrayLocator
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.locators.FileLocator
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.locators.URLLocator
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.resources.Message
-
Tests if this message equals another object.
- equals(Object) - Method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Compares this object to another one.
- ERR_DATE_AFTER - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered date must be after a reference date.
- ERR_DATE_AFTER_EQUAL - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered date must be after or equal a reference date.
- ERR_DATE_BEFORE - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered date must be before a reference date.
- ERR_DATE_BEFORE_EQUAL - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered date must be before or equal a reference date.
- ERR_FIELD_REQUIRED - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
This is a mandatory field.
- ERR_INVALID_DATE - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered string is no valid date.
- ERR_INVALID_NUMBER - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered string is not a valid number.
- ERR_INVALID_TIME - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered string is no valid time.
- ERR_MESSAGE_CAPTION - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The default caption of a message box for displaying validation messages.
- ERR_NUMBER_INTERVAL - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered number must be in a specified interval.
- ERR_NUMBER_OUT_OF_RANGE - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered number is too small or too big for the supported value range.
- ERR_NUMBER_TOO_BIG - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered number is too big.
- ERR_NUMBER_TOO_SMALL - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered number is too small.
- ERR_PATTERN - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The input does not match the specified pattern.
- ERR_TIME_AFTER - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered time must be after a reference date.
- ERR_TIME_AFTER_EQUAL - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered time must be after or equal a reference date.
- ERR_TIME_BEFORE - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered time must be before a reference date.
- ERR_TIME_BEFORE_EQUAL - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered time must be before or equal a reference date.
- ERROR - net.sf.jguiraffe.transform.ValidationMessageLevel
-
The validation message level ERROR.
- errorResult(String, TransformerContext, Object...) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Creates a validation result if an error occurred.
- errorResult(String, TransformerContext, Object...) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Creates a validation result if an error occurred.
- errorResult(String, TransformerContext, Object...) - Method in class net.sf.jguiraffe.transform.TimeTransformer
-
Returns a validation result object with an error message.
- ESCAPE - net.sf.jguiraffe.gui.builder.event.Keys
-
The escape key.
- EventFilter - Interface in net.sf.jguiraffe.gui.builder.event.filter
-
Definition of an interface for filtering events.
- EventFilterTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specialized tag handler class for creating event filters.
- EventFilterTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.EventFilterTag
-
Creates a new instance of
EventFilterTag. - EventFilterTag(Class<?>, Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.EventFilterTag
-
Creates a new instance of
EventFilterTagand sets the default class and the base class. - EventListenerTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A base class for event listener tags.
- EventListenerTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Creates a new instance of
EventListenerTag. - EventListenerTypeTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specialized tag handler implementation that allows adding another event listener type to a
FormEventListenerTag. - EventListenerTypeTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
- EventRegistrationTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A tag handler class for registering an event listener at a single or multiple components.
- EventRegistrationTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.EventRegistrationTag
-
Creates a new instance of
EventRegistrationTag. - execute() - Method in class net.sf.jguiraffe.gui.app.OpenWindowCommand
-
Executes this command.
- execute() - Method in interface net.sf.jguiraffe.gui.cmd.Command
-
Executes this command.
- execute() - Method in class net.sf.jguiraffe.gui.cmd.CommandWrapper
-
Executes this command.
- execute(BuilderEvent) - Method in interface net.sf.jguiraffe.gui.builder.action.FormAction
-
Executes this action.
- execute(Command) - Method in class net.sf.jguiraffe.gui.app.Application
-
Executes the given command.
- execute(Command) - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Adds a new
Commandobject to this queue. - execute(Command) - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Executes the specified command object.
- executeScript(Locator, JellyContext, MutableBeanStore, ClassLoaderProvider, InvocationHelper) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Executes the specified script on the given Jelly context.
- EXIT_ACTION_MNEMO - net.sf.jguiraffe.gui.app.ApplicationResources.Keys
-
The standard mnemonic for the exit action.
- EXIT_ACTION_TEXT - net.sf.jguiraffe.gui.app.ApplicationResources.Keys
-
The standard text for the exit action.
- EXIT_ACTION_TOOLTIP - net.sf.jguiraffe.gui.app.ApplicationResources.Keys
-
The standard tool tip for the exit action.
- EXIT_PROMPT_MSG - net.sf.jguiraffe.gui.app.ApplicationResources.Keys
-
The message of the application exit prompt dialog.
- EXIT_PROMPT_TIT - net.sf.jguiraffe.gui.app.ApplicationResources.Keys
-
The title of the application exit prompt dialog.
- exitApplication(int) - Method in class net.sf.jguiraffe.gui.app.Application
-
Terminates this application.
- expand(TreeNodePath) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Expands the node specified by the given path.
- expansionStateChanged(TreeExpansionEvent) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeExpansionListener
-
The expansion state of a node has changed.
- EXT_ALL_FILES - Static variable in class net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
-
Constant for a special extension with the meaning that all files should be matched.
F
- F1 - net.sf.jguiraffe.gui.builder.event.Keys
-
The function key F1.
- F10 - net.sf.jguiraffe.gui.builder.event.Keys
-
The function key F10.
- F11 - net.sf.jguiraffe.gui.builder.event.Keys
-
The function key F11.
- F12 - net.sf.jguiraffe.gui.builder.event.Keys
-
The function key F12.
- F13 - net.sf.jguiraffe.gui.builder.event.Keys
-
The function key F13.
- F14 - net.sf.jguiraffe.gui.builder.event.Keys
-
The function key F14.
- F15 - net.sf.jguiraffe.gui.builder.event.Keys
-
The function key F15.
- F16 - net.sf.jguiraffe.gui.builder.event.Keys
-
The function key F16.
- F2 - net.sf.jguiraffe.gui.builder.event.Keys
-
The function key F2.
- F3 - net.sf.jguiraffe.gui.builder.event.Keys
-
The function key F3.
- F4 - net.sf.jguiraffe.gui.builder.event.Keys
-
The function key F4.
- F5 - net.sf.jguiraffe.gui.builder.event.Keys
-
The function key F5.
- F6 - net.sf.jguiraffe.gui.builder.event.Keys
-
The function key F6.
- F7 - net.sf.jguiraffe.gui.builder.event.Keys
-
The function key F7.
- F8 - net.sf.jguiraffe.gui.builder.event.Keys
-
The function key F8.
- F9 - net.sf.jguiraffe.gui.builder.event.Keys
-
The function key F9.
- FactoryBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A specialized life-cycle supporting
implementation for creating new bean instances on each invocation.BeanProvider - FactoryBeanProvider(BeanProvider) - Constructor for class net.sf.jguiraffe.di.impl.providers.FactoryBeanProvider
-
Creates a new instance of
FactoryBeanProviderand initializes it with the bean provider for creating a bean instance. - FactoryBeanProvider(BeanProvider, Invokable) - Constructor for class net.sf.jguiraffe.di.impl.providers.FactoryBeanProvider
-
Creates a new instance of
FactoryBeanProviderand initializes it with the bean provider for creating a bean instance and the invocation object for performing initialization. - FactoryTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag for defining a bean factory that is used as creation
BeanProviderfor aBeanTag. - FactoryTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
- fetchAction() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Tries to obtain the action that is to be invoked by the event listener.
- fetchActionsInGroup(ActionStore, String) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionHelper
-
Returns all actions that belong to the specified group in the given
ActionStore. - fetchAllActionsInGroup(ActionStore, String, boolean) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionHelper
-
Returns all actions that belong to the specified group in the given
ActionStoreor one of its parents. - fetchAttributesMap() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Obtains the map with the font's attributes.
- fetchBean() - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Obtains the bean for this tag.
- fetchBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns the bean instance created by this provider.
- fetchBeanContext() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Returns the
BeanContextto use and checks whether it is defined. - fetchBindingStrategy() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Obtains the
BindingStrategyfor a builder operation. - fetchClassLoaderProvider(ClassLoaderProvider) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Returns a
ClassLoaderProvider. - fetchCommand() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Obtains the command object to be executed.
- fetchComponentHandler() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the associated component manager.
- fetchConfigURL() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the URL to the configuration file.
- fetchConversionHelper(BeanStore, boolean) - Static method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
A convenience method for retrieving a
ConversionHelperobject from a hierarchy of bean stores. - fetchDisplayName(Form, String) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Determines the display name of the given field.
- fetchEditableComboBoxModel(ListModel) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
-
Obtains a
EditableComboBoxModelobject from the passed inListModel. - fetchFieldData() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Fetches the form field's data directly from the component handler.
- fetchFilter() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Fetches the event filter if one is defined.
- fetchInitializedBeanInstance(Object, DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns the initialized bean instance.
- fetchListenerClasses() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Returns an array with the classes of the event listeners this tag has to support.
- fetchLoader() - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Fetches the resource loader.
- fetchLocator() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Fetches the locator for the icon.
- fetchMenuBar(String) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Tries to obtain the menu bar with the given name.
- fetchMessageOutput() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the current
MessageOutputobject. - fetchPlatformAdapter() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns a reference to the associated platform adapter.
- fetchProperty(Configuration, String, Double) - Method in class net.sf.jguiraffe.transform.DoubleTransformer
-
Returns a configuration property of type
Double. - fetchProperty(Configuration, String, Float) - Method in class net.sf.jguiraffe.transform.FloatTransformer
-
Fetches a float property from the specified configuration.
- fetchProperty(Configuration, String, Integer) - Method in class net.sf.jguiraffe.transform.IntegerTransformer
-
Fetches a configuration property of type integer.
- fetchProperty(Configuration, String, Long) - Method in class net.sf.jguiraffe.transform.LongTransformer
-
Fetches a long property from the specified configuration.
- fetchProperty(Configuration, String, T) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Fetches a property of the supported type from the specified configuration object.
- fetchResourceValue() - Method in class net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
-
Returns the resource value specified for this tag.
- fetchResults(JellyContext, BuilderData, BeanBuilderResult, Locator) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Fetches all result variables from the context and stores them in the builder parameter object.
- fetchTargetClass(ClassDescData) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Obtains the target class of the converter from the specified
ClassDescDataobject. - fetchValidationMessageBoxCaption() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the caption for a message box for displaying validation error messages.
- fetchValidationMessageFormat() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Obtains the
FormValidationMessageFormatobject to be used. - fetchValue() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Returns the value of this item.
- fetchWindow() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowControllerTag
-
Obtains the window for this controller.
- FieldHandler - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for accessing fields of a form.
- FieldHandlerFactory - Interface in net.sf.jguiraffe.gui.builder.components
-
Definition of an interface for objects that are able to create
objects.FieldHandler - fieldStatusChanged(FormControllerFieldStatusEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
The visited status of a field managed by the
FormControllerhas changed. - fieldStatusChanged(FormControllerFieldStatusEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFieldStatusListener
-
Notifies this event listener that the status of a form field has changed.
- FieldTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific input component tag that allows to make use of custom input components.
- FieldTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.FieldTag
- FieldValidationStatus - Enum in net.sf.jguiraffe.gui.builder.window.ctrl
-
An enumeration class describing the possible validation status values of a form field.
- FileChooserDialogService - Interface in net.sf.jguiraffe.gui.dlg.filechooser
-
An interface for a service that allows the creation of standard dialogs for choosing files and directories.
- FileChooserOptions - Class in net.sf.jguiraffe.gui.dlg.filechooser
-
A class for defining the options of a file chooser dialog.
- FileChooserOptions(DialogResultCallback<File, ?>) - Constructor for class net.sf.jguiraffe.gui.dlg.filechooser.FileChooserOptions
-
Creates a new instance of
FileChooserOptionsand sets the callback to be notified with the dialog result. - FileChooserOptions(DialogResultCallback<File, D>, D) - Constructor for class net.sf.jguiraffe.gui.dlg.filechooser.FileChooserOptions
-
Creates a new instance of
FileChooserOptionsand sets the callback to be notified with the dialog result and an additional data object to be passed to the callback. - FileExtensionFilter - Class in net.sf.jguiraffe.gui.dlg.filechooser
-
A class representing an extension filter that can be used together with the file chooser service.
- FileExtensionFilter(TextResource, String...) - Constructor for class net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
-
Creates a new instance of
FileExtensionFilterand sets the resource for a description and the single file extensions to be matched by this filter. - FileExtensionFilter(TextResource, List<String>) - Constructor for class net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
-
Creates a new instance of
FileExtensionFilterand sets the resource for a description and a collection with the file extensions to be matched by this filter. - FileLocator - Class in net.sf.jguiraffe.locators
-
A concrete
Locatorclass that represents files. - fileURL(File) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Returns the URL for the given file.
- findBeanDefinitions(Configuration) - Method in class net.sf.jguiraffe.gui.app.Application
-
Deprecated.This method is replaced by
Application.findBeanDefinitions(Configuration, BeanContext). It is still called during application initialization to keep backwards compatibility, but this base implementation simply returns an empty collection. - findBeanDefinitions(Configuration, BeanContext) - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns a collection with additional bean definition files to process.
- findComponent(String) - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Returns the component with the given name.
- findComponent(String) - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Searches the component with the specified name.
- findComponentHandler(String) - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Returns the component handler with the given name.
- findComponentHandler(String) - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Searches the component handler with the specified name.
- findConstructors(Class<T>, Class<?>[], boolean) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Finds all constructors matching the specified search criteria.
- findContainer() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Tries to determine the container to which this component should be added.
- findFieldHandler(String) - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Returns the field handler with the given name.
- findFieldHandler(String) - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Searches the field handler with the specified name.
- findMethods(Class<?>, String, Class<?>[], boolean) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Finds all methods matching the given search criteria.
- findOrientation(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.Orientation
-
Tries to match the given string value with an
Orientationinstance. - findParentContainer() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Tries to find the action container for the parent menu.
- findParentMenu() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Tries to find the parent menu to which this menu has to be added.
- findUniqueConstructor(Class<T>, Class<?>[], Object[]) - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Tries to match a single constructor of the specified target class given the parameter types and the call arguments.
- findUniqueMethod(Class<?>, String, Class<?>[], Object[]) - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Determines the method to be called given the name, the parameter types, and the arguments.
- fireCanShutdown() - Method in class net.sf.jguiraffe.gui.app.Application
-
Calls the
canShutdown()method on all registered shutdown listeners. - fireEvent(FormEvent, FormListenerType) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Sends the specified event to all registered listeners.
- fireFieldStatusEvent(String) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Notifies all registered field status listeners about a change in the status of a field.
- fireFormEvent() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Notifies all registered form listeners that the form has been closed.
- fireQueueEvent(Command, CommandQueueEvent.Type) - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Notifies all registered listeners about a change in the state of this queue.
- fireShutdown() - Method in class net.sf.jguiraffe.gui.app.Application
-
Notifies all registered shutdown listeners about the shutdown of this application.
- fireValidationEvent(FormValidatorResults) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Notifies all registered validation listeners about a validation operation.
- FLOAT - net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
-
The column class Float.
- FloatTransformer - Class in net.sf.jguiraffe.transform
-
A specialized number transformer implementation that deals with numbers of type
java.lang.Float. - FloatTransformer() - Constructor for class net.sf.jguiraffe.transform.FloatTransformer
- flushCache() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Clears all cached values.
- FOCUS - net.sf.jguiraffe.gui.builder.event.FormListenerType
-
The listener type Focus.
- FOCUS_GAINED - net.sf.jguiraffe.gui.builder.event.FormFocusEvent.Type
-
A component gained focus.
- FOCUS_LOST - net.sf.jguiraffe.gui.builder.event.FormFocusEvent.Type
-
A component lost focus.
- focusGained(FormFocusEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormFocusListener
-
This method gets called when a component this listener is registered at gaines focus.
- focusGained(FormFocusEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
A component of the associated window was given the focus.
- focusGained(FormFocusEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerFocus
-
Notifies this object that an input component gained focus.
- FocusListenerTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specific form event listener tag implementation that deals with focus listeners.
- FocusListenerTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.FocusListenerTag
-
Creates a new instance of
FocusListenerTag. - focusLost(FormFocusEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormFocusListener
-
This method gets called when a component this listener is registered at loses focus.
- focusLost(FormFocusEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
A component of the associated window lost the focus.
- focusLost(FormFocusEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerFocus
-
Notifies this object that an input component lost focus.
- FontTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specialized tag handler class for creating fonts.
- FontTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.FontTag
- Form - Class in net.sf.jguiraffe.gui.forms
-
This class represents a form.
- Form(TransformerContext, BindingStrategy) - Constructor for class net.sf.jguiraffe.gui.forms.Form
-
Creates a new instance of
Formand initializes it with all required helper objects. - FORM_CANCELED - net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent.Type
-
Indicates that the form was canceled.
- FORM_COMMITTED - net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent.Type
-
Indicates that the form was committed.
- FormAction - Interface in net.sf.jguiraffe.gui.builder.action
-
An interface describing an action.
- FormActionEvent - Class in net.sf.jguiraffe.gui.builder.event
-
A specific event class for dealing with action events.
- FormActionEvent(Object, ComponentHandler<?>, String, String) - Constructor for class net.sf.jguiraffe.gui.builder.event.FormActionEvent
-
Creates a new instance of
FormActionEventand initializes it. - FormActionException - Exception in net.sf.jguiraffe.gui.builder.action
-
An exception class indicating a problem with the form action framework.
- FormActionException(String) - Constructor for exception net.sf.jguiraffe.gui.builder.action.FormActionException
-
Creates a new instance of
FormActionExceptionand sets the error message. - FormActionException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.action.FormActionException
-
Creates a new instance of
FormActionExceptionand sets both the error message and the root cause. - FormActionException(Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.action.FormActionException
-
Creates a new instance of
FormActionExceptionand sets the root cause. - FormActionListener - Interface in net.sf.jguiraffe.gui.builder.event
-
Definition of an interface for action listeners.
- format(FormValidatorResults, Form) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
The main formatting method.
- formatField(FormValidatorResults, Form, String) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Transforms all validation messages found in the passed
FormValidatorResultsobject for the given field name into a text according to the values of the current templates. - FormBaseTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A base class for tags of the form builder framework.
- FormBaseTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
- FormBuilderException - Exception in net.sf.jguiraffe.gui.builder.components
-
An exception class for reporting errors of the form builder framework.
- FormBuilderException(String) - Constructor for exception net.sf.jguiraffe.gui.builder.components.FormBuilderException
-
Creates a new instance of
FormBuilderExceptionand sets the error message. - FormBuilderException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.components.FormBuilderException
-
Creates a new instance of
FormBuilderExceptionand sets the error message and the root cause. - FormBuilderException(Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.components.FormBuilderException
-
Creates a new instance of
FormBuilderExceptionand sets the root cause of the exception. - FormBuilderRuntimeException - Exception in net.sf.jguiraffe.gui.builder.components
-
An exception class for reporting runtime errors of the form builder framework.
- FormBuilderRuntimeException(String) - Constructor for exception net.sf.jguiraffe.gui.builder.components.FormBuilderRuntimeException
-
Creates a new instance of
FormBuilderRuntimeExceptionand initializes it with an error message. - FormBuilderRuntimeException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.components.FormBuilderRuntimeException
-
Creates a new instance of
FormBuilderRuntimeExceptionand initializes it with an error message and a root cause, - FormBuilderRuntimeException(Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.components.FormBuilderRuntimeException
-
Creates a new instance of
FormBuilderRuntimeExceptionand initializes it with a root cause. - FormBuilderTagLibrary - Class in net.sf.jguiraffe.gui.builder.components.tags
-
The tag library for the form builder tags.
- FormBuilderTagLibrary() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.FormBuilderTagLibrary
-
Creates a new instance of
FormBuilderTagLibraryand registers the tags. - FormChangeEvent - Class in net.sf.jguiraffe.gui.builder.event
-
A specific event class for change events.
- FormChangeEvent(Object, ComponentHandler<?>, String) - Constructor for class net.sf.jguiraffe.gui.builder.event.FormChangeEvent
-
Creates a new instance of
FormChangeEventand initializes it. - FormChangeListener - Interface in net.sf.jguiraffe.gui.builder.event
-
Definition of an interface for change listeners.
- formClosed(FormControllerFormEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormListener
-
Notifies this listener that the form associated with the monitored
FormControllerwas closed. - formContextClosed(Form, Object) - Method in interface net.sf.jguiraffe.gui.builder.components.FormContextListener
-
Notifies this object that the current form context was closed.
- formContextCreated(Form, Object) - Method in interface net.sf.jguiraffe.gui.builder.components.FormContextListener
-
Notifies this object that a new form context was created.
- FormContextListener - Interface in net.sf.jguiraffe.gui.builder.components
-
An event listener interface to be implemented by components that are interested in the creation of new form contexts during a builder operation.
- FormController - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
A base class for form controllers.
- FormController() - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Creates a new instance of
FormController. - FormControllerEvent - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
A base class for events generated by
FormController. - FormControllerEvent(FormController) - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerEvent
-
Creates a new instance of
FormControllerEventand initializes it with theFormControllerwhich is the source of this event. - FormControllerFieldStatusEvent - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
A specialized
FormControllerEventclass that is generated whenever a form field changes its visited status. - FormControllerFieldStatusEvent(FormController, String) - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFieldStatusEvent
-
Creates a new instance of
FormControllerFieldStatusEventand initializes it with theFormControllerthat is the source of this event and the name of the field affected by this event. - FormControllerFieldStatusListener - Interface in net.sf.jguiraffe.gui.builder.window.ctrl
-
A specialized event listener interface to be implemented by objects that are interested in status updates of form fields.
- FormControllerFormEvent - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
A specialized
FormControllerEventclass for events related to the form associated with aFormController. - FormControllerFormEvent(FormController, FormControllerFormEvent.Type) - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent
-
Creates a new instance of
FormControllerFormEventand initializes it. - FormControllerFormEvent.Type - Enum in net.sf.jguiraffe.gui.builder.window.ctrl
-
An enumeration class defining the possible types of
FormControllerFormEventevents. - FormControllerFormListener - Interface in net.sf.jguiraffe.gui.builder.window.ctrl
-
An event listener for processing events of type
FormControllerFormEvent. - FormControllerListenerTag - Class in net.sf.jguiraffe.gui.builder.window.tags
-
A specialized tag handler class that can be used to register listeners at a
FormController. - FormControllerListenerTag() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.FormControllerListenerTag
- FormControllerTag - Class in net.sf.jguiraffe.gui.builder.window.tags
-
A specialized tag handler implementation for creating form controllers.
- FormControllerTag() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
-
Creates a new instance of
FormControllerTag. - FormControllerValidationEvent - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
A specialized
FormControllerEventclass that is generated when the controller performs a validation. - FormControllerValidationEvent(FormController, FormValidatorResults) - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerValidationEvent
-
Creates a new instance of
FormControllerValidationEventand initializes it with theFormControllerthat is the source of this event and the results of the validation operation. - FormControllerValidationListener - Interface in net.sf.jguiraffe.gui.builder.window.ctrl
-
Definition of an interface to be implemented by objects that are interested in validation operations performed by a
FormController. - FormEvent - Class in net.sf.jguiraffe.gui.builder.event
-
An event class used in the form and form builder framework to deliver event information related to form elements (controls or input components).
- FormEvent(Object, ComponentHandler<?>, String) - Constructor for class net.sf.jguiraffe.gui.builder.event.FormEvent
-
Creates a new instance of
FormEventand initializes it. - FormEventListener - Interface in net.sf.jguiraffe.gui.builder.event
-
Base interface for listeners for form events.
- FormEventListenerTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A base class for event listener tag handler classes that deal with event listeners for form events.
- FormEventListenerTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.FormEventListenerTag
-
Creates a new instance of
FormEventListenerTag. - FormEventListenerTag(FormListenerType) - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.FormEventListenerTag
-
Creates a new instance of
FormEventListenerTagand sets the event listener type. - FormEventManager - Class in net.sf.jguiraffe.gui.builder.event
-
The main class for event handling in the form framework.
- FormEventManager(PlatformEventManager) - Constructor for class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Creates a new instance of
FormEventManagerand sets the platform specific event manager. - FormFocusEvent - Class in net.sf.jguiraffe.gui.builder.event
-
A specific event class dealing with focus events.
- FormFocusEvent(Object, ComponentHandler<?>, String, FormFocusEvent.Type) - Constructor for class net.sf.jguiraffe.gui.builder.event.FormFocusEvent
-
Creates a new instance of
FormFocusEventand initializes it. - FormFocusEvent.Type - Enum in net.sf.jguiraffe.gui.builder.event
-
An enumeration class defining the different types of focus events.
- FormFocusListener - Interface in net.sf.jguiraffe.gui.builder.event
-
Definition of an interface for focus listeners.
- FormListenerType - Enum in net.sf.jguiraffe.gui.builder.event
-
An enumeration class describing the supported event listener types.
- FormMouseEvent - Class in net.sf.jguiraffe.gui.builder.event
-
A specialized event class for reporting events related to mouse actions.
- FormMouseEvent(Object, ComponentHandler<?>, String, FormMouseEvent.Type, int, int, int, Collection<Modifiers>) - Constructor for class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Creates a new instance of
FormMouseEventand initializes all its properties. - FormMouseEvent.Type - Enum in net.sf.jguiraffe.gui.builder.event
-
An enumeration class defining constants for the possible mouse actions that can trigger a
FormMouseEvent. - FormMouseListener - Interface in net.sf.jguiraffe.gui.builder.event
-
Definition of interface for mouse listeners.
- FormRuntimeException - Exception in net.sf.jguiraffe.gui.forms
-
An exception class for reporting runtime exceptions related to the form framework.
- FormRuntimeException() - Constructor for exception net.sf.jguiraffe.gui.forms.FormRuntimeException
-
Creates a new instance of
FormRuntimeException. - FormRuntimeException(String) - Constructor for exception net.sf.jguiraffe.gui.forms.FormRuntimeException
-
Creates a new instance of
FormRuntimeExceptionand initializes it with an error message. - FormRuntimeException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.forms.FormRuntimeException
-
Creates a new instance of
FormRuntimeExceptionand initializes it with an error message and the root cause. - FormRuntimeException(Throwable) - Constructor for exception net.sf.jguiraffe.gui.forms.FormRuntimeException
-
Creates a new instance of
FormRuntimeExceptionand initializes it with the root cause. - FormValidationMessageFormat - Class in net.sf.jguiraffe.gui.forms
-
A class for converting a
FormValidatorResultsobject to text. - FormValidationMessageFormat() - Constructor for class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Creates a new instance of
FormValidationMessageFormat. - FormValidationTrigger - Interface in net.sf.jguiraffe.gui.builder.window.ctrl
-
Definition of an interface for objects that can trigger the validation of a form.
- FormValidationTriggerFocus - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
A specialized
FormValidationTriggerimplementation that triggers a validation operation whenever the user leaves an input field. - FormValidationTriggerFocus() - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerFocus
- FormValidationTriggerNone - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
A specialized implementation of a
FormValidationTriggerthat does no triggering at all. - FormValidationTriggerNone() - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerNone
- FormValidator - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for objects that can validate forms.
- FormValidatorResults - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for describing results of a form validation.
- FRAME_SECTION - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the frame section in the configuration file.
- FrameTag - Class in net.sf.jguiraffe.gui.builder.window.tags
-
A tag handler class for creating (main) frame windows.
- FrameTag() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.FrameTag
- fromArray(int...) - Static method in class net.sf.jguiraffe.gui.layout.CellGroup
-
Creates a new instance of
CellGroupand initializes it with the indices of the affected cells. - fromBeanContext(BeanContext, String) - Static method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Obtains the
ComponentGroupwith the specified name from the givenBeanContext. - fromContext(JellyContext, String) - Static method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Fetches the group with the given name from the specified jelly context.
- fromResourceID(Object) - Static method in class net.sf.jguiraffe.gui.app.TextResource
-
Creates a new instance of
TextResourcethat represents an application resource with the given ID. - fromString(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag.DragMode
-
Returns the enumeration literal whose name matches the given string.
- fromString(String) - Static method in enum net.sf.jguiraffe.gui.builder.event.FormListenerType
-
Tries to find a
FormListenerTypeconstant that matches the passed in string. - fromString(String) - Static method in enum net.sf.jguiraffe.gui.builder.event.Modifiers
-
Tries to find a
Modifiersconstant for the specified string. - fromString(String) - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Parses a string with the specification of a
CellConstraintsobject and returns a corresponding instance. - fromString(String) - Static method in class net.sf.jguiraffe.gui.layout.CellGroup
-
Creates a new instance of
CellGroupand initializes it from the passed in string. - fromString(String) - Static method in enum net.sf.jguiraffe.gui.layout.Unit
-
Returns the
Unitconstant for the unit with the given short name. - fromText(String) - Static method in class net.sf.jguiraffe.gui.app.TextResource
-
Creates a new instance of
TextResourcethat represents the given plain text. - FULL - net.sf.jguiraffe.gui.layout.CellAlignment
-
The alignment full.
G
- 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
Acceleratorassociated 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
Acceleratorassociated 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
ActionBuilderdata 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
ActionManagerthis 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(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 class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Returns the additional tool tip for the component with the given name.
- 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
ElementEnablerthat 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
ActionStoreor 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
ActionStoreand 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.gui.app.ApplicationShutdownActionTask
-
Returns the central
Applicationobject. - 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
Applicationinstance. - getApplication() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
-
Returns a reference to the
Applicationobject. - 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.gui.builder.components.RadioGroupWidgetHandler
-
Returns the background color of the underlying widget.
- 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() - Method in class net.sf.jguiraffe.di.BeanCreationEvent
-
Returns the newly created bean.
- getBean() - Method in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Returns the bean managed by this provider.
- 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>) - 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>) - 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 interface net.sf.jguiraffe.di.BeanContext
-
Returns the bean with the specified class from the given
BeanStore. - 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(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(String) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the bean with the specified name from the default
BeanStore. - 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) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns the bean with the specified name from the default store.
- 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.
- getBean(String, BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the bean with the specified name from the given
BeanStore. - 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(String, BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns the bean with the specified name from the given bean store.
- getBean(DependencyProvider) - Method in interface net.sf.jguiraffe.di.BeanProvider
-
Returns the bean managed by this provider.
- getBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
-
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(Dependency, BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Obtains the bean from the
BeanProviderspecified by the givenDependency. - getBeanBuilder() - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilderFactory
-
Returns a
BeanBuilderobject 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
BeanBuilderFactoryfor 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
BeanContextthat 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
BeanContextmanaged by this instance. - getBeanCreationListeners() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns a collection with
BeanCreationListenerobjects to be registered at theBeanContextcreated by the builder. - getBeanCreationListeners() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a collection with objects to be registered as
BeanCreationListenerat theBeanContextcreated during the builder operation. - getBeanCreator() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns the
BeanProviderthat is responsible for creating a new bean instance. - getBeanCreator() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the
BeanProviderthat will be used for creating the managed bean. - getBeanInitializer() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns the
Invokableobject responsible for initializing the newly created bean. - getBeanProvider() - Method in class net.sf.jguiraffe.di.BeanCreationEvent
-
Returns the
BeanProviderthat created the new bean. - getBeanProvider(String) - Method in interface net.sf.jguiraffe.di.BeanStore
-
Returns the
BeanProviderthat 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
BeanProviderwith the given name. - getBeanProvider(String) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Returns the
BeanProviderwith the specified name. - getBeanProvider(String) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Returns a
BeanProviderfor the bean with the given name. - getBeanProvider(String) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
-
Returns a
BeanProviderfor accessing the bean with the given name. - getBeanStore(String) - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilderResult
-
Returns the
BeanStorewith the given name. - getBeanStore(String) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Returns the
BeanStorewith 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
ElementEnablerthat is invoked before the execution of this task. - getBindingStrategy() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the
BindingStrategyused by the current form. - getBindingStrategy() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the
BindingStrategyto be used by the form. - getBindingStrategy() - Method in class net.sf.jguiraffe.gui.forms.Form
-
Returns the
BindingStrategyused 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
Builderinstance that processed this object. - getBuilder() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a reference to the
Builderobject 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() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Returns the current
object for this builder operation.ComponentBuilderData - getBuilderData() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the current
BuilderDataobject. - getBuilderData(JellyContext) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Returns the current
ComponentBuilderDataobject from the context. - 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.
- 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.
- 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.
- getButtonLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Returns the newly created button layout object.
- getCancelButtonName() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the name of the cancel button set for the current window.
- getCancelCommand() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the command to be executed when the form is canceled.
- getCancelInvoker() - Method in class net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
-
Returns a
Runnablethat invokes the canceled callback assigned to this options instance. - 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
Dependencyfor a local variable that is used during the execution of aChainedInvocation. - getChildEnablers() - Method in class net.sf.jguiraffe.gui.builder.enablers.ChainElementEnabler
-
Returns a collection of the
ElementEnablerobjects maintained by thisChainElementEnabler. - 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
ComponentHandlers that have been added to thisCompositeComponentHandler. - 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
BeanStorewith the given index. - getChildValidator(int) - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Returns the child validator at the given index.
- 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.
- 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.
- 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
ClassLoaderProviderused by this context. - getClassLoaderProvider() - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the
ClassLoaderProviderused by this context. - getClassLoaderProvider() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns the
ClassLoaderProviderused 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
ClassLoaderProviderto 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
-
Returns the
ClassLoaderProviderthat was used by the builder during script processing. - getClassLoaderProvider() - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Returns the
ClassLoaderProviderto be used. - getClassLoaderProvider() - Method in class net.sf.jguiraffe.locators.LocatorConverter
-
Returns the
ClassLoaderProviderused by this converter. - getClassLoaderProvider() - Method in class net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
-
Returns the
ClassLoaderProviderused 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
Colorobject. - 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
Colorinstance is based on. - 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.
- getColumn(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the tag for the column with the given index.
- 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.
- 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.
- 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
NumberWithUnitobject. - 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
TableColumnWidthControllerfor the represented table. - getColumnWidthController() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the
TableColumnWidthControllerfor 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
Commandobject 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
CommandQueueobject. - getCommandQueue() - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueEvent
-
Returns the
CommandQueuethat caused this event. - getComponent() - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns the component this handler is associated with.
- 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) - Method in interface net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
-
Returns the component with the given index.
- getComponent(int, int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the component at the specified position of this layout.
- getComponent(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the component with the given name from the currently active
ComponentStore. - 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
ComponentBuilderDataobject. - getComponentBuilderData() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the current
ComponentBuilderDataobject. - getComponentBuilderData() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the current
ComponentBuilderDataobject. - 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.
- getComponentHandler() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the component handler that was created by this tag.
- 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
ComponentHandlerused by thisFieldHandler. - 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(String) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Returns the component handler with the given name.
- 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
ComponentHandlerobjects 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() - 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.
- getComponents(ComponentBuilderData) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Returns a map with all components this group refers to.
- 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() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Returns the
AccessibleCompositeimplementation used by this container tag. - getComposite(Composite) - Method in interface net.sf.jguiraffe.gui.builder.components.ContainerSelector
-
Returns the
Compositeto be used for the specified tag implementing theCompositeinterface. - getComposite(Composite) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultContainerSelector
-
Returns the
Compositeto be used for the specified tag implementing theCompositeinterface. - 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
HierarchicalConfigurationassociated with this object. - 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.
- getConstraintsBuilder() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the builder instance for creating
CellConstraintsobjects. - getConstraintsBuilder(JellyContext, String, CellAlignment) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
-
Returns the
CellConstraints.Builderfor creatingCellConstraintsobjects with the given name. - 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
ContainerSelectorused by this object. - getContext() - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Returns the current
JellyContextthis 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
TransformerContextto 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.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
ConversionHelperobject for performing type conversions on the beans contained in thisBeanStore. - getConversionHelper() - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns the
ConversionHelperassociated with this instance. - getConversionHelper() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Returns the
ConversionHelperassociated with this object. - getConversionHelper() - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Returns the
ConversionHelperassociated with this instance. - getConversionHelper() - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Returns the
ConversionHelperinstance associated with this object. - getConversionHelper() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
-
Returns the
ConversionHelperused by this bean store. - getConvertBean() - Method in class net.sf.jguiraffe.di.ConversionHelper
-
Returns the helper object for type conversions.
- getCurrentFile() - Method in class net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
-
Returns the current file to be selected initially.
- getCurrentFilter() - Method in class net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
-
Returns the current filter.
- getCurrentFilterIndex() - Method in class net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
-
Returns the index of the current filter when the dialog is opened.
- 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.
- 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.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
CellAlignmentused 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
Dependencydefined by this tag. - getDependencyProvider() - Method in class net.sf.jguiraffe.di.BeanCreationEvent
-
Returns the
DependencyProviderinvolved 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.
- getDescription() - Method in class net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
-
Returns the
TextResourcefor the filter description. - 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.
- 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 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.
- 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.
- 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.
- getEventManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the
FormEventManagerused by this builder operation. - 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
ExecutorServiceused 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.
- getExtensions() - Method in class net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
-
Returns a (unmodifiable) list with the file extensions assigned to this filter.
- 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
FieldHandlerobject 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
ComponentStoreobject. - 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
FormControllerFieldStatusListenerobjects registered at thisFormController. - 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.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.
- getFileName() - Method in class net.sf.jguiraffe.locators.FileLocator
-
Returns the name of the represented file.
- 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.
- getFilters() - Method in class net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
-
Returns a (unmodifiable) list with predefined file filters.
- getFirstComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Returns the first component of the splitter.
- 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.RadioGroupWidgetHandler
-
Returns the font of this widget.
- 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.
- 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.gui.builder.components.RadioGroupWidgetHandler
-
Returns the foreground color of the underlying widget.
- 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
Formobject. - 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
FormControllerwhich 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
FormControllerFormListenerobjects registered at thisFormController. - getFormValidator() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the
FormValidatorfor validating the current form. - getFormValidator() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the
FormValidatorfor validating theFormobject. - 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
FormValidatorfor 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
GUISynchronizerobject 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
GUISynchronizerthat 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
Runnableobject 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.
- getHeaderText() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns a
TextDataobject 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.
- 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
StaticTextDataobjects. - 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.
- 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.
- 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
ifNameattribute. - 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.
- getIndices() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Returns the indices of the cells of this group as string.
- 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.
- getInitialDirectory() - Method in class net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
-
Returns the initial directory for the file chooser dialog.
- getInitialDirectory() - Method in class net.sf.jguiraffe.gui.dlg.filechooser.DirectoryChooserOptions
-
Returns the initial directory for the directory chooser dialog.
- getInitializerScript() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the
ChainedInvocationfor 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() - Static method in class net.sf.jguiraffe.transform.DummyTransformer
-
Returns the singleton instance of this class.
- getInstance(byte[]) - Static method in class net.sf.jguiraffe.locators.ByteArrayLocator
-
Creates an instance of
ByteArrayLocatorthat is initialized with the specified data. - getInstance(File) - Static method in class net.sf.jguiraffe.locators.FileLocator
-
Returns a
FileLocatorinstance for the specified file. - getInstance(Character, Set<Modifiers>) - Static method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns an
Acceleratorfor the specified printable key and the (optional) modifiers. - getInstance(Class<?>) - Static method in class net.sf.jguiraffe.di.impl.ClassDependency
-
Returns a
ClassDependencyinstance for the specified class. - getInstance(Class<?>) - Static method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns an instance for the specified class.
- 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(Integer, Set<Modifiers>) - Static method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns an
Acceleratorfor the specified platform-specific key code and the (optional) modifiers. - 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(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(String) - Static method in class net.sf.jguiraffe.locators.ByteArrayLocator
-
Creates an instance of
ByteArrayLocatorthat is initialized with the data of the specified string. - getInstance(String) - Static method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Returns a
ClassPathLocatorinstance for the specified resource name. - getInstance(String) - Static method in class net.sf.jguiraffe.locators.FileLocator
-
Returns a
FileLocatorinstance for the specified file name. - getInstance(String) - Static method in class net.sf.jguiraffe.locators.URLLocator
-
Returns a
URLLocatorinstance for the URL specified as string. - getInstance(String, ClassLoader) - Static method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Returns a
ClassPathLocatorinstance which looks up the specified resource name using the given class loader. - 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(URL) - Static method in class net.sf.jguiraffe.locators.URLLocator
-
Returns a
URLLocatorinstance for the specified URL. - getInstance(BeanContext) - Static method in class net.sf.jguiraffe.gui.app.Application
-
Obtains the central
Applicationinstance from the specifiedBeanContext. - getInstance(ClassDescription) - Static method in class net.sf.jguiraffe.di.impl.ClassDependency
-
Returns a
ClassDependencyinstance for the specifiedClassDescription. - getInstance(Keys, Set<Modifiers>) - Static method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns an
Acceleratorfor the specified special key and the (optional) modifiers. - 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
ConstructorInvocationobject that determines the constructor to be invoked. - getInvocation() - Method in class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Returns the
MethodInvocationfor the method to be invoked. - getInvocationHelper() - Method in interface net.sf.jguiraffe.di.DependencyProvider
-
Returns a reference to the current
InvocationHelperobject. - getInvocationHelper() - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Returns the
InvocationHelperobject. - 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
InvocationHelperobject that was used by builder during script processing. - getInvocationHelper() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the
InvocationHelperobject to be used during this builder operation. - getInvocationHelper() - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Returns the current
InvocationHelper. - 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
Invokableobjects 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
ClassDescDataobject 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.
- 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.
- 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
ValidationMessageLevelassociated 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.
- getListModel() - Method in interface net.sf.jguiraffe.gui.builder.components.model.ListComponentHandler
-
Returns the
ListModelfor 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
Localeof 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
Locatorto 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
BeanContextthat 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.
- 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.
- 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.
- 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
ValidationMessageLevelfor the validation messages produced by this object. - getMessageOutput() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the
MessageOutputobject. - 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
MessageOutputobject to be used by the builder and dependent objects. - getMessageOutput() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the
MessageOutputobject 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.
- 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.
- 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
TreeModelChangeListenerassociated with this object. - 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
Modifiersrepresenting 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 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.ContextBeanTag
-
Returns the name of the managed bean definition.
- 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 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
ClassDescriptionobject from the internal data or null if no data is defined. - 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.
- 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(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
Orientationif the string value is null. - 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
ClassDescriptionobject 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
Dependencyobjects 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
Dependencyobjects 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
Messageinstance. - 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.
- 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
Patternobject 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.
- 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.
- getPlainText() - Method in class net.sf.jguiraffe.gui.app.TextResource
-
Returns the plain text for this resource.
- 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
Locatorobject 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
Windowobject. - 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.
- 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() - 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.
- getProperty(Object, String) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Returns the value of the specified property from the given bean.
- 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.
- getRadioButtons() - Method in class net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
-
Returns a (unmodifiable) list with the widget handlers of the radio buttons managed by this object.
- 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.
- 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
TeeIconHandlerto be used with this tree. - getResolvedParameters(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Returns an array with the resolved parameters.
- 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(Object) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Convenience method for looking up a resource.
- getResource(Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Convenience method for looking up a resource.
- getResource(Object) - Method in interface net.sf.jguiraffe.resources.ResourceGroup
-
Returns the resource with the specified key.
- 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(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(Locale, Object, Object) - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Returns the specified resource.
- getResource(Locale, Object, Object) - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Returns the resource for the given
Locale, resource group, and key. - getResource(Message) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Convenience method for looking up a resource that is specified as a
Messageobject. - getResource(Message) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Convenience method for looking up a resource that is specified as a
Messageobject. - getResourceGroup() - Method in class net.sf.jguiraffe.resources.Message
-
Returns the resource group.
- getResourceGroup(Locale, Object) - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Returns the specified resource group.
- getResourceGroup(Locale, Object) - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Returns the resource group for the specified
Localewith the given name. - getResourceID() - Method in class net.sf.jguiraffe.gui.app.TextResource
-
Returns the resource ID for this object.
- 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
ResourceLoaderobject. - getResourceLoader() - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Returns the
ResourceLoaderthat 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) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Convenience method for looking up the text of a specified resource.
- getResourceText(Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Convenience method for looking up the text of a specified resource.
- 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(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(Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Convenience method for resolving resources.
- getResourceText(Message) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Convenience method for looking up the text of a resource specified as a
Messageobject. - getResourceText(Message) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Convenience method for looking up the text of a resource specified as a
Messageobject. - getResourceText(JellyContext, Object, Object) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Resolves the specified resource.
- getResult() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Returns the name of the result variable.
- getResultCallback() - Method in class net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
-
Returns the callback to propagate the dialog result.
- 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
ValidationResultobject 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.
- 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.
- 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.
- 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.
- getScreenResolution() - Method in interface net.sf.jguiraffe.gui.layout.UnitSizeHandler
-
Returns the screen resolution in dots per inch (dpi).
- 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.
- 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 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
Colorobject. - 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 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
Colorobject. - getSelectionStart() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Returns the start index of the current selection in the text field.
- getSelf() - Method in class net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
-
Returns a self reference to this object.
- getSelf() - Method in class net.sf.jguiraffe.gui.dlg.filechooser.DirectoryChooserOptions
- getSelf() - Method in class net.sf.jguiraffe.gui.dlg.filechooser.FileChooserOptions
- getSelf() - Method in class net.sf.jguiraffe.gui.dlg.filechooser.MultiFileChooserOptions
- getShutdownHandler() - Method in class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Returns the
Invokableobject 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.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
-
Returns the platform specific
implementation.UnitSizeHandler - getSliderOrientation() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns the
Orientationvalue of the slider. - 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
FieldValidationStatusinstance that corresponds to the givenValidationResultand 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.
- 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
TableFormControllerobject 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.
- 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() - 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.
- getTargetClass(ClassLoaderProvider) - Method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns the target class of this 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
Dependencyof thisMethodInvocation. - 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.
- 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
StaticTextDataobjects. - 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.
- getTipSeparator() - Method in class net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
-
Returns the separator between two combined tool tips.
- 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.
- getTitle() - Method in class net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
-
Returns the title that has been set for the dialog.
- getTitleFont() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Returns the font for the panel's text (the title).
- getTitleResource() - Method in class net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
-
Returns the title resource that has been set for the dialog.
- 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() - Method in class net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
-
Returns the tool tip text of the underlying widget.
- getToolTip() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Returns a tool tip for this register.
- getToolTip() - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Returns the tool tip text of the underlying widget.
- getToolTip(Object) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Queries the standard tool tip for the specified component.
- getToolTip(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Returns the tool tip of 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(String) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Returns the tool tip for the component with the specified name.
- getToolTipData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns a
TextDataobject with information about the tool tip for this component. - getToolTipManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the
ToolTipManagerassociated 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
TransformerContextfor 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
TransformerContextto 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
typeattribute. - 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.gui.builder.components.tags.TreeTag
-
Returns the configuration used as tree 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.
- 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
unlessNameattribute. - 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
URLmanaged 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
FormControllerValidationListenerobjects registered at thisFormController. - 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
ValidationMessageobject 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
FormValidationMessageFormatobject 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
ValidationMessageHandlerassociated 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() - Method in interface net.sf.jguiraffe.transform.ValidationResult
-
Returns a collection with all
ValidationMessageobjects that were created during validation. - getValidationMessages(ValidationMessageLevel) - Method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Returns an unmodifiable collection with the
ValidationMessageobjects with the specifiedValidationMessageLevel. - getValidationMessages(ValidationMessageLevel) - Method in interface net.sf.jguiraffe.transform.ValidationResult
-
Returns a collection with all
ValidationMessageobjects 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
FormValidatorResultsobject 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() - 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.
- 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.
- getValueClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the
ClassDescDataobject for the value class. - getValueClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Returns the
ClassDescDataobject 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 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.ContextBeanTag
-
Returns the name of the variable in the Jelly context that is to be read by this tag.
- 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
BeanProviderfor 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 class net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
- 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
WidgetHandlerfor accessing the component with the given name. - getWidgetHandlerFor(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Returns a
WidgetHandlerfor the specified component. - getWidgetHandlerFor(Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Returns a
WidgetHandlerfor the specified component. - getWidgetHandlerForComponent(Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns a
WidgetHandlerobject 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.
- 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.
- getWindowBuilderData() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the
WindowBuilderDataobject. - 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
WindowClosingStrategyof this window. - getWindowController() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the controller object for this window.
- 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
ActionManagerobject. - getWrappedCommand() - Method in class net.sf.jguiraffe.gui.cmd.CommandWrapper
-
Returns the
Commandobject that is wrapped by this object. - getWrappedComponentManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Returns a reference to the wrapped
ComponentManagerobject. - 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
ElementEnablerwrapped 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.
- 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.
- 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.
- GRAY - net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Default color gray.
- GREEN - net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Default color green.
- 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
GUIRuntimeExceptionand sets the error message. - GUIRuntimeException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.utils.GUIRuntimeException
-
Creates a new instance of
GUIRuntimeExceptionand 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
GUIRuntimeExceptionand 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.
H
- handleGroups() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Handles the assignment of this component to component groups.
- handleInputComponentTag(InputComponentTag, Transformer) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerTag
-
Initializes the passed in input component tag with a transformer.
- handleInputComponentTag(InputComponentTag, T) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
-
Passes the bean to the given
InputComponentTag. - handleInputComponentTag(InputComponentTag, T) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag
-
Processes the specified input component tag.
- handleMultiSpans(int[], CellConstraints[], List<PercentLayoutBase.CellData>, Object, boolean, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Checks the sizes of components that span multiple cells.
- handleOtherParent(Tag, T) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
-
Processes the parent tag.
- handleOtherParent(Tag, T) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag
-
Processes the parent tag if it is no input component tag.
- hasAction(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Returns a flag whether the specified action is contained in this store or in the parent store.
- hasBean() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns a flag whether a bean instance has already been created.
- hasBeanStore(String) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Returns a flag whether the bean store with the given name is present.
- hasDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Checks whether a dependency is defined by this tag.
- hasEditor(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Checks whether for the specified column a custom editor is specified.
- hashCode() - Method in class net.sf.jguiraffe.di.impl.ClassDependency
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.di.impl.NameDependency
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.app.TextResource
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.components.Color
-
Determines a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.event.FormActionEvent
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.event.FormEvent
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.event.FormFocusEvent
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
- hashCode() - Method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Determines a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.layout.CellGroup
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.locators.ByteArrayLocator
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.locators.FileLocator
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.locators.URLLocator
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.resources.Message
-
Calculates a hash code for this message.
- hashCode() - Method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Returns a hash code for this object.
- hasMessages(ValidationMessageLevel) - Method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Returns a flag whether messages of the specified level are available.
- hasMessages(ValidationMessageLevel) - Method in interface net.sf.jguiraffe.transform.ValidationResult
-
Returns a flag whether this object contains validation messages of the specified level.
- hasRenderer(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Checks whether for the specified column a custom renderer is specified.
- hasSelection() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Returns a flag whether the text component has a non-empty selection.
- HelperInvocations - Enum in net.sf.jguiraffe.di.impl
-
An enumeration class defining some simple helper
Invokableimplementations. - HOME - net.sf.jguiraffe.gui.builder.event.Keys
-
The home key.
- HORIZONTAL - net.sf.jguiraffe.gui.builder.components.Orientation
-
Horizontal orientation.
I
- ICON - net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
-
The column class Icon.
- ICON_BRANCH_COLLAPSED - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Constant for the name of the default icon used for collapsed branch nodes.
- ICON_BRANCH_EXPANDED - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Constant for the name of the default icon used for expanded branch nodes.
- ICON_LEAF - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Constant for the name of the default icon used for leaf nodes.
- IconSupport - Interface in net.sf.jguiraffe.gui.builder.components.tags
-
Definition of an interface for GUI components that support icons.
- IconTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag for adding an icon to a component.
- IconTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.IconTag
- IDENTITY_INVOCATION - net.sf.jguiraffe.di.impl.HelperInvocations
-
An implementation of
Invokablewhich realizes an identity invocation. - IDX_UNDEFINED - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
-
Constant for an undefined index.
- INCH - net.sf.jguiraffe.gui.layout.Unit
-
The unit inch.
- initBean(Object, DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Deprecated.This method is not called any more during bean creation; instead
LifeCycleBeanProvider.fetchInitializedBeanInstance(Object, DependencyProvider)is invoked - initBeans(Configuration) - Method in class net.sf.jguiraffe.gui.app.Application
-
Initializes the application's bean definitions.
- initBeanStore(SimpleBeanStoreImpl) - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Initializes the specified bean store object.
- initBeanStore(SimpleBeanStoreImpl) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Initializes the specified bean store object.
- initBeanStore(SimpleBeanStoreImpl) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Initializes the specified bean store.
- initBuilderBeanContext(BuilderData, JellyContext, InvocationHelper) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Creates the root bean store for the current builder operation and initializes the
BeanContextto be used. - initBuilderData() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns an initialized
ApplicationBuilderDataobject that can be used for calling the GUI builder. - initBuilderData() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns an initialized
ApplicationBuilderDataobject that can be used for calling the GUI builder. - initCell(Object, Object) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Initializes the specified cell in the table-like layout.
- initCells(PercentLayoutPlatformAdapter) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Initializes the percent layout.
- initCells(PercentLayoutPlatformAdapter) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Initializes the whole layout.
- initCells(PercentLayoutPlatformAdapter) - Method in class net.sf.jguiraffe.gui.layout.PercentLayout
-
Performs initialization of this layout.
- initCells(PercentLayoutPlatformAdapter) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Initializes the whole layout.
- initClassLoaderProvider(ClassLoaderProvider) - Method in class net.sf.jguiraffe.gui.app.Application
-
Initializes the global
ClassLoaderProvider. - initColumnConstraints(int, int) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Initializes the column constraints.
- initConstraints(boolean, boolean, boolean, boolean) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Initializes the column and row constraints for the percent layout.
- initDimensions(int, int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Initializes the dimensions of the table that holds the layout.
- initEditFields(Set<String>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Sets the names of the fields used in the specific editor for this column.
- initEditorComponent(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Sets the editor component to be used for this column.
- initFields(Object) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Fills the form's fields with the properties of the passed in bean.
- initFields(Object, Set<String>) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Fills a sub set of the form's fields with the properties of the passed in bean.
- initFromCollections(Collection<? extends CellConstraints>, Collection<? extends CellConstraints>) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Initializes this instance from the given collections with
CellConstraintsobjects. - initGUI(ApplicationContext) - Method in class net.sf.jguiraffe.gui.app.Application
-
Initializes the application's main GUI.
- initialize(DependencyProvider) - Method in interface net.sf.jguiraffe.di.BeanInitializer
-
Performs the desired initialization.
- initialize(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Performs initialization.
- initializeColumn(TableColumnTag, Object, Set<String>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
-
Initializes the hosting column tag with the information gathered by this tag.
- initializeColumn(TableColumnTag, Object, Set<String>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnEditorTag
-
Initializes the passed in column tag with the results produced by this tag.
- initializeColumn(TableColumnTag, Object, Set<String>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnRendererTag
-
Initializes the passed in column tag with the results produced by this tag.
- initializeForm(TransformerContext, BindingStrategy) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Initializes the main form to be maintained by the
ComponentBuilderDataobject. - initializeFormat(Locale, Configuration) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Returns an initialized format object.
- initializeListModel(ListModelSupport) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
-
Initializes the
ListModelfor the givenListModelSupportobject. - initInvocationHelper(BuilderData) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Initializes the
InvocationHelperto be used during the builder operation. - initInvocationTag(InvocationTag) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Initializes this tag with the reference to the associated
InvocationTag. - initMainWindow(Window, Configuration) - Method in class net.sf.jguiraffe.gui.app.Application
-
Initializes the application's main window object.
- initRendererComponent(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Sets the renderer component to be used for this column.
- initRenderFields(Set<String>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Sets the names of the fields used in the specific renderer for this column.
- initRootBeanStore(MutableBeanStore) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Sets the root bean store.
- initRowConstraints() - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Initializes the row constraints.
- initTrigger(FormController) - Method in interface net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTrigger
-
Initializes this validation trigger and registers the associated form controller.
- initTrigger(FormController) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerFocus
-
Initializes this
FormValidationTrigger. - initTrigger(FormController) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerNone
-
Initializes this trigger and gives it the chance to register itself at the specified form controller.
- initWindow(WindowManager, WindowBuilderData, Window) - Method in class net.sf.jguiraffe.gui.builder.window.tags.DialogTag
-
Initializes the dialog window.
- initWindow(WindowManager, WindowBuilderData, Window) - Method in class net.sf.jguiraffe.gui.builder.window.tags.FrameTag
-
Initializes the frame window.
- initWindow(WindowManager, WindowBuilderData, Window) - Method in class net.sf.jguiraffe.gui.builder.window.tags.InternalFrameTag
-
Initializes an internal frame window.
- initWindow(WindowManager, WindowBuilderData, Window) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Initializes the window that was created by the
createWindow()method. - InjectionException - Exception in net.sf.jguiraffe.di
-
An exception class for reporting exceptions related to dependency injection.
- InjectionException() - Constructor for exception net.sf.jguiraffe.di.InjectionException
-
Creates a new instance of
InjectionException - InjectionException(String) - Constructor for exception net.sf.jguiraffe.di.InjectionException
-
Creates a new instance of
InjectionExceptionand initializes it with an error message. - InjectionException(String, Throwable) - Constructor for exception net.sf.jguiraffe.di.InjectionException
-
Creates a new instance of
InjectionExceptionand initializes it with both an error message and a root cause. - InjectionException(Throwable) - Constructor for exception net.sf.jguiraffe.di.InjectionException
-
Creates a new instance of
InjectionExceptionand initializes it with a root cause. - InputComponentTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A base class for tag handler classes that create input components.
- InputComponentTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Creates a new instance of
InputComponentTag. - INSERT - net.sf.jguiraffe.gui.builder.event.Keys
-
The insert key.
- insertButtons(PercentLayoutPlatformAdapter, int) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Inserts all buttons into the percent layout.
- insertComponent(String, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Inserts the specified component to the generated GUI.
- insertComponent(String, Object) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Inserts the newly created component to its parent container.
- insertField(FieldHandler) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Stores a newly created field handler in the central builder data object.
- insertField(FieldHandler) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Inserts the field handler to the form that is automatically constructed during the build process.
- installTransformersForColumnType(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Installs special transformers and validators for the field associated with the specified column based on its
ColumnClass. - INSTANCE - net.sf.jguiraffe.gui.forms.DummyWrapper
-
The single instance of this class.
- INSTANCE - Static variable in class net.sf.jguiraffe.di.impl.NullInvocation
-
Deprecated.The default instance of this class.
- INSTANCE - Static variable in class net.sf.jguiraffe.gui.builder.enablers.NullEnabler
-
A constant for a default instance of this class.
- INSTANCE - Static variable in class net.sf.jguiraffe.gui.forms.bind.DummyBindingStrategy
-
Constant for the shared instance of this class that can be used.
- IntegerTransformer - Class in net.sf.jguiraffe.transform
-
A specialized number transformer implementation that deals with numbers of type
java.lang.Integer. - IntegerTransformer() - Constructor for class net.sf.jguiraffe.transform.IntegerTransformer
- InternalFrameTag - Class in net.sf.jguiraffe.gui.builder.window.tags
-
A tag handler class for creating internal frames.
- InternalFrameTag() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.InternalFrameTag
- internalGetBeanStore(String) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Returns the internal bean store with the given name.
- INVALID - net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
-
The field is invalid (and has already been visited).
- invalidateRange(int, int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Notifies this controller that a range of rows has changed in the underlying table model.
- InvariantWindowClosingStrategy - Class in net.sf.jguiraffe.gui.builder.window
-
A very simple implementation of the
WindowClosingStrategyinterface. - InvariantWindowClosingStrategy() - Constructor for class net.sf.jguiraffe.gui.builder.window.InvariantWindowClosingStrategy
- InverseEnabler - Class in net.sf.jguiraffe.gui.builder.enablers
-
A specialized implementation of the
ElementEnablerinterface that wraps anotherElementEnablerand inverses thesetEnabledState()implementation of this wrapped enabler. - InverseEnabler(ElementEnabler) - Constructor for class net.sf.jguiraffe.gui.builder.enablers.InverseEnabler
-
Creates a new instance of
InverseEnablerand initializes it withElementEnablerto be wrapped. - Invocation - Class in net.sf.jguiraffe.di.impl
-
A base class for (method or constructor) invocations.
- Invocation(ClassDescription, ClassDescription[], Dependency...) - Constructor for class net.sf.jguiraffe.di.impl.Invocation
-
Creates a new instance of
Invocationand initializes it with information about the call parameters. - InvocationHelper - Class in net.sf.jguiraffe.di
-
A helper class providing some more complex functionality related to reflection.
- InvocationHelper() - Constructor for class net.sf.jguiraffe.di.InvocationHelper
-
Creates a new instance of
InvocationHelper. - InvocationHelper(ConversionHelper) - Constructor for class net.sf.jguiraffe.di.InvocationHelper
-
Creates a new instance of
InvocationHelperand initializes it with the givenConversionHelperinstance. - invocationInfoToString(StringBuilder) - Method in class net.sf.jguiraffe.di.impl.ConstructorInvocation
-
Adds additional information about this invocation to the string buffer.
- invocationInfoToString(StringBuilder) - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Creates a string with additional information about this invocation.
- invocationInfoToString(StringBuilder) - Method in class net.sf.jguiraffe.di.impl.MethodInvocation
-
Creates a string with additional information about this invocation.
- invocationInfoToString(StringBuilder) - Method in class net.sf.jguiraffe.di.impl.SetPropertyInvocation
-
Outputs further information about this invocation to the specified buffer.
- InvocationTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A base class for tag handler classes defining invocation objects.
- InvocationTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Creates a new instance of
InvocationTag. - InvocationTargetTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized tag handler implementation for defining the target object of a method invocation.
- InvocationTargetTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.InvocationTargetTag
- Invokable - Interface in net.sf.jguiraffe.di.impl
-
Definition of an interface for objects that perform some kind of method invocation.
- invoke(Object, Method, Object[]) - Method in class net.sf.jguiraffe.gui.builder.action.ActionInvoker
-
Callback method that is invoked whenever a method on an associated event listener interface is called.
- invoke(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.ConstructorInvocation
-
Invokes the corresponding constructor on the specified target class and returns the newly created instance.
- invoke(DependencyProvider, Object) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Performs the invocation represented by this class.
- invoke(DependencyProvider, Object) - Method in class net.sf.jguiraffe.di.impl.ConstructorInvocation
-
Performs the invocation.
- invoke(DependencyProvider, Object) - Method in interface net.sf.jguiraffe.di.impl.Invokable
-
Performs the invocation.
- invoke(DependencyProvider, Object) - Method in class net.sf.jguiraffe.di.impl.MethodInvocation
-
Invokes the corresponding method on the specified target instance.
- invoke(DependencyProvider, Object) - Method in class net.sf.jguiraffe.di.impl.NullInvocation
-
Deprecated.Invokes this
Invokable. - invoke(DependencyProvider, Object) - Method in class net.sf.jguiraffe.di.impl.SetPropertyInvocation
-
Performs the invocation and sets the property on the specified target object.
- invokeActionTask(Object, FormAction, BuilderEvent) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionHelper
-
Invokes the specified action task.
- invokeCallBacks() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Invokes all call backs that are registered at this object for the current form context.
- invokeConstructor(Class<T>, Class<?>[], Object[]) - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Invokes a constructor.
- invokeConstructor(Constructor<T>, Object...) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Creates an object by invoking the specified constructor with the given arguments.
- invokeInstanceMethod(Object, String, Class<?>[], Object[]) - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Invokes a method on the specified object.
- invokeMethod(Class<?>, Object, String, Class<?>[], Object[]) - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Invokes a method.
- invokeMethod(Method, Object, Object...) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Helper method for invoking a method using reflection.
- invokeStaticMethod(Class<?>, String, Class<?>[], Object[]) - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Invokes the specified static method and returns its result.
- isAcceptNull() - Method in class net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
-
Returns the
acceptNullflag. - isActionInGroup(String, String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Checks if the specified action belongs to the given group.
- isAfter() - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Returns the after flag.
- isAllowText() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Returns a flag whether text is allowed for this progress bar.
- isAnonymous() - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Returns a flag whether this tag declares an anonymous bean.
- isAutoClose() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the auto-close flag.
- isAutoClose() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns a flag whether auto-close is active for the new window.
- isAutoRelease() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the auto release flag.
- isAutoRelease() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the auto release flag.
- isBeanAvailable() - Method in interface net.sf.jguiraffe.di.BeanProvider
-
Checks whether the bean managed by this provider can now be retrieved.
- isBeanAvailable() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns a flag whether the bean managed by this provider is available.
- isBeanAvailable() - Method in class net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
-
Returns a flag whether the managed bean is available.
- isBeanAvailable(Dependency) - Method in interface net.sf.jguiraffe.di.DependencyProvider
-
Checks whether the bean specified by the given
Dependencyis currently available. - isBeanAvailable(Dependency) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Checks whether a bean is available.
- isBefore() - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Returns the before flag.
- isBold() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Returns a flag whether the font has the bold style.
- isBorder() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Returns a flag whether this panel should have a border.
- isCallBacksEnabled() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns a flag whether the call back mechanism is currently enabled.
- isCancel() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
-
Returns a flag whether this tag represents the cancel button of the current form.
- isCanShrink() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the
canShrinkflag of the layout. - isCanShrink() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Returns the value of the
canShrinkflag. - isCanShrink() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns a flag whether this layout can shrink below its preferred size.
- isCaseInsensitive() - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Returns a flag whether string matches are case insensitive.
- isCenter() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns a flag whether the new window should be centered on the screen.
- isCenter() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns a flag whether the new window should be centered on the screen.
- isChecked() - Method in interface net.sf.jguiraffe.gui.builder.action.FormAction
-
Returns a flag whether this action is checked at the moment.
- isChecked() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Returns the value of the checked flag.
- isClearVariables() - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns a flag whether all local variables are to be cleared for each new invocation.
- isClosable() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the closable flag.
- isClosable() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns a flag whether the new window should have a close icon.
- isCloseOnEsc() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the close on escape flag.
- isCloseOnEsc() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns a flag whether the window should close itself if the user presses the
ESCAPEkey. - isColumnEditable(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns a flag whether the specified column is declared to be editable.
- isColumnEditable(TableColumnTag) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns a flag whether the specified column is editable.
- isCommitted() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns a flag whether the form was committed.
- isDateValid(Date, DateFormat, TransformerContext, Configuration) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Checks the specified date.
- isDecimalNumber(Object) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Checks whether the passed in object is a decimal number.
- isDefault() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
-
Returns a flag whether this tag represents the default button of the current form.
- isDefined() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Checks whether this object is defined.
- isDefined() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Checks whether this object is defined.
- isDefined() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Checks whether all required data for constructing a class description is available.
- isDotAll() - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Returns a flag whether the dot place holder should also match line terminators.
- isEditable() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
-
Returns a flag whether this combo box is editable.
- isEditable() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the editable flag.
- isEnabled() - Method in interface net.sf.jguiraffe.gui.builder.action.FormAction
-
Returns a flag whether this action is enabled at the moment.
- isEnabled() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Returns the value of the enabled attribute.
- isEnabled() - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns a flag whether this
ComponentHandleris enabled. - isEnabled() - Method in interface net.sf.jguiraffe.gui.forms.ComponentHandler
-
Returns a flag whether this component is enabled.
- isEnabled() - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Returns the enabled flag.
- isEqual() - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Returns the equal flag.
- isEventDispatchThread() - Method in interface net.sf.jguiraffe.gui.builder.utils.GUISynchronizer
-
Returns a flag whether the current thread is the event dispatch thread.
- isFieldVisited(String) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Tests whether the field with the given name has already been visited by the user.
- isGroupingUsed() - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Returns a flag whether a grouping character is to be used when formatting numbers.
- isHandleInternalClasses() - Method in class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Returns a flag whether internal library classes are handled in a special way by this class loader provider.
- isIconifiable() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the iconifiable flag.
- isIconifiable() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns a flag whether the new window should be iconifiable.
- isIntegerNumber(Object) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Checks whether the passed in object is an integer number.
- isItalic() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Returns a flag whether the font has the italic style.
- isLenient() - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Returns the lenient flag.
- isLogicColor() - Method in class net.sf.jguiraffe.gui.builder.components.Color
-
Returns a flag whether this
Colorinstance is based on a logic color definition. - isMaximizable() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the maximizable flag.
- isMaximizable() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns a flag whether the new window should be maximizable.
- isMenuIcon() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the menu icon flag.
- isMenuIcon() - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Returns the value of the menu icon flag.
- isMenuIcon() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the value of the menu icon flag.
- isModal() - Method in class net.sf.jguiraffe.gui.builder.window.tags.DialogTag
-
Returns the modal flag.
- isMulti() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Returns a flag whether the list box allows multi-selection.
- isMultiSelection() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns a flag whether multi-selection mode is enabled for the associated table.
- isMultiSelection() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns a flag whether multi-selection is enabled for this table.
- isMultiSelection() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the multiple selection flag.
- isNoField() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns a flag whether for this input component no field handler should be created.
- isNumberValid(T, NumberFormat, TransformerContext, T, T) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Validates an entered number.
- isOptional() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableEditorValidationHandlerTag
-
Indicates if this bean definition is optional.
- isOptional() - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
This method can be overridden in a derived class to indicate that the bean creation operation is optional.
- isOrdered() - Method in class net.sf.jguiraffe.di.impl.providers.MapBeanProvider
-
Returns the ordered flag.
- isOrdered() - Method in class net.sf.jguiraffe.di.impl.providers.SetBeanProvider
-
Returns the
orderedflag. - isOrdered() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the value of the ordered attribute.
- isOrdered() - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetTag
-
Returns the
orderedattribute. - isPending() - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Checks if there are commands to be executed or in execution.
- isPending() - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Tests whether there are commands that have not been executed.
- isPercentWidth(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Tests whether the column with the specified index has a relative width.
- isResizable() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the resizable flag.
- isResizable() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns a flag whether the new window should be resizable.
- isRootVisible() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the value of the rootVisible flag.
- isShortEvaluation() - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Returns the
shortEvaluationflag. - isShowLabels() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns a flag whether labels for values should be painted by the slider.
- isShowTicks() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns a flag whether ticks should be painted by the slider.
- isShutdown() - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Returns a flag if
shutdown()was called. - isShutdown() - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Tests whether this command queue was shutdown.
- isSingleton() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns a flag whether the created bean definition is for a singleton bean.
- isStatic() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Returns a flag whether a static method is to be invoked.
- isStaticInvocation() - Method in class net.sf.jguiraffe.di.impl.MethodInvocation
-
Returns the static flag.
- isSuppressWarnings() - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Returns a flag whether warning messages should be suppressed.
- isTableEditable() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns a flag whether the table is editable.
- isTableEditable() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns a flag whether the table is editable.
- isToolbarText() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the toolbar text flag.
- isToolbarText() - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Returns the value of the toolbar text flag.
- isToolbarText() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the value of the toolbar text flag.
- isTypeInfoComplete() - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Returns a flag whether the data types of all method parameters are known.
- isUpdateGUI() - Method in class net.sf.jguiraffe.gui.cmd.CommandBase
-
Returns the value of the
UpdateGUIproperty. - isValid() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Checks whether the properties of this object are valid.
- isValid() - Method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Checks whether form validation was successful.
- isValid() - Method in interface net.sf.jguiraffe.gui.forms.FormValidatorResults
-
Checks if the whole validation was successful.
- isValid() - Method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Returns a flag whether the validation was successful.
- isValid() - Method in interface net.sf.jguiraffe.transform.ValidationResult
-
Returns a flag if the validation was successful.
- isValid(Object) - Method in class net.sf.jguiraffe.gui.forms.DefaultValidatorWrapper
-
Tests whether the specified object is valid.
- isValid(Object) - Method in interface net.sf.jguiraffe.gui.forms.ValidatorWrapper
-
Validates the specified object.
- isValid(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Validates the passed in object.
- isValid(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Validates the passed in object.
- isValid(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.DummyTransformer
-
Performs validation.
- isValid(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Validates the specified object.
- isValid(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Performs the validation as described in the class comment.
- isValid(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.RequiredValidator
-
Validates the passed in object.
- isValid(Object, TransformerContext) - Method in interface net.sf.jguiraffe.transform.Validator
-
Validates the passed in object.
- isValid(Form) - Method in interface net.sf.jguiraffe.gui.forms.FormValidator
-
Validates the specified form.
- isValidActionTask(Object) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionHelper
-
Returns a flag whether the specified object is a valid task for an action.
- isValueDefined() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Returns a flag whether the value is defined.
- isVisible() - Method in class net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
-
Returns a flag whether the wrapped widget is currently visible.
- isVisible() - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Returns a flag whether the wrapped widget is currently visible.
- isVisible() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns a flag if this window is visible.
- isWrap() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Returns a flag whether this text area should automatically wrap long lines.
J
- JellyBeanBuilder - Class in net.sf.jguiraffe.gui.builder.impl
-
An implementation of the
BeanBuilderinterface that is able to process bean definitions defined in a Apache Commons Jelly script. - JellyBeanBuilder() - Constructor for class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Creates a new instance of
JellyBeanBuilder. - JellyBeanBuilderFactory - Class in net.sf.jguiraffe.gui.builder.impl
-
An implementation of the
BeanBuilderFactoryinterface that returnsinstances.JellyBeanBuilder - JellyBeanBuilderFactory() - Constructor for class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilderFactory
- JellyBuilder - Class in net.sf.jguiraffe.gui.builder.impl
-
An implementation of the
Builderinterface that uses Commons Jelly for processing build scripts and creating GUI components. - JellyBuilder() - Constructor for class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Creates a new instance of
JellyBuilder. - JellyContextBeanStore - Class in net.sf.jguiraffe.gui.builder.impl
-
A specialized implementation of the
BeanStoreinterface that is backed by a Jelly context. - JellyContextBeanStore(JellyContext, BeanStore) - Constructor for class net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
-
Creates a new instance of
JellyContextBeanStoreand initializes it with the underlying Jelly context and the parent bean store. - JellyContextBeanStore(JellyContext, BeanStore, String) - Constructor for class net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
-
Creates a new instance of
JellyContextBeanStoreand initializes it with the underlying Jelly context, the parent bean store and the name to be used.
K
- KEY_ACTION_BUILDER - Static variable in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Constant for the key for accessing the instance of this class from the builder's bean context.
- KEY_ACTION_PREFIX - Static variable in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Constant for the prefix used for accessing actions.
- KEY_ACTION_STORE - Static variable in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Constant for the key for accessing the action store from the builder's bean context.
- KEY_BUILDER_DATA - Static variable in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Constant for the key for accessing the current
BuilderDataobject from the bean context managed by this class. - KEY_COMPHANDLER_PREFIX - Static variable in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Constant for the prefix for accessing component handlers.
- KEY_COMPONENT_BUILDER_DATA - Static variable in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Constant for the key for accessing the current instance of this class from the managed bean context.
- KEY_CURRENT_CONTEXT - Static variable in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Constant for the key for accessing the current bean context.
- KEY_CURRENT_WINDOW - Static variable in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Constant for the key, under which the current result window can be obtained from the builder's bean context.
- KEY_FIELDHANDLER_PREFIX - Static variable in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Constant for the prefix for accessing field handlers.
- KEY_FORM - Static variable in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Constant for the key for accessing the current form from the bean context managed by this class.
- KEY_FORM_BEAN - Static variable in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Constant for the key, under which the current form bean can be obtained from the builder's bean context.
- KEY_PARENT_WINDOW - Static variable in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Constant for the key, under which the parent window can be obtained from the builder's bean context.
- KEY_RESULT_WINDOW - Static variable in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Constant for the key under which the result window is stored.
- KEY_WIDGETHANDLER_PREFIX - Static variable in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Constant for the prefix for accessing widget handlers.
- KEY_WINDOW_BUILDER_DATA - Static variable in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Constant for the key, under which the instance of this class can be obtained from the builder's bean context.
- keyForGroup(Locale, Object) - Method in class net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
-
Constructs a key for the given combination of a locale and a group name.
- Keys - Enum in net.sf.jguiraffe.gui.builder.event
-
An enumeration class defining constants for special keys on a standard keyboard.
L
- LabelTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag class for creating labels.
- LabelTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.LabelTag
- LayoutTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A base tag handler class for layout tags.
- LayoutTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.LayoutTag
- LEFT - net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment
-
Constant for the alignment LEFT: The icon is left to the text.
- LEFT - net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.Placement
-
Tabs are placed at the left.
- LEFT - net.sf.jguiraffe.gui.builder.event.Keys
-
The left arrow key.
- LEFT - net.sf.jguiraffe.gui.layout.ButtonLayout.Alignment
-
The alignment left.
- LifeCycleBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
An abstract base class for
BeanProviderimplementations with life-cycle support. - LifeCycleBeanProvider(BeanProvider) - Constructor for class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Creates a new instance of
LifeCycleBeanProviderand initializes it with theBeanProviderfor creating the bean instance. - LifeCycleBeanProvider(BeanProvider, Invokable) - Constructor for class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Creates a new instance of
LifeCycleBeanProviderand initializes it with theBeanProviderfor creating the bean instance and anInvokablefor initializing it. - LIGHT_GRAY - net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Default color light gray.
- linkLabel(Object, Object, String) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Associates a link with another component.
- linkLabel(Object, Object, String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Associates a link with another component.
- ListBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A specific
CollectionBeanProviderimplementation that creates a list bean. - ListBeanProvider(Collection<Dependency>) - Constructor for class net.sf.jguiraffe.di.impl.providers.ListBeanProvider
-
Creates a new instance of
ListBeanProviderand initializes it with the given dependencies for the list elements. - ListBoxTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific input component tag that creates a list box component.
- ListBoxTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
- ListComponentHandler - Interface in net.sf.jguiraffe.gui.builder.components.model
-
A specialized component handler interface for components with list-like structures.
- listenerTypeName() - Method in enum net.sf.jguiraffe.gui.builder.event.FormListenerType
-
Returns the listener type name.
- ListModel - Interface in net.sf.jguiraffe.gui.builder.components.model
-
Definition of an interface that is used to obtain the content of a list box or combo box component.
- ListModelItemTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class that creates an item for a list model.
- ListModelItemTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Creates a new instance of
ListModelItemTag. - ListModelSupport - Interface in net.sf.jguiraffe.gui.builder.components.tags
-
Definition of an interface for tags that support a list model.
- ListModelUtils - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A helper class for dealing with model objects.
- ListTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized
CollectionTagimplementation for creating lists. - ListTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ListTag
- LIVE - net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag.DragMode
-
Constant for the drag mode live.
- loadClass(String, ClassLoader) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Loads the class with the specified name using the given class loader.
- loadClass(String, String) - Method in interface net.sf.jguiraffe.di.ClassLoaderProvider
-
Returns the class specified by the given name.
- loadClass(String, String) - Method in class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Loads the class with the specified name using the class loader identified by the given symbolic reference.
- loadClass(String, String) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Loads a class using the specified class loader.
- loadGroup(Locale, Object) - Method in class net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
-
Loads the specified resource group from a resource bundle.
- loadGroup(Locale, Object) - Method in interface net.sf.jguiraffe.resources.ResourceLoader
-
Performs all necessary steps to retrieve the specified resource group.
- LocalizedTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specialized tag handler class for loading localized texts and passing them to tags implementing the
ValueSupportinterface. - LocalizedTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
- locate(String, String) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Locates a resource either from a URL or a class path resource (using a default class loader), returning null if the resource cannot be resolved.
- locate(String, String, ClassLoader) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Locates a resource either from a URL or a class path resource, returning null if the resource cannot be resolved.
- locateEx(String, String) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Locates a resource either from a URL or a class path resource (using a default class loader), throwing an exception if the resource cannot be resolved.
- locateEx(String, String, ClassLoader) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Locates a resource either from a URL or a class path resource, throwing an exception if the resource cannot be resolved.
- locateResource(String) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Tries to locate a resource in the class path.
- locateResource(String, ClassLoader) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Tries to locate a resource in the class path using the specified class loader.
- locateURL(String) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Locates a file using a string, which can be either a full URL or a file name.
- Locator - Interface in net.sf.jguiraffe.locators
-
Definition of the base
Locatorinterface. - LocatorConverter - Class in net.sf.jguiraffe.locators
-
A specialized
Converterimplementation dealing withLocatorobjects. - LocatorConverter() - Constructor for class net.sf.jguiraffe.locators.LocatorConverter
-
Creates a new instance of
LocatorConverterwithout a class loader provider. - LocatorConverter(ClassLoaderProvider) - Constructor for class net.sf.jguiraffe.locators.LocatorConverter
-
Creates a new instance of
LocatorConverterand initializes it with the givenClassLoaderProvider. - LocatorException - Exception in net.sf.jguiraffe.locators
-
An exception class for reporting error conditions related to
objects.Locator - LocatorException() - Constructor for exception net.sf.jguiraffe.locators.LocatorException
-
Creates a new instance of
LocatorException. - LocatorException(String) - Constructor for exception net.sf.jguiraffe.locators.LocatorException
-
Creates a new instance of
LocatorExceptionand sets an error message. - LocatorException(String, Throwable) - Constructor for exception net.sf.jguiraffe.locators.LocatorException
-
Creates a new instance of
LocatorExceptionand sets an error message and a root cause. - LocatorException(Throwable) - Constructor for exception net.sf.jguiraffe.locators.LocatorException
-
Creates a new instance of
LocatorExceptionand sets the root cause. - locatorForMainScript(Configuration) - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the locator object for the application's main build script.
- locatorToDataString(String) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Extracts the data of the string representation of a
Locator. - locatorToDataString(Locator) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Returns the data string for the specified
Locator. - locatorToString(Locator, String) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Creates a string representation of a
Locatorobject. - LocatorUtils - Class in net.sf.jguiraffe.locators
-
A helper class for locating resources.
- LocatorWrapper - Class in net.sf.jguiraffe.locators
-
A wrapper implementation for locators.
- LocatorWrapper(Locator) - Constructor for class net.sf.jguiraffe.locators.LocatorWrapper
-
Creates a new instance of
LocatorWrapperand initializes it with the given wrapped locator. - log - Variable in class net.sf.jguiraffe.gui.app.Application
-
The logger to use.
- LOGIC - net.sf.jguiraffe.gui.forms.ValidationPhase
-
The validation phase "form".
- LongTransformer - Class in net.sf.jguiraffe.transform
-
A specialized number transformer implementation that deals with numbers of type
java.lang.Long. - LongTransformer() - Constructor for class net.sf.jguiraffe.transform.LongTransformer
M
- MAGENTA - net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Default color magenta.
- main(String[]) - Static method in class net.sf.jguiraffe.gui.app.Application
-
A main method for applications based on this framework.
- MapBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A specialized
BeanProviderimplementation for creating beans of typejava.util.Map. - MapBeanProvider(Collection<Dependency>, Collection<Dependency>, boolean) - Constructor for class net.sf.jguiraffe.di.impl.providers.MapBeanProvider
-
Creates a new instance of
MapBeanProviderand initializes it. - MapTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized
BeanTagimplementation for creating maps. - MapTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Creates a new instance of
MapTag. - MenuBarTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A tag handler class for creating menu bars.
- MenuBarTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
- MenuItemTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A tag handler class that creates menu items.
- MenuItemTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.MenuItemTag
- MenuTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A tag handler class for defining menus.
- MenuTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Creates a new instance of
MenuTag. - merge(FormValidatorResults, FormValidatorResults) - Static method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Returns a
FormValidatorResultsobject with the combined information of the specifiedFormValidatorResultsobjects. - merge(ValidationResult, ValidationResult) - Static method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Combines two validation result objects to a combined result.
- message(ApplicationResources.Keys) - Static method in class net.sf.jguiraffe.gui.app.ApplicationResources
-
Returns a
Messageobject for the specified enumeration literal. - Message - Class in net.sf.jguiraffe.resources
-
A convenience class for dealing with localized messages that can have parameters.
- Message(Object) - Constructor for class net.sf.jguiraffe.resources.Message
-
Creates a new instance of
Messageand initializes it with a resource key. - Message(Object, Object) - Constructor for class net.sf.jguiraffe.resources.Message
-
Creates a new instance of
Messageand initializes it with a resource group and a resource key. - Message(Object, Object, Object) - Constructor for class net.sf.jguiraffe.resources.Message
-
Creates a new instance of
Messageand initializes it with a resource group, a resource key, and a single parameter. - Message(Object, Object, Object, Object) - Constructor for class net.sf.jguiraffe.resources.Message
-
Creates a new instance of
Messageand initializes it with a resource group, a resource key, and two parameters. - Message(Object, Object, Object, Object, Object...) - Constructor for class net.sf.jguiraffe.resources.Message
-
Creates a new instance of
Messageand initializes it with a resource group, a resource key, and an arbitrary number of parameters that are passed as variable arguments. - MESSAGE_ERROR - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the message type ERROR.
- MESSAGE_INFO - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the message type INFO.
- MESSAGE_PLAIN - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the message type PLAIN.
- MESSAGE_QUESTION - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the message type QUESTION.
- MESSAGE_WARNING - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the message type WARNING.
- messageBox(Object, Object, int, int) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
A convenience method for displaying a message box.
- messageBox(Object, Object, int, int) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
A convenience method for displaying a message box.
- MessageOutput - Interface in net.sf.jguiraffe.gui.builder.utils
-
Definition of an interface for creating message boxes in a platform independent way.
- META - net.sf.jguiraffe.gui.builder.event.Modifiers
-
Constant representing the META modifier key.
- MethodInvocation - Class in net.sf.jguiraffe.di.impl
-
A class that represents a method invocation.
- MethodInvocation(String, ClassDescription[], Dependency...) - Constructor for class net.sf.jguiraffe.di.impl.MethodInvocation
-
Creates a new instance of
MethodInvocationfor non-static method invocations. - MethodInvocation(ClassDescription, String, boolean, ClassDescription[], Dependency...) - Constructor for class net.sf.jguiraffe.di.impl.MethodInvocation
-
Creates a new instance of
MethodInvocationand initializes most of the properties. - MethodInvocation(ClassDescription, String, ClassDescription[], Dependency...) - Constructor for class net.sf.jguiraffe.di.impl.MethodInvocation
-
Creates a new instance of
MethodInvocationand initializes it with information about the method to invoke and the target class. - MethodInvocation(ClassDescription, Dependency, String, boolean, ClassDescription[], Dependency...) - Constructor for class net.sf.jguiraffe.di.impl.MethodInvocation
-
Creates a new instance of
MethodInvocationand fully initializes it. - MethodInvocationBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A specialized
BeanProviderthat creates beans by invoking a method. - MethodInvocationBeanProvider(Dependency, MethodInvocation) - Constructor for class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Creates a new instance of
MethodInvocationBeanProviderand initializes it with the dependency to the target object (on which the method is to be invoked) and the description of the method invocation. - MethodInvocationBeanProvider(Dependency, MethodInvocation, ClassDescription) - Constructor for class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Creates a new instance of
MethodInvocationBeanProviderand initializes it with the dependency to the target object (on which the method is to be invoked), the description of the method invocation, and the class of the managed bean. - MethodInvocationBeanProvider(MethodInvocation) - Constructor for class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Creates a new instance of
MethodInvocationBeanProviderand initializes it with the description of the method to invoke. - MethodInvocationTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized
InvocationTagimplementation that deals withMethodInvocationobjects. - MethodInvocationTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
- MINIMUM - net.sf.jguiraffe.gui.layout.CellSize
-
The size constant minimum.
- Modifiers - Enum in net.sf.jguiraffe.gui.builder.event
-
An enumeration class representing special modifier keys.
- MOUSE - net.sf.jguiraffe.gui.builder.event.FormListenerType
-
The listener type Mouse.
- MOUSE_CLICKED - net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
-
A mouse button was clicked.
- MOUSE_DOUBLE_CLICKED - net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
-
A double click with a mouse button was performed.
- MOUSE_ENTERED - net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
-
The mouse cursor entered the monitored component.
- MOUSE_EXITED - net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
-
The mouse cursor exited the monitored component.
- MOUSE_PRESSED - net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
-
A mouse button was pressed.
- MOUSE_RELEASED - net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
-
A mouse button was released.
- mouseClicked(FormMouseEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormMouseListener
-
Event notification method that is called when a mouse button is clicked.
- mouseDoubleClicked(FormMouseEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormMouseListener
-
Event notification method that is called when a mouse button is double-clicked.
- mouseEntered(FormMouseEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormMouseListener
-
Event notification method that is called when the mouse cursor enters the space occupied by the monitored component.
- mouseExited(FormMouseEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormMouseListener
-
Event notification method that is called when the mouse cursor leaves the space occupied by the monitored component.
- MouseListenerTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specialized event listener tag that deals with mouse events.
- MouseListenerTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.MouseListenerTag
-
Creates a new instance of
MouseListenerTag. - mousePressed(FormMouseEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormMouseListener
-
Event notification method that is called when a mouse button is pressed.
- mouseReleased(FormMouseEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormMouseListener
-
Event notification method that is called when a mouse button is released.
- MultiFileChooserOptions - Class in net.sf.jguiraffe.gui.dlg.filechooser
-
A class for defining the options of a multi file chooser dialog.
- MultiFileChooserOptions(DialogResultCallback<List<File>, ?>) - Constructor for class net.sf.jguiraffe.gui.dlg.filechooser.MultiFileChooserOptions
-
Creates a new instance of
MultiFileChooserOptionsand sets the callback to be notified with the dialog result. - MultiFileChooserOptions(DialogResultCallback<List<File>, D>, D) - Constructor for class net.sf.jguiraffe.gui.dlg.filechooser.MultiFileChooserOptions
-
Creates a new instance of
MultiFileChooserOptionsand sets the callback to be notified with the dialog result and an additional data object to be passed to the callback. - MutableBeanStore - Interface in net.sf.jguiraffe.di
-
Definition of an interface for a
BeanStorethat can be manipulated.
N
- NameDependency - Class in net.sf.jguiraffe.di.impl
-
An implementation of the
Dependencyinterface that allows to define a dependency based on the name of a bean. - net.sf.jguiraffe.di - package net.sf.jguiraffe.di
-
DI stands for Dependency Injection.
- net.sf.jguiraffe.di.impl - package net.sf.jguiraffe.di.impl
-
This package contains various implementations for the interfaces defined in the main
dipackage. - net.sf.jguiraffe.di.impl.providers - package net.sf.jguiraffe.di.impl.providers
-
In the
providerssub package different implementations of theBeanProviderinterface can be found. - net.sf.jguiraffe.gui.app - package net.sf.jguiraffe.gui.app
-
In this package the main application class can be found.
- net.sf.jguiraffe.gui.builder - package net.sf.jguiraffe.gui.builder
-
The main package of the builder.
- net.sf.jguiraffe.gui.builder.action - package net.sf.jguiraffe.gui.builder.action
-
The
actionsub package of the builder contains interfaces and classes for dealing with actions and related objects during a builder operation. - net.sf.jguiraffe.gui.builder.action.tags - package net.sf.jguiraffe.gui.builder.action.tags
-
Here the tags for creating actions and related objects are defined.
- net.sf.jguiraffe.gui.builder.components - package net.sf.jguiraffe.gui.builder.components
-
This package defines the part of the builder that deals with components.
- net.sf.jguiraffe.gui.builder.components.model - package net.sf.jguiraffe.gui.builder.components.model
-
In this package interfaces for specialized component handlers can be found.
- net.sf.jguiraffe.gui.builder.components.tags - package net.sf.jguiraffe.gui.builder.components.tags
-
A package with tag handler classes for creating GUI components.
- net.sf.jguiraffe.gui.builder.components.tags.table - package net.sf.jguiraffe.gui.builder.components.tags.table
-
A package with tag handler classes for creating table components.
- net.sf.jguiraffe.gui.builder.di - package net.sf.jguiraffe.gui.builder.di
-
The builder.di package contains fundamental classes for defining beans and services in a Jelly script.
- net.sf.jguiraffe.gui.builder.di.tags - package net.sf.jguiraffe.gui.builder.di.tags
-
In this package tag handler classes for defining beans in a Jelly script can be found.
- net.sf.jguiraffe.gui.builder.enablers - package net.sf.jguiraffe.gui.builder.enablers
-
A package with classes for enabling or disabling other elements.
- net.sf.jguiraffe.gui.builder.event - package net.sf.jguiraffe.gui.builder.event
-
The main package for events and event listeners definitions.
- net.sf.jguiraffe.gui.builder.event.filter - package net.sf.jguiraffe.gui.builder.event.filter
-
This package contains classes for filtering events.
- net.sf.jguiraffe.gui.builder.impl - package net.sf.jguiraffe.gui.builder.impl
-
Here default implementations of the
Builderinterfaces can be found. - net.sf.jguiraffe.gui.builder.utils - package net.sf.jguiraffe.gui.builder.utils
-
The
utilspackage contains some classes and interfaces providing some special functionality that cannot be associated with other parts of the builder framework. - net.sf.jguiraffe.gui.builder.window - package net.sf.jguiraffe.gui.builder.window
-
The interfaces and classes in this package support the creation of several types of windows in builder scripts.
- net.sf.jguiraffe.gui.builder.window.ctrl - package net.sf.jguiraffe.gui.builder.window.ctrl
-
This package contains classes and interfaces for the implementation of form controllers.
- net.sf.jguiraffe.gui.builder.window.tags - package net.sf.jguiraffe.gui.builder.window.tags
-
A package with tag handler classes for creating window components.
- net.sf.jguiraffe.gui.cmd - package net.sf.jguiraffe.gui.cmd
-
This package contains the implementation of the Command pattern.
- net.sf.jguiraffe.gui.dlg - package net.sf.jguiraffe.gui.dlg
-
This package contains some common abstractions for working with standard dialogs.
- net.sf.jguiraffe.gui.dlg.filechooser - package net.sf.jguiraffe.gui.dlg.filechooser
-
A package allowing access to file choosing dialogs.
- net.sf.jguiraffe.gui.forms - package net.sf.jguiraffe.gui.forms
-
A package for dealing with forms.
- net.sf.jguiraffe.gui.forms.bind - package net.sf.jguiraffe.gui.forms.bind
-
This package contains implementations for concrete binding strategies.
- net.sf.jguiraffe.gui.layout - package net.sf.jguiraffe.gui.layout
-
This package contains the platform-independent base classes and helper classes for the layout managers provided by the JGUIraffe library.
- net.sf.jguiraffe.locators - package net.sf.jguiraffe.locators
-
This package contains interfaces and classes for locating resources in a generic way.
- net.sf.jguiraffe.resources - package net.sf.jguiraffe.resources
-
A package with interfaces and classes for accessing resources.
- net.sf.jguiraffe.resources.impl - package net.sf.jguiraffe.resources.impl
-
The implementation package for the
resourcespackage. - net.sf.jguiraffe.resources.impl.bundle - package net.sf.jguiraffe.resources.impl.bundle
-
This package contains an implementation of
ResourceLoaderandResourceGroupbased on Java resource bundles. - net.sf.jguiraffe.transform - package net.sf.jguiraffe.transform
-
The transform package contains interfaces and classes for transforming and validating data.
- newBuilder() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns a new
instance.Builder - newBuilder() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns a new
instance.Builder - newInstance(int, int, int) - Static method in class net.sf.jguiraffe.gui.builder.components.Color
-
Deprecated.Use
newRGBInstance()instead. - newInstance(TableTag) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Creates a new instance of
TableColumnWidthControllerand initializes it with the information provided by the givenTableTag. - newLogicInstance(String) - Static method in class net.sf.jguiraffe.gui.builder.components.Color
-
Creates a new instance of
Colorbased on a logic, text-based color definition. - newRGBInstance(int, int, int) - Static method in class net.sf.jguiraffe.gui.builder.components.Color
-
Creates a new instance of
Colorand initializes it with the given components for the red, green, and blue part. - NO_BUTTON - Static variable in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Constant for an undefined mouse button.
- NODE_COLLAPSE - net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent.Type
-
A node of the tree was collapsed.
- NODE_EXPAND - net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent.Type
-
A node of the tree was expanded.
- NONE - net.sf.jguiraffe.gui.layout.CellSize
-
The size constant none.
- nonNull(NumberWithUnit) - Static method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
A convenience method for performing checks for null values.
- NORTH - Static variable in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Constant for the layout constraints North.
- NOT_VISITED_INVALID - net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
-
The field has not yet been visited and is invalid.
- NOT_VISITED_VALID - net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
-
The field has not yet been visited and is valid.
- NOT_VISITED_WARNING - net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
-
The field has not yet been visited and contains a warning.
- NSURI_ACTION_BUILDER - Static variable in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Constant for the default name space URI for the action builder tag library.
- NSURI_COMPONENT_BUILDER - Static variable in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Constant for the default name space URI for the component builder tag library.
- NSURI_DI_BUILDER - Static variable in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilderFactory
-
Constant for the default name space URI for the DIBuilder tag library.
- NSURI_WINDOW_BUILDER - Static variable in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Constant for the default namespace URI for the window builder tag library.
- NULL - Static variable in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Constant for a dependency that will be resolved to null.
- NULL_INVOCATION - net.sf.jguiraffe.di.impl.HelperInvocations
-
A specialized
Invokableimplementation which always returns null in itsinvoke()implementation. - NullEnabler - Class in net.sf.jguiraffe.gui.builder.enablers
-
A trivial implementation of the
ElementEnablerinterface that does nothing. - NullEnabler() - Constructor for class net.sf.jguiraffe.gui.builder.enablers.NullEnabler
- NullInvocation - Class in net.sf.jguiraffe.di.impl
-
Deprecated.Use
HelperInvocationsinstead; it provides some dummy implementations of theInvokableinterface which are useful in some situations where a full-blown implementation is not required. - NullInvocation() - Constructor for class net.sf.jguiraffe.di.impl.NullInvocation
-
Deprecated.
- NullMessageOutput - Class in net.sf.jguiraffe.gui.builder.utils
-
An implementation of the
MessageOutputinterface that does not output a message. - NullMessageOutput() - Constructor for class net.sf.jguiraffe.gui.builder.utils.NullMessageOutput
- NullTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler class for specifying null values.
- NullTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.NullTag
- NUMBER - net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
-
The column class Number.
- NumberTransformerBase<T extends Number> - Class in net.sf.jguiraffe.transform
-
An abstract base class for transformers and validators for numbers.
- NumberTransformerBase() - Constructor for class net.sf.jguiraffe.transform.NumberTransformerBase
- NumberWithUnit - Class in net.sf.jguiraffe.gui.layout
-
A class that combines a value with a unit.
- NumberWithUnit(double, Unit) - Constructor for class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Creates a new instance of
NumberWithUnitand initializes it. - NumberWithUnit(int) - Constructor for class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Creates a new instance of
NumberWithUnitwith the given value and the unit pixels. - NumberWithUnit(String) - Constructor for class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Creates a new instance of
NumberWithUnitand initializes it from the given string representation.
O
- okButtonClicked(FormActionEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
The OK button was clicked.
- onDialogCanceled(D) - Method in interface net.sf.jguiraffe.gui.dlg.DialogCanceledCallback
-
Notifies this object that the associated standard dialog did not produce a result, but was canceled by the user.
- onDialogResult(T, D) - Method in interface net.sf.jguiraffe.gui.dlg.DialogResultCallback
-
Callback method for processing a standard dialog result.
- onException(Throwable) - Method in interface net.sf.jguiraffe.gui.cmd.Command
-
Callback method that is invoked if an exception occurs during command execution.
- onException(Throwable) - Method in class net.sf.jguiraffe.gui.cmd.CommandBase
-
This method is called if an exception occurs.
- onException(Throwable) - Method in class net.sf.jguiraffe.gui.cmd.CommandWrapper
-
Notifies this command about an exception that occurred during execution.
- onFinally() - Method in interface net.sf.jguiraffe.gui.cmd.Command
-
This method will be executed after each command execution, no matter if an exception has occurred or not.
- onFinally() - Method in class net.sf.jguiraffe.gui.cmd.CommandBase
-
This method is called after each command execution.
- onFinally() - Method in class net.sf.jguiraffe.gui.cmd.CommandWrapper
-
This method is called after the execution of the command.
- onShutdown() - Method in class net.sf.jguiraffe.gui.app.Application
-
A hook for shutdown.
- open() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Opens the window.
- openStream(Locator) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Obtains an input stream for the specified locator.
- OpenWindowCommand - Class in net.sf.jguiraffe.gui.app
-
A specialized
Commandimplementation for opening a sub window. - OpenWindowCommand(Locator) - Constructor for class net.sf.jguiraffe.gui.app.OpenWindowCommand
-
Creates a new instance of
OpenWindowCommandand initializes it with theLocatorpointing to the builder script. - ORANGE - net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Default color orange.
- OrEventFilter - Class in net.sf.jguiraffe.gui.builder.event.filter
-
A specialized chained filter implementation that provides a OR or ANY semantics.
- OrEventFilter() - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.OrEventFilter
-
Creates a new instance of
OrEventFilterthat has no child filters. - OrEventFilter(Collection<EventFilter>) - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.OrEventFilter
-
Creates a new instance of
OrEventFilterand initializes it with the given list of child filters. - OrEventFilterTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specialized
ChainedEventFilterimplementation that creates an.OrEventFilter - OrEventFilterTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.OrEventFilterTag
-
Creates a new instance of
OrEventFilterTag. - Orientation - Enum in net.sf.jguiraffe.gui.builder.components
-
An enumeration class that defines allowed values for the orientation of components.
- OUTLINE - net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag.DragMode
-
Constant for the drag mode outline.
- overridesProperties(TransformerContext) - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Tests whether properties in the specified
TransformerContextoverride properties of this object.
P
- PAGE_DOWN - net.sf.jguiraffe.gui.builder.event.Keys
-
The page down key.
- PAGE_UP - net.sf.jguiraffe.gui.builder.event.Keys
-
The page up key.
- PanelTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific container tag implementation that creates a panel.
- PanelTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Creates a new instance of
PanelTag. - parametersToString(StringBuilder) - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Creates a string representation of the current parameter values.
- ParameterTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler class for defining the parameters of a method or constructor invocation.
- ParameterTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Creates a new instance of
ParameterTag. - parentPath() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns the parent path of this
TreeNodePath. - parse(String) - Static method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns an
Acceleratorinstance from the specified string representation. - passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTaskTag
-
Passes the resulting bean to the nesting action tag.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ChainedEventFilterTag
-
Performs post processing of the new bean.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventFilterTag
-
Performs post processing on the bean.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventRegistrationTag
-
Performs the registration of the event listener.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.PopupHandlerTag
-
Processes the bean managed by this tag.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
-
Passes the results of this tag to its target tag.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Processes the bean created by this tag.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableEditorValidationHandlerTag
-
Passes the results of this tag.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableSelectionHandlerTag
-
Passes the
TableSelectionHandlercreated by this tag to the enclosing table tag. - passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
-
Passes the bean to its target.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
This method is called after the result bean is fully initialized.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ValidatorsTag
-
Passes the resulting bean to its target.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.window.tags.FormControllerListenerTag
-
Passes the bean to the owning object.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
-
Passes the bean to the owning component.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowControllerTag
-
Processes and initializes the controller bean and passes it to an enclosing window tag.
- PasswordFieldTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specialized tag handler implementation for creating password text fields.
- PasswordFieldTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PasswordFieldTag
- paste() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Pastes the content of the system clipboard into this text component.
- pathToKey(DefaultConfigurationKey) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Appends this path to the given
ConfigurationKey. - PercentCellConstraintsTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
An abstract base class for tags that define cell constraints of a percent layout.
- PercentCellConstraintsTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
- PercentCellGroupTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler base class for tags that define cell groups for a percent layout.
- PercentCellGroupTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
- PercentColConstraintsTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A concrete cell constraints tag implementation.
- PercentColConstraintsTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PercentColConstraintsTag
- PercentColGroupTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A concrete cell group tag that creates a column group for a percent layout.
- PercentColGroupTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PercentColGroupTag
- PercentConstraintsTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific layout constraints tag that creates a
object, i.e. layout constraints for thePercentDataPercentLayoutclass. - PercentConstraintsTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
- PercentData - Class in net.sf.jguiraffe.gui.layout
-
A constraints class used by
PercentLayout. - PercentData.Builder - Class in net.sf.jguiraffe.gui.layout
-
A builder implementation for creating instances of
PercentData. - PercentLayout - Class in net.sf.jguiraffe.gui.layout
-
The concrete percent layout implementation.
- PercentLayout(int, int) - Constructor for class net.sf.jguiraffe.gui.layout.PercentLayout
-
Creates a new instance of
PercentLayoutand sets the layout's dimensions. - PercentLayout(String, String) - Constructor for class net.sf.jguiraffe.gui.layout.PercentLayout
-
Creates a new instance of
PercentLayoutand initializes it from the given string with specifications for the column and row constraints. - PercentLayout(Collection<? extends CellConstraints>, Collection<? extends CellConstraints>) - Constructor for class net.sf.jguiraffe.gui.layout.PercentLayout
-
Creates a new instance of
PercentLayoutand initializes it from the specified collections withCellConstraintsobjects. - PercentLayoutBase - Class in net.sf.jguiraffe.gui.layout
-
The main class of the percent layout manager.
- PercentLayoutBase() - Constructor for class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Creates a new, uninitialized instance of
PercentLayoutBase. - PercentLayoutBase(int, int) - Constructor for class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Creates a new instance of
PercentLayoutBaseand sets the numbers of the rows and columns. - PercentLayoutBase(String, String) - Constructor for class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Creates a new instance of
PercentLayoutBaseand initializes it. - PercentLayoutBase(Collection<? extends CellConstraints>, Collection<? extends CellConstraints>) - Constructor for class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Creates a new instance of
PercentLayoutBaseand initializes it. - PercentLayoutPlatformAdapter - Interface in net.sf.jguiraffe.gui.layout
-
Definition of an interface that encapsulates platform (library) specific access to GUI components that are managed by a percent layout manager.
- PercentLayoutTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific layout tag that creates a Percent Layout manager.
- PercentLayoutTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
- PercentRowConstraintsTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A concrete cell constraints tag implementation.
- PercentRowConstraintsTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PercentRowConstraintsTag
- PercentRowGroupTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A concrete cell group tag that creates a row group for a percent layout.
- PercentRowGroupTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PercentRowGroupTag
- performBuild(Locator, BuilderData, Object) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
The main method for executing a builder script.
- performGUIUpdate() - Method in class net.sf.jguiraffe.gui.app.OpenWindowCommand
-
Updates the UI after background processing is complete.
- performGUIUpdate() - Method in class net.sf.jguiraffe.gui.cmd.CommandBase
-
Performs GUI updates.
- performLayout(Object, int[], int[], int[], int[]) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Layouts all components that are contained in the associated container.
- performLayout(Object, Rectangle, Dimension) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Layouts all components in the associated container calculating all necessary intermediate sizes and positions.
- PINK - net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Default color pink.
- PIXEL - net.sf.jguiraffe.gui.layout.Unit
-
The unit pixel.
- PlatformEventManager - Interface in net.sf.jguiraffe.gui.builder.event
-
Definition of an interface for dealing with platform (i.e. a specific GUI library) specific events.
- popComponentStore() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Removes a component store from this object.
- popFormContext() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Removes the outer most form context.
- popFormContext(Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Removes the outer most form context passing in information about the responsible source.
- populate(StaticTextDataImpl, TransformerContext) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
Fills the specified data object with default values.
- PopupHandlerTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A tag handler class that allows registering a handler for a popup menu at a component.
- PopupHandlerTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.PopupHandlerTag
-
Creates a new instance of
PopupHandlerTag. - PopupMenuBuilder - Interface in net.sf.jguiraffe.gui.builder.action
-
A builder interface for creating popup menus.
- PopupMenuHandler - Interface in net.sf.jguiraffe.gui.builder.action
-
Definition of an interface for controlling popup menus that can be associated with GUI components.
- pos(int, int) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Returns a
PercentDataobject with the specified column and row index. - POS_UNDEF - Static variable in class net.sf.jguiraffe.gui.layout.PercentData
-
Constant for an undefined cell position.
- PREFERRED - net.sf.jguiraffe.gui.layout.CellSize
-
The size constant preferred.
- PREFIX_SEPARATOR - Static variable in class net.sf.jguiraffe.locators.LocatorConverter
-
Constant for the prefix separator.
- prepareBuilderData(ApplicationBuilderData) - Method in class net.sf.jguiraffe.gui.app.OpenWindowCommand
-
Prepares the
ApplicationBuilderDataobject. - prepareComponent(Object, TableTag, Object, boolean, boolean, int, int) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.table.TableSelectionHandler
-
Prepares the renderer or editor component before it is displayed.
- prepareInputSource(Locator) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Prepares an
InputSourceobject for the specifiedLocator. - PRINT_SCREEN - net.sf.jguiraffe.gui.builder.event.Keys
-
The print screen key.
- process() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Executes this task.
- process() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.action.tags.SeparatorTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Performs processing of some default attributes.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
-
Executes this tag after its body was processed.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ConstraintsTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Processes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.LayoutTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
-
Processes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
-
Processes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.RadioGroupTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SimpleComponentTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Processes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Processes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Processes this tag after its body has been evaluated.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Processes this tag after its body has been evaluated.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
-
The main processing method.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ShutdownHandlerTag
-
Performs the actual processing of this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Executes this tag.
- processBean(String, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Processes the newly created bean.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Performs processing before the body of this tag gets executed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Performs processing before the tag's body is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
-
Executes this tag before its body was processed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Executes this tag before its body is processed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
-
Performs processing before this tag's body is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
-
Executes this tag before its body is processed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Callback before processing of the tag's body.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Performs processing before this tag's body is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Performs processing of this tag before its body is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Performs steps before evaluation of this tag's body.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
-
Processes this tag before its body gets executed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.RadioButtonTag
-
Performs processing before the execution of the tag body.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.RadioGroupTag
-
Performs processing before the tag's body is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SimpleComponentTag
-
Callback before processing of the tag's body.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Performs processing before evaluation of the tag body.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Performs processing before the evaluation of this tag's body.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
-
Performs processing before this tag's body is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Performs processing before the tag's body is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Processes this tag before the body is executed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
-
Called before evaluation of the tag's body.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Performs pre-processing before the body of this tag is executed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Performs pre-processing before the body of this tag is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Performs pre-processing before the body of this tag is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Performs tag-specific actions before the body gets executed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
-
Performs some pre-processing before the tag's body is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Performs some processing before the body gets executed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ShutdownHandlerTag
-
Performs some processing of this tag before the body is evaluated.
- processCommandLine(String[]) - Method in class net.sf.jguiraffe.gui.app.Application
-
Hook method for processing the command line arguments.
- processDependencyDefinitions() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Evaluates the definitions of the dependency.
- processingFinished(Command) - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
This method is called by a worker thread if a command has been executed.
- processInvokable(Invokable) - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Processes the
Invokableobject after its creation. - processMessages(StringBuilder, StrSubstitutor, FormValidatorResults, Form, String, Map<String, String>) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Applies the template for the error messages to all messages available for the current field.
- processSpecification(String) - Method in class net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
-
Processes the specified specification and creates a corresponding
ElementEnabler. - ProgressBarHandler - Interface in net.sf.jguiraffe.gui.builder.components.model
-
A specialized component handler that represents a progress bar component.
- ProgressBarTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A special input component tag that defines a progress bar.
- ProgressBarTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Creates a new instance of
ProgressBarTag. - PROP_AFTER - Static variable in class net.sf.jguiraffe.transform.DateTransformerBase
-
Constant for the after property.
- PROP_APPCTX - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the application context property in the config file.
- PROP_BEAN_BUILDER_FACTORY - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the bean builder factory property.
- PROP_BEAN_DEFS - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the bean definitions property.
- PROP_BEFORE - Static variable in class net.sf.jguiraffe.transform.DateTransformerBase
-
Constant for the before property.
- PROP_BUILDER_FACTORY - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the builder factory property.
- PROP_BUILDER_MAIN_SCRIPT - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the builder main script property.
- PROP_BUILDER_MENU_ICON - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the builder menu icon property.
- PROP_BUILDER_TOOLBAR_TEXT - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the builder toolbar text property.
- PROP_CASE_INSENSITIVE - Static variable in class net.sf.jguiraffe.transform.RegexValidator
-
Constant for the caseInsensitive property.
- PROP_CONFIG_NAME - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the system property with the resource name of the configuration file.
- PROP_CONFIG_URL - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the system property with the URL to the configuration file.
- PROP_DATE_FORMAT_STYLE - Static variable in class net.sf.jguiraffe.transform.ToStringTransformer
-
Constant for the date format style property.
- PROP_DEFRESGROUP - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the default resource group property in the config file.
- PROP_DOT_ALL - Static variable in class net.sf.jguiraffe.transform.RegexValidator
-
Constant for the multiLine property.
- PROP_EQUAL - Static variable in class net.sf.jguiraffe.transform.DateTransformerBase
-
Constant for the equal property.
- PROP_GROUPING_USED - Static variable in class net.sf.jguiraffe.transform.ToStringTransformer
-
Constant for the grouping used property.
- PROP_HEIGHT - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the height property in the config file.
- PROP_LENIENT - Static variable in class net.sf.jguiraffe.transform.DateTransformerBase
-
Constant for the lenient property.
- PROP_LOCALE - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the locale property in the config file.
- PROP_MAXIMUM - Static variable in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Constant for the maximum property.
- PROP_MAXIMUM_FRACTION_DIGITS - Static variable in class net.sf.jguiraffe.transform.ToStringTransformer
-
Constant for the maximum fraction digits property.
- PROP_MESSAGE_LEVEL - Static variable in class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Constant for the name of the property that defines the
ValidationMessageLevelof the validation messages produced by this object. - PROP_MINIMUM - Static variable in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Constant for the minimum property.
- PROP_MINIMUM_FRACTION_DIGITS - Static variable in class net.sf.jguiraffe.transform.ToStringTransformer
-
Constant for the minimum fraction digits property.
- PROP_REFERENCE_DATE - Static variable in class net.sf.jguiraffe.transform.DateTransformerBase
-
Constant for the referenceDate property.
- PROP_REGEX - Static variable in class net.sf.jguiraffe.transform.RegexValidator
-
Constant for the regex property.
- PROP_SHORT_EVAL - Static variable in class net.sf.jguiraffe.transform.ChainValidator
-
Constant for the short evaluation property.
- PROP_STYLE - Static variable in class net.sf.jguiraffe.transform.DateTransformerBase
-
Constant for the style property.
- PROP_TIME_STYLE - Static variable in class net.sf.jguiraffe.transform.DateTimeTransformer
-
Constant for the time style property.
- PROP_USRCONF - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the storeuserconfig property in the config file.
- PROP_USRCONFNAME - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the userconfigname property in the config file.
- PROP_WIDTH - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the width property in the config file.
- PROP_XPOS - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the xpos property in the config file.
- PROP_YPOS - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the ypos property in the config file.
- properties() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns a map with properties maintained by this context.
- properties() - Method in interface net.sf.jguiraffe.transform.TransformerContext
-
Returns a map with properties.
- properties() - Method in class net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
-
Returns a map with properties.
- PropertiesBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A specialized
BeanProviderimplementation for creating ajava.util.Propertiesobject. - PropertiesBeanProvider(Collection<Dependency>, Collection<Dependency>) - Constructor for class net.sf.jguiraffe.di.impl.providers.PropertiesBeanProvider
-
Creates a new instance of
PropertiesBeanProviderand initializes it with the dependencies for keys and values. - PropertiesSupport - Interface in net.sf.jguiraffe.gui.builder.components.tags
-
Definition of an interface to be implemented by tags that support a properties object.
- PropertiesTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag for creating a map with properties and passing it to a target tag.
- PropertiesTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized
MapTagimplementation for creating ajava.util.Propertiesobject. - PropertiesTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
- PropertiesTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.PropertiesTag
-
Creates a new instance of
PropertiesTag. - PropertySupport - Interface in net.sf.jguiraffe.gui.builder.components.tags
-
Definition of an interface to be implemented by tags that support setting of properties.
- PropertyTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag for setting a property.
- PropertyTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
- providerFor(Object) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Returns a bean provider for the specified bean.
- providerNames() - Method in interface net.sf.jguiraffe.di.BeanStore
-
Returns a set with the names of all
BeanProviderobjects that are registered in this bean store. - providerNames() - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns a set with the names of all
BeanProviderobjects that can be queried from thisCombinedBeanStore. - providerNames() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Returns a set with the names of all contained bean providers.
- providerNames() - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Returns a set with the names of the available bean providers.
- providerNames() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
-
Returns a set with the names of the existing
BeanProviders. - PushButtonTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
An abstract base class for tag handler classes that implement push buttons like checkboxes or radio buttons.
- PushButtonTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Creates a new instance of
PushButtonTag. - pushComponentStore(ComponentStore) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Adds a new component store to this object that will replace the current store.
- pushFormContext(Form) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Installs a new form context for the specified form.
- pushFormContext(Form, Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Installs a new form context for the specified form and passes information about the responsible source.
- put(JellyContext) - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Stores this object in the given Jelly context.
- put(JellyContext) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Stores this instance in the specified context.
- put(JellyContext) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Stores this instance in the specified context.
- put(JellyContext) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Stores this instance in the specified Jelly context.
- putWindow(String, Window) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Adds a result window to this data object.
Q
- QUEUE_BUSY - net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
-
A command was added to an empty queue.
- QUEUE_IDLE - net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
-
The last command contained in the queue was processed.
R
- RadioButtonTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific input component tag for creating a radio button.
- RadioButtonTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.RadioButtonTag
-
Creates a new instance of
RadioButtonTag. - RadioGroupTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag for creating a radio group.
- RadioGroupTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.RadioGroupTag
- RadioGroupWidgetHandler - Class in net.sf.jguiraffe.gui.builder.components
-
A specialized
WidgetHandlerimplementation for radio groups. - RadioGroupWidgetHandler(Object, Collection<? extends WidgetHandler>, String) - Constructor for class net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
-
Creates a new instance of
RadioGroupWidgetHandlerthat handles the given collection of radio buttons. - READ - net.sf.jguiraffe.gui.builder.components.tags.TransformerTag.Type
-
A read transformer.
- readBeanDefinition(Locator, MutableBeanStore, ClassLoaderProvider) - Method in class net.sf.jguiraffe.gui.app.Application
-
A convenience method for processing a file with bean definitions.
- readFields(Object) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Reads the form's fields and copies their content into the passed in form bean.
- readFields(Object, Set<String>) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Reads a sub set of this form's fields and writes their content into the specified bean.
- readProperty(Object, String) - Method in class net.sf.jguiraffe.gui.forms.bind.BeanBindingStrategy
-
Reads a property from a model object.
- readProperty(Object, String) - Method in class net.sf.jguiraffe.gui.forms.bind.DummyBindingStrategy
-
Reads a property from the given model object.
- readProperty(Object, String) - Method in interface net.sf.jguiraffe.gui.forms.BindingStrategy
-
Reads the value of the specified property from the given model object.
- recalibrate(int[]) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnRecalibrator
-
Recalibrates the internally stored column sizes.
- recalibrate(int[]) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Recalibrates the internally stored column sizes.
- RED - net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Default color red.
- ReferenceTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class that can be used to define references to other components or groups in the body of a
ComponentHandlerTag. - ReferenceTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
- ReflectionUtils - Class in net.sf.jguiraffe.di
-
An utility class that provides some functionality related to reflection and dependency injection.
- RegexValidator - Class in net.sf.jguiraffe.transform
-
A specialized
Validatorimplementation that uses regular expressions to validate user input. - RegexValidator() - Constructor for class net.sf.jguiraffe.transform.RegexValidator
- registerBaseClassConverter(Converter, Class<?>) - Method in class net.sf.jguiraffe.di.ConversionHelper
-
Registers a converter for the given base class and all derived classes.
- registerBeanCreationListeners(BeanContext, BuilderData) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Registers the
BeanCreationListenerobjects defined by theBuilderDataobject at the specifiedBeanContext. - registerClassLoader(String, ClassLoader) - Method in interface net.sf.jguiraffe.di.ClassLoaderProvider
-
Registers a
ClassLoaderunder the given name. - registerClassLoader(String, ClassLoader) - Method in class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Allows to register a class loader under a symbolic name.
- registerClassLoader(String, ClassLoader) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Registers a class loader under a name.
- registerController(Object, Window) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowControllerTag
-
Checks the interfaces implemented by the controller bean and performs necessary registrations.
- registerConverter(Converter, Class<?>) - Method in class net.sf.jguiraffe.di.ConversionHelper
-
Registers a converter for the specified target class.
- registerDefaultConverters(ConversionHelper) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Registers default converters at the specified
ConversionHelperinstance. - registerExtendedTagLibraries(JellyContext, BuilderData) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Registers the builder tag libraries at the given context.
- registerListener(String, ComponentHandler<?>, FormEventManager, FormListenerType) - Method in interface net.sf.jguiraffe.gui.builder.event.PlatformEventManager
-
Registers an event listener of the given type at the specified component.
- registerListener(EventListener) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Registers the event listener.
- registerListener(EventListener) - Method in class net.sf.jguiraffe.gui.builder.action.tags.FormEventListenerTag
-
Registers the specified event listener.
- registerListener(EventListener) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowListenerTag
-
Registers the event listener.
- registerPopupMenuHandler(Object, PopupMenuHandler, ComponentBuilderData) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Registers the specified
PopupMenuHandlerat the given UI component. - registerPopupMenuHandler(Object, PopupMenuHandler, ComponentBuilderData) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Registers the specified
PopupMenuHandlerat the given UI component. - registerTagLibraries(JellyContext) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Registers the required builder tag libraries at the given context.
- release(BeanBuilderResult) - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilder
-
Releases the specified
BeanBuilderResultobject. - release(BeanBuilderResult) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Releases the specified
BeanBuilderResultobject. - release(BuilderData) - Method in interface net.sf.jguiraffe.gui.builder.Builder
-
Releases the specified
BuilderDataobject. - release(BuilderData) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Frees all resources associated with the specified
BuilderDataobject. - releaseBeanBuilderResults(Collection<BeanBuilderResult>) - Method in class net.sf.jguiraffe.gui.app.Application
-
Releases the results of bean builder operations that were created during initialization of this application.
- removeAction(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Removes the action with the specified name from this store.
- removeActionFromGroup(String, String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Removes the specified action from the given group.
- removeActionListener(String, FormActionListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes the specified action listener for the specified component.
- removeActionListener(FormActionListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes an action listener that is registered for all components.
- removeBean(String) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Removes the bean with the given name.
- removeBeanContributor(SimpleBeanStoreImpl.BeanContributor) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Removes the specified bean contributor from this object.
- removeBeanCreationListener(BeanCreationListener) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Removes the specified
BeanCreationListenerfrom this context. - removeBeanCreationListener(BeanCreationListener) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Removes the specified
BeanCreationListenerfrom this context. - removeBeanCreationListener(BeanCreationListener) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Removes the specified
BeanCreationListenerfrom this context. - removeBeanProvider(String) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Removes the
BeanProviderwith the specified name from this bean store. - removeBeanProvider(String) - Method in interface net.sf.jguiraffe.di.MutableBeanStore
-
Removes the
BeanProviderwith the specified name from this bean store. - removeChangeListener(String, FormChangeListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes the specified change listener for the specified component.
- removeChangeListener(FormChangeListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes a change listener that is registered for all components.
- removeComponent(Object) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Removes the specified component from this layout.
- removeCovariantDuplicates(List<Method>) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Removes duplicate methods from the specified list.
- removeEventListener(String, String, EventListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes an arbitrary event listener from a component.
- removeEventListenerFromObject(Object, String, EventListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes an arbitrary event listener from the specified object.
- removeExpansionListener(TreeExpansionListener) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Removes the specified expansion listener from this tree component.
- removeFieldStatusListener(FormControllerFieldStatusListener) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Removes the specified
FormControllerFieldStatusListenerfrom this controller. - removeFocusListener(String, FormFocusListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes the specified focus listener for the specified component.
- removeFocusListener(FormFocusListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes a focus listener that is registered for all components.
- removeFormContextListener(FormContextListener) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Removes the specified
FormContextListenerfrom this object. - removeFormListener(FormControllerFormListener) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Removes the specified
FormControllerFormListenerfrom this controller. - removeGroup(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Removes the group with the specified name.
- removeItem(int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.ListComponentHandler
-
Removes the list item at the given index.
- removeListener(FormListenerType, String, FormEventListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Performs the actual removal of an event listener.
- removeMouseListener(String, FormMouseListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes the specified mouse listener from the component with the given name.
- removeMouseListener(FormMouseListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes a mouse listener that is registered for all components.
- removeMouseListener(FormMouseListener) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Removes the specified mouse listener from this window.
- removePreExpansionListener(TreePreExpansionListener) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Removes the specified
TreePreExpansionListenerfrom this tree component. - removeQueueListener(CommandQueueListener) - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Removes the specified event listener from this command queue.
- removeQueueListener(CommandQueueListener) - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Removes the specified event listener from this queue.
- removeShutdownListener(ApplicationShutdownListener) - Method in class net.sf.jguiraffe.gui.app.Application
-
Removes the specified shutdown listener.
- removeValidationListener(FormControllerValidationListener) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Removes the specified
FormControllerValidationListenerfrom this controller. - removeWindowListener(WindowListener) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Removes a window listener for this window.
- replaceSelectedText(String) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Replaces the text currently selected by the specified string.
- RequiredValidator - Class in net.sf.jguiraffe.transform
-
A specialized
Validatorimplementation that checks whether data was entered in mandatory fields. - RequiredValidator() - Constructor for class net.sf.jguiraffe.transform.RequiredValidator
- reset() - Method in class net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
-
Resets this builder.
- reset() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Resets all properties set so far.
- reset() - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Resets all properties of this builder to default values.
- reset() - Method in class net.sf.jguiraffe.transform.DefaultValidationResult.Builder
-
Resets this builder.
- resetBean() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Resets any so far created bean.
- resetCurrentRow() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Resets the current row index.
- resolve(BeanStore, DependencyProvider) - Method in interface net.sf.jguiraffe.di.Dependency
-
Resolves this dependency starting from the specified
BeanStore. - resolve(BeanStore, DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.ClassDependency
-
Resolves this dependency on the specified bean store.
- resolve(BeanStore, DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.NameDependency
-
Resolves the named dependency from the specified bean store.
- resolve(BeanStore, DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Returns the
BeanProviderthisDependencyrefers to. - resolve(ResourceManager, Locale) - Method in class net.sf.jguiraffe.resources.Message
-
Resolves this message and returns its text value in the given locale.
- resolveClass(ClassLoaderProvider) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
A convenience method for resolving the class specified by this data object.
- resolveClassDescData(JellyContext, ClassDescData) - Static method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Resolves the specified
ClassDescDataobject. - resolveClassDescription(JellyContext, ClassDescription) - Static method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Resolves the specified
ClassDescription. - resolveColor(String) - Static method in class net.sf.jguiraffe.gui.builder.components.ColorHelper
-
The main method for resolving a color definition.
- resolveConstantValue(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Obtains the value of the constant field from the target class.
- resolveIconHandler(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Resolves the
TreeIconHandlerbean. - resolveModel(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Obtains the model for the table.
- resolveResourceURL(String, String) - Static method in class net.sf.jguiraffe.gui.app.Application
-
Deprecated.This method does not make sense in the public interface of this class. It will be removed in later versions. Use corresponding functionality from the
LocatorUtilsclass instead. - resolveText(ApplicationContext) - Method in class net.sf.jguiraffe.gui.app.TextResource
-
Resolves this resource and returns its text value.
- resolveTitle(ApplicationContext) - Method in class net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
-
Resolves the title for the dialog using the given application context.
- ResourceGroup - Interface in net.sf.jguiraffe.resources
-
Definition of an interface for resource groups.
- resourceID(ApplicationResources.Keys) - Static method in class net.sf.jguiraffe.gui.app.ApplicationResources
-
A convenience method for generating the resource ID for the specified enumeration literal.
- ResourceLoader - Interface in net.sf.jguiraffe.resources
-
Definition of an interface for objects that are able to load resource groups.
- ResourceManager - Interface in net.sf.jguiraffe.resources
-
Definition of an interface for accessing resources in a generic way.
- ResourceManagerImpl - Class in net.sf.jguiraffe.resources.impl
-
A default implementation of the
ResourceManagerinterface. - ResourceManagerImpl() - Constructor for class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Creates a new instance of
ResourceManagerImpl. - ResourceManagerImpl(ResourceLoader) - Constructor for class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Creates a new instance of
ResourceManagerImpland initializes the associated resource loader. - ResourceTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag for resolving resources on the class path and creating corresponding URI strings.
- ResourceTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
- RestrictedDependencyProvider - Class in net.sf.jguiraffe.di.impl
-
An implementation of the
DependencyProviderinterface, which does not support external dependencies. - RestrictedDependencyProvider(ClassLoaderProvider, InvocationHelper) - Constructor for class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Creates a new instance of
RestrictedDependencyProviderand initializes it with the specifiedClassLoaderProviderand theInvocationHelper. - RET_CANCEL - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the return value CANCEL.
- RET_NO - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the return value NO.
- RET_OK - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the return value OK.
- RET_YES - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the return value YES.
- RIGHT - net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment
-
Constant for the alignment RIGHT: The icon is right to the text.
- RIGHT - net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.Placement
-
Tabs are placed at the right.
- RIGHT - net.sf.jguiraffe.gui.builder.event.Keys
-
The right arrow key.
- RIGHT - net.sf.jguiraffe.gui.layout.ButtonLayout.Alignment
-
The alignment right.
- rowsDeleted(int, int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Notifies the table that a number of rows has been deleted.
- rowsInserted(int, int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Notifies the table that new rows have been inserted.
- rowsUpdated(int, int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Notifies the table that a number of rows has been modified.
- run() - Method in class net.sf.jguiraffe.gui.app.Application
-
The main execute method of this application.
- run() - Method in class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
Executes this task.
- run() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Executes this task.
- run(FormAction, BuilderEvent) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionTask
-
Implements the logic behind an action.
S
- saveUserConfiguration() - Method in class net.sf.jguiraffe.gui.app.Application
-
Stores the configuration with user specific settings if there have been changes.
- saveUserConfiguration(boolean) - 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
Commandobjects that are interested in the point of time they are passed to aCommandQueue. - 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.
- 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
- 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
Acceleratorfor 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
acceptNullflag. - 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
ActionDataobject. - 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(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 class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Sets the additional tool tip for the component with the given name.
- 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
ElementEnablerthat 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(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Setter method of the alignment attribute.
- setAlignment(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Setter method of the alignment attribute.
- setAlignment(TextIconAlignment) - Method in interface net.sf.jguiraffe.gui.builder.components.model.StaticTextData
-
Sets the alignment of the text and the icon.
- 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(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 interface net.sf.jguiraffe.gui.app.ApplicationClient
-
Sets a reference to the global
Applicationobject. - setApplication(Application) - Method in class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
Sets the central
Applicationobject. - setApplication(Application) - Method in class net.sf.jguiraffe.gui.app.OpenWindowCommand
-
Sets the central
Applicationinstance. - setApplication(Application) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
-
Initializes this object with a reference to the central
Applicationobject. - 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
Applicationobject in the target object. - setAttributes(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Set method of the
attributesattribute. - 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.gui.builder.components.RadioGroupWidgetHandler
-
Sets the background color of the underlying widget.
- 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
BeanContextto 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
BeanProviderthat will be used for creating the managed bean. - SetBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A specialized
CollectionBeanProviderimplementation that creates ajava.util.Setbean. - SetBeanProvider(Collection<Dependency>, boolean) - Constructor for class net.sf.jguiraffe.di.impl.providers.SetBeanProvider
-
Creates a new instance of
SetBeanProviderand 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
ElementEnablerthat is invoked before the execution of this task. - setBindingStrategy(BindingStrategy) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the
BindingStrategyto be used by the current form. - setBold(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Set method of the
boldattribute. - 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.
- 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
Builderthat processed this object. - setBuilder(Builder) - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Sets a reference to the
Builderthat 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.
- setCancel(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
-
Set method of the
cancelattribute. - setCancelButtonName(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the name of the cancel button for the current window.
- setCancelCommand(Command) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the command to be executed when the form is canceled.
- setCanceledCallback(DialogCanceledCallback<?>) - Method in class net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
-
Sets a callback to be invoked when the dialog is canceled.
- setCanceledCallback(DialogCanceledCallback<D>, D) - Method in class net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
-
Sets a callback to be invoked when the dialog is canceled with a context data object.
- setCanShrink(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Set method of the
canShrinkattribute. - setCanShrink(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Sets method of the
canShrinkattribute. - 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.
- setClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Set method for the
classLoaderattribute. - 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
ClassLoaderProviderto be used by this context. - setClassLoaderProvider(ClassLoaderProvider) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Sets the
ClassLoaderProviderto be used by this context. - setClassLoaderProvider(ClassLoaderProvider) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Sets the
ClassLoaderProviderto be used by this bean context. - setClassLoaderProvider(ClassLoaderProvider) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Sets the
ClassLoaderProviderto 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
ClassLoaderProviderto be used. - setClearVariables(boolean) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Sets the value of the
clear variablesflag. - 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(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.
- setColumns(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Setter method of the columns attribute.
- 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(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ToggleButtonTag
-
Setter method of the command attribute.
- setCommand(Command) - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Sets the command object.
- 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(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.
- setComponent(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
-
Setter method of the component attribute.
- 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.
- setComponentBuilderData(ComponentBuilderData) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the
ComponentBuilderDataobject. - 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
AccessibleCompositeimplementation 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.
- setContainerSelector(ContainerSelector) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the
ContainerSelectorto be used by this object. - 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
ConversionHelperobject to be associated with this instance. - setConversionHelper(ConversionHelper) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Sets the
ConversionHelperassociated with this object. - setCreationBeanContext(BeanContext) - Method in interface net.sf.jguiraffe.di.DependencyProvider
-
Sets the
BeanContextthat is responsible for aBeanCreationEventnotification. - setCreationBeanContext(BeanContext) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Sets the context that is responsible for a bean creation event.
- setCurrentFile(File) - Method in class net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
-
Allows pre-selecting a specific file.
- setCurrentFilterIndex(int) - Method in class net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
-
Sets the index of the filter to be active when the dialog is opened.
- 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(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.
- 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
defaultattribute. - setDefaultAlignment(CellAlignment) - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Sets the default
CellAlignmentused 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
delimiterattribute. - 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.
- 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
ElementEnableris 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
ElementEnableris 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
fieldattribute. - 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.
- setFilters(List<FileExtensionFilter>) - Method in class net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
-
Sets the filters for the file types to be displayed.
- setFilters(FileExtensionFilter...) - Method in class net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
-
Sets the filters for the file types to be displayed as var args.
- 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.RadioGroupWidgetHandler
-
Sets the font of this widget.
- 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.gui.builder.components.RadioGroupWidgetHandler
-
Sets the foreground color of the underlying widget.
- 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
FormValidatorfor validating the current form. - setFormValidator(FormValidator) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets a
FormValidatorfor the the associated form. - setFormValidator(FormValidator) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Sets the form validator.
- setFormValidator(ValidatorWrapper) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Sets the form level 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
GUISynchronizerobject to be used by this application. - setGUISynchronizer(GUISynchronizer) - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Sets the
GUISynchronizerto 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
StaticTextDataobjects. - 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.
- 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.
- 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.
- setInitialDirectory(File) - Method in class net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
-
Allows setting the initial directory for the file chooser dialog.
- setInitialDirectory(File) - Method in class net.sf.jguiraffe.gui.dlg.filechooser.DirectoryChooserOptions
-
Allows setting the initial directory for the directory chooser dialog.
- 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
-
Sets the
InvocationHelperto be used by this object. - setItalic(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Set method of the
italicattribute. - 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.
- setLastValidationStatus(String, FieldValidationStatus) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the last
FieldValidationStatusfor 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
listenerClassattribute. - 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
locatorattribute. - 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
majorTicksattribute. - setMax(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the
maxattribute. - setMax(Integer) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Set method for 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
MessageOutputobject. - 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
MessageOutputobject 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(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the
minattribute. - setMin(Integer) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Set method for the min attribute.
- 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
minorTicksattribute. - 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.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(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
multiattribute. - 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
nameattribute. - 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
nameattribute. - setName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ContextBeanTag
-
Set method of the
nameattribute. - setName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Set method of the
nameattribute. - 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
orderedattribute. - setOrientation(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the
orientationattribute. - setOrientation(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Set method for the
orientationattribute. - 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.
- setPercentWidth(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Set method of the
percentWidthattribute. - 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) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
-
Set method of the
propertyattribute. - setProperty(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
-
Set method of the property attribute.
- 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, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Sets a property.
- SetPropertyInvocation - Class in net.sf.jguiraffe.di.impl
-
A special
Invocationimplementation for setting properties. - SetPropertyInvocation(String, Dependency) - Constructor for class net.sf.jguiraffe.di.impl.SetPropertyInvocation
-
Creates a new instance of
SetPropertyInvocationand 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
-
A tag handler class that creates a
object.SetPropertyInvocation - 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
resourceattribute. - setResourceLoader(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Setter method for the
resourceLoaderattribute. - setResourceLoader(ResourceLoader) - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Sets the
ResourceLoaderto use. - setResourceLoader(ResourceLoader) - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Sets the
ResourceLoaderfor 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
resultVarattribute. - 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(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Setter method of the rows attribute.
- setRows(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Setter method of the rows attribute.
- setScrollHeight(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Set method of the
scrollHeightattribute. - setScrollHeight(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method of the
scrollHeightattribute. - setScrollHeight(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Set method of the
scrollHeightattribute. - setScrollHeight(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Set method of the
scrollHeightattribute. - setScrollWidth(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Set method of the
scrollWidthattribute. - setScrollWidth(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method of the
scrollWidthattribute. - setScrollWidth(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Set method of the
scrollWidthattribute. - setScrollWidth(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Set method of the
scrollWidthattribute. - 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(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method for the selectionBackground attribute.
- setSelectionBackground(Color) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Sets the background color for the selection.
- setSelectionForeground(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method for the selectionForeground attribute.
- setSelectionForeground(Color) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Sets the foreground color for the selection.
- setShortEvaluation(boolean) - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Sets the
shortEvaluationflag. - setShowLabels(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the
showLabelsattribute. - setShowTicks(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the
showTicksattribute. - 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
sizeattribute. - setSize(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Setter method of the size attribute.
- 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
CollectionTagimplementation 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
targetBeanattribute. - 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
targetClassattribute. - 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
targetClassLoaderattribute. - 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
targetClassNameattribute. - 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.
- 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
StaticTextDataobjects. - 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.
- setTitle(String) - Method in class net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
-
Allows setting a title for the dialog as string.
- 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.
- setTitleResource(Object) - Method in class net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
-
Allows setting the title for the dialog as a resource ID.
- 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.tags.AbstractActionDataTag
-
Setter method for the tooltip attribute.
- setTooltip(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Set method of the
tooltipattribute. - setTooltip(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Set 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(Object, String) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Sets the tool tip of the specified component.
- 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.components.RadioGroupWidgetHandler
-
Sets the tool tip text of the underlying widget.
- 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 interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Sets the tool tip text of the underlying widget.
- 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, String) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Sets the tool tip of the component with the given name.
- setToolTipManager(ToolTipManager) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the
ToolTipManagerfor 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
tooltipresattribute. - 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
tooltipresgrpattribute. - 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(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.
- setType(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
-
Setter method for the type attribute.
- setType(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
-
Set method of the
typeattribute. - 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
FormValidationMessageFormatobject 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(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.ListModelItemTag
-
Setter method of 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.
- 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
valueRefattribute - setVar(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
-
Set method of the
varattribute. - setVar(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Set method of the
varattribute. - setVar(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Set method of the
varattribute. - 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
varattribute. - setVar(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ContextBeanTag
-
Set method of the
varattribute. - 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
varattribute. - setVariable(String, Object) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Sets the value of the specified variable.
- setVisible(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
-
Sets the visible flag of the wrapped widget.
- 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.
- 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(int) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the width attribute.
- setWidth(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Set method for the width attribute.
- setWindowBuilderData(WindowBuilderData) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the
WindowBuilderDataobject. - 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
WindowClosingStrategyfor this window. - 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.
- SHIFT - net.sf.jguiraffe.gui.builder.event.Modifiers
-
Constant representing the SHIFT modifier key.
- 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.
- showChooseDirectoryDialog(DirectoryChooserOptions) - Method in interface net.sf.jguiraffe.gui.dlg.filechooser.FileChooserDialogService
-
Displays a dialog for selecting a directory.
- showMainWindow(Window) - Method in class net.sf.jguiraffe.gui.app.Application
-
Shows the application's main window.
- showOpenFileDialog(FileChooserOptions) - Method in interface net.sf.jguiraffe.gui.dlg.filechooser.FileChooserDialogService
-
Displays a dialog for selecting a single file to be opened.
- showOpenMultiFileDialog(MultiFileChooserOptions) - Method in interface net.sf.jguiraffe.gui.dlg.filechooser.FileChooserDialogService
-
Displays a dialog for selecting multiple files to be opened.
- showSaveFileDialog(FileChooserOptions) - Method in interface net.sf.jguiraffe.gui.dlg.filechooser.FileChooserDialogService
-
Displays a dialog for selecting a file for a save operation.
- shutdown() - Method in class net.sf.jguiraffe.gui.app.Application
-
Shuts down this application unconditionally.
- shutdown(boolean) - Method in class net.sf.jguiraffe.gui.app.Application
-
Shuts down this application unconditionally, optionally without asking shutdown listeners for permission.
- 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.
- shutdown(Object, Object) - Method in class net.sf.jguiraffe.gui.app.Application
-
Shuts down this application.
- shutdown(DependencyProvider) - Method in interface net.sf.jguiraffe.di.BeanProvider
-
Notifies this
BeanProviderthat 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
BeanProviderthat 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(Application) - Method in interface net.sf.jguiraffe.gui.app.ApplicationShutdownListener
-
Notifies this listener that the associated application terminates now.
- 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
BeanStoreinterface. - 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
SimpleBeanStoreImpland 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
SimpleBeanStoreImplobject. - 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
SimplePopupMenuHandlerand initializes it with the content of the menu. - SingletonBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A specialized life-cycle supporting
BeanProviderimplementation for creating singleton beans. - SingletonBeanProvider(BeanProvider) - Constructor for class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Creates a new instance of
SingletonBeanProviderand initializes it with the bean provider for creating a bean instance. - SingletonBeanProvider(BeanProvider, Invokable) - Constructor for class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Creates a new instance of
SingletonBeanProviderand initializes it with the bean provider for creating a bean instance and the invocation object for performing initialization. - SingletonBeanProvider(BeanProvider, Invokable, Invokable) - Constructor for class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Creates a new instance of
SingletonBeanProviderand initializes it with the bean provider for creating a bean instance andInvokableobjects for initializing and releasing the bean managed by this provider. - size() - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns the number of
Invokableobjects contained in this chain. - size() - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns the number of child
BeanStoreobjects stored in this combined store. - 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.
- SPACE - net.sf.jguiraffe.gui.builder.event.Keys
-
The space key.
- 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
PercentDatainstance 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
PercentDatainstance 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
PercentDatainstance 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
- START - net.sf.jguiraffe.gui.layout.CellAlignment
-
The alignment start.
- 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
StaticTextDatainterface. - 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
Transformerinterface for converting data toStaticTextDataobjects. - 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
BeanProviderin 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.
- STRING - net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
-
The column class String.
- 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.
- syncInvoke(Runnable) - Method in interface net.sf.jguiraffe.gui.builder.utils.GUISynchronizer
-
Invokes the given runnable object synchronously on the event dispatch thread.
- SYNTAX - net.sf.jguiraffe.gui.forms.ValidationPhase
-
The validation phase "field".
T
- TAB - net.sf.jguiraffe.gui.builder.event.Keys
-
The tab key.
- TabbedPaneTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specialized tag handler implementation for creating a tabbed pane.
- TabbedPaneTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Creates a new instance of
TabbedPaneTag. - TabbedPaneTag.Placement - Enum in net.sf.jguiraffe.gui.builder.components.tags
-
An enumeration class that defines the valid values for the
placementattribute. - TabbedPaneTag.TabData - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A data class that holds all properties of a register that can be added to a tabbed pane.
- TabData() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
- TableColumnRecalibrator - Interface in net.sf.jguiraffe.gui.builder.components.tags.table
-
Definition of an interface for a component which can recalibrate itself based on the column widths of a table.
- TableColumnTag - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A tag handler class for defining columns of a table component.
- TableColumnTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Creates a new instance of
TableColumnTag. - TableColumnWidthCalculator - Interface in net.sf.jguiraffe.gui.builder.components.tags.table
-
Definition of an interface for a component which can calculate the widths of a table's columns given the total width of the table.
- TableColumnWidthController - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A helper class that provides functionality for managing the widths of the columns of a table.
- tableDataChanged() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Notifies the table about an unspecific change in the data of its model.
- TableEditorValidationHandler - Interface in net.sf.jguiraffe.gui.builder.components.tags.table
-
Definition of an interface to be implemented by objects interested in validation events triggered by a column editor.
- TableEditorValidationHandlerTag - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A tag handler class for defining the
to be used for a table component.TableEditorValidationHandler - TableEditorValidationHandlerTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.TableEditorValidationHandlerTag
-
Creates a new instance of
TableEditorValidationHandlerTag. - TableFormController - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A helper class for dealing with
Formobjects related to table components. - TableFormController(TableTag) - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Creates a new instance of
TableFormControllerand initializes it from the passed inTableTag. - TableHandler - Interface in net.sf.jguiraffe.gui.builder.components.model
-
A specialized
ComponentHandlerinterface dealing with specific functionality provided by tables. - TableSelectionHandler - Interface in net.sf.jguiraffe.gui.builder.components.tags.table
-
Definition of an interface that allows changing the way a selected or focused cell in the table is displayed.
- TableSelectionHandlerTag - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A tag handler class for defining selection handlers for a table component.
- TableSelectionHandlerTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.TableSelectionHandlerTag
-
Creates a new instance of
TableSelectionHandlerTag. - TableTag - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A tag that creates a table component.
- TableTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Creates a new instance of
TableTag. - TabTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class for creating register tab pages of a tabbed pane.
- TabTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Creates a new instance of
TabTag. - TextAreaTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific component tag that constructs a text area component.
- TextAreaTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
- TextData - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A helper class that provides some functionality for components that can display an internationalized text.
- TextData(FormBaseTag) - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Creates a new instance of
TextDataand initializes it with the given tag. - TextFieldTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific input component tag that constructs a text field component.
- TextFieldTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
- TextHandler - Interface in net.sf.jguiraffe.gui.builder.components.model
-
A specialized
ComponentHandlerimplementation for text components. - TextIconAlignment - Enum in net.sf.jguiraffe.gui.builder.components.model
-
An enumeration class that defines the alignment of the text and the icon of a label or button-like component.
- TextIconData - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A helper class that provides some functionality for components that can display both a text and an icon.
- TextIconData(FormBaseTag) - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Creates an instance of
TextIconDataand associates it with the specified tag. - TextIconTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A base class for simple components that support a display text and an icon.
- TextIconTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Creates a new instance of
TextIconTag. - TextListModel() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
-
Creates a new instance of
TextListModel. - TextListModelTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class that creates a text based
ListModel. - TextListModelTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
- TextListModelTag.TextListModel - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A simple implementation of the
ListModelinterface that maintains a list of display texts and a list with the corresponding values. - TextResource - Class in net.sf.jguiraffe.gui.app
-
A class representing a textual resource.
- TimeTransformer - Class in net.sf.jguiraffe.transform
-
A specialized transformer that transforms strings into date objects, taking only the time portion into account.
- TimeTransformer() - Constructor for class net.sf.jguiraffe.transform.TimeTransformer
- toDisplay(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.model.EditableComboBoxModel
-
Transforms a value object to a display object.
- ToggleButtonTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific tag handler class for creating toggle buttons.
- ToggleButtonTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ToggleButtonTag
- ToolbarTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specialized tag handler class for creating a toolbar component.
- ToolbarTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ToolbarTag
- ToolButtonTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specific tag handler class for creating toolbar buttons.
- ToolButtonTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ToolButtonTag
- ToolTipFieldMarker - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
A specialized
FormControllerValidationListenerimplementation that is able to adapt the tool tips of input elements for which validation messages are available. - ToolTipFieldMarker(FormValidationMessageFormat) - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.ToolTipFieldMarker
-
Creates a new instance of
ToolTipFieldMarkerand initializes it with the givenFormValidationMessageFormatobject. - ToolTipManager - Interface in net.sf.jguiraffe.gui.builder.components
-
Definition of an interface for a component that manages the tool tips of UI elements.
- TOP - net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.Placement
-
Tabs are placed at the top.
- toPixel(double, UnitSizeHandler, Object, boolean) - Method in enum net.sf.jguiraffe.gui.layout.Unit
-
Converts the specified value from this unit into pixels.
- toPixel(UnitSizeHandler, Object, boolean) - Method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Converts this number into a pixel value.
- toSpecificationString() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints
-
Returns a string specification for this
CellConstraintsobject. - toString() - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns a string representation for this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.ClassDependency
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.NameDependency
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.NullInvocation
-
Deprecated.Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Returns a string representation for this object.
- toString() - Method in class net.sf.jguiraffe.gui.app.TextResource
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.gui.builder.components.Color
-
Returns a String representation of this object.
- toString() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns a string representation for this object.
- toString() - Method in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
- toString() - Method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Returns a string representation for this object.
- toString() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints
-
Returns a string representation of this constraints object.
- toString() - Method in class net.sf.jguiraffe.gui.layout.CellGroup
-
Creates a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.locators.ByteArrayLocator
-
Returns a string representation for this object.
- toString() - Method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.locators.FileLocator
-
Returns a string representation for this object.
- toString() - Method in class net.sf.jguiraffe.locators.URLLocator
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.resources.Message
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Returns a string representation for this object.
- ToStringTransformer - Class in net.sf.jguiraffe.transform
-
A generic
Transformerimplementation that transforms arbitrary objects into formatted strings. - ToStringTransformer() - Constructor for class net.sf.jguiraffe.transform.ToStringTransformer
-
Creates a new instance of
ToStringTransformer. - toUnitString() - Method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Returns a string representation for the stored value and the unit.
- toValue(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.model.EditableComboBoxModel
-
Transforms a display object to a value object.
- toWindow(Object) - Static method in class net.sf.jguiraffe.gui.builder.window.WindowUtils
-
Tries to cast the specified object into a
Window. - toWindowEx(Object) - Static method in class net.sf.jguiraffe.gui.builder.window.WindowUtils
-
Tries to cast the specified object into a
Window. - transform(Object) - Method in class net.sf.jguiraffe.gui.forms.DefaultTransformerWrapper
-
Invokes the transformer.
- transform(Object) - Method in interface net.sf.jguiraffe.gui.forms.TransformerWrapper
-
Invokes the wrapped transformer for transforming the passed in object.
- transform(Object, TransformerContext) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
The main method of the
Transformerinterface. - transform(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Transforms the specified object.
- transform(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.DummyTransformer
-
Transforms the passed in object.
- transform(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Transforms the specified object to the target format.
- transform(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Transforms the specified object.
- transform(Object, TransformerContext) - Method in interface net.sf.jguiraffe.transform.Transformer
-
The main method of the
Transformerinterface. - transformDate(String, DateFormat) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Parses the specified date string.
- transformDate(Date, TransformerContext) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Transforms a date object.
- transformDecimalNumber(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Transforms a decimal number object.
- Transformer - Interface in net.sf.jguiraffe.transform
-
Definition of the
Transformerinterface. - TransformerBaseTag<T> - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A base class for tags that create transformers or validators.
- TransformerBaseTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
-
Creates a new instance of
TransformerBaseTag. - TransformerBaseTag(Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
-
Creates a new instance of
TransformerBaseTagand sets the default class. - TransformerContext - Interface in net.sf.jguiraffe.transform
-
Definition of an interface for accessing data needed by transformers.
- TransformerContextPropertiesWrapper - Class in net.sf.jguiraffe.transform
-
A specialized implementation of the
TransformerContextinterface that allows wrapping an existing context and extending its properties. - TransformerContextPropertiesWrapper(TransformerContext, Map<String, Object>) - Constructor for class net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
-
Creates a new instance of
TransformerContextPropertiesWrapperand initializes it. - TransformerTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class for creating
Transformerobjects and passing them to input component tags. - TransformerTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TransformerTag
-
Creates a new instance of
TransformerTag. - TransformerTag.Type - Enum in net.sf.jguiraffe.gui.builder.components.tags
-
An enumeration for the possible types of a transformer.
- TransformerWrapper - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for objects that wrap a transformer.
- transformIntegerNumber(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Transforms an integer number object.
- transformNull(TransformerContext) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Transforms a null object.
- transformObject(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Transforms an arbitrary object.
- transformSqlDate(String) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Transforms a date in string form to a date object.
- transformToDate(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Performs a transformation to a date object.
- transformToNumber(Object, TransformerContext, NumberFormat) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Transforms the given object into a number.
- transformToString(Date, TransformerContext) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Performs a transformation from a date to string.
- TreeConfigurationChangeHandler - Class in net.sf.jguiraffe.gui.builder.components.model
-
A helper class for concrete tree view implementations that supports the processing of change events fired by a configuration serving as tree model.
- TreeConfigurationChangeHandler(HierarchicalConfiguration, TreeModelChangeListener) - Constructor for class net.sf.jguiraffe.gui.builder.components.model.TreeConfigurationChangeHandler
-
Creates a new instance of
TreeConfigurationChangeHandlerand initializes it with the givenHierarchicalConfigurationand the change listener. - TreeExpandVetoException - Exception in net.sf.jguiraffe.gui.builder.components.model
-
An exception class to be thrown to prevent a tree from expanding or collapsing a tree node.
- TreeExpandVetoException(TreeExpansionEvent, String) - Constructor for exception net.sf.jguiraffe.gui.builder.components.model.TreeExpandVetoException
-
Creates a new instance of
TreeExpandVetoExceptionand initializes it with the causing event and a message. - TreeExpansionEvent - Class in net.sf.jguiraffe.gui.builder.components.model
-
An event class reporting a change in the expanded state of a tree's node.
- TreeExpansionEvent(Object, TreeHandler, String, TreeExpansionEvent.Type, TreeNodePath) - Constructor for class net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
-
Creates a new instance of
TreeExpansionEventand initializes it. - TreeExpansionEvent.Type - Enum in net.sf.jguiraffe.gui.builder.components.model
-
An enumeration class defining the different types of a
TreeExpansionEvent. - TreeExpansionListener - Interface in net.sf.jguiraffe.gui.builder.components.model
-
An event listener interface to be implemented by objects that are interested in changes of the expansion state of tree nodes.
- TreeHandler - Interface in net.sf.jguiraffe.gui.builder.components.model
-
A specialized
ComponentHandlerinterface for dealing with tree components. - TreeIconHandler - Interface in net.sf.jguiraffe.gui.builder.components.tags
-
Definition of an interface for components that determine the icons displayed by a tree component.
- TreeIconTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag for defining icons for tree components.
- TreeIconTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
- treeModelChanged(ConfigurationNode) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeModelChangeListener
-
Notifies this object that a change of the model configuration was detected.
- TreeModelChangeListener - Interface in net.sf.jguiraffe.gui.builder.components.model
-
Definition of an interface to be implemented by components interested in changes on a tree model.
- TreeNodePath - Class in net.sf.jguiraffe.gui.builder.components.model
-
A class that represents a path in a tree component.
- TreeNodePath(Collection<ConfigurationNode>) - Constructor for class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Creates a new instance of
TreeNodePathand initializes it with the nodes comprising the path. - TreeNodePath(ConfigurationNode) - Constructor for class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Creates a new instance of
TreeNodePathand initializes it with the target node. - TreePreExpansionListener - Interface in net.sf.jguiraffe.gui.builder.components.model
-
An event listener interface to be implemented by objects that need to be notified before the expansion state of a tree's node changes.
- TreeTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag that creates a tree component.
- TreeTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Creates a new instance of
TreeTag. - TypeEventFilter - Class in net.sf.jguiraffe.gui.builder.event.filter
-
A specialized
EventFilterimplementation that filters by an event type. - TypeEventFilter() - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.TypeEventFilter
-
Creates a new instance of
TypeEventFilter. - TypeEventFilter(String) - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.TypeEventFilter
-
Creates a new instance of
TypeEventFilterand sets the name of the event type to be filtered.
U
- UNDEFINED - Static variable in class net.sf.jguiraffe.gui.app.TextResource
-
Constant for an undefined text resource.
- UNDEFINED - Static variable in class net.sf.jguiraffe.gui.builder.components.Color
-
Constant for an undefined color.
- UNDEFINED - Static variable in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Constant for an undefined coordinate or size information.
- Unit - Enum in net.sf.jguiraffe.gui.layout
-
An enumeration class for defining units.
- UnitSizeHandler - Interface in net.sf.jguiraffe.gui.layout
-
Definition of an interface for performing size calculations in a manner independent of a certain component model.
- unregisterListener(String, ComponentHandler<?>, FormEventManager, FormListenerType) - Method in interface net.sf.jguiraffe.gui.builder.event.PlatformEventManager
-
Removes an event listener of the given type from the specified component.
- UP - net.sf.jguiraffe.gui.builder.event.Keys
-
The up arrow key.
- updateDatePart(Date, Date) - Static method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Writes the given date part into the specified date object.
- updateField(FormController, String, FormValidatorResults, boolean) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Updates the colors for the given field.
- updateTimePart(Date, Date) - Static method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Writes the given time part into the specified date object.
- updateUserConfiguration() - Method in class net.sf.jguiraffe.gui.app.Application
-
Updates the user configuration.
- URLLocator - Class in net.sf.jguiraffe.locators
-
A specialized
Locatorimplementation that operates on URLs. - UseBeanBaseTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler base class for tags that deal with the creation of service beans.
- UseBeanBaseTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Creates a new instance of
UseBeanBaseTag. - UseBeanBaseTag(Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Creates an instance of
UseBeanBaseTagand sets the default class for newly created beans. - UseBeanBaseTag(Class<?>, Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Creates an instance of
UseBeanBaseTagand sets the default class for newly created beans and the base class for new beans as well. - useExistingBean(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
This method gets called if an existing bean should be used rather than creating a new one.
- USRCONF_NAME - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the user configuration.
V
- VALID - net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
-
The field is valid (and has already been visited).
- VALID - Static variable in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Constant for a validation result object for a successful validation.
- validate() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Performs a validation of the associated form.
- validate(Object) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Validates this form and writes its content into the specified model object if validation is successful.
- validate(ValidationPhase) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Performs validation for the specified phase and returns the results.
- validate(ValidationPhase) - Method in interface net.sf.jguiraffe.gui.forms.FieldHandler
-
Validates this field either at the field or the form level.
- validateAndDisplayMessages() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Performs a validation of the associated form and displays validation messages if this is not successful.
- validateColumn(Object, int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Validates a column in the current row.
- validateFieldData(Object) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Performs a form level validation of this field.
- validateFieldLevel() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Performs validation on the field level.
- validateFields() - Method in class net.sf.jguiraffe.gui.forms.Form
-
Validates the fields of this form.
- validateFields(Set<String>) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Validates a sub set of the fields of this form.
- validateForm(Object) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Validates the whole form using the
FormValidator. - validateFormLevel() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Performs validation on the form level.
- validateTag() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Validates the attributes of this tag.
- validateTag() - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextTag
-
Performs a validation for this tag.
- ValidationMessage - Interface in net.sf.jguiraffe.transform
-
Definition of an interface describing a validation message.
- ValidationMessageConstants - Class in net.sf.jguiraffe.transform
-
This class defines constants for the keys of validation messages.
- ValidationMessageHandler - Interface in net.sf.jguiraffe.transform
-
Definition of an interface for a central instance that manages validation messages.
- ValidationMessageLevel - Enum in net.sf.jguiraffe.transform
-
An enumeration class that defines possible levels for validation messages.
- validationPerformed(Object, Form, TableTag, FormValidatorResults, int, int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
-
Reacts on a validation.
- validationPerformed(Object, Form, TableTag, FormValidatorResults, int, int) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.table.TableEditorValidationHandler
-
Validation has been performed for a column editor of a table.
- validationPerformed(FormControllerValidationEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
A validation operation was performed by the
FormController. - validationPerformed(FormControllerValidationEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerValidationListener
-
Notifies this event listener that a validation operation was performed.
- validationPerformed(FormControllerValidationEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ToolTipFieldMarker
-
A validation operation has been performed.
- ValidationPhase - Enum in net.sf.jguiraffe.gui.forms
-
An enumeration class that describes the different validation phases.
- ValidationResult - Interface in net.sf.jguiraffe.transform
-
An interface that defines the results of a validation process.
- Validator - Interface in net.sf.jguiraffe.transform
-
Definition of a validator interface.
- ValidatorBaseTag<T extends Validator> - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A base class for tag handler implementations that create validators for input components.
- ValidatorBaseTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag
-
Creates a new instance of
ValidatorTag. - ValidatorBaseTag(Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag
-
Creates a new instance of
ValidatorTagand sets the default class. - ValidatorsTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class for combining multiple validators to be assigned to an input component.
- ValidatorsTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ValidatorsTag
-
Creates a new instance of
ValidatorsTag. - ValidatorTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class for creating
objects and associating them with input components.Validator - ValidatorTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ValidatorTag
- ValidatorWrapper - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for objects that wrap a
.Validator - validResultMapForForm(Form) - Static method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Creates a
java.util.Mapwith validation information for all fields of the specifiedForm. - validResultsForForm(Form) - Static method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Creates a valid
DefaultFormValidatorResultsfor the fields of the specifiedForm. - ValueData - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A data class for holding all information required for creating a value.
- ValueData(Tag) - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Creates a new instance of
ValueData. - valueOf(String) - Static method in enum net.sf.jguiraffe.di.impl.HelperInvocations
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.app.ApplicationResources.Keys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag.DragMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.Placement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.TransformerTag.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.event.FormFocusEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.event.FormListenerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.event.Keys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.event.Modifiers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.forms.DummyWrapper
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.forms.ValidationPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.layout.ButtonLayout.Alignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.layout.CellAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.layout.CellSize
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.layout.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.transform.ValidationMessageLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.sf.jguiraffe.di.impl.HelperInvocations
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.app.ApplicationResources.Keys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.components.Orientation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag.DragMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.Placement
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.TransformerTag.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.event.FormFocusEvent.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.event.FormListenerType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.event.Keys
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.event.Modifiers
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.forms.DummyWrapper
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.forms.ValidationPhase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.layout.ButtonLayout.Alignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.layout.CellAlignment
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.layout.CellSize
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.layout.Unit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.transform.ValidationMessageLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- ValueSupport - Interface in net.sf.jguiraffe.gui.builder.di.tags
-
Definition of an interface for tag handler classes that can be assigned a value.
- ValueTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler class for defining a value.
- ValueTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ValueTag
-
Creates a new instance of
ValueTag. - VAR_FIELD - Static variable in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Constant for the field variable.
- VAR_MSG - Static variable in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Constant for the msg variable.
- VAR_MSG_COUNT - Static variable in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Constant for the msgCount variable.
- VAR_MSG_INDEX - Static variable in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Constant for the msgIndex variable.
- VERTICAL - net.sf.jguiraffe.gui.builder.components.Orientation
-
Vertical orientation.
W
- waitForTx(BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Waits at the specified bean store until the current transaction finishes.
- WARNING - net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
-
The field is in warning state (and has already been visited).
- WARNING - net.sf.jguiraffe.transform.ValidationMessageLevel
-
The validation message level WARNING.
- WEST - Static variable in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Constant for the layout constraints West.
- WHITE - net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Default color white.
- WidgetHandler - Interface in net.sf.jguiraffe.gui.builder.components
-
Definition of an interface for dealing with widgets.
- Window - Interface in net.sf.jguiraffe.gui.builder.window
-
Definition of an interface for describing windows in a platform independent way.
- WINDOW_ACTIVATED - net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
-
The window was activated.
- WINDOW_CLOSED - net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
-
The window was closed.
- WINDOW_CLOSING - net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
-
The window is about to be closed.
- WINDOW_DEACTIVATED - net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
-
The window was deactivated.
- WINDOW_DEICONIFIED - net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
-
A window that was minimized to an icon was restored.
- WINDOW_ICONIFIED - net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
-
A window was minimized to an icon.
- WINDOW_OPENED - net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
-
The window was opened.
- WINDOW_PREFIX - Static variable in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Constant for the prefix for window beans.
- windowActivated(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.AutoReleaseListener
-
Window activated event.
- windowActivated(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Dummy implementation of this window event.
- windowActivated(WindowEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowListener
-
Callback method to notify a listener that a window was activated.
- WindowBaseTag - Class in net.sf.jguiraffe.gui.builder.window.tags
-
A base class for all tag handler classes that create windows.
- WindowBaseTag() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Creates a new instance of
WindowBaseTag. - WindowBuilderData - Class in net.sf.jguiraffe.gui.builder.window
-
A data class that stores important information needed during a window builder process.
- WindowBuilderData() - Constructor for class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Creates a new instance of
WindowBuilderData. - WindowBuilderException - Exception in net.sf.jguiraffe.gui.builder.window
-
A specialized exception class used for reporting error conditions related to the window builder.
- WindowBuilderException(String) - Constructor for exception net.sf.jguiraffe.gui.builder.window.WindowBuilderException
-
Creates a new instance of
WindowBuilderExceptionand sets the error message. - WindowBuilderException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.window.WindowBuilderException
-
Creates a new instance of
WindowBuilderExceptionand sets the error message and the root cause. - WindowBuilderException(Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.window.WindowBuilderException
-
Creates a new instance of
WindowBuilderExceptionand sets the root cause. - WindowBuilderTagLibrary - Class in net.sf.jguiraffe.gui.builder.window.tags
-
The tag library with the window builder tags.
- WindowBuilderTagLibrary() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.WindowBuilderTagLibrary
-
Creates a new instance of
WindowBuilderTagLibrary. - windowClosed(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.AutoReleaseListener
-
The window was closed.
- windowClosed(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
The associated window was closed.
- windowClosed(WindowEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowListener
-
Callback method to notify a listener that a window was closed.
- windowClosing(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.AutoReleaseListener
-
Window closing event.
- windowClosing(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Dummy implementation of this window event.
- windowClosing(WindowEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowListener
-
Callback method to notify a listener that a window is about to be closed.
- WindowClosingStrategy - Interface in net.sf.jguiraffe.gui.builder.window
-
Definition of an interface used to control whether a window can be closed.
- WindowControllerTag - Class in net.sf.jguiraffe.gui.builder.window.tags
-
A tag handler class that allows the creation of window controllers.
- WindowControllerTag() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.WindowControllerTag
-
Creates a new instance of
WindowControllerTag. - WindowControllerTag(Class<?>, Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.WindowControllerTag
-
Creates a new instance of
WindowControllerTagand allows setting a default bean class and a base class. - WindowData - Interface in net.sf.jguiraffe.gui.builder.window
-
Definition of an interface for providing (platform-independent) information about a window to be created.
- windowDeactivated(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.AutoReleaseListener
-
Window deactivated event.
- windowDeactivated(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Dummy implementation of this window event.
- windowDeactivated(WindowEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowListener
-
Callback method to notify a listener that a window was deactivated.
- windowDeiconified(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.AutoReleaseListener
-
Window deiconified event.
- windowDeiconified(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Dummy implementation of this window event.
- windowDeiconified(WindowEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowListener
-
Callback method to notify a listener that a window was deiconified.
- WindowEvent - Class in net.sf.jguiraffe.gui.builder.window
-
An event class used by the window builder framework to deliver event information related to windows.
- WindowEvent(Object, Window, WindowEvent.Type) - Constructor for class net.sf.jguiraffe.gui.builder.window.WindowEvent
-
Creates an instance of
WindowEventand sets the properties. - WindowEvent.Type - Enum in net.sf.jguiraffe.gui.builder.window
-
An enumeration for the different types of window events.
- windowFromEvent(WindowEvent) - Static method in class net.sf.jguiraffe.gui.builder.window.WindowUtils
-
Tries to cast the source window from the specified event object into a
Windowobject. - windowFromEventEx(WindowEvent) - Static method in class net.sf.jguiraffe.gui.builder.window.WindowUtils
-
Tries to cast the source window from the specified event object into a
Windowobject. - windowIconified(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.AutoReleaseListener
-
Window iconified event.
- windowIconified(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Dummy implementation of this window event.
- windowIconified(WindowEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowListener
-
Callback method to notify a listener that a window was iconified.
- WindowListener - Interface in net.sf.jguiraffe.gui.builder.window
-
Definition of an interface that must be implemented by objects that are interested in window related events.
- WindowListenerTag - Class in net.sf.jguiraffe.gui.builder.window.tags
-
A specialized event listener tag that can be used to register window listeners.
- WindowListenerTag() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.WindowListenerTag
-
Creates a new instance of
WindowListenerTag. - WindowManager - Interface in net.sf.jguiraffe.gui.builder.window
-
Definition of an interface for platform (or GUI library) specific window manager implementations.
- WindowManagerWrapper - Class in net.sf.jguiraffe.gui.builder.window
-
A base class for wrapper implementations of the
WindowManagerinterface. - WindowManagerWrapper(WindowManager) - Constructor for class net.sf.jguiraffe.gui.builder.window.WindowManagerWrapper
-
Creates a new instance of
WindowManagerWrapperand initializes it with the wrappedWindowManager. - windowOpened(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.AutoReleaseListener
-
Window opened event.
- windowOpened(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
The window containing the associated form was opened.
- windowOpened(WindowEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowListener
-
Callback method to notify a listener that a window was opened.
- WindowUtils - Class in net.sf.jguiraffe.gui.builder.window
-
A static utility class providing useful functionality for dealing with
Windowobjects. - WindowWrapper - Interface in net.sf.jguiraffe.gui.builder.window
-
Definition of an interface for objects that wrap "real" windows.
- withCellAlignment(CellAlignment) - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Sets the
alignmentproperty of theCellConstraintsinstance to be created. - withCellSize(CellSize) - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Sets the
sizeproperty of theCellConstraintsinstance to be created. - withColumnConstraints(CellConstraints) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Sets a
CellConstraintsreference for the column for thePercentDatainstance to be created. - withMinimumSize(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Sets the
minimumSizeproperty of theCellConstraintsinstance to be created. - withRowConstraints(CellConstraints) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Sets a
CellConstraintsreference for the row for thePercentDatainstance to be created. - withTargetColumn(int) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Initializes the
targetColumnproperty of thePercentDatainstance to be created. - withTargetRow(int) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Initializes the
targetRowproperty of thePercentDatainstance to be created. - withWeight(int) - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Sets the
weightproperty of theCellConstraintsinstance to be created. - WRITE - net.sf.jguiraffe.gui.builder.components.tags.TransformerTag.Type
-
A write transformer.
- writeProperty(Object, String, Object) - Method in class net.sf.jguiraffe.gui.forms.bind.BeanBindingStrategy
-
Writes a property to a model object.
- writeProperty(Object, String, Object) - Method in class net.sf.jguiraffe.gui.forms.bind.DummyBindingStrategy
-
Writes a property of the given model object.
- writeProperty(Object, String, Object) - Method in interface net.sf.jguiraffe.gui.forms.BindingStrategy
-
Writes the specified value of a property of the given model object.
X
- xy(int, int) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Initializes the column and the row index of the
PercentDatainstance to be created.
Y
- YELLOW - net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Default color yellow.
Z
- ZERO - Static variable in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Constant for the special value zero.
All Classes All Packages