Index

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 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form

A

AbstractActionDataTag - Klasse 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() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Creates a new instance of ActionDataTag and initializes it.
AbstractBeanTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
An abstract base class for tag handler implementations that create bean providers.
AbstractBeanTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
 
AbstractCompositeComponentHandler<T,S> - Klasse in net.sf.jguiraffe.gui.builder.components
An abstract base class for concrete implementations of the CompositeComponentHandler interface.
AbstractCompositeComponentHandler(Class<T>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
Creates a new instance of AbstractCompositeComponentHandler and initializes it with the data type class.
AbstractDecimalTransformer<T> - Klasse in net.sf.jguiraffe.transform
A base class for number transformers that operate on floating point numbers.
AbstractDecimalTransformer() - Konstruktor für Klasse net.sf.jguiraffe.transform.AbstractDecimalTransformer
 
AbstractDesktopTask - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
An abstract base class for action tasks that perform a desktop operation with the currently selected file.
AbstractDesktopTask(MainWndController) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
Creates a new instance of AbstractDesktopTask and sets the reference to the main controller.
AbstractDialogOptions<T,S> - Klasse in net.sf.jguiraffe.gui.dlg
An abstract base class for options classes for standard dialogs.
AbstractDialogOptions(DialogResultCallback<T, ?>) - Konstruktor für Klasse net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
Creates a new instance of AbstractDialogOptions and initializes it with the result callback.
AbstractDialogOptions(DialogResultCallback<T, D>, D) - Konstruktor für Klasse net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
Creates a new instance of AbstractDialogOptions and initializes it with the result callback and a data object to be passed to the callback when it is invoked.
AbstractEventFilter - Klasse in net.sf.jguiraffe.gui.builder.event.filter
An abstract base class for event filters.
AbstractEventFilter() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
Creates a new instance of AbstractEventFilter.
AbstractEventFilter(Class<?>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
Creates a new instance of AbstractEventFilter and initializes it with the base class.
AbstractEventFilter(Class<?>, boolean) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
Creates a new instance of AbstractEventFilter and initializes it with the base class and the acceptNull flag.
AbstractFileChooserOptions<T,S> - Klasse in net.sf.jguiraffe.gui.dlg.filechooser
An abstract base class for the options of file chooser dialogs.
AbstractFileChooserOptions(DialogResultCallback<T, ?>) - Konstruktor für Klasse net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
Creates a new instance of AbstractFileChooserOptions and sets the callback to be notified with the dialog result.
AbstractFileChooserOptions(DialogResultCallback<T, D>, D) - Konstruktor für Klasse net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
Creates a new instance of AbstractFileChooserOptions and sets the callback to be notified with the dialog result and an additional data object to be passed to the callback.
AbstractIntegerTransformer<T> - Klasse in net.sf.jguiraffe.transform
A base class for number transformers that operate on integer numbers.
AbstractIntegerTransformer() - Konstruktor für Klasse net.sf.jguiraffe.transform.AbstractIntegerTransformer
 
AbstractLocator - Klasse in net.sf.jguiraffe.locators
An adapter class for implementing concrete Locator classes.
AbstractLocator() - Konstruktor für Klasse net.sf.jguiraffe.locators.AbstractLocator
 
AbstractPopupMenuBuilder - Klasse in net.sf.jguiraffe.gui.builder.action
An abstract base class for implementations of the PopupMenuBuilder interface.
AbstractPopupMenuBuilder(ActionManager, ActionBuilder) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
Creates a new instance of AbstractPopupMenuBuilder.
AbstractRadioButtonHandler<T> - Klasse in net.sf.jguiraffe.gui.builder.components.model
A base class for ComponentHandler implementations for radio buttons.
AbstractRadioButtonHandler(Class<T>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
Creates a new instance of AbstractRadioButtonHandler.
AbstractStreamLocator - Klasse in net.sf.jguiraffe.locators
An abstract base class for Locator implementations that mainly operate on streams.
AbstractStreamLocator() - Konstruktor für Klasse net.sf.jguiraffe.locators.AbstractStreamLocator
Creates a new instance of AbstractStreamLocator.
Accelerator - Klasse in net.sf.jguiraffe.gui.builder.action
A class that represents an accelerator for invoking an action.
accept(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
Tests whether the passed in object is accepted by this filter.
accept(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.AndEventFilter
Tests the specified object whether it is accepted by this filter.
accept(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.event.filter.EventFilter
Tests whether the passed in object is accepted by this filter.
accept(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.OrEventFilter
Tests the specified object.
acceptEvent(BuilderEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
Tests if the passed in event object is accepted by this filter.
acceptEvent(BuilderEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.ClassEventFilter
Tests the specified event object.
acceptEvent(BuilderEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.TypeEventFilter
Tests the given event.
AccessibleComposite - Schnittstelle in net.sf.jguiraffe.gui.builder.components
An extended version of the Composite interface which also allows access to the data passed via the mutating methods.
ACTION - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormListenerType
The listener type Action.
ActionBuilder - Klasse in net.sf.jguiraffe.gui.builder.action
A central data class used during the action builder process.
ActionBuilder() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.ActionBuilder
 
ActionBuilderTagLibrary - Klasse in net.sf.jguiraffe.gui.builder.action.tags
The tag library for the action builder tags.
ActionBuilderTagLibrary() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionBuilderTagLibrary
Creates a new instance of ActionBuilderTagLibrary.
ActionContainer - Schnittstelle in net.sf.jguiraffe.gui.builder.action.tags
Definition of an interface for objects with container facilities.
ActionControlTag - Klasse 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() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
 
ActionData - Schnittstelle in net.sf.jguiraffe.gui.builder.action
Definition of an interface for describing properties of an action.
ActionDataImpl - Klasse in net.sf.jguiraffe.gui.builder.action
A straight forward implementation of the ActionData interface.
ActionDataImpl() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.ActionDataImpl
 
ActionDataTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A simple tag for creating objects of type ActionData.
ActionDataTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
 
ActionEnabler - Klasse in net.sf.jguiraffe.gui.builder.enablers
A specialized implementation of the ElementEnabler interface that can change the enabled state of actions.
ActionEnabler(String) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.enablers.ActionEnabler
Creates a new instance of ActionEnabler and initializes it with the name of the action to manipulate.
ActionGroupEnabler - Klasse in net.sf.jguiraffe.gui.builder.enablers
A specialized implementation of the ElementEnabler interface that can change the enabled state of action groups.
ActionGroupEnabler(String) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.enablers.ActionGroupEnabler
Creates a new instance of ActionGroupEnabler and initializes it with the name of the action group it is responsible for.
ActionHelper - Klasse in net.sf.jguiraffe.gui.builder.action
A helper class for dealing with actions.
ActionInvoker - Klasse in net.sf.jguiraffe.gui.builder.action
A class that allows to combine actions with event listeners.
ActionListenerTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A specific form event listener tag implementation that deals with action listeners.
ActionListenerTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionListenerTag
Creates a new instance of ActionListenerTag.
ActionManager - Schnittstelle 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 - Klasse in net.sf.jguiraffe.gui.builder.action
A base class for wrapper implementations of the ActionManager interface.
ActionManagerWrapper(ActionManager) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
Creates a new instance of ActionManagerWrapper and initializes it with the wrapped ActionManager.
actionPerformed(ActionEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
Callback method for action events.
actionPerformed(FormActionEvent) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskCommand
Notifies this object that the cancel button was pressed.
actionPerformed(FormActionEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.event.FormActionListener
This method gets called when an FormActionEvent occurs.
actionPerformed(FormActionEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Processes action events.
ActionStore - Klasse in net.sf.jguiraffe.gui.builder.action
A class for maintaining action objects.
ActionStore() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.ActionStore
Creates a new empty instance of ActionStore.
ActionStore(ActionStore) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.ActionStore
Creates a new instance of ActionStore and initializes the parent reference.
ActionTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A tag handler class for creating action objects.
ActionTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionTag
 
ActionTask - Schnittstelle in net.sf.jguiraffe.gui.builder.action
Definition of an interface for the task of an action.
ActionTaskTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A simple tag for specifying task objects for actions.
ActionTaskTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionTaskTag
 
add(String, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ComponentStore
Adds the specified component to this component store under the given name.
add(String, Object) - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentStoreImpl
Adds a new component to this store.
addAction(FormAction) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
Adds an action to the current menu.
addAction(FormAction) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionStore
Adds the specified action to this store.
addAction(FormAction) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.PopupMenuBuilder
Adds an action to the current menu.
addAction(PopupMenuBuilder, ComponentBuilderData, FormAction) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
Adds an action to the menu constructed by this handler.
addActionListener(ActionListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Adds an action listener at this component.
addActionListener(ActionListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
Adds the specified action listener at this event source.
addActionListener(String, FormActionListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Adds an action listener for the specified component.
addActionListener(FormActionListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Adds an action listener that will be notified about all occurring action events.
addActionToGroup(String, String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionStore
Adds the specified action to the given group.
addAnonymousBeanProvider(int, BeanProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanStore
Adds an anonymous BeanProvider.
addAnonymousBeanProvider(int, BeanProvider) - Methode in Schnittstelle net.sf.jguiraffe.di.MutableBeanStore
Adds an anonymous BeanProvider to this BeanStore.
addAnonymousBeanProvider(String, BeanProvider) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Adds an "anonymous" BeanProvider to a BeanStore.
addBean(String, Object) - Methode in Klasse net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
Adds the specified bean to this store.
addBeanContributor(SimpleBeanStoreImpl.BeanContributor) - Methode in Klasse net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
Adds a new BeanContributor to this object.
addBeanCreationListener(BeanCreationListener) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Adds a new BeanCreationListener to this context.
addBeanCreationListener(BeanCreationListener) - Methode in Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Adds the specified BeanCreationListener to this context.
addBeanCreationListener(BeanCreationListener) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Adds the specified BeanCreationListener to this context.
addBeanCreationListener(BeanCreationListener) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Adds the specified BeanCreationListener to this object.
addBeanCreationListeners(Collection<? extends BeanCreationListener>) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Adds all BeanCreationListener objects contained in the given collection to this object.
addBeanDuringApplicationStartup(String, Object) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Adds a BeanProvider to a BeanStore.
addBeanProvider(String, BeanProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanStore
Adds the specified BeanProvider to this bean store under the given name.
addBeanProvider(String, BeanProvider) - Methode in Schnittstelle net.sf.jguiraffe.di.MutableBeanStore
Adds the specified BeanProvider to this bean store under the given name.
addBeanRegistrationCallbacks(EventListener, String, Object) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Creates a BeanStore with the specified name and adds it to the internal list of existing bean stores.
addCallBack(ComponentBuilderCallBack, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Registers the specified call back at this builder data object.
addChangeListener(String, FormChangeListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Adds a change listener for the specified component.
addChangeListener(FormChangeListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Adds a change listener that will be notified about all occurring change events.
addChangeListener(ChangeListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Adds a change listener at the managed component.
addChangeListener(ChangeListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
Adds the specified change listener at this event source
addChildFilter(EventFilter) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.transform.ChainValidator
Adds a child validator to this chain validator.
addChildValidator(Validator, Map<String, Object>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ValidatorsTag
Adds a new child validator.
addChildValidator(Validator, Map<String, Object>) - Methode in Klasse net.sf.jguiraffe.transform.ChainValidator
Adds a child validator to this chain validator and sets special properties for the new child.
addColConstraints(CellConstraints) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Adds the specified constraints object to the list of column constraints.
addColGroup(CellGroup) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Adds the specified cell group object to the list of column groups.
addColumn(TableColumnTag) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Adds a tag representing a column to this table tag.
addColumnGroup(CellGroup) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Adds a CellGroup object for columns to this layout manager.
addComponent(Object, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Adds the specified component to the root container.
addComponent(Object, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.Composite
Adds the specified component to this container using the given constraints.
addComponent(Object, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.CompositeImpl
Adds the specified component to this container using the given constraints.
addComponent(Object, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
Adds the specified component to this container using the given constraints.
addComponent(Object, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
Adds a child component to this composite object.
addComponent(Object, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Adds an element to this container.
addComponent(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentGroup
Adds a component to this group.
addComponentHandler(String, ComponentHandler<?>) - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ComponentStore
Adds the specified component handler to this component store under the given name.
addComponentHandler(String, ComponentHandler<?>) - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentStoreImpl
Adds a new component handler to this store.
addComponentReference(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
Adds a reference to another component to this tag.
addComponentRegistrationCallbacks(EventListener, String) - Methode in Klasse 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[]>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
Adds the components of this container to the container widget.
addComponents(ComponentManager, Object, Collection<Object[]>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
Adds the components to this container.
addComponents(ComponentManager, Object, Collection<Object[]>) - Methode in Klasse 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[]>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabTag
Adds the child elements to the represented container.
addComponentToCompositeHandler(ComponentBuilderData, CompositeComponentHandler<?, S>, String) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
Helper method for adding the ComponentHandler of a component to a CompositeComponentHandler.
addConstraints(PercentLayoutTag, CellConstraints) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
Passes the newly created constraints object to the corresponding percent layout tag.
addConstraints(PercentLayoutTag, CellConstraints) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentColConstraintsTag
Adds the new constraints to the percent layout tag.
addConstraints(PercentLayoutTag, CellConstraints) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentRowConstraintsTag
Adds the new constraints to the percent layout tag.
addContainerComponent(Object, Object, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Adds a component to a container using the specified constraints.
addContainerComponent(Object, Object, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Adds a component to a container using the specified constraints.
addContainerComponent(Object, Object, Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Adds the specified component to a container using the given constraints.
addDefaultBaseClassConverter(Converter, Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Adds a new default base class converter to this builder.
addDefaultBaseClassConverters(Map<Class<?>, ? extends Converter>) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Adds all converters in the specified map as default base class converters to this object using the specified ClassLoaderProvider to resolve class names.
addDefaultConverter(Converter, Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Adds a new default converter to this builder.
addDefaultConverters(Map<Class<?>, ? extends Converter>) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Adds all converters in the specified map as default converters to this object.
addElement(Dependency) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
Adds a new element to the collection managed by this tag.
addEntry(Dependency, Dependency) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Adds a new entry to this map.
addEventListener(String, String, EventListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Adds a generic event listener to a component.
addEventListenerToObject(Object, String, EventListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Adds a generic event listener to the specified object.
addExpansionListener(TreeExpansionListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TreeHandler
Adds a TreeExpansionListener to this tree component.
addField(String, FieldHandler) - Methode in Klasse net.sf.jguiraffe.gui.forms.Form
Adds the specified field to this form.
addFieldHandler(String, FieldHandler) - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ComponentStore
Adds the specified field handler to this component store.
addFieldHandler(String, FieldHandler) - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentStoreImpl
Adds a new field handler to this store.
addFieldStatusListener(FormControllerFieldStatusListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Adds a FormControllerFieldStatusListener to this controller.
addFieldStatusListener(FormControllerFieldStatusListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
Adds a FormControllerFieldStatusListener.
addFilter(EventFilter) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
Adds the given filter to this chained filter.
addFilters(Collection<EventFilter>) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
Adds all filters in the given collection to this chained filter.
addFocusListener(FocusListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Registers a focus listener at the managed component.
addFocusListener(FocusListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
Adds the specified focus listener at this event source.
addFocusListener(String, FormFocusListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Adds a focus listener for the specified component.
addFocusListener(FormFocusListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Adds a focus listener that will be notified about all occurring focus events.
addFormContextListener(FormContextListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Adds a FormContextListener object to this data object.
addFormListener(FormControllerFormListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Adds a FormControllerFormListener to this controller.
addFormListener(FormControllerFormListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
Adds a FormControllerFormListener.
addGroup(PercentLayoutTag, CellGroup) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
Adds the newly created cell group object to the corresponding percent layout tag.
addGroup(PercentLayoutTag, CellGroup) - Methode in Klasse 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) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
Adds a reference to a component group to this tag.
addGroupToCompositeHandler(ComponentBuilderData, CompositeComponentHandler<?, ?>, ComponentGroup) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
Helper method for adding the ComponentHandler objects for all components in the specified group to a CompositeComponentHandler.
addHandler(String, ComponentHandler<S>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
Adds the specified child ComponentHandler to this CompositeComponentHandler.
addHandler(String, ComponentHandler<S>) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.CompositeComponentHandler
Adds a simple ComponentHandler object to this composite handler.
addIcon(String, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Adds an icon to this tree.
addIgnoreProperties(String...) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
A convenience method for adding multiple properties that should be ignored.
addInitializer(BeanInitializer) - Methode in Schnittstelle net.sf.jguiraffe.di.DependencyProvider
Registers a BeanInitializer.
addInitializer(BeanInitializer) - Methode in Klasse net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
Adds a BeanInitializer.
addInvokable(Invokable) - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Adds the specified Invokable object to this object.
addInvokable(Invokable) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
Adds an Invokable object to this tag.
addInvokable(Invokable) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
Adds an Invokable to this object.
addInvokable(Invokable, String) - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Adds the specified Invokable object to this object and initializes its result variable.
addInvokable(Invokable, String, String) - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Adds the specified Invokable object to this object and initializes its result variable and its source object.
addItem(int, Object, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.ListComponentHandler
Adds an item to the component's list model.
addItem(String, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
Adds a new item to the newly created model.
addItem(String, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
Adds a new item to this list model.
addLayoutComponent(Component, Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Adds a component to this layout.
addLayoutComponent(String, Component) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Adds a component to this layout manager using the given name as constraints object.
addListener(FormListenerType, String, FormEventListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Performs the actual adding of an event listener.
addListenerType(String, Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Adds another listener type specified by the type name and the listener class.
addListenerType(FormListenerType) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Adds another listener type in form of a FormListenerType object.
addMenuElement(PopupMenuBuilder, ComponentBuilderData, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
Adds an element to the menu to be constructed.
addMenuSeparator(ActionBuilder, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionManager
Adds a separator to the specified menu.
addMenuSeparator(ActionBuilder, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
Adds a separator to the specified menu.
addMenuSeparator(ActionBuilder, Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
Adds a separator to the given menu.
addMouseListener(MouseListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Adds the specified mouse listener to the managed component.
addMouseListener(MouseListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
Adds the specified mouse listener to this event source.
addMouseListener(String, FormMouseListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Adds a mouse listener to the specified component.
addMouseListener(FormMouseListener) - Methode in Klasse 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) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Adds a listener for mouse events to this window.
addMouseListener(FormMouseListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Adds a mouse listener to this window.
addMouseListener(FormMouseListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Adds a mouse listener to this window.
addParameter(ParameterTag) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
Adds a parameter to this invocation.
addPreExpansionListener(TreePreExpansionListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TreeHandler
Adds a TreePreExpansionListener to this tree component.
addProperty(String, Object) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Adds an additional property for the builder operation.
addQueueListener(CommandQueueListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.cmd.CommandQueue
Adds a new listener to this queue.
addQueueListener(CommandQueueListener) - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandQueueImpl
Adds an event listener to this queue.
addReference(ComponentHandlerTag.Reference) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
Adds a reference to the internal list.
addRowConstraints(CellConstraints) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Adds the specified constraints object to the list of row constraints.
addRowGroup(CellGroup) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Adds the specified cell group object to the list of row groups.
addRowGroup(CellGroup) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Adds a CellGroup object for rows to this layout manager.
addSelectedPath(TreeNodePath) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TreeHandler
Adds the specified path to the selection of the tree.
addSeparator() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
Adds a separator to the current menu.
addSeparator() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.PopupMenuBuilder
Adds a separator to the current menu.
addSeparator() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.tags.ActionContainer
Adds a separator element to this container.
addSeparator() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
Adds a separator to this container.
addSeparator() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuTag
Adds a separator to this menu.
addSeparator() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ToolbarTag
Adds a separator to the toolbar.
addSeparator(PopupMenuBuilder, ComponentBuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
Adds a separator to the menu constructed by this handler.
addShutdownListener(ApplicationShutdownListener) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Registers the specified object as a shutdown listeners.
addSpecification(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
Adds the given specification to this builder.
addSubMenu(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
Adds a sub menu to the current menu.
addSubMenu(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.PopupMenuBuilder
Adds a sub menu to the current menu.
addSubMenu(PopupMenuBuilder, ComponentBuilderData, SimplePopupMenuHandler) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
Adds a sub menu to the menu constructed by this handler.
addToGroups(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Adds this component's name to all groups in the given list.
addToMenu(Object, JMenuItem) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
Adds a menu item to a parent menu.
addToolBarSeparator(ActionBuilder, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionManager
Adds a separator to the specified tool bar.
addToolBarSeparator(ActionBuilder, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
Adds a separator to the specified tool bar.
addToolBarSeparator(ActionBuilder, Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
Adds a separator to the given tool bar.
addToToolbar(Object, AbstractButton) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
Adds a tool button to the parent bar.
addTreeModelListener(TreeModelListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
Adds an event listener to this model.
addValidationListener(FormControllerValidationListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Adds a FormControllerValidationListener to this controller.
addValidationListener(FormControllerValidationListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
Adds a FormControllerValidationListener.
addValidationMessage(ValidationMessage) - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationResult.Builder
Adds an object with a validation message to this instance.
addValidationMessages(Collection<ValidationMessage>) - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationResult.Builder
Adds all messages stored in the given collection to this object.
addWindowListener(WindowListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Adds a window listener for this window.
addWindowListener(WindowListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Registers the specified listener at this window.
addWindowListener(WindowListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Registers the specified window listener at this window.
alignComponent(Rectangle, int, int, int[], int, int, Object, boolean) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Aligns the specified component.
ALT - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Modifiers
Constant representing the ALT modifier key.
ALT_GRAPH - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Modifiers
Constant representing the ALT GRAPH modifier key.
AndEventFilter - Klasse in net.sf.jguiraffe.gui.builder.event.filter
A specialized chained filter implementation that provides an AND or ALL semantics.
AndEventFilter() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.filter.AndEventFilter
Creates a new, empty instance of AndEventFilter.
AndEventFilter(Collection<EventFilter>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.filter.AndEventFilter
Creates a new instance of AndEventFilter and initializes it with the given list of child filters.
AndEventFilterTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A specialized ChainedEventFilter implementation that creates an AndEventFilter.
AndEventFilterTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.AndEventFilterTag
Creates a new instance of AndEventFilterTag.
append(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
Returns a TreeNodePath object that was created by appending the first child node of the current target node with the given name to this path.
append(String, int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
Returns a TreeNodePath object that was created by appending the specified child node of the current target node to this path.
append(ConfigurationNode) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
Returns a TreeNodePath object that was created by appending the specified ConfigurationNode to this path.
AppendTextActionTask - Klasse in net.sf.jguiraffe.examples.tutorial.createfile
A task for an action that appends a configurable text to a text component.
AppendTextActionTask(ComponentHandler<String>, String) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.createfile.AppendTextActionTask
Creates a new instance of AppendTextActionTask and initializes it.
Application - Klasse in net.sf.jguiraffe.gui.app
The main startup class of the GUI application framework.
Application() - Konstruktor für Klasse net.sf.jguiraffe.gui.app.Application
Creates a new instance of Application.
APPLICATION_RESOURCE_GROUP - Statische Variable in Klasse net.sf.jguiraffe.gui.app.ApplicationResources
Constant for the name of the resource group used for the application-related resources.
ApplicationBuilderData - Klasse in net.sf.jguiraffe.gui.app
The application specific default implementation of the BuilderData interface.
ApplicationBuilderData() - Konstruktor für Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Creates a new instance of ApplicationBuilderData.
ApplicationClient - Schnittstelle in net.sf.jguiraffe.gui.app
Definition of an interface for objects that need a reference to the central Application object.
ApplicationContext - Schnittstelle in net.sf.jguiraffe.gui.app
Definition of an interface for accessing application global information.
ApplicationContextImpl - Klasse in net.sf.jguiraffe.gui.app
A default implementation of the ApplicationContext interface.
ApplicationContextImpl() - Konstruktor für Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Creates a new instance of ApplicationContextImpl.
ApplicationContextImpl(Locale) - Konstruktor für Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Creates a new instance of ApplicationContextImpl and sets the current locale.
ApplicationContextImpl(Locale, ResourceManager) - Konstruktor für Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Creates a new instance of ApplicationContextImpl and sets the current locale and the resource manager to use.
ApplicationException - Ausnahmeklasse in net.sf.jguiraffe.gui.app
An exception class that indicates error conditions related to the Application class.
ApplicationException() - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.app.ApplicationException
Creates a new instance of ApplicationException without further information.
ApplicationException(String) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.app.ApplicationException
Creates a new instance of ApplicationException and initializes it with an error message.
ApplicationException(String, Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.app.ApplicationException
Creates a new instance of ApplicationException and initializes it with an error message and a root cause.
ApplicationException(Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.app.ApplicationException
Creates a new instance of ApplicationException and initializes it with the root cause of this exception.
ApplicationResources - Klasse in net.sf.jguiraffe.gui.app
A class defining constants for default resources provided by the application framework.
ApplicationResources.Keys - Enum-Klasse in net.sf.jguiraffe.gui.app
An enumeration class defining the keys of all resources contained within the application default resource bundle.
ApplicationRuntimeException - Ausnahmeklasse in net.sf.jguiraffe.gui.app
An exception class for reporting runtime exceptions that are related to Application objects or operations invoked on them.
ApplicationRuntimeException(String) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.app.ApplicationRuntimeException
Creates a new instance of ApplicationRuntimeException and sets the error message.
ApplicationRuntimeException(String, Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.app.ApplicationRuntimeException
Creates a new instance of ApplicationRuntimeException and sets the error message and the root cause.
ApplicationRuntimeException(Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.app.ApplicationRuntimeException
Creates a new instance of ApplicationRuntimeException and sets the root cause.
ApplicationShutdownActionTask - Klasse in net.sf.jguiraffe.gui.app
A specialized action task for exiting the current application.
ApplicationShutdownActionTask() - Konstruktor für Klasse net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
 
ApplicationShutdownListener - Schnittstelle in net.sf.jguiraffe.gui.app
Definition of an interface for listeners that want to be notified when the application terminates.
apply(int[]) - Methode in Klasse net.sf.jguiraffe.gui.layout.CellGroup
Applies this group object to the given cell sizes.
applyCellGroups(int[], Collection<CellGroup>) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Applies the defined cell groups to the so far calculated cell sizes.
applyWeightFactors(int[], int, boolean) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Processes the cells with a weight factor larger than 0.
applyWeightFactors(int[], int, CellConstraints[], int) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Processes the cells with a weight factor larger than 0.
asyncInvoke(Runnable) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.utils.GUISynchronizer
Invokes the given runnable object asynchronously on the event dispatch thread.
asyncInvoke(Runnable) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingGUISynchronizer
Invokes the given runnable asynchronously on the event dispatch thread.
ATTR_BASE_CLASS_CONVERTER - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
Constant for the name of the base class converter attribute.
ATTR_BEAN_CLASS - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Constant for the name of the beanClass attribute.
ATTR_BEAN_NAME - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Constant for the name of the beanName attribute.
ATTR_CLASS - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Constant for the name of the class attribute.
ATTR_CONVERTER_TARGET_CLASS - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
Constant for the name of the converter target class attribute.
ATTR_CONVERTER_TARGET_CLASS_LOADER - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
Constant for the name of the converter target class loader attribute.
ATTR_CONVERTER_TARGET_CLASS_NAME - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
Constant for the name of the converter target class name attribute.
ATTR_IF_NAME - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Constant for the name of the ifName attribute.
ATTR_REF - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Constant for the name of the ref attribute.
ATTR_UNLESS_NAME - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Constant for the name of the unlessName attribute.
ATTR_VAR - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Constant for the name of the var attribute.
AUTO_NAME_PREFIX - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
Constant for the prefix for automatically generated tab names.
AutoReleaseListener - Klasse in net.sf.jguiraffe.gui.builder
A specialized WindowListener implementation for implementing the auto release mechanism supported by builders.
AutoReleaseListener(BuilderData) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.AutoReleaseListener
Creates a new instance of AutoReleaseListener and sets the BuilderData object to be released automatically.

B

BACKSPACE - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The backspace key.
BEAN_APPLICATION - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the name of the bean with the current application instance.
BEAN_APPLICATION_CONTEXT - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the name of the bean with the application context.
BEAN_BINDING_STRATEGY - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the name of the binding strategy bean.
BEAN_BUILDER - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the name of the builder bean.
BEAN_CLASS_LOADER_PROVIDER - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the name of the bean for the class loader provider.
BEAN_COMMAND_QUEUE - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the name of the command queue bean.
BEAN_CONFIGURATION - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the name of the bean with the global configuration.
BEAN_DEF_RES_GROUP - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the name of the bean with the default resource group.
BEAN_FIELD_MARKER - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
Constant for the name of the field marker bean.
BEAN_GLOBAL_CONTEXT - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the name of the bean with the global bean context.
BEAN_GUI_SYNCHRONIZER - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the name of the GUI synchronizer bean.
BEAN_LOCALE - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the name of the bean with the locale.
BEAN_PREFIX - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the prefix for bean definitions used by the framework.
BEAN_VALIDATION_TRIGGER - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
Constant for the name of the validation trigger bean.
BeanBindingStrategy - Klasse in net.sf.jguiraffe.gui.forms.bind
An implementation of the BindingStrategy interface that operates on Java beans.
BeanBindingStrategy() - Konstruktor für Klasse net.sf.jguiraffe.gui.forms.bind.BeanBindingStrategy
 
BeanBuilder - Schnittstelle in net.sf.jguiraffe.gui.builder
Definition of an interface for processing scripts with bean definitions.
BeanBuilderFactory - Schnittstelle in net.sf.jguiraffe.gui.builder
Definition of an interface for querying new BeanBuilder objects.
BeanBuilderResult - Schnittstelle in net.sf.jguiraffe.gui.builder
Definition of an interface for accessing the results of a BeanBuilder.
beanClasses() - Methode in Schnittstelle 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() - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Obtains a list of the classes of the beans defined in the default bean store.
beanClasses(BeanStore) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Returns a set with the classes of all beans defined in the given BeanStore.
beanClasses(BeanStore) - Methode in Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Returns a set of the classes of the beans available in the specified bean store.
beanClasses(BeanStore) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Obtains a list of the classes of the beans defined in the given store and its parents.
BeanContext - Schnittstelle in net.sf.jguiraffe.di
Definition of an interface that allows access to the beans managed by the dependency injection framework.
BeanContextClient - Schnittstelle in net.sf.jguiraffe.di
Definition of an interface to be implemented by beans that need a reference to the current BeanContext.
BeanContextWrapper - Klasse in net.sf.jguiraffe.di.impl
A simple wrapper implementation of the BeanContext interface.
BeanContextWrapper(BeanContext) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Creates a new instance of BeanContextWrapper and sets the wrapped context.
BeanContextWrapper(BeanContext, BeanStore) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Creates a new instance of BeanContextWrapper and sets the wrapped context and the default bean store.
beanCreated(Object, BeanProvider) - Methode in Schnittstelle net.sf.jguiraffe.di.DependencyProvider
Notifies this DependencyProvider about the creation of a bean.
beanCreated(Object, BeanProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
Notifies this dependency provider about a newly created bean.
beanCreated(BeanCreationEvent) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanCreationListener
Notifies this listener about the creation of a new bean.
BeanCreationEvent - Klasse 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) - Konstruktor für Klasse net.sf.jguiraffe.di.BeanCreationEvent
Creates a new instance of BeanCreationEvent and initializes it.
BeanCreationListener - Schnittstelle in net.sf.jguiraffe.di
Definition of an interface for objects that are interested in the creation of beans by a BeanContext.
BeanInitializer - Schnittstelle 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) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Returns the name of the bean that is managed by the specified BeanProvider, starting search with the default BeanStore.
beanNameFor(BeanProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Returns the name of the given BeanProvider starting the search with the default bean store.
beanNameFor(BeanProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Searches for the specified BeanProvider in the accessible bean stores (starting with the default bean store) and the returns the name, under which it is registered.
beanNameFor(BeanProvider, BeanStore) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Returns the name of the bean that is managed by the specified BeanProvider, starting search in the specified BeanStore.
beanNameFor(BeanProvider, BeanStore) - Methode in Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Returns the name of the given BeanProvider starting the search with the specified bean store.
beanNameFor(BeanProvider, BeanStore) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Searches for the specified BeanProvider in the accessible bean stores (starting with the specified bean store) and the returns the name, under which it is registered.
beanNames() - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Returns a set with the names of all beans defined in the default BeanStore.
beanNames() - Methode in Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Returns a set with the names of the beans defined in this context's default bean store.
beanNames() - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Returns a set with the names of the beans defined in the default bean store.
beanNames(Set<String>) - Methode in Schnittstelle net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl.BeanContributor
Obtains the names of the beans available by this contributor.
beanNames(Set<String>) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionBuilder
Obtains the names of the beans supported by this bean contributor.
beanNames(Set<String>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns a set with the names of all contained bean.
beanNames(Set<String>) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Obtains the names of the supported beans.
beanNames(BeanStore) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Returns a set with the names of all beans defined in the given BeanStore.
beanNames(BeanStore) - Methode in Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Returns a set with the names of the beans defined in the given bean store.
beanNames(BeanStore) - Methode in Klasse 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 - Schnittstelle in net.sf.jguiraffe.di
Definition of an interface for objects that provide access to beans.
BeanStore - Schnittstelle in net.sf.jguiraffe.di
Definition of an interface for objects that provide access to bean definitions.
BeanStoreTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A tag handler class for creating new BeanStore instances.
BeanStoreTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
 
BeanTag - Klasse 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() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Creates a new instance of BeanTag.
beforeExpansionStateChange(TreeExpansionEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TreePreExpansionListener
A node of a tree is about to change its expansion state.
BgTaskCommand - Klasse in net.sf.jguiraffe.examples.tutorial.bgtask
A command class for executing the background task.
BgTaskCommand(GUISynchronizer, Window, BgTaskData, ProgressBarHandler) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskCommand
Creates a new instance of BgTaskCommand and initializes it.
BgTaskData - Klasse in net.sf.jguiraffe.examples.tutorial.bgtask
A data class that stores all information required by the background task.
BgTaskData() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
 
BindingStrategy - Schnittstelle 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 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
Default color black.
BLUE - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
Default color blue.
BOOLEAN - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
The column class Boolean.
BooleanRadioButtonHandler - Klasse in net.sf.jguiraffe.examples.tutorial.viewset
A specialized ComponentHandler implementation for a radio button group with only two elements.
BooleanRadioButtonHandler() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.viewset.BooleanRadioButtonHandler
Creates a new instance of BooleanRadioButtonHandler
BorderConstraintsTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A special tag handler implementation for creating constraints object for a BorderLayout.
BorderConstraintsTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderConstraintsTag
 
BorderLayout - Klasse in net.sf.jguiraffe.gui.layout
A GUI library independent implementation of the AWT layout manager BorderLayout.
BorderLayout() - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Creates a new instance of BorderLayout.
BorderLayoutTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A special layout tag that creates a BorderLayout object.
BorderLayoutTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
 
BOTTOM - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.Placement
Tabs are placed at the bottom.
BTN_OK - Statische Variable in Schnittstelle net.sf.jguiraffe.gui.builder.utils.MessageOutput
Constant for the button type OK.
BTN_OK_CANCEL - Statische Variable in Schnittstelle net.sf.jguiraffe.gui.builder.utils.MessageOutput
Constant for the button type OK, CANCEL.
BTN_YES_NO - Statische Variable in Schnittstelle net.sf.jguiraffe.gui.builder.utils.MessageOutput
Constant for the button type YES, NO.
BTN_YES_NO_CANCEL - Statische Variable in Schnittstelle net.sf.jguiraffe.gui.builder.utils.MessageOutput
Constant for the button type YES, NO, CANCEL.
build() - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
Creates an ElementEnabler based on the specifications that have been added to this builder.
build() - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationResult.Builder
Returns the DefaultValidationResult defined by this builder.
build(Locator, MutableBeanStore, ClassLoaderProvider) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BeanBuilder
Executes a script with bean definitions.
build(Locator, MutableBeanStore, ClassLoaderProvider) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
Executes a script with bean definitions.
build(Locator, MutableBeanStore, ClassLoaderProvider, InvocationHelper) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BeanBuilder
Executes a script with bean definitions and the specified helper objects.
build(Locator, MutableBeanStore, ClassLoaderProvider, InvocationHelper) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
Executes a script with bean definitions and the specified helper objects.
build(Locator, BuilderData) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.Builder
A generic builder method.
build(Locator, BuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
A generic build method for executing a builder script.
buildContainer(Locator, BuilderData, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.Builder
A convenience method for constructing the GUI of the given passed in container.
buildContainer(Locator, BuilderData, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
A convenience method for building the content of a container object.
Builder - Schnittstelle in net.sf.jguiraffe.gui.builder
The main builder interface.
Builder() - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.CellConstraints.Builder
Creates a new instance of Builder.
Builder() - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.PercentData.Builder
Creates a new instance of Builder.
Builder() - Konstruktor für Klasse net.sf.jguiraffe.transform.DefaultValidationResult.Builder
Creates a new instance of Builder
BUILDER_NAME - Statische Variable in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Constant for the Swing form builder name.
BUILDER_SECTION - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the section with the builder information.
BuilderData - Schnittstelle in net.sf.jguiraffe.gui.builder
Definition of an interface that describes the parameters of a builder operation.
BuilderEvent - Klasse in net.sf.jguiraffe.gui.builder.event
The base class of events used in the form and form builder framework.
BuilderEvent(Object) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.BuilderEvent
Creates a new instance of BuilderEvent and initializes it.
BuilderException - Ausnahmeklasse in net.sf.jguiraffe.gui.builder
An exception class for reporting error conditions related to the GUI builder.
BuilderException(String) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.BuilderException
Creates a new instance of BuilderException and sets the error message.
BuilderException(URL, String, Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.BuilderException
Creates a new instance of BuilderException and sets the script URL, the root cause, and an additional message.
BuilderException(URL, Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.BuilderException
Creates a new instance of BuilderException and sets the script URL and the root cause.
buildString(StringBuilder) - Methode in Klasse net.sf.jguiraffe.gui.layout.CellGroup
Appends a string representation of this object to the given string buffer.
buildString(StringBuilder) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData
Appends a string representation of this object to the specified string buffer.
buildUnitString(StringBuilder) - Methode in Klasse net.sf.jguiraffe.gui.layout.NumberWithUnit
Appends a string representation of this number and its unit to the given string buffer.
buildWindow(Locator, BuilderData) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.Builder
A convenience method for building windows like top-level frames or dialogs.
buildWindow(Locator, BuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
A convenience method for building windows.
BundleResourceLoader - Klasse in net.sf.jguiraffe.resources.impl.bundle
A specialized implementation of the ResourceLoader interface that make use of the default Java resource bundles.
BundleResourceLoader() - Konstruktor für Klasse net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
Creates a new instance of BundleResourceLoader without a special ClassLoaderProvider; a default one is created.
BundleResourceLoader(ClassLoaderProvider, String) - Konstruktor für Klasse net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
Creates a new instance of BundleResourceLoader and initializes it with the given class loader provider and the class loader name.
BUTTON1 - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent
Constant for the mouse button 1.
BUTTON2 - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent
Constant for the mouse button 2.
BUTTON3 - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent
Constant for the mouse button 3.
ButtonLayout - Klasse in net.sf.jguiraffe.gui.layout
A layout manager that deals with button bars for dialogs.
ButtonLayout() - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Creates a new instance of ButtonLayout.
ButtonLayout.Alignment - Enum-Klasse in net.sf.jguiraffe.gui.layout
An enumeration class for the alignment of a ButtonLayout.
ButtonLayoutTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specialized layout tag that creates a ButtonLayout.
ButtonLayoutTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
 
ButtonTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specific tag handler class for creating command button components.
ButtonTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
Creates a new instance of ButtonTag.
ByteArrayLocator - Klasse in net.sf.jguiraffe.locators
A specialized Locator implementation that provides access to data stored in memory as a byte array.

C

calcCellPositions(int[], int) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Determines the size of a single cell.
calcCellSizes(CellConstraints[], int, Object, boolean, boolean) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Calculates the sizes of all columns or rows.
calcComponentSize(PercentData, Object, Object, boolean, boolean) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Calculates the size of either a column or a row in the layout.
calcMinimumLayoutSize(Object) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns the minimum size of this layout.
calcPreferredLayoutSize(Object) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns the preferred size of this layout.
calcSizes(CellConstraints[], int, Collection<CellGroup>, Object, int, boolean) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Calculates the final cell sizes in one direction (horizontal or vertical).
calcTotalWeight(CellConstraints[]) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Helper method for calculating the total weight factor.
calculateFixedColumnWidths(UnitSizeHandler, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Determines the fixed size columns of the represented table and initializes their widths in the TableColumnWidthController of the current table.
calculateWidths(int) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthCalculator
Calculates the current widths of all columns managed by this controller.
calculateWidths(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
Calculates the current widths of all columns managed by this controller.
callBack(ComponentBuilderData, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentBuilderCallBack
Executes the call back.
callListener(FormEventListener, FormEvent) - Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormListenerType
Invokes an event listener.
callListeners(EventListenerList, FormEvent) - Methode in Enum-Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
The cancel button was clicked.
canClose(Window) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.InvariantWindowClosingStrategy
Checks if the window can be closed.
canClose(Window) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowClosingStrategy
Checks if the window can be closed.
canInitialize(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Checks whether initialization of the bean is now possible.
canProcess() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
Tests whether this tag should be executed.
canProcess(ConditionalTag) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
Tests if the specified conditional tag should be executed.
canShutdown(Application) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationShutdownListener
Checks if a shutdown is possible.
CellAlignment - Enum-Klasse in net.sf.jguiraffe.gui.layout
An enumeration class that defines the possible alignments of components in the cells of a percent layout.
CellConstraints - Klasse in net.sf.jguiraffe.gui.layout
A class for describing column and row constraints for the PercentLayout layout manager.
CellConstraints.Builder - Klasse in net.sf.jguiraffe.gui.layout
A builder class for creating instances of CellConstraints.
CellGroup - Klasse in net.sf.jguiraffe.gui.layout
A simple helper class to define columns and rows with identical size in PercentLayout.
CellGroup(int, int) - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.CellGroup
Creates a new instance of CellGroup.
CellGroup(int, int, int) - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.CellGroup
Creates a new instance of CellGroup.
CellGroup(int, int, int, int) - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.CellGroup
Creates a new instance of CellGroup.
CellSize - Enum-Klasse in net.sf.jguiraffe.gui.layout
An enumeration class that defines possible sizes for the cells of a percent layout.
CENTER - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment
Constant for the alignment CENTER: The icon is centered.
CENTER - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.layout.ButtonLayout.Alignment
The alignment center.
CENTER - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.layout.CellAlignment
The alignment center.
CENTER - Statische Variable in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Constant for the layout constraints Center.
ChainedEventFilter - Klasse in net.sf.jguiraffe.gui.builder.event.filter
An abstract base class for filters that operate on multiple filters.
ChainedEventFilter() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
Creates a new instance of ChainedEventFilter.
ChainedEventFilter(Collection<EventFilter>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
Creates a new instance of ChainedEventFilter and initializes it with the given list of child filters.
ChainedEventFilterTag - Klasse 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() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.ChainedEventFilterTag
Creates a new instance of ChainedEventFilterTag.
ChainedEventFilterTag(Class<?>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.ChainedEventFilterTag
Creates a new instance of ChainedEventFilterTag and sets the default class.
ChainedInvocation - Klasse in net.sf.jguiraffe.di.impl
A special implementation of the Invokable interface that allows aggregating an arbitrary number of Invokable objects to a kind of script.
ChainedInvocation() - Konstruktor für Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Creates a new instance of ChainedInvocation.
ChainElementEnabler - Klasse in net.sf.jguiraffe.gui.builder.enablers
A specialized implementation of the ElementEnabler interface that maintains an arbitrary number of other ElementEnabler objects.
ChainElementEnabler(Collection<ElementEnabler>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.enablers.ChainElementEnabler
Creates a new instance of ChainElementEnabler and initializes it with the given collection of child ElementEnabler objects.
ChainValidator - Klasse in net.sf.jguiraffe.transform
A special Validator implementation that allows combining multiple primitive validators.
ChainValidator() - Konstruktor für Klasse net.sf.jguiraffe.transform.ChainValidator
Creates a new instance of ChainValidator.
CHANGE - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormListenerType
The listener type Change.
ChangeListener - Schnittstelle in net.sf.jguiraffe.gui.platform.swing.builder.event
Definition of an interface for receiving notifactions about changes at Swing components.
ChangeListenerTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A specific form event listener tag implementation that deals with change listeners.
ChangeListenerTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.ChangeListenerTag
Creates a new instance of ChangeListenerTag.
changeNodeName(ConfigurationNode, String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeConfigurationChangeHandler
Changes the name of a ConfigurationNode.
checkActionTask(Object) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionHelper
Tests whether the specified object is a valid task for an action.
checkAttributes() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
A helper method for checking whether all attributes are correctly defined.
checkAttributes() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
Checks if all mandatory attributes are defined.
CheckboxTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specific input component tag for creating a checkbox.
CheckboxTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.CheckboxTag
 
checkConstraints(Object) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Checks the specified constraints object.
checkDependencyProvider(DependencyProvider) - Statische Methode in Klasse net.sf.jguiraffe.di.impl.Invocation
Checks whether a valid DependencyProvider has been specified.
CHECKED - Statische Variable in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
Constant for the CHECKED property.
checkEquals(Object, Object, boolean) - Statische Methode in Klasse net.sf.jguiraffe.JGuiraffeTestHelper
Tests the implementation of equals() and (partly) hashCode().
checkMenuElement(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
Checks whether the specified menu element can be processed by this handler.
checkMenuItems() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
Tests whether all menu elements to be processed by this handler are supported.
checkName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Checks whether the name attribute is set.
checkState() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Checks the state of this builder.
CLASS_LOADER - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the name of the class loader which loaded the application class.
ClassDependency - Klasse in net.sf.jguiraffe.di.impl
An implementation of the Dependency interface that allows to define a dependency based on a bean class.
ClassDescData - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A simple data class for managing the components needed for a class description.
ClassDescData() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
 
ClassDescription - Klasse in net.sf.jguiraffe.di.impl
A helper class for defining references to classes.
ClassEventFilter - Klasse in net.sf.jguiraffe.gui.builder.event.filter
A specialized EventFilter implementation that filters by an event class.
ClassEventFilter() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.filter.ClassEventFilter
Creates a new instance of ClassEventFilter.
ClassEventFilter(Class<?>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.filter.ClassEventFilter
Creates a new instance of ClassEventFilter and initializes it with the class to filter.
ClassEventFilter(Class<?>, boolean) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.filter.ClassEventFilter
Creates a new instance of ClassEventFilter and initializes it.
classLoaderNames() - Methode in Schnittstelle net.sf.jguiraffe.di.ClassLoaderProvider
Returns a set with the names of all registered class loaders.
classLoaderNames() - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
Returns a set with the names of the class loaders that have been registered at this object.
classLoaderNames() - Methode in Klasse net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
Returns a set with the names of all class loaders registered at this object.
ClassLoaderProvider - Schnittstelle in net.sf.jguiraffe.di
Definition of an interface for objects that act as a registry for class loaders.
ClassPathLocator - Klasse in net.sf.jguiraffe.locators
A specific Locator implementation that can obtain resources from the class path.
clear() - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanStore
Removes all BeanProviders from this bean store.
clear() - Methode in Schnittstelle net.sf.jguiraffe.di.MutableBeanStore
Removes all BeanProviders from this bean store.
clear() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
Removes all child filters from this chained filter.
clear() - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentStoreImpl
Clears the content of this store.
clearCells() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Resets the states of all cells in the layout.
clearCells(int, int) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Resets the states of all cells in the layout.
clearDefaultBaseClassConverters() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Removes all base class converters that have been added to this object before.
clearDefaultConverters() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Removes all default converters that have been added to this object so far.
clearSelection() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TableHandler
Clears the table's selection.
clearSelection() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TextHandler
Clears the selection of the text component.
clearSelection() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TreeHandler
Removes the selection.
ClearTextActionTask - Klasse in net.sf.jguiraffe.examples.tutorial.createfile
A task for an action that clears the content of a text component.
ClearTextActionTask(ComponentHandler<String>) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.createfile.ClearTextActionTask
Creates a new instance of ClearTextActionTask and initializes it.
close() - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Closes this bean context.
close() - Methode in Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Closes this BeanContext.
close() - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Closes this BeanContext.
close(boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Closes this window.
close(boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Closes this window.
close(boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Closes this window.
closeForm() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Closes the associated form.
CM - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.layout.Unit
The unit cm.
collapse(TreeNodePath) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TreeHandler
Collapses the node specified by the given path.
CollectionBeanProvider - Klasse in net.sf.jguiraffe.di.impl.providers
An abstract base class for BeanProvider implementations that create beans derived from collections.
CollectionBeanProvider(Collection<Dependency>) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
Creates a new instance of CollectionBeanProvider and initializes it with a collection with the dependencies of the elements.
collectionEquals(Collection<?>, Collection<?>) - Statische Methode in Klasse net.sf.jguiraffe.JGuiraffeTestHelper
Tests whether the specified collections are equal.
CollectionTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A base tag handler class for defining collections in bean builder scripts.
CollectionTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
Creates a new instance of CollectionTag.
Color - Klasse in net.sf.jguiraffe.gui.builder.components
A simple class representing a color in a platform-independent way.
ColorFieldMarker - Klasse in net.sf.jguiraffe.gui.builder.window.ctrl
A specialized FormControllerValidationListener implementation that can change the colors of fields depending on their validation status.
ColorFieldMarker() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Creates a new instance of ColorFieldMarker.
ColorHelper - Klasse in net.sf.jguiraffe.gui.builder.components
A helper class for dealing with colors.
ColorHelper.NamedColor - Enum-Klasse in net.sf.jguiraffe.gui.builder.components
An enumeration with predefined color constants.
ColorListModel - Klasse in net.sf.jguiraffe.examples.tutorial.viewset
A ListModel implementation for combo boxes that allow the user to choose a color.
ColorListModel(ApplicationContext) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
Creates a new instance of ColorListModel.
columnAdded(TableColumnModelEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
Dummy implementation of this method of the TableColumnModelListener interface.
ColumnClass - Enum-Klasse in net.sf.jguiraffe.gui.builder.components.tags.table
An enumeration class that defines logic column classes.
ColumnComponentTag - Klasse 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() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
Creates a new instance of ColumnComponentTag.
ColumnEditorTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags.table
A tag for defining the editor of a column within a table.
ColumnEditorTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.table.ColumnEditorTag
 
columnMarginChanged(ChangeEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
The width of a column has been changed.
columnMoved(TableColumnModelEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
Dummy implementation of this method of the TableColumnModelListener interface.
columnRemoved(TableColumnModelEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
Dummy implementation of this method of the TableColumnModelListener interface.
ColumnRendererTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags.table
A tag for defining the renderer of a column within a table.
ColumnRendererTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.table.ColumnRendererTag
 
columnSelectionChanged(ListSelectionEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
Dummy implementation of this method of the TableColumnModelListener interface.
CombinedBeanStore - Klasse in net.sf.jguiraffe.di.impl
A specialized implementation of the BeanStore interface that combines multiple physical BeanStore objects to a single logic view.
CombinedBeanStore(String, BeanStore...) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.CombinedBeanStore
Creates a new instance of CombinedBeanStore and initializes it with the given name and the child bean stores.
CombinedBeanStore(BeanStore...) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.CombinedBeanStore
Creates a new instance of CombinedBeanStore and initializes it with the given child bean stores.
combineTips(String, String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
Creates a combined tool tip from the standard tool tip and the additional tool tip.
ComboBoxTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specific input component tag that creates a combo box component.
ComboBoxTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
 
Command - Schnittstelle in net.sf.jguiraffe.gui.cmd
Definition of an interface for command objects.
COMMAND_ADDED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
A command was added to the queue.
COMMAND_EXECUTED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
Execution of a command is finished.
COMMAND_EXECUTING - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
A command is about to be executed.
CommandActionTask - Klasse in net.sf.jguiraffe.gui.app
A specialized action task that executes a Command object.
CommandActionTask() - Konstruktor für Klasse net.sf.jguiraffe.gui.app.CommandActionTask
 
CommandBase - Klasse in net.sf.jguiraffe.gui.cmd
An abstract base class for implementations of the Command interface.
CommandBase() - Konstruktor für Klasse net.sf.jguiraffe.gui.cmd.CommandBase
Creates a new instance of CommandBase.
CommandBase(boolean) - Konstruktor für Klasse net.sf.jguiraffe.gui.cmd.CommandBase
Creates a new instance of CommandBase and sets the UpdateGUI property.
CommandQueue - Schnittstelle in net.sf.jguiraffe.gui.cmd
Definition of an interface that describes a command queue.
commandQueueChanged(CommandQueueEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.cmd.CommandQueueListener
Notifies this listener about a change in the state of a command queue.
CommandQueueEvent - Klasse in net.sf.jguiraffe.gui.cmd
An event class for notifying listeners about the state of a CommandQueue.
CommandQueueEvent(CommandQueue, Command, CommandQueueEvent.Type) - Konstruktor für Klasse net.sf.jguiraffe.gui.cmd.CommandQueueEvent
Creates a new instance of CommandQueueEvent and fully initializes it.
CommandQueueEvent.Type - Enum-Klasse in net.sf.jguiraffe.gui.cmd
An enumeration for the types supported by the CommandQueueEvent class.
CommandQueueImpl - Klasse in net.sf.jguiraffe.gui.cmd
A command queue implementation for GUI applications.
CommandQueueImpl(GUISynchronizer) - Konstruktor für Klasse net.sf.jguiraffe.gui.cmd.CommandQueueImpl
Creates a new instance of CommandQueue and initializes it with the GUISynchronizer.
CommandQueueImpl(GUISynchronizer, ExecutorService) - Konstruktor für Klasse net.sf.jguiraffe.gui.cmd.CommandQueueImpl
Creates a new instance of CommandQueueImpl and initializes it with the GUISynchronizer and the ExecutorService to be used.
CommandQueueListener - Schnittstelle in net.sf.jguiraffe.gui.cmd
Definition of an interface for listeners that want to be notified about changes in the state of a CommandQueue object.
commandScheduled(CommandQueue) - Methode in Schnittstelle net.sf.jguiraffe.gui.cmd.ScheduleAware
Notifies this object that it was passed to a CommandQueue for execution.
CommandWrapper - Klasse in net.sf.jguiraffe.gui.cmd
A wrapper implementation of the Command interface.
CommandWrapper(Command) - Konstruktor für Klasse net.sf.jguiraffe.gui.cmd.CommandWrapper
Creates a new instance of CommandWrapper and initializes it with the wrapped command.
compareTo(FileData) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
A special compareTo() implementation.
COMPONENT_UNDEFINED - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.Color
Constant for an undefined color component.
ComponentBaseTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
An abstract base class for tags that create GUI components.
ComponentBaseTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Creates a new instance of ComponentBaseTag.
ComponentBuilderCallBack - Schnittstelle 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 - Klasse in net.sf.jguiraffe.gui.builder.components
A class for storing temporary data and the results of a form builder operation.
ComponentBuilderData() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Creates a new instance of ComponentBuilderData.
componentChanged(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.event.ChangeListener
Call back method for component changes.
ComponentEnabler - Klasse in net.sf.jguiraffe.gui.builder.enablers
A specialized implementation of the ElementEnabler interface that can change the enabled state of components.
ComponentEnabler(String) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.enablers.ComponentEnabler
Creates a new instance of ComponentEnabler and initializes it with the name of the component whose state is to be changed by this enabler.
ComponentGroup - Klasse in net.sf.jguiraffe.gui.builder.components
This class represents a group of components.
ComponentGroup() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.ComponentGroup
Creates a new instance of ComponentGroup.
ComponentGroupTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag for constructing (logic) groups of components.
ComponentGroupTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
 
ComponentHandler<T> - Schnittstelle in net.sf.jguiraffe.gui.forms
Definition of an interface for accessing GUI components independently from their type.
ComponentHandlerImpl - Klasse in net.sf.jguiraffe.gui.forms
A simple default implementation of the ComponentHandler interface.
ComponentHandlerImpl() - Konstruktor für Klasse net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
 
ComponentHandlerTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag handler class that allows constructing custom ComponentHandler objects.
ComponentHandlerTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
 
ComponentManager - Schnittstelle in net.sf.jguiraffe.gui.builder.components
Definition of an interface to a concrete GUI manager.
ComponentManagerWrapper - Klasse in net.sf.jguiraffe.gui.builder.components
A base class for wrapper implementations of the ComponentManager interface.
ComponentManagerWrapper(ComponentManager) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a new instance of ComponentManagerWrapper and initializes it with the wrapped ComponentManager.
componentResized(ComponentEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
The table monitored by this listener has been resized.
ComponentStore - Schnittstelle in net.sf.jguiraffe.gui.forms
Definition of an interface for objects that are able to manage entities related to a Form object.
ComponentStoreImpl - Klasse in net.sf.jguiraffe.gui.forms
A fully functional default implementation of the ComponentStore interface.
ComponentStoreImpl() - Konstruktor für Klasse net.sf.jguiraffe.gui.forms.ComponentStoreImpl
Creates a new instance of ComponentStoreImpl and initializes it.
Composite - Schnittstelle in net.sf.jguiraffe.gui.builder.components
Definition of an interface for components that can contain other components.
CompositeComponentHandler<T,S> - Schnittstelle in net.sf.jguiraffe.gui.builder.components
Definition of an interface for complex component handlers that can contain other component handlers.
CompositeImpl - Klasse in net.sf.jguiraffe.gui.builder.components
A straight-forward implementation of the Composite interface.
CompositeImpl() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.CompositeImpl
 
ConditionalTag - Schnittstelle in net.sf.jguiraffe.gui.builder.components.tags
Definition of an interface for tags that are only executed for certain builders.
CONFIG_SECTION - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the configuration section for the framework.
configurationChanged(ConfigurationEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeConfigurationChangeHandler
Reacts on change events of the associated Configuration.
configurationChanged(ConfigurationEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
Veraltet.
This method is no longer used or called. Configuration change events are now processed by a TreeConfigurationChangeHandler and propagated to the SwingConfigurationTreeModel.treeModelChanged(ConfigurationNode) method.
ConstantBeanProvider - Klasse in net.sf.jguiraffe.di.impl.providers
A concrete implementation of the BeanProvider interface that will always return the same bean instance.
ConstantValueTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A specialized tag handler implementation for resolving values of constant fields.
ConstantValueTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
Creates a new instance of ConstantValueTag.
constraintsFor(PercentData, boolean) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns the constraints object for the specified percent data and the given orientation.
ConstraintsTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
An abstract base class for creating layout constraints objects.
ConstraintsTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ConstraintsTag
 
ConstructorBeanProvider - Klasse in net.sf.jguiraffe.di.impl.providers
A simple bean provider that creates new bean instances by invoking a constructor.
ConstructorBeanProvider(ConstructorInvocation) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
Creates a new instance of ConstructorBeanProvider and initializes it with the constructor invocation to be called.
ConstructorInvocation - Klasse in net.sf.jguiraffe.di.impl
A class that represents a constructor invocation.
ConstructorInvocation(ClassDescription, ClassDescription[], Dependency...) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.ConstructorInvocation
Creates a new instance of ConstructorInvocation and initializes it.
ConstructorInvocationTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A specialized InvocationTag implementation that deals with ConstructorInvocation objects.
ConstructorInvocationTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstructorInvocationTag
 
ConstructorTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A specialized constructor invocation tag that is intended to be used inside a <bean> tag for defining the BeanProvider for creating the managed bean.
ConstructorTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
 
constructPopup(PopupMenuBuilder, ComponentBuilderData) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.TablePopupHandler
Asks this handler to create a popup menu using the specified PopupMenuBuilder.
constructPopup(PopupMenuBuilder, ComponentBuilderData) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.PopupMenuHandler
Asks this handler to create a popup menu using the specified PopupMenuBuilder.
constructPopup(PopupMenuBuilder, ComponentBuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
Constructs the menu.
consumeShutdownHandler() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Returns the Invokable serving as a shutdown handler and resets the field.
ContainerSelector - Schnittstelle in net.sf.jguiraffe.gui.builder.components
An interface for a component responsible for obtaining a container object.
ContainerTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specific tag handler implementation for creating container tags.
ContainerTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
 
containsBean(Class<?>) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Checks whether the default BeanStore contains a bean with the given class.
containsBean(Class<?>) - Methode in Klasse 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<?>) - Methode in Klasse 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) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Checks whether the specified BeanStore contains a bean with the given class.
containsBean(Class<?>, BeanStore) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Tests whether a bean with the given class can be found in the specified bean store.
containsBean(String) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Checks whether the default BeanStore contains a bean with the given name.
containsBean(String) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Tests whether a bean with the given name can be found in the default store.
containsBean(String, BeanStore) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Checks whether the specified BeanStore contains a bean with the given name.
containsBean(String, BeanStore) - Methode in Klasse 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) - Methode in Klasse 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 - Statische Variable in Schnittstelle net.sf.jguiraffe.di.ClassLoaderProvider
Constant for the reserved name of the context class loader.
ContextBeanTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A specialized tag for the creation of beans from objects stored in the Jelly context.
ContextBeanTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.ContextBeanTag
 
CONTROL - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Modifiers
Constant representing the CONTROL modifier key.
ConversionHelper - Klasse in net.sf.jguiraffe.di
A helper class providing functionality related to data type conversion and registration of custom converters.
ConversionHelper() - Konstruktor für Klasse net.sf.jguiraffe.di.ConversionHelper
Creates a new instance of ConversionHelper which does not have a parent.
ConversionHelper(ConversionHelper) - Konstruktor für Klasse net.sf.jguiraffe.di.ConversionHelper
Creates a new instance of ConversionHelper and initializes it with the given parent instance.
convert(Class<T>, Object) - Methode in Klasse net.sf.jguiraffe.di.ConversionHelper
Performs a type conversion.
convert(Class, Object) - Methode in Klasse net.sf.jguiraffe.di.EnumConverter
Performs the type conversion to an enumeration constant.
convert(Class, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.EnablerConverter
Performs the type conversion.
convert(Class, Object) - Methode in Klasse net.sf.jguiraffe.locators.LocatorConverter
Tries to convert the specified object to a Locator.
convert(Number) - Methode in Klasse net.sf.jguiraffe.transform.DoubleTransformer
Converts the specified number into a java.lang.Double.
convert(Number) - Methode in Klasse net.sf.jguiraffe.transform.FloatTransformer
Converts the specified number into a Float.
convert(Number) - Methode in Klasse net.sf.jguiraffe.transform.IntegerTransformer
Converts the given number to an java.lang.Integer.
convert(Number) - Methode in Klasse net.sf.jguiraffe.transform.LongTransformer
Converts the given number into a Long.
convert(Number) - Methode in Klasse net.sf.jguiraffe.transform.NumberTransformerBase
Converts the specified number to the target type supported by this transformer.
convertArguments(Class<?>[], Object[]) - Methode in Klasse net.sf.jguiraffe.di.InvocationHelper
Performs necessary type conversions before invoking a method.
convertButtonType(int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
Converts the passed in button type into the corresponding option type used by JOptionPane.
ConverterTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specialized tag handler class for adding custom data type converters in a builder script.
ConverterTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
Creates a new instance of ConverterTag.
convertMessageType(int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
Converts the passed in message type into the corresponding type used by JOptionPane.
convertObject(Class<T>, Object) - Methode in Klasse net.sf.jguiraffe.di.ConversionHelper
Performs a type conversion to the given target class if possible.
convertProperty(Object, StaticTextDataImpl, TransformerContext) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
Performs the transformation if the object to be converted must be set as a property of a StaticTextData object.
convertReturnValue(int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
Converts the passed in return value from the JOptionPane to the corresponding RET_XXXX constant.
convertStandardButtons(int) - Statische Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
Converts standard mouse button indices to Swing-specific button constants.
convertStandardKey(Keys) - Statische Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
Converts a standard key code to the Swing-specific equivalent.
convertStandardModifiers(Set<Modifiers>) - Statische Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
Converts standard keyboard modifiers into Swing-specific modifiers.
convertSwingButtons(int) - Statische Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
Converts Swing-specific mouse button indices to standard button constants.
convertSwingKey(int) - Statische Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
Converts a Swing-specific key code to a standard Keys enumeration constant.
convertSwingModifiers(int) - Statische Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
Converts Swing-specific keyboard modifiers into standard modifiers.
convertToClass(Object) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
Helper method for converting attributes of type class.
convertToNumberWithUnit(String) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
Converts a string attribute into the corresponding number with unit.
convertToNumberWithUnit(String, NumberWithUnit) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
Converts a string attribute into the corresponding NumberWithUnit returning the default value if the attribute has not been set.
copy() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TextHandler
Copies the currently selected text to the system clipboard.
create() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.PopupMenuBuilder
Creates the menu and returns a reference to it.
create() - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints.Builder
Returns a CellConstraints instance for the properties defined so far.
create() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData.Builder
Creates the PercentData instance whose properties were specified by the preceding method calls.
create() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
Displays the popup menu constructed by this builder.
create(Class<?>[], FormAction, EventFilter) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionInvoker
Creates an action invoker proxy that implements all the specified listener interfaces.
create(Class<?>, FormAction) - Statische Methode in Klasse 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) - Statische Methode in Klasse 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) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionManager
Creates an action object based on the provided information.
createAction(ActionBuilder, ActionData) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
Creates an action object based on the provided information.
createAction(ActionBuilder, ActionData) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
Creates an action object.
createActionBuilderData(BuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Creates the action builder data object for the current builder process.
createActionControl(ActionManager, FormAction, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
Creates a control and associates it with the given action.
createActionControl(ActionManager, FormAction, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuItemTag
Creates a menu item based on an action definition.
createActionControl(ActionManager, FormAction, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ToolButtonTag
Creates a toolbar button that is associated with an action.
createApplicationContext() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Creates and initializes the application context.
createBean(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Creates and initializes a new bean instance.
createBeanBuilderFactory(Configuration) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Creates the factory for the bean builder.
createBeanProvider() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
Creates the bean provider defined by this tag.
createBeanProvider() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Creates the bean provider defined by this tag.
createBeanProvider() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ContextBeanTag
Creates the bean provider defined by this tag.
createBeanProvider() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ListTag
Creates the bean provider representing the collection managed by this tag.
createBeanProvider() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Creates the BeanProvider produced by this tag.
createBeanProvider() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.PropertiesTag
Creates the BeanProvider managed by this tag.
createBeanProvider() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.SetTag
Creates the bean provider representing the collection managed by this tag.
createBorderLayout() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Creates the border layout object based on this tag's attributes.
createBorderLayout(BorderLayoutTag) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a border layout object whose parameters are obtained form the specified tag.
createBorderLayout(BorderLayoutTag) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a border layout object whose parameters are obtained form the specified tag.
createBorderLayout(BorderLayoutTag) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a border layout with the information from the passed in tag.
createBuilderData(JellyContext, MutableBeanStore, ClassLoaderProvider, InvocationHelper) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
Creates the DIBuilderData object used during the builder operation.
createButton(ButtonTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a button component.
createButton(ButtonTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a button component.
createButton(ButtonTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a component handler for a command button, which is specified by the given tag.
createButtonHandler(AbstractButton, InputComponentTag, TextIconData, String) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Initializes a button component and creates a component handler for it.
createButtonLayout() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
Creates the button layout object.
createButtonLayout(ButtonLayoutTag) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a button layout object whose parameters are obtained from the specified tag.
createButtonLayout(ButtonLayoutTag) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a button layout object whose parameters are obtained from the specified tag.
createButtonLayout(ButtonLayoutTag) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a button layout with the information from the passed in tag.
createCallBack(ComponentBaseTag, PopupMenuHandler) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.PopupHandlerTag
Creates the call back object for actually registering the popup menu handler.
createCheckbox(CheckboxTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a component handler that wraps a checkbox.
createCheckbox(CheckboxTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a component handler that wraps a checkbox.
createCheckbox(CheckboxTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a component handler for a checkbox, which is specified by the given tag.
createClassDescription() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
Creates a ClassDescription object from the internal data.
createCollection(int) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
Creates the collection.
createCollection(int) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.ListBeanProvider
Creates the collection managed by this bean provider.
createCollection(int) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.SetBeanProvider
Creates the collection managed by this bean provider.
createComboBox(ComboBoxTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a component handler that wraps a combo box.
createComboBox(ComboBoxTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a component handler that wraps a combo box.
createComboBox(ComboBoxTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a component handler for a combo box, which is specified by the given tag.
createCommandQueue(ApplicationContext) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Creates and initializes the application's command queue.
createCommandWrapper(Command) - Methode in Klasse net.sf.jguiraffe.gui.app.CommandActionTask
Creates the Command object wrapper that is passed to the Application.execute(Command) method.
createComparator() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
Creates a Comparator object that implements the sort order specified in this object.
createComponent(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ToolbarTag
Creates the toolbar component.
createComponent(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
Creates and initializes the container.
createComponent(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.LabelTag
Creates the label component.
createComponent(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SimpleComponentTag
Creates a specific component.
createComponentBuilderData(BuilderData, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Creates the component builder data object for the current builder process.
createComponentHandler(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
Creates the combo box component.
createComponentHandler(ComponentManager, boolean) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Creates the component handler used by this input component.
createComponentHandler(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
Creates the list box component.
createComponentHandler(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PasswordFieldTag
Creates the ComponentHandler for this task.
createComponentHandler(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
Creates a component handler for the represented component.
createComponentHandler(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
Creates the component handler for the new input component.
createComponentHandler(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Creates a ComponentHandler for the managed slider component.
createComponentHandler(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
Creates the component handler object for the represented component.
createComponentHandler(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Creates the table component.
createComponentHandler(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
Creates a component handler for the text area defined by this tag.
createComponentHandler(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
Creates the component handler for this text field.
createComponentHandler(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Creates the component handler for the tree component.
createConfiguration() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Creates the configuration for this application.
createConfiguration(URL) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Reads the application's configuration from the specified URL.
createConstraints() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
Creates the constraints object for the string defined by the user.
createConstraints() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentColConstraintsTag
Creates the constraints object.
createConstraints() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentRowConstraintsTag
Creates the constraints object.
createConstraints(ComponentManager) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderConstraintsTag
Creates the constraints object.
createConstraints(ComponentManager) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ConstraintsTag
Creates the constraints object.
createConstraints(ComponentManager) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Creates the constraints object.
createContainer(ComponentManager, boolean, Collection<Object[]>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
Creates the container widget.
createContainer(ComponentManager, boolean, Collection<Object[]>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag
Creates the container component.
createContainer(ComponentManager, boolean, Collection<Object[]>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PanelTag
Creates the concrete container widget.
createContainer(ComponentManager, boolean, Collection<Object[]>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
Creates the container component.
createContainer(ComponentManager, boolean, Collection<Object[]>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
Creates the container represented by this tag.
createContainer(ComponentManager, boolean, Collection<Object[]>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabTag
Creates the container object.
createContainer(ComponentManager, boolean, Collection<Object[]>) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Creates the window container.
createDate(int, int, int) - Statische Methode in Klasse net.sf.jguiraffe.JGuiraffeTestHelper
Helper method for creating a date object based on the given year, month, and day.
createDefaultBorder() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a default border.
createDefaultIconHandler() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Returns a default TreeIconHandler object.
createDependency() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Creates the Dependency based on the values of the attributes.
createDesktopPanel(DesktopPanelTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a desktop panel whose parameters are obtained from the specified tag.
createDesktopPanel(DesktopPanelTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a desktop panel whose parameters are obtained from the specified tag.
createDesktopPanel(DesktopPanelTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a desktop panel with the information obtained from the passed in tag.
createDialog(JOptionPane, Window, String) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
Creates the dialog from the option pane.
createDialog(WindowBuilderData, WindowData, boolean, Window) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowManager
Creates a modal or non modal dialog.
createDialog(WindowBuilderData, WindowData, boolean, Window) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowManagerWrapper
Creates a modal or non modal dialog.
createDialog(WindowBuilderData, WindowData, boolean, Window) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
Creates a dialog window.
createElementHandler(ActionManager, ActionData, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
Creates a control based on the given action data object.
createElementHandler(ActionManager, ActionData, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuItemTag
Creates a menu item based on an action data object.
createElementHandler(ActionManager, ActionData, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ToolButtonTag
Creates a toolbar button based on the given data object.
createEnabler(String, String) - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
Creates an ElementEnabler for the specified prefix.
createEvent(MouseEvent, FormMouseEvent.Type) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
Creates a FormMouseEvent from the specified source Swing event using the given event type.
createEventListener() - Methode in Klasse 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<?>[]) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Creates an event listener proxy for all event listener classes in the specified array.
createEventManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Creates the event manager object.
createEventManager() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Returns a concrete implementation of the PlatformEventManager interface for dealing with event notifications.
createEventManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Returns a concrete implementation of the PlatformEventManager interface for dealing with event notifications.
createEventManager() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates the Swing specific platform event manager.
createFieldHandler(InputComponentTag, ComponentHandler<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.DefaultFieldHandlerFactory
Creates a new field handler object for the specified input component tag.
createFieldHandler(InputComponentTag, ComponentHandler<?>) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.FieldHandlerFactory
Creates a new field handler object.
createFieldHandler(ComponentHandler<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Creates a field handler object for the input component.
createFileChooser() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.dlg.filechooser.SwingFileChooserDialogService
Creates the JFileChooser object that is used to display the dialogs constructed by this class.
CreateFileCommand - Klasse in net.sf.jguiraffe.examples.tutorial.createfile
A command class for creating a new file.
CreateFileCommand(ApplicationContext, CreateFileData, FormAction) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.createfile.CreateFileCommand
Creates a new instance of CreateFileCommand and initializes it with the application context and the data of the file to be created.
CreateFileData - Klasse in net.sf.jguiraffe.examples.tutorial.createfile
A data class that stores all information for the creation of a new file.
CreateFileData() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
 
createFileFilter() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
Creates a FileFilter object that implements the filter criteria defined for this object.
createFont(ComponentManager) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
Calls the ComponentManager to create the font represented by this tag.
createFont(FontTag) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a font object from the data specified by the given FontTag.
createFont(FontTag) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a font object from the data specified by the given FontTag.
createFont(FontTag) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a font based on the data provided by the given FontTag.
createFormat(Locale) - Methode in Klasse net.sf.jguiraffe.transform.AbstractDecimalTransformer
Returns a format object suitable for parsing doubles.
createFormat(Locale) - Methode in Klasse net.sf.jguiraffe.transform.AbstractIntegerTransformer
Creates the format object for parsing user input.
createFormat(Locale) - Methode in Klasse net.sf.jguiraffe.transform.NumberTransformerBase
Creates the format object for parsing a number.
createFormat(Locale, int, Configuration) - Methode in Klasse net.sf.jguiraffe.transform.DateTimeTransformer
Creates the format object to be used by this transformer.
createFormat(Locale, int, Configuration) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformer
Returns the DateFormat to be used by this transformer.
createFormat(Locale, int, Configuration) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Creates a DateFormat object for parsing dates of the supported format.
createFormat(Locale, int, Configuration) - Methode in Klasse net.sf.jguiraffe.transform.TimeTransformer
Returns a format object for formatting and parsing time objects.
createFrame(WindowBuilderData, WindowData, Window) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowManager
Creates a frame window (a main frame).
createFrame(WindowBuilderData, WindowData, Window) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowManagerWrapper
Creates a frame window (a main frame).
createFrame(WindowBuilderData, WindowData, Window) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
Creates a frame window.
createFromMessage(Message, Object...) - Statische Methode in Klasse net.sf.jguiraffe.resources.Message
Creates a new Message instance with the same resource group and resource key as the passed in instance, but with different parameters.
createGroup() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
Creates the cell group object based on the attribute values.
createGroup(String, Locale) - Methode in Klasse net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
Creates a ResourceGroup object from the specified bundle.
createGroup(JellyContext, String) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentGroup
Creates a new ComponentGroup instance and stores it in the specified context.
createIcon() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.IconTag
Creates the icon.
createIcon(Locator) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates an icon object with the data obtained from the specified Locator
createIcon(Locator) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates an icon object with the data obtained from the specified Locator
createIcon(Locator) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates an icon with the information obtained from the given locator.
createInternalFrame(WindowBuilderData, WindowData, Window) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowManager
Creates an internal frame window.
createInternalFrame(WindowBuilderData, WindowData, Window) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowManagerWrapper
Creates an internal frame window.
createInternalFrame(WindowBuilderData, WindowData, Window) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
Creates and initializes an internal frame window and adds it to its parent frame.
createInvocation() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstructorInvocationTag
Creates the invocation object.
createInvocation() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
Creates the invocation object.
createInvocation() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
Creates the invocation object.
createJDialog(WindowBuilderData) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
Creates a new dialog object.
createJellyContext() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
Creates the Jelly context for executing the builder script.
createLabel(LabelTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a label object.
createLabel(LabelTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a label object.
createLabel(LabelTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a label component with the information obtained from the given tag.
createLayout(ComponentManager) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Creates the border layout object.
createLayout(ComponentManager) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
Creates the layout object.
createLayout(ComponentManager) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.LayoutTag
Creates the specific layout object.
createLayout(ComponentManager) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Creates the percent layout object.
createListBox(ListBoxTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a component handler that wraps a list box.
createListBox(ListBoxTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a component handler that wraps a list box.
createListBox(ListBoxTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a component handler for a list, which is specified by the given tag.
createMap() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.MapBeanProvider
Creates the map managed by this provider.
createMap() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.PropertiesBeanProvider
Creates the map managed by this bean provider.
createMenu(ActionBuilder, Object, TextIconData, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionManager
Creates a (sub) menu.
createMenu(ActionBuilder, Object, TextIconData, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
Creates a (sub) menu.
createMenu(ActionBuilder, Object, TextIconData, Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
Creates a menu based on the given data.
createMenuBar(ActionBuilder) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionManager
Creates a menu bar.
createMenuBar(ActionBuilder) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
Creates a menu bar.
createMenuBar(ActionBuilder) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
Creates a menu bar.
createMenuItem(ActionBuilder, ActionData, boolean, Object) - Methode in Schnittstelle 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) - Methode in Klasse 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, ActionData, boolean, Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
Creates a menu item based on the passed in data object.
createMenuItem(ActionBuilder, FormAction, boolean, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionManager
Creates a menu item based on the specified action object.
createMenuItem(ActionBuilder, FormAction, boolean, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
Creates a menu item based on the specified action object.
createMenuItem(ActionBuilder, FormAction, boolean, Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
Creates a menu item based on the given action.
createOptionPane(Window, Object, String, int, int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
Creates the option pane dialog for displaying the message box.
createPanel(PanelTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a panel whose parameters are obtained from the specified tag.
createPanel(PanelTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a panel whose parameters are obtained from the specified tag.
createPanel(PanelTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a panel with the information obtained from the passed in tag.
createPasswordField(PasswordFieldTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a ComponentHandler that wraps a password text field.
createPasswordField(PasswordFieldTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a ComponentHandler that wraps a password text field.
createPasswordField(PasswordFieldTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a component handler for a password text field which is specified by the given tag.
createPattern(TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.RegexValidator
Creates a new Pattern object.
createPercentLayout() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Creates the PercentLayoutBase object based on the data stored in this tag.
createPercentLayout(PercentLayoutTag) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a percent layout object whose parameters are obtained from the specified tag.
createPercentLayout(PercentLayoutTag) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a percent layout object whose parameters are obtained from the specified tag.
createPercentLayout(PercentLayoutTag) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a percent layout with the information from the passed in tag.
createPlatformEventManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Creates the platform specific event manager.
createProgressBar(ProgressBarTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a component handler that wraps a progress bar element.
createProgressBar(ProgressBarTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a component handler that wraps a progress bar element.
createProgressBar(ProgressBarTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a component handler for a progress bar, which is specified by the given tag.
createPushButton(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
Creates the new command button component.
createPushButton(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.CheckboxTag
Creates the checkbox.
createPushButton(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
Creates the push button component of the correct type.
createPushButton(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.RadioButtonTag
Creates the radio button.
createPushButton(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextTag
Creates the element.
createPushButton(ComponentManager, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ToggleButtonTag
Creates the new toggle button component.
createRadioButton(RadioButtonTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a component handler that wraps a radio button.
createRadioButton(RadioButtonTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a component handler that wraps a radio button.
createRadioButton(RadioButtonTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a component handler for a radio button, which is specified by the given tag.
createRadioGroup(Map<String, Object>) - Methode in Schnittstelle 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>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a radio group which contains the radio buttons stored in the passed in map.
createRadioGroup(Map<String, Object>) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a radio group, which contains the specified radio buttons.
createReleaseDependencyProvider(BeanBuilderResult) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
Creates a DependencyProvider object that can be used during a release() operation.
createRootStore() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Creates the root bean store.
createRootStore(Configuration) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Creates the root bean store.
createService(ApplicationContext) - Methode in Schnittstelle net.sf.jguiraffe.gui.dlg.DialogServiceFactory
Returns a new instance of the managed service.
createService(ApplicationContext) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.dlg.filechooser.SwingFileChooserDialogServiceFactory
 
createShutdownHandlerForMethod(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Creates an Invokable for a shutdown handler for a shutdown method.
createSlider(SliderTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a component handler that wraps a slider component.
createSlider(SliderTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a component handler that wraps a slider component.
createSlider(SliderTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a component handler for a slider, which is specified by the given tag.
createSplitter(SplitterTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a splitter whose parameters are obtained from the specified tag.
createSplitter(SplitterTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a splitter whose parameters are obtained from the specified tag.
createSplitter(SplitterTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a splitter component from the information contained in the passed in tag.
createStaticText(StaticTextTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a component handler that wraps a static text element.
createStaticText(StaticTextTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a component handler that wraps a static text element.
createStaticText(StaticTextTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a component handler for a static text, which is specified by the given tag.
createTabbedPane(TabbedPaneTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a component handler that wraps a tabbed pane.
createTabbedPane(TabbedPaneTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a component handler that wraps a tabbed pane.
createTabbedPane(TabbedPaneTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a component handler for a tabbed pane, which is specified by the given tag.
createTable(TableTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a table based on the information stored in the passed in table tag.
createTable(TableTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a table based on the information stored in the passed in table tag.
createTable(TableTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a component handler for a table specified by the given tag.
createTargetClassDescription() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
Creates a ClassDescData object for the target class of the converter.
createTask(String, Class<?>, Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionTag
Creates the task for this action.
createTask(Command) - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandQueueImpl
Creates a task object for executing the passed in command.
createTaskByClass(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionTag
Creates the action's task if it is defined by its class.
createTextArea(TextAreaTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a component handler that wraps a text area.
createTextArea(TextAreaTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a component handler that wraps a text area.
createTextArea(TextAreaTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a component handler for a text area which is specified by the given tag.
createTextField(TextFieldTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a component handler that wraps a text field.
createTextField(TextFieldTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a component handler that wraps a text field.
createTextField(TextFieldTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a component handler for a text field which is specified by the given tag.
createToggleButton(ToggleButtonTag, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Creates a toggle button component.
createToggleButton(ToggleButtonTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a toggle button component.
createToggleButton(ToggleButtonTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a component handler for a toggle button, which is specified by the given tag.
createToolbar(ActionBuilder) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionManager
Creates a toolbar object.
createToolbar(ActionBuilder) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
Creates a toolbar object.
createToolbar(ActionBuilder) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
Creates a tool bar object.
createToolbarButton(ActionBuilder, ActionData, boolean, Object) - Methode in Schnittstelle 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) - Methode in Klasse 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, ActionData, boolean, Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
Creates a toolbar button based on the passed in action data object and returns a component handler for it.
createToolbarButton(ActionBuilder, FormAction, boolean, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionManager
Creates a toolbar button based on the specified action object.
createToolbarButton(ActionBuilder, FormAction, boolean, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
Creates a toolbar button based on the specified action object.
createToolbarButton(ActionBuilder, FormAction, boolean, Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
Creates a toolbar button based on the given action.
createToolTipManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Creates the ToolTipManager.
createTree(TreeTag, boolean) - Methode in Schnittstelle 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Creates a tree component based on the information stored in the passed in tree tag.
createTree(TreeTag, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a component handler for a tree specified by the given tag.
createURL(URLStreamHandler) - Methode in Klasse net.sf.jguiraffe.locators.AbstractStreamLocator
Creates the URL managed by this locator.
createURL(URLStreamHandler) - Methode in Klasse net.sf.jguiraffe.locators.ByteArrayLocator
Creates a URL representing the data of this locator.
createValidationErrorResult(Form, String, Object...) - Statische Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
Creates a ValidationResult object with an error message for a validation message.
createValidationErrorResult(TransformerContext, String, Object...) - Statische Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationResult
Creates a ValidationResult object with the specified error message.
createValidationMessage(Form, String, Object...) - Statische Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
Obtains a ValidationMessage object for the specified key.
createValidationMessage(TransformerContext, String, Object...) - Statische Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationResult
Creates a ValidationMessage object for the specified error message.
createValueDependency() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Creates the dependency when a direct value is set.
createValueDependency() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ElementTag
Creates the dependency when a constant value is specified for this tag.
createValueDependency() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.EntryTag
Creates the dependency if a value is defined for this tag.
createValueProvider() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ValueData
Creates the bean provider for the specified value.
createValueProvider(ClassDescription) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ValueData
Creates the bean provider for the specified value using the given default class description.
CreateViewSettingsCommand - Klasse in net.sf.jguiraffe.examples.tutorial.viewset
A command class for storing view settings for a given directory.
CreateViewSettingsCommand(ApplicationContext, ViewSettings, FormAction) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.viewset.CreateViewSettingsCommand
 
createWindow(WindowManager, WindowBuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.DialogTag
Creates the dialog window using the passed in window manager.
createWindow(WindowManager, WindowBuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.FrameTag
Creates the frame window.
createWindow(WindowManager, WindowBuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.InternalFrameTag
Creates the internal frame window using the passed in window manager.
createWindow(WindowManager, WindowBuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Creates the window represented by the given data object using the current window manager.
createWindowBuilderData(BuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Creates the window builder data object for the current builder process.
createWithParameters(Object, Object, Object...) - Statische Methode in Klasse net.sf.jguiraffe.resources.Message
Creates an instance of Message with an arbitrary number of parameters.
CTX_NAME - Statische Variable in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
Constant for the name under which this model is stored in the builder context.
CTX_NAME - Statische Variable in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
Constant for the name under which this instance is stored in the context.
CURRENT_FILTER - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventFilterTag
Constant for the current filter variable.
cut() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TextHandler
Cuts the currently selected text and copies it into the system clipboard.
CYAN - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
Default color cyan.

D

DARK_GRAY - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
Default color dark gray.
DATE - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
The column class Date.
DateTimeTransformer - Klasse in net.sf.jguiraffe.transform
A specialized transformer that transforms strings into date objects with both a date and time component.
DateTimeTransformer() - Konstruktor für Klasse net.sf.jguiraffe.transform.DateTimeTransformer
Creates a new instance of DateTimeTransformer.
DateTransformer - Klasse in net.sf.jguiraffe.transform
A specialized transformer that transforms strings into date objects.
DateTransformer() - Konstruktor für Klasse net.sf.jguiraffe.transform.DateTransformer
 
DateTransformerBase - Klasse in net.sf.jguiraffe.transform
An abstract base class for date transformer objects.
DateTransformerBase() - Konstruktor für Klasse net.sf.jguiraffe.transform.DateTransformerBase
Creates a new instance of DateTransformerBase.
DEF_CONFIG_NAME - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the default name of the configuration file.
DEF_ERRORS_TEMPLATE - Statische Variable in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Constant for the default field errors template.
DEFAULT_INSTANCE - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.window.InvariantWindowClosingStrategy
Stores the default instance of this class.
DEFAULT_RESOURCE_GROUP_NAME - Statische Variable in Klasse net.sf.jguiraffe.transform.DefaultValidationMessageHandler
Constant for the default resource group with validation messages.
DefaultBeanContext - Klasse in net.sf.jguiraffe.di.impl
A default implementation of the BeanContext interface.
DefaultBeanContext() - Konstruktor für Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Creates a new instance of DefaultBeanContext.
DefaultBeanContext(BeanStore) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Creates a new instance of DefaultBeanContext and sets the default bean store.
DefaultBeanStore - Klasse in net.sf.jguiraffe.di.impl
A simple yet fully functional default implementation of the BeanStore interface.
DefaultBeanStore() - Konstruktor für Klasse net.sf.jguiraffe.di.impl.DefaultBeanStore
Creates a new instance of DefaultBeanStore.
DefaultBeanStore(String, BeanStore) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.DefaultBeanStore
Creates a new instance of DefaultBeanStore and sets the name and the reference to the parent.
DefaultClassLoaderProvider - Klasse in net.sf.jguiraffe.di.impl
A default implementation of the ClassLoaderProvider interface.
DefaultClassLoaderProvider() - Konstruktor für Klasse net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
Creates a new instance of DefaultClassLoaderProvider.
DefaultClassLoaderProvider(boolean) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
Creates a new instance of DefaultClassLoaderProvider and sets the flag whether internal classes should be handled in a special way.
defaultColumn() - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints.Builder
Initializes the properties of the CellConstraints instance to be created with default values for a column.
DefaultContainerSelector - Klasse in net.sf.jguiraffe.gui.builder.components
A default implementation of the ContainerSelector interface.
DefaultContainerSelector() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.DefaultContainerSelector
 
DefaultFieldHandler - Klasse in net.sf.jguiraffe.gui.forms
A default implementation of the FieldHandler interface.
DefaultFieldHandler() - Konstruktor für Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Creates a new instance of DefaultFieldHandler.
DefaultFieldHandlerFactory - Klasse in net.sf.jguiraffe.gui.builder.components
A default implementation of the FieldHandlerFactory interface.
DefaultFieldHandlerFactory() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.DefaultFieldHandlerFactory
 
DefaultFormValidatorResults - Klasse in net.sf.jguiraffe.gui.forms
Default implementation of the FormValidatorResults interface.
DefaultFormValidatorResults(Map<String, ? extends ValidationResult>) - Konstruktor für Klasse net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
Creates a new instance of DefaultFormValidatorResults and initializes it with a map holding information about fields and their validation status.
DefaultRadioButtonHandler - Klasse in net.sf.jguiraffe.gui.builder.components.model
A concrete default implementation of a CompositeComponentHandler for a group of radio buttons.
DefaultRadioButtonHandler() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.model.DefaultRadioButtonHandler
Creates a new instance of DefaultRadioButtonHandler.
defaultRow() - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints.Builder
Initializes the properties of the CellConstraints instance to be created with default values for a row.
DefaultTableEditorValidationHandler - Klasse in net.sf.jguiraffe.gui.builder.components.tags.table
A default implementation of the TableEditorValidationHandler interface.
DefaultTableEditorValidationHandler() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
 
DefaultToolTipManager - Klasse in net.sf.jguiraffe.gui.builder.components
A default implementation of the ToolTipManager interface.
DefaultToolTipManager(ComponentBuilderData) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
Creates a new instance of DefaultToolTipManager and initializes it with the given ComponentBuilderData object.
DefaultTransformerWrapper - Klasse in net.sf.jguiraffe.gui.forms
A default implementation of the TransformerWrapper interface.
DefaultTransformerWrapper(Transformer, TransformerContext) - Konstruktor für Klasse net.sf.jguiraffe.gui.forms.DefaultTransformerWrapper
Creates a new instance of DefaultTransformerWrapper and initializes it.
DefaultValidationMessageHandler - Klasse in net.sf.jguiraffe.transform
A default implementation of the ValidationMessageHandler interface.
DefaultValidationMessageHandler() - Konstruktor für Klasse net.sf.jguiraffe.transform.DefaultValidationMessageHandler
Creates a new instance of DefaultValidationMessageHandler.
DefaultValidationResult - Klasse in net.sf.jguiraffe.transform
A default implementation of the ValidationResult interface.
DefaultValidationResult.Builder - Klasse in net.sf.jguiraffe.transform
A builder class for creating instances of DefaultValidationResult.
DefaultValidatorWrapper - Klasse in net.sf.jguiraffe.gui.forms
A default implementation of the ValidatorWrapper interface.
DefaultValidatorWrapper(Validator, TransformerContext) - Konstruktor für Klasse net.sf.jguiraffe.gui.forms.DefaultValidatorWrapper
Creates a new instance of DefaultValidatorWrapper and initializes it.
DELETE - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The delete key.
Dependency - Schnittstelle in net.sf.jguiraffe.di
Definition of an interface for describing a dependency to another BeanProvider in an abstract way.
DependencyProvider - Schnittstelle in net.sf.jguiraffe.di
Definition of an interface that provides access to dependencies defined by a BeanProvider.
DependencyTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A base class for tag handler classes that support the definition of a dependency.
DependencyTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Creates a new instance of DependencyTag.
DesktopPanelTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specific container tag implementation that creates a desktop panel.
DesktopPanelTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag
 
DesktopPanelTag.DragMode - Enum-Klasse in net.sf.jguiraffe.gui.builder.components.tags
Enumeration class that defines the allowed values for the dragmode attribute.
DialogCanceledCallback<D> - Schnittstelle in net.sf.jguiraffe.gui.dlg
A callback interface to notify a client that the user has canceled a standard dialog.
DialogResultCallback<T,D> - Schnittstelle in net.sf.jguiraffe.gui.dlg
A callback interface for handling the result of a standard dialog.
DialogServiceFactory<T> - Schnittstelle in net.sf.jguiraffe.gui.dlg
A factory interface for the creation of a dialog service.
DialogTag - Klasse in net.sf.jguiraffe.gui.builder.window.tags
A tag handler class for creating dialogs.
DialogTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.tags.DialogTag
Creates a new instance of DialogTag.
DIBuilderData - Klasse in net.sf.jguiraffe.gui.builder.di
A data class for maintaining all information required for a DI builder operation.
DIBuilderData() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Creates a new instance of DIBuilderData.
DirectoryChooserOptions - Klasse in net.sf.jguiraffe.gui.dlg.filechooser
A class for defining the options of a directory chooser dialog.
DirectoryChooserOptions(DialogResultCallback<File, ?>) - Konstruktor für Klasse net.sf.jguiraffe.gui.dlg.filechooser.DirectoryChooserOptions
Creates a new instance of DirectoryChooserOptions and sets the callback to be notified with the dialog result.
DirectoryChooserOptions(DialogResultCallback<File, D>, D) - Konstruktor für Klasse net.sf.jguiraffe.gui.dlg.filechooser.DirectoryChooserOptions
Creates a new instance of DirectoryChooserOptions and sets the callback to be notified with the dialog result and an additional data object to be passed to the callback.
DirectoryData - Klasse in net.sf.jguiraffe.examples.tutorial.model
A data class for storing information about a directory.
DirectoryData(File) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.model.DirectoryData
Creates a new instance of DirectoryData and initializes it with the File object representing the associated directory.
disableCallBacks() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Disables the call back mechanism.
dispose() - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
Closes this window and frees all its resources.
DITagLibrary - Klasse in net.sf.jguiraffe.gui.builder.di.tags
The tag library for the tags of the dependency injection framework.
DITagLibrary() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.DITagLibrary
Creates a new instance of DITagLibrary and registers the supported tags.
DLU - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.layout.Unit
The unit dlu.
doCreateBean(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Creates a new bean instance.
doShortEvaluation(TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.ChainValidator
Checks whether short evaluation should be performed by the isValid() method.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
The main method of this tag class.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Executes this tag.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
The main method of this tag.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
The main method of this tag handler class.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
Executes this tag.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
The main method if this tag.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ElementTag
Executes this tag.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.EntryKeyTag
Executes this tag.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.EntryTag
Executes this tag.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
The main method of this tag.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
The main method of this tag.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTargetTag
This implementation determines the parent tag which must be of type MethodInvocationTag.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.NullTag
Executes this tag.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
The main method of this tag.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
This implementation contains the actual logic of this tag.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
The main method of this tag.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ShutdownHandlerTag
Executes this tag.
doTag(XMLOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ValueTag
Executes this tag.
DoubleTransformer - Klasse in net.sf.jguiraffe.transform
A specialized number transformer implementation that deals with numbers of type java.lang.Double.
DoubleTransformer() - Konstruktor für Klasse net.sf.jguiraffe.transform.DoubleTransformer
 
DOWN - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The down arrow key.
DummyActionTask - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
A dummy task class that is associated with actions for which no implementation is provided.
DummyActionTask() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.DummyActionTask
 
DummyBindingStrategy - Klasse in net.sf.jguiraffe.gui.forms.bind
A dummy implementation of the BindingStrategy interface.
DummyTransformer - Klasse in net.sf.jguiraffe.transform
This class provides dummy implementations for the Transformer and the Validator interfaces.
DummyTransformer() - Konstruktor für Klasse net.sf.jguiraffe.transform.DummyTransformer
 
DummyWrapper - Enum-Klasse in net.sf.jguiraffe.gui.forms
A dummy implementation of the TransformerWrapper and the ValidatorWrapper interfaces.

E

EAST - Statische Variable in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Constant for the layout constraints East.
EditableComboBoxModel - Schnittstelle in net.sf.jguiraffe.gui.builder.components.model
Definition of a specialized ListModel extension interface to be used by editable combo boxes.
EditDesktopTask - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
A specialized action task for editing a selected file.
EditDesktopTask(MainWndController) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.EditDesktopTask
Creates a new instance of EditDesktopTask and sets the main controller.
elementChanged(FormChangeEvent) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemChangeListener
The selection of the combo box has changed.
elementChanged(FormChangeEvent) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.TableChangeListener
The selection of the table has changed.
elementChanged(FormChangeEvent) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.TreeChangeListener
The selection of the tree view has changed.
elementChanged(FormChangeEvent) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettingsFormController
A change event was received.
elementChanged(FormChangeEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.event.FormChangeListener
This method gets called when a change events occurs.
ElementEnabler - Schnittstelle 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 - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A tag handler class that allows adding elements to collections.
ElementTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.ElementTag
 
enableActions(Collection<FormAction>, boolean) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionHelper
Sets the enabled flag for all actions in the specified collection.
enableCallBacks() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Enables the call back mechanism.
enableGroup(String, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionStore
Sets the enabled flag for all actions in the specified group.
enableGroup(ComponentBuilderData, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentGroup
Changes the enabled state of this ComponentGroup.
EnablerBuilder - Klasse in net.sf.jguiraffe.gui.builder.enablers
A helper class for the convenient creation of standard ElementEnabler objects.
EnablerBuilder() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
 
EnablerConverter - Klasse in net.sf.jguiraffe.gui.builder.enablers
A specialized converter implementation for ElementEnabler objects.
EnablerConverter() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.enablers.EnablerConverter
 
END - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The end key.
END - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.layout.CellAlignment
The alignment end.
ENTER - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The enter key.
EntryKeyTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A tag handler class for defining the key of an EntryTag.
EntryKeyTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.EntryKeyTag
 
EntryTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A tag handler implementation for populating a map.
EntryTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.EntryTag
Creates a new instance of EntryTag.
EnumConverter - Klasse in net.sf.jguiraffe.di
A specialized Converter implementation dealing with all types of enumeration classes.
equals(Object) - Methode in Klasse net.sf.jguiraffe.di.impl.ClassDependency
Compares this object with another one.
equals(Object) - Methode in Klasse net.sf.jguiraffe.di.impl.ClassDescription
Tests the passed in object for equality.
equals(Object) - Methode in Klasse net.sf.jguiraffe.di.impl.NameDependency
Tests whether this object equals another one.
equals(Object) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
Compares this object with another one.
equals(Object) - Methode in Klasse net.sf.jguiraffe.gui.app.TextResource
 
equals(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.Accelerator
Compares this object with another one.
equals(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.Color
Tests if a passed in object equals this object.
equals(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
This base implementation tests the handler and name properties.
equals(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
Tests whether two objects are equal.
equals(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
Compares this object with another one.
equals(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormActionEvent
This base implementation tests the handler and name properties.
equals(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEvent
This base implementation tests the handler and name properties.
equals(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormFocusEvent
This base implementation tests the handler and name properties.
equals(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent
This base implementation tests the handler and name properties.
equals(Object) - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
Two instances of this class are considered equals if all of their properties are equal.
equals(Object) - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
Compares this object with another one.
equals(Object) - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints
Compares this object with another one.
equals(Object) - Methode in Klasse net.sf.jguiraffe.gui.layout.CellGroup
Compares this object with another one.
equals(Object) - Methode in Klasse net.sf.jguiraffe.gui.layout.NumberWithUnit
Compares two objects.
equals(Object) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData
Compares this object with another one.
equals(Object) - Methode in Klasse net.sf.jguiraffe.locators.ByteArrayLocator
Compares this object with another one.
equals(Object) - Methode in Klasse net.sf.jguiraffe.locators.ClassPathLocator
Compares this object with another one.
equals(Object) - Methode in Klasse net.sf.jguiraffe.locators.FileLocator
Compares this object with another one.
equals(Object) - Methode in Klasse net.sf.jguiraffe.locators.URLLocator
Compares this object with another one.
equals(Object) - Methode in Klasse net.sf.jguiraffe.resources.Message
Tests if this message equals another object.
equals(Object) - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationResult
Compares this object to another one.
ERR_DATE_AFTER - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The entered date must be after a reference date.
ERR_DATE_AFTER_EQUAL - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The entered date must be after or equal a reference date.
ERR_DATE_BEFORE - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The entered date must be before a reference date.
ERR_DATE_BEFORE_EQUAL - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The entered date must be before or equal a reference date.
ERR_FIELD_REQUIRED - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
This is a mandatory field.
ERR_FILE_EXISTS - Statische Variable in Klasse net.sf.jguiraffe.examples.tutorial.createfile.UniqueFileNameValidator
Constant for the error message produced by this validator.
ERR_INVALID_DATE - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The entered string is no valid date.
ERR_INVALID_NUMBER - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The entered string is not a valid number.
ERR_INVALID_TIME - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The entered string is no valid time.
ERR_MESSAGE_CAPTION - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The default caption of a message box for displaying validation messages.
ERR_NUMBER_INTERVAL - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The entered number must be in a specified interval.
ERR_NUMBER_OUT_OF_RANGE - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The entered number is too small or too big for the supported value range.
ERR_NUMBER_TOO_BIG - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The entered number is too big.
ERR_NUMBER_TOO_SMALL - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The entered number is too small.
ERR_PATTERN - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The input does not match the specified pattern.
ERR_TIME_AFTER - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The entered time must be after a reference date.
ERR_TIME_AFTER_EQUAL - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The entered time must be after or equal a reference date.
ERR_TIME_BEFORE - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The entered time must be before a reference date.
ERR_TIME_BEFORE_EQUAL - Statische Variable in Klasse net.sf.jguiraffe.transform.ValidationMessageConstants
The entered time must be before or equal a reference date.
ERROR - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.transform.ValidationMessageLevel
The validation message level ERROR.
errorResult(String, TransformerContext, Object...) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Creates a validation result if an error occurred.
errorResult(String, TransformerContext, Object...) - Methode in Klasse net.sf.jguiraffe.transform.NumberTransformerBase
Creates a validation result if an error occurred.
errorResult(String, TransformerContext, Object...) - Methode in Klasse net.sf.jguiraffe.transform.TimeTransformer
Returns a validation result object with an error message.
ESCAPE - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The escape key.
EventFilter - Schnittstelle in net.sf.jguiraffe.gui.builder.event.filter
Definition of an interface for filtering events.
EventFilterTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A specialized tag handler class for creating event filters.
EventFilterTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.EventFilterTag
Creates a new instance of EventFilterTag.
EventFilterTag(Class<?>, Class<?>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.EventFilterTag
Creates a new instance of EventFilterTag and sets the default class and the base class.
EventListenerTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A base class for event listener tags.
EventListenerTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Creates a new instance of EventListenerTag.
EventListenerTypeTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A specialized tag handler implementation that allows adding another event listener type to a FormEventListenerTag.
EventListenerTypeTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
 
EventRegistrationTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A tag handler class for registering an event listener at a single or multiple components.
EventRegistrationTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.EventRegistrationTag
Creates a new instance of EventRegistrationTag.
execute() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskCommand
Executes this command.
execute() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.CreateFileCommand
Executes this command.
execute() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.CreateViewSettingsCommand
Executes this command.
execute() - Methode in Klasse net.sf.jguiraffe.gui.app.OpenWindowCommand
Executes this command.
execute() - Methode in Schnittstelle net.sf.jguiraffe.gui.cmd.Command
Executes this command.
execute() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandWrapper
Executes this command.
execute(BuilderEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.FormAction
Executes this action.
execute(BuilderEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
Executes this action.
execute(Command) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Executes the given command.
execute(Command) - Methode in Schnittstelle net.sf.jguiraffe.gui.cmd.CommandQueue
Adds a new Command object to this queue.
execute(Command) - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandQueueImpl
Executes the specified command object.
executeScript(Locator, JellyContext, MutableBeanStore, ClassLoaderProvider, InvocationHelper) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
Executes the specified script on the given Jelly context.
EXIT_ACTION_MNEMO - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.app.ApplicationResources.Keys
The standard mnemonic for the exit action.
EXIT_ACTION_TEXT - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.app.ApplicationResources.Keys
The standard text for the exit action.
EXIT_ACTION_TOOLTIP - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.app.ApplicationResources.Keys
The standard tool tip for the exit action.
EXIT_PROMPT_MSG - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.app.ApplicationResources.Keys
The message of the application exit prompt dialog.
EXIT_PROMPT_TIT - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.app.ApplicationResources.Keys
The title of the application exit prompt dialog.
exitApplication(int) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Terminates this application.
expand(TreeNodePath) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TreeHandler
Expands the node specified by the given path.
expansionStateChanged(TreeExpansionEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TreeExpansionListener
The expansion state of a node has changed.
EXT_ALL_FILES - Statische Variable in Klasse net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
Constant for a special extension with the meaning that all files should be matched.

F

F1 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The function key F1.
F10 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The function key F10.
F11 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The function key F11.
F12 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The function key F12.
F13 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The function key F13.
F14 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The function key F14.
F15 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The function key F15.
F16 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The function key F16.
F2 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The function key F2.
F3 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The function key F3.
F4 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The function key F4.
F5 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The function key F5.
F6 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The function key F6.
F7 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The function key F7.
F8 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The function key F8.
F9 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The function key F9.
FactoryBeanProvider - Klasse in net.sf.jguiraffe.di.impl.providers
A specialized life-cycle supporting BeanProvider implementation for creating new bean instances on each invocation.
FactoryBeanProvider(BeanProvider) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.FactoryBeanProvider
Creates a new instance of FactoryBeanProvider and initializes it with the bean provider for creating a bean instance.
FactoryBeanProvider(BeanProvider, Invokable) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.FactoryBeanProvider
Creates a new instance of FactoryBeanProvider and initializes it with the bean provider for creating a bean instance and the invocation object for performing initialization.
FactoryTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A tag for defining a bean factory that is used as creation BeanProvider for a BeanTag.
FactoryTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
 
fetchAction() - Methode in Klasse 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) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionHelper
Returns all actions that belong to the specified group in the given ActionStore.
fetchAllActionsInGroup(ActionStore, String, boolean) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionHelper
Returns all actions that belong to the specified group in the given ActionStore or one of its parents.
fetchAttributesMap() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
Obtains the map with the font's attributes.
fetchBean() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Obtains the bean for this tag.
fetchBean(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Returns the bean instance created by this provider.
fetchBeanContext() - Methode in Klasse net.sf.jguiraffe.gui.app.CommandActionTask
Returns the BeanContext to use and checks whether it is defined.
fetchBindingStrategy() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Obtains the BindingStrategy for a builder operation.
fetchClassLoaderProvider(ClassLoaderProvider) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
Returns a ClassLoaderProvider.
fetchCommand() - Methode in Klasse net.sf.jguiraffe.gui.app.CommandActionTask
Obtains the command object to be executed.
fetchComponentHandler() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the associated component manager.
fetchConfigURL() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Returns the URL to the configuration file.
fetchConversionHelper(BeanStore, boolean) - Statische Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanStore
A convenience method for retrieving a ConversionHelper object from a hierarchy of bean stores.
fetchDisplayName(Form, String) - Methode in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Determines the display name of the given field.
fetchEditableComboBoxModel(ListModel) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
Obtains a EditableComboBoxModel object from the passed in ListModel.
fetchFieldData() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Fetches the form field's data directly from the component handler.
fetchFilter() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Fetches the event filter if one is defined.
fetchInitializedBeanInstance(Object, DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Returns the initialized bean instance.
fetchListenerClasses() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Returns an array with the classes of the event listeners this tag has to support.
fetchLoader() - Methode in Klasse net.sf.jguiraffe.resources.impl.ResourceManagerImpl
Fetches the resource loader.
fetchLocator() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.IconTag
Fetches the locator for the icon.
fetchMenuBar(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Tries to obtain the menu bar with the given name.
fetchMessageOutput() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns the current MessageOutput object.
fetchPlatformAdapter() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns a reference to the associated platform adapter.
fetchProperty(Configuration, String, Double) - Methode in Klasse net.sf.jguiraffe.transform.DoubleTransformer
Returns a configuration property of type Double.
fetchProperty(Configuration, String, Float) - Methode in Klasse net.sf.jguiraffe.transform.FloatTransformer
Fetches a float property from the specified configuration.
fetchProperty(Configuration, String, Integer) - Methode in Klasse net.sf.jguiraffe.transform.IntegerTransformer
Fetches a configuration property of type integer.
fetchProperty(Configuration, String, Long) - Methode in Klasse net.sf.jguiraffe.transform.LongTransformer
Fetches a long property from the specified configuration.
fetchProperty(Configuration, String, T) - Methode in Klasse net.sf.jguiraffe.transform.NumberTransformerBase
Fetches a property of the supported type from the specified configuration object.
fetchResourceValue() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
Returns the resource value specified for this tag.
fetchResults(JellyContext, BuilderData, BeanBuilderResult, Locator) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Fetches all result variables from the context and stores them in the builder parameter object.
fetchTargetClass(ClassDescData) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
Obtains the target class of the converter from the specified ClassDescData object.
fetchValidationMessageBoxCaption() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns the caption for a message box for displaying validation error messages.
fetchValidationMessageFormat() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Obtains the FormValidationMessageFormat object to be used.
fetchValue() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
Returns the value of this item.
fetchWindow() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowControllerTag
Obtains the window for this controller.
FieldHandler - Schnittstelle in net.sf.jguiraffe.gui.forms
Definition of an interface for accessing fields of a form.
FieldHandlerFactory - Schnittstelle in net.sf.jguiraffe.gui.builder.components
Definition of an interface for objects that are able to create FieldHandler objects.
fieldStatusChanged(FormControllerFieldStatusEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
The visited status of a field managed by the FormController has changed.
fieldStatusChanged(FormControllerFieldStatusEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFieldStatusListener
Notifies this event listener that the status of a form field has changed.
FieldTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specific input component tag that allows to make use of custom input components.
FieldTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.FieldTag
 
FieldValidationStatus - Enum-Klasse in net.sf.jguiraffe.gui.builder.window.ctrl
An enumeration class describing the possible validation status values of a form field.
FileChooserDialogService - Schnittstelle 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 - Klasse in net.sf.jguiraffe.gui.dlg.filechooser
A class for defining the options of a file chooser dialog.
FileChooserOptions(DialogResultCallback<File, ?>) - Konstruktor für Klasse net.sf.jguiraffe.gui.dlg.filechooser.FileChooserOptions
Creates a new instance of FileChooserOptions and sets the callback to be notified with the dialog result.
FileChooserOptions(DialogResultCallback<File, D>, D) - Konstruktor für Klasse net.sf.jguiraffe.gui.dlg.filechooser.FileChooserOptions
Creates a new instance of FileChooserOptions and sets the callback to be notified with the dialog result and an additional data object to be passed to the callback.
FileData - Klasse in net.sf.jguiraffe.examples.tutorial.model
A simple data class representing a file (or sub directory) in a directory.
FileData(File, Object) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
Creates a new instance of FileData for the specified File object.
FileData(String, Object) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
Creates a new instance of FileData that does not represent a file.
FileExtensionFilter - Klasse 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...) - Konstruktor für Klasse net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
Creates a new instance of FileExtensionFilter and sets the resource for a description and the single file extensions to be matched by this filter.
FileExtensionFilter(TextResource, List<String>) - Konstruktor für Klasse net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
Creates a new instance of FileExtensionFilter and sets the resource for a description and a collection with the file extensions to be matched by this filter.
FileLocator - Klasse in net.sf.jguiraffe.locators
A concrete Locator class that represents files.
FileSizeTransformer - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
A specialized transformer for formatting file sizes.
FileSizeTransformer() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSizeTransformer
 
FileSystemChangeListener - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
An event listener for change events fired by the combobox with the file systems.
FileSystemChangeListener(MainWndController, ListComponentHandler) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemChangeListener
Creates a new instance of FileSystemChangeListener and initializes it.
FileSystemListModel - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
A ListModel implementation for the roots of the available file systems.
FileSystemListModel() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
Creates a new instance of FileSystemListModel.
fileURL(File) - Statische Methode in Klasse net.sf.jguiraffe.locators.LocatorUtils
Returns the URL for the given file.
findBeanDefinitions(Configuration) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Veraltet.
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) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Returns a collection with additional bean definition files to process.
findComponent(String) - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ComponentStore
Returns the component with the given name.
findComponent(String) - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentStoreImpl
Searches the component with the specified name.
findComponentHandler(String) - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ComponentStore
Returns the component handler with the given name.
findComponentHandler(String) - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentStoreImpl
Searches the component handler with the specified name.
findConstructors(Class<T>, Class<?>[], boolean) - Statische Methode in Klasse net.sf.jguiraffe.di.ReflectionUtils
Finds all constructors matching the specified search criteria.
findContainer() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
Tries to determine the container to which this component should be added.
findFieldHandler(String) - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ComponentStore
Returns the field handler with the given name.
findFieldHandler(String) - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentStoreImpl
Searches the field handler with the specified name.
findMethods(Class<?>, String, Class<?>[], boolean) - Statische Methode in Klasse net.sf.jguiraffe.di.ReflectionUtils
Finds all methods matching the given search criteria.
findOrientation(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.Orientation
Tries to match the given string value with an Orientation instance.
findParentContainer() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuTag
Tries to find the action container for the parent menu.
findParentMenu() - Methode in Klasse 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[]) - Methode in Klasse 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[]) - Methode in Klasse net.sf.jguiraffe.di.InvocationHelper
Determines the method to be called given the name, the parameter types, and the arguments.
fireCanShutdown() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Calls the canShutdown() method on all registered shutdown listeners.
fireChangeEvent(Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Fires a change event to the registered change listeners.
fireEvent(FormEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
Notifies the event manager about a new event.
fireEvent(FormEvent, FormListenerType) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Sends the specified event to all registered listeners.
fireFieldStatusEvent(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Notifies all registered field status listeners about a change in the status of a field.
fireFormEvent() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Notifies all registered form listeners that the form has been closed.
fireQueueEvent(Command, CommandQueueEvent.Type) - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandQueueImpl
Notifies all registered listeners about a change in the state of this queue.
fireShutdown() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Notifies all registered shutdown listeners about the shutdown of this application.
fireTableChanged(TableModelEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Notifies listeners about a change in the data of this model.
fireValidationEvent(FormValidatorResults) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Notifies all registered validation listeners about a validation operation.
FLOAT - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
The column class Float.
FloatTransformer - Klasse in net.sf.jguiraffe.transform
A specialized number transformer implementation that deals with numbers of type java.lang.Float.
FloatTransformer() - Konstruktor für Klasse net.sf.jguiraffe.transform.FloatTransformer
 
flushCache() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Clears all cached values.
FOCUS - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormListenerType
The listener type Focus.
FOCUS_GAINED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormFocusEvent.Type
A component gained focus.
FOCUS_LOST - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormFocusEvent.Type
A component lost focus.
focusGained(FormFocusEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.event.FormFocusListener
This method gets called when a component this listener is registered at gaines focus.
focusGained(FormFocusEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
A component of the associated window was given the focus.
focusGained(FormFocusEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerFocus
Notifies this object that an input component gained focus.
FocusListenerTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A specific form event listener tag implementation that deals with focus listeners.
FocusListenerTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.FocusListenerTag
Creates a new instance of FocusListenerTag.
focusLost(FormFocusEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.event.FormFocusListener
This method gets called when a component this listener is registered at loses focus.
focusLost(FormFocusEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
A component of the associated window lost the focus.
focusLost(FormFocusEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerFocus
Notifies this object that an input component lost focus.
FontTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specialized tag handler class for creating fonts.
FontTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
 
forDirectory(File) - Statische Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
Returns the ViewSettings object for the specified directory.
Form - Klasse in net.sf.jguiraffe.gui.forms
This class represents a form.
Form(TransformerContext, BindingStrategy) - Konstruktor für Klasse net.sf.jguiraffe.gui.forms.Form
Creates a new instance of Form and initializes it with all required helper objects.
FORM_CANCELED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent.Type
Indicates that the form was canceled.
FORM_COMMITTED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent.Type
Indicates that the form was committed.
FormAction - Schnittstelle in net.sf.jguiraffe.gui.builder.action
An interface describing an action.
FormActionEvent - Klasse in net.sf.jguiraffe.gui.builder.event
A specific event class for dealing with action events.
FormActionEvent(Object, ComponentHandler<?>, String, String) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.FormActionEvent
Creates a new instance of FormActionEvent and initializes it.
FormActionException - Ausnahmeklasse in net.sf.jguiraffe.gui.builder.action
An exception class indicating a problem with the form action framework.
FormActionException(String) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.action.FormActionException
Creates a new instance of FormActionException and sets the error message.
FormActionException(String, Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.action.FormActionException
Creates a new instance of FormActionException and sets both the error message and the root cause.
FormActionException(Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.action.FormActionException
Creates a new instance of FormActionException and sets the root cause.
FormActionListener - Schnittstelle in net.sf.jguiraffe.gui.builder.event
Definition of an interface for action listeners.
format(FormValidatorResults, Form) - Methode in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
The main formatting method.
formatField(FormValidatorResults, Form, String) - Methode in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Transforms all validation messages found in the passed FormValidatorResults object for the given field name into a text according to the values of the current templates.
FormBaseTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A base class for tags of the form builder framework.
FormBaseTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
 
FormBuilderException - Ausnahmeklasse in net.sf.jguiraffe.gui.builder.components
An exception class for reporting errors of the form builder framework.
FormBuilderException(String) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.components.FormBuilderException
Creates a new instance of FormBuilderException and sets the error message.
FormBuilderException(String, Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.components.FormBuilderException
Creates a new instance of FormBuilderException and sets the error message and the root cause.
FormBuilderException(Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.components.FormBuilderException
Creates a new instance of FormBuilderException and sets the root cause of the exception.
FormBuilderRuntimeException - Ausnahmeklasse in net.sf.jguiraffe.gui.builder.components
An exception class for reporting runtime errors of the form builder framework.
FormBuilderRuntimeException(String) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.components.FormBuilderRuntimeException
Creates a new instance of FormBuilderRuntimeException and initializes it with an error message.
FormBuilderRuntimeException(String, Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.components.FormBuilderRuntimeException
Creates a new instance of FormBuilderRuntimeException and initializes it with an error message and a root cause,
FormBuilderRuntimeException(Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.components.FormBuilderRuntimeException
Creates a new instance of FormBuilderRuntimeException and initializes it with a root cause.
FormBuilderTagLibrary - Klasse in net.sf.jguiraffe.gui.builder.components.tags
The tag library for the form builder tags.
FormBuilderTagLibrary() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBuilderTagLibrary
Creates a new instance of FormBuilderTagLibrary and registers the tags.
FormChangeEvent - Klasse in net.sf.jguiraffe.gui.builder.event
A specific event class for change events.
FormChangeEvent(Object, ComponentHandler<?>, String) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.FormChangeEvent
Creates a new instance of FormChangeEvent and initializes it.
FormChangeListener - Schnittstelle in net.sf.jguiraffe.gui.builder.event
Definition of an interface for change listeners.
formClosed(FormControllerFormEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormListener
Notifies this listener that the form associated with the monitored FormController was closed.
formContextClosed(Form, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.FormContextListener
Notifies this object that the current form context was closed.
formContextCreated(Form, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.FormContextListener
Notifies this object that a new form context was created.
FormContextListener - Schnittstelle 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 - Klasse in net.sf.jguiraffe.gui.builder.window.ctrl
A base class for form controllers.
FormController() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Creates a new instance of FormController.
FormControllerEvent - Klasse in net.sf.jguiraffe.gui.builder.window.ctrl
A base class for events generated by FormController.
FormControllerEvent(FormController) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerEvent
Creates a new instance of FormControllerEvent and initializes it with the FormController which is the source of this event.
FormControllerFieldStatusEvent - Klasse in net.sf.jguiraffe.gui.builder.window.ctrl
A specialized FormControllerEvent class that is generated whenever a form field changes its visited status.
FormControllerFieldStatusEvent(FormController, String) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFieldStatusEvent
Creates a new instance of FormControllerFieldStatusEvent and initializes it with the FormController that is the source of this event and the name of the field affected by this event.
FormControllerFieldStatusListener - Schnittstelle 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 - Klasse in net.sf.jguiraffe.gui.builder.window.ctrl
A specialized FormControllerEvent class for events related to the form associated with a FormController.
FormControllerFormEvent(FormController, FormControllerFormEvent.Type) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent
Creates a new instance of FormControllerFormEvent and initializes it.
FormControllerFormEvent.Type - Enum-Klasse in net.sf.jguiraffe.gui.builder.window.ctrl
An enumeration class defining the possible types of FormControllerFormEvent events.
FormControllerFormListener - Schnittstelle in net.sf.jguiraffe.gui.builder.window.ctrl
An event listener for processing events of type FormControllerFormEvent.
FormControllerListenerTag - Klasse in net.sf.jguiraffe.gui.builder.window.tags
A specialized tag handler class that can be used to register listeners at a FormController.
FormControllerListenerTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.tags.FormControllerListenerTag
 
FormControllerTag - Klasse in net.sf.jguiraffe.gui.builder.window.tags
A specialized tag handler implementation for creating form controllers.
FormControllerTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
Creates a new instance of FormControllerTag.
FormControllerValidationEvent - Klasse in net.sf.jguiraffe.gui.builder.window.ctrl
A specialized FormControllerEvent class that is generated when the controller performs a validation.
FormControllerValidationEvent(FormController, FormValidatorResults) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerValidationEvent
Creates a new instance of FormControllerValidationEvent and initializes it with the FormController that is the source of this event and the results of the validation operation.
FormControllerValidationListener - Schnittstelle 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 - Klasse 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) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.FormEvent
Creates a new instance of FormEvent and initializes it.
FormEventListener - Schnittstelle in net.sf.jguiraffe.gui.builder.event
Base interface for listeners for form events.
FormEventListenerTag - Klasse 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() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.FormEventListenerTag
Creates a new instance of FormEventListenerTag.
FormEventListenerTag(FormListenerType) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.FormEventListenerTag
Creates a new instance of FormEventListenerTag and sets the event listener type.
FormEventManager - Klasse in net.sf.jguiraffe.gui.builder.event
The main class for event handling in the form framework.
FormEventManager(PlatformEventManager) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Creates a new instance of FormEventManager and sets the platform specific event manager.
FormFocusEvent - Klasse in net.sf.jguiraffe.gui.builder.event
A specific event class dealing with focus events.
FormFocusEvent(Object, ComponentHandler<?>, String, FormFocusEvent.Type) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.FormFocusEvent
Creates a new instance of FormFocusEvent and initializes it.
FormFocusEvent.Type - Enum-Klasse in net.sf.jguiraffe.gui.builder.event
An enumeration class defining the different types of focus events.
FormFocusListener - Schnittstelle in net.sf.jguiraffe.gui.builder.event
Definition of an interface for focus listeners.
FormListenerType - Enum-Klasse in net.sf.jguiraffe.gui.builder.event
An enumeration class describing the supported event listener types.
FormMouseEvent - Klasse 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>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent
Creates a new instance of FormMouseEvent and initializes all its properties.
FormMouseEvent.Type - Enum-Klasse in net.sf.jguiraffe.gui.builder.event
An enumeration class defining constants for the possible mouse actions that can trigger a FormMouseEvent.
FormMouseListener - Schnittstelle in net.sf.jguiraffe.gui.builder.event
Definition of interface for mouse listeners.
FormRuntimeException - Ausnahmeklasse in net.sf.jguiraffe.gui.forms
An exception class for reporting runtime exceptions related to the form framework.
FormRuntimeException() - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.forms.FormRuntimeException
Creates a new instance of FormRuntimeException.
FormRuntimeException(String) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.forms.FormRuntimeException
Creates a new instance of FormRuntimeException and initializes it with an error message.
FormRuntimeException(String, Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.forms.FormRuntimeException
Creates a new instance of FormRuntimeException and initializes it with an error message and the root cause.
FormRuntimeException(Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.forms.FormRuntimeException
Creates a new instance of FormRuntimeException and initializes it with the root cause.
FormValidationMessageFormat - Klasse in net.sf.jguiraffe.gui.forms
A class for converting a FormValidatorResults object to text.
FormValidationMessageFormat() - Konstruktor für Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Creates a new instance of FormValidationMessageFormat.
FormValidationTrigger - Schnittstelle in net.sf.jguiraffe.gui.builder.window.ctrl
Definition of an interface for objects that can trigger the validation of a form.
FormValidationTriggerFocus - Klasse in net.sf.jguiraffe.gui.builder.window.ctrl
A specialized FormValidationTrigger implementation that triggers a validation operation whenever the user leaves an input field.
FormValidationTriggerFocus() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerFocus
 
FormValidationTriggerNone - Klasse in net.sf.jguiraffe.gui.builder.window.ctrl
A specialized implementation of a FormValidationTrigger that does no triggering at all.
FormValidationTriggerNone() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerNone
 
FormValidator - Schnittstelle in net.sf.jguiraffe.gui.forms
Definition of an interface for objects that can validate forms.
FormValidatorResults - Schnittstelle in net.sf.jguiraffe.gui.forms
Definition of an interface for describing results of a form validation.
FRAME_SECTION - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the frame section in the configuration file.
FrameTag - Klasse in net.sf.jguiraffe.gui.builder.window.tags
A tag handler class for creating (main) frame windows.
FrameTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.tags.FrameTag
 
fromArray(int...) - Statische Methode in Klasse net.sf.jguiraffe.gui.layout.CellGroup
Creates a new instance of CellGroup and initializes it with the indices of the affected cells.
fromBeanContext(BeanContext, String) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentGroup
Obtains the ComponentGroup with the specified name from the given BeanContext.
fromContext(JellyContext, String) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentGroup
Fetches the group with the given name from the specified jelly context.
fromResourceID(Object) - Statische Methode in Klasse net.sf.jguiraffe.gui.app.TextResource
Creates a new instance of TextResource that represents an application resource with the given ID.
fromString(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag.DragMode
Returns the enumeration literal whose name matches the given string.
fromString(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormListenerType
Tries to find a FormListenerType constant that matches the passed in string.
fromString(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Modifiers
Tries to find a Modifiers constant for the specified string.
fromString(String) - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints.Builder
Parses a string with the specification of a CellConstraints object and returns a corresponding instance.
fromString(String) - Statische Methode in Klasse net.sf.jguiraffe.gui.layout.CellGroup
Creates a new instance of CellGroup and initializes it from the passed in string.
fromString(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.layout.Unit
Returns the Unit constant for the unit with the given short name.
fromText(String) - Statische Methode in Klasse net.sf.jguiraffe.gui.app.TextResource
Creates a new instance of TextResource that represents the given plain text.
FULL - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.layout.CellAlignment
The alignment full.

G

generateAutoName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
Generates a name for this tabbed pane.
get(JellyContext) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionBuilder
Returns the instance of this class stored in the specified Jelly context.
get(JellyContext) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the instance of this class stored in the specified Jelly context.
get(JellyContext) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Obtains an instance of this class from the specified Jelly context.
get(JellyContext) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Returns the instance of this class stored in the specified Jelly context.
getAccelerator() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionData
Returns the Accelerator associated with this action.
getAccelerator() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionDataImpl
Returns the accelerator.
getAccelerator() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Returns the Accelerator associated with the represented action.
getAcceleratorDef() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Returns the accelerator definition.
getAcceleratorRef() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Returns the name of a variable to be used as accelerator.
getAction(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionStore
Returns the action with the given name.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
Returns the ActionBuilder data object to be passed to the action manager.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Returns a reference to the current ActionBuilder instance.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
Returns a reference to the current ActionBuilder instance.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
Returns a reference to the current ActionBuilder instance.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionListenerTag
Returns a reference to the current ActionBuilder instance.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionTag
Returns a reference to the current ActionBuilder instance.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ChangeListenerTag
Returns a reference to the current ActionBuilder instance.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Returns a reference to the current ActionBuilder instance.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.FocusListenerTag
Returns a reference to the current ActionBuilder instance.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.FormEventListenerTag
Returns a reference to the current ActionBuilder instance.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
Returns a reference to the current ActionBuilder instance.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuItemTag
Returns a reference to the current ActionBuilder instance.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuTag
Returns a reference to the current ActionBuilder instance.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MouseListenerTag
Returns a reference to the current ActionBuilder instance.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.SeparatorTag
Returns a reference to the current ActionBuilder instance.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ToolButtonTag
Returns a reference to the current ActionBuilder instance.
getActionBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowListenerTag
Returns a reference to the current ActionBuilder instance.
getActionBuilderNamespace() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Returns the name space used for the action builder tag library.
getActionGroupName() - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.ActionGroupEnabler
Returns the name of the action group that is manipulated by this enabler.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
Returns the ActionManager this builder delegates to.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionBuilder
Returns a reference to the action manager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Convenience method for obtaining a reference to the current ActionManager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
Convenience method for obtaining a reference to the current ActionManager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
Convenience method for obtaining a reference to the current ActionManager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionListenerTag
Convenience method for obtaining a reference to the current ActionManager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionTag
Convenience method for obtaining a reference to the current ActionManager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ChangeListenerTag
Convenience method for obtaining a reference to the current ActionManager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Convenience method for obtaining a reference to the current ActionManager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.FocusListenerTag
Convenience method for obtaining a reference to the current ActionManager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.FormEventListenerTag
Convenience method for obtaining a reference to the current ActionManager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
Convenience method for obtaining a reference to the current ActionManager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuItemTag
Convenience method for obtaining a reference to the current ActionManager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuTag
Convenience method for obtaining a reference to the current ActionManager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MouseListenerTag
Convenience method for obtaining a reference to the current ActionManager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.SeparatorTag
Convenience method for obtaining a reference to the current ActionManager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ToolButtonTag
Convenience method for obtaining a reference to the current ActionManager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowListenerTag
Convenience method for obtaining a reference to the current ActionManager.
getActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Returns the action manager used by this builder.
getActionName() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
Returns the name of the associated action.
getActionName() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Returns the name of the action to be invoked.
getActionName() - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.ActionEnabler
Returns the name of the action that is affected by this enabler.
getActionNames() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionStore
Returns a collection with the names of the actions stored in this ActionStore.
getActionNamesForGroup(String) - Methode in Klasse 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>) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionStore
Returns all action objects whose names are specified in the given collection.
getActionStore() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the action store.
getActionStore() - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Returns the application's ActionStore.
getActionStore() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Returns the application's ActionStore.
getActionStore() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionBuilder
Returns a reference to the current action store.
getActionStore() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns a reference to the action store.
getAdditionalProperties() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Returns additional properties that have been added by tags in the body.
getAdditionalTipSeparator() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
Returns the separator between the standard and the additional tool tip.
getAdditionalToolTip(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
Queries the additional tool tip for the specified component.
getAdditionalToolTip(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ToolTipManager
Returns the additional (dynamic) tool tip for the specified component.
getAdditionalToolTip(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
Returns the additional tool tip for the component with the given name.
getAdditionalToolTip(String) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ToolTipManager
Returns the additional (dynamic) tool tip for the component with the given name.
getAfterEnabler() - Methode in Klasse net.sf.jguiraffe.gui.app.CommandActionTask
Returns the ElementEnabler that is invoked after the execution of this task.
getAlign() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
Returns the alignment.
getAlignment() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.StaticTextData
Returns the alignment of the text and the icon.
getAlignment() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
Returns the alignment of the text and icon.
getAlignment() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
Returns the default TextIconAlignment.
getAlignment() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconData
Returns the alignment of the icon relative to the text.
getAlignment() - Methode in Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Returns the alignment of the button bar.
getAlignment() - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints
Returns the alignment string.
getAlignmentString() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconData
Returns the name of the current alignment.
getAllActionNames() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionStore
Returns a collection with the names of all actions stored in this ActionStore or in one of its parents.
getAllColumnConstraints() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns an array with the current column constraints.
getAllGroupNames(ActionStore) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionHelper
Returns the names of all groups defined for the specified ActionStore and its parents.
getAllRowConstraints() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns an array with the current row constraints.
getAlternativeResourceGroups() - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationMessageHandler
Returns the alternative resource groups.
getApplication() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
Returns the central Application object.
getApplication() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
Returns the central Application object.
getApplication() - Methode in Klasse net.sf.jguiraffe.gui.app.CommandActionTask
Returns a reference to the global application object.
getApplication() - Methode in Klasse net.sf.jguiraffe.gui.app.OpenWindowCommand
Returns the central Application instance.
getApplication() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
Returns a reference to the Application object.
getApplicationContext() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Returns a reference to the actual application context.
getApplicationContext() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.dlg.filechooser.SwingFileChooserDialogService
Returns the ApplicationContext used by service.
getAttributes() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
Returns the name of a bean with additional attributes for the font to be created.
getAttributesMap() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
Returns a (unmodifiable) map with additional attributes of the font to be created.
getAttributeStr(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Helper method for returning an attribute as string.
getBackColor() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Returns the background color for this component as a string.
getBackgroundColor() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
getBackgroundColor() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
Returns the background color of the underlying widget.
getBackgroundColor() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Returns the background color of this component as a color object.
getBackgroundColor() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.WidgetHandler
Returns the background color of the underlying widget.
getBackgroundColor(FieldValidationStatus) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Returns the background color for fields with the specified FieldValidationStatus.
getBaseClass() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Returns the bean's base class.
getBaseClass() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
Returns the base class.
getBean() - Methode in Klasse net.sf.jguiraffe.di.BeanCreationEvent
Returns the newly created bean.
getBean() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
Returns the bean managed by this provider.
getBean(Class<T>) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Returns the bean with the specified class from the default BeanStore.
getBean(Class<T>) - Methode in Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Returns the bean with the given class starting the search with the default bean store.
getBean(Class<T>) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Returns the bean with the specified class from the default bean store.
getBean(Class<T>, BeanStore) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Returns the bean with the specified class from the given BeanStore.
getBean(Class<T>, BeanStore) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Returns the bean with the specified class from the given bean store.
getBean(String) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Returns the bean with the specified name from the default BeanStore.
getBean(String) - Methode in Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Returns the bean with the given name starting the search with the default bean store.
getBean(String) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Returns the bean with the specified name from the default store.
getBean(String) - Methode in Schnittstelle net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl.BeanContributor
Returns the bean with the given name or null if the name is unknown.
getBean(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionBuilder
Returns the bean with the given name.
getBean(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the bean with the given name.
getBean(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Returns the bean with the specified name.
getBean(String, BeanStore) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Returns the bean with the specified name from the given BeanStore.
getBean(String, BeanStore) - Methode in Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Returns the bean with the given name starting the search with the specified bean store.
getBean(String, BeanStore) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Returns the bean with the specified name from the given bean store.
getBean(DependencyProvider) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanProvider
Returns the bean managed by this provider.
getBean(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
Returns the bean managed by this provider.
getBean(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
Returns the bean managed by this provider.
getBean(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
Returns the bean managed by this provider.
getBean(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.FactoryBeanProvider
Returns the bean managed by this bean provider.
getBean(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.MapBeanProvider
Returns the bean managed by this provider.
getBean(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
Returns the bean managed by this provider.
getBean(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
Returns the bean managed by this bean provider.
getBean(Dependency, BeanStore) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Obtains the bean from the BeanProvider specified by the given Dependency.
getBeanBuilder() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BeanBuilderFactory
Returns a BeanBuilder object for processing a script with bean definitions.
getBeanBuilder() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilderFactory
Returns the builder instance to be used.
getBeanBuilderFactory() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Returns the BeanBuilderFactory for obtaining a bean builder.
getBeanBuilderResult() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the result object from the bean builder.
getBeanBuilderResult() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns the result of the bean builder.
getBeanClass(DependencyProvider) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanProvider
Returns the class of the bean managed by this provider.
getBeanClass(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
Returns the class of the bean created by this provider.
getBeanClass(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
Returns the class of the managed bean.
getBeanClass(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
Returns the class of the managed bean.
getBeanClass(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Returns the class of the bean managed by this provider.
getBeanClass(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.MapBeanProvider
Returns the class of the managed bean.
getBeanClass(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
Returns the bean class of the bean managed by this provider.
getBeanClassData() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Returns the data object with the definition of the bean class.
getBeanClassDesc() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Returns the class description for the managed bean.
getBeanClassDescription() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
Returns the description of the class of the managed bean.
getBeanContext() - Methode in Klasse net.sf.jguiraffe.di.BeanCreationEvent
Returns the BeanContext that caused this event.
getBeanContext() - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Returns the application global BeanContext.
getBeanContext() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Returns the global bean context.
getBeanContext() - Methode in Klasse net.sf.jguiraffe.gui.app.CommandActionTask
Returns the current BeanContext.
getBeanContext() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the BeanContext managed by this instance.
getBeanCreationListeners() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns a collection with BeanCreationListener objects to be registered at the BeanContext created by the builder.
getBeanCreationListeners() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns a collection with objects to be registered as BeanCreationListener at the BeanContext created during the builder operation.
getBeanCreator() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Returns the BeanProvider that is responsible for creating a new bean instance.
getBeanCreator() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Returns the BeanProvider that will be used for creating the managed bean.
getBeanInitializer() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Returns the Invokable object responsible for initializing the newly created bean.
getBeanProvider() - Methode in Klasse net.sf.jguiraffe.di.BeanCreationEvent
Returns the BeanProvider that created the new bean.
getBeanProvider(String) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanStore
Returns the BeanProvider that is registered under the given name or null if cannot be found.
getBeanProvider(String) - Methode in Klasse net.sf.jguiraffe.di.impl.CombinedBeanStore
Returns the BeanProvider with the given name.
getBeanProvider(String) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanStore
Returns the BeanProvider with the specified name.
getBeanProvider(String) - Methode in Klasse net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
Returns a BeanProvider for the bean with the given name.
getBeanProvider(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
Returns a BeanProvider for accessing the bean with the given name.
getBeanStore(String) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BeanBuilderResult
Returns the BeanStore with the given name.
getBeanStore(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Returns the BeanStore with the specified name.
getBeanStoreNames() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BeanBuilderResult
Returns a set with the names of the existing bean stores.
getBeanStoreNames() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Returns a set with the names of the existing bean stores.
getBeanStoreTag() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
Returns a reference to the enclosing BeanStoreTag.
getBeanTag() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
Returns the enclosing bean tag.
getBeanTag() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
Returns a reference to the enclosing BeanTag.
getBeforeEnabler() - Methode in Klasse net.sf.jguiraffe.gui.app.CommandActionTask
Returns the ElementEnabler that is invoked before the execution of this task.
getBindingStrategy() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the BindingStrategy used by the current form.
getBindingStrategy() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns the BindingStrategy to be used by the form.
getBindingStrategy() - Methode in Klasse net.sf.jguiraffe.gui.forms.Form
Returns the BindingStrategy used by this form.
getBlue() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.Color
Returns the blue component of this color.
getBorderLayout() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Returns the newly created border layout object.
getBorderref() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PanelTag
Returns the name of a predefined border to use.
getBottomMargin() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Returns the bottom margin.
getBottomMargin() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
Returns the bottom margin.
getBottomMargin() - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Returns the bottom margin.
getBottomMargin() - Methode in Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Returns the bottom margin.
getBtnCancelName() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns the name of the component representing the cancel button.
getBtnOkName() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns the name of the component representing the OK button.
getBuilder() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns a reference to the Builder instance that processed this object.
getBuilder() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns a reference to the Builder object that generated the builder results.
getBuilderContext() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the bean context used by the builder.
getBuilderContext() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns the bean context that is used by the builder and the created components.
getBuilderData() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
Returns the current ComponentBuilderData object for this builder operation.
getBuilderData() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns the current BuilderData object.
getBuilderData(JellyContext) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
Returns the current ComponentBuilderData object from the context.
getBuilderName() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the name of the builder.
getBuilderName() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns a name for the builder.
getBuilderName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the name of the current builder.
getButton() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent
Returns the index of the mouse button affected by this event.
getButton() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Returns the managed button.
getButtonIndex(Boolean) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.BooleanRadioButtonHandler
Returns the index of the button with the specified value.
getButtonIndex(Integer) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
Returns the index of the radio button that corresponds to the specified data value.
getButtonLayout() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
Returns the newly created button layout object.
getCancelButtonName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the name of the cancel button set for the current window.
getCancelCommand() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns the command to be executed when the form is canceled.
getCancelInvoker() - Methode in Klasse net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
Returns a Runnable that invokes the canceled callback assigned to this options instance.
getCaption() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextData
Returns the final text of the associated component.
getCellSize() - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints
Returns the size of the cell.
getChainDependency(String) - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Returns a special Dependency for a local variable that is used during the execution of a ChainedInvocation.
getChild(Object, int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
Returns the child node of the specified node with the given index.
getChildCount(Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
Returns the number of child nodes of the specified node.
getChildEnablers() - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.ChainElementEnabler
Returns a collection of the ElementEnabler objects maintained by this ChainElementEnabler.
getChildHandler(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
Returns the child handler with the specified name.
getChildHandlerCount() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
Returns the number of child ComponentHandlers that have been added to this CompositeComponentHandler.
getChildHandlerIndex(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
Returns the index for the child handler with the given name.
getChildHandlerNameAt(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
Returns the name of the child handler at the specified index.
getChildHandlerNames() - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
Returns a list with all child handlers managed by this CompositeComponentHandler.
getChildStore(int) - Methode in Klasse net.sf.jguiraffe.di.impl.CombinedBeanStore
Returns the child BeanStore with the given index.
getChildValidator(int) - Methode in Klasse net.sf.jguiraffe.transform.ChainValidator
Returns the child validator at the given index.
getClassLoader() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
Returns the name of the class loader to be used for resolving the resource.
getClassLoader() - Methode in Klasse net.sf.jguiraffe.locators.ClassPathLocator
Returns the default class loader used by this locator when looking up the resource name.
getClassLoader(String) - Methode in Schnittstelle net.sf.jguiraffe.di.ClassLoaderProvider
Returns a reference to the class loader with the specified symbolic name.
getClassLoader(String) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
Returns the class loader specified by the given symbolic name.
getClassLoader(String) - Methode in Klasse net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
Returns the class loader that was registered under the given name.
getClassLoaderName() - Methode in Klasse net.sf.jguiraffe.di.impl.ClassDescription
Returns the symbolic name of the class loader for resolving the class.
getClassLoaderName() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
Returns the name of the class loader to be used.
getClassLoaderName() - Methode in Klasse net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
Returns the name of the class loader used for resolving resource bundles.
getClassLoaderProvider() - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Returns the ClassLoaderProvider used by this context.
getClassLoaderProvider() - Methode in Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Returns the ClassLoaderProvider used by this context.
getClassLoaderProvider() - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Returns the ClassLoaderProvider used by this bean context.
getClassLoaderProvider() - Methode in Klasse net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
Returns the wrapped ClassLoaderProvider.
getClassLoaderProvider() - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Returns the ClassLoaderProvider to be used.
getClassLoaderProvider() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Returns the ClassLoaderProvider.
getClassLoaderProvider() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BeanBuilderResult
Returns the ClassLoaderProvider that was used by the builder during script processing.
getClassLoaderProvider() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Returns the ClassLoaderProvider to be used.
getClassLoaderProvider() - Methode in Klasse net.sf.jguiraffe.locators.LocatorConverter
Returns the ClassLoaderProvider used by this converter.
getClassLoaderProvider() - Methode in Klasse net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
Returns the ClassLoaderProvider used by this object.
getCol() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Returns the column number in the layout grid.
getColconstr() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Returns the column constraints as string.
getColConstraints() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Returns the collection with the column constraints.
getColGroups() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Returns the collection with the column groups definition.
getColor() - Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
Returns the associated Color object.
getColor() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PanelTag
Returns the color for the title text.
getColorDefinition() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.Color
Returns the logic color definition this Color instance is based on.
getColumn() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData
Returns the number of the column, in which the corresponding component is to be placed.
getColumn(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the tag for the column with the given index.
getColumnClass(int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Returns the data class of the specified column.
getColumnConstraints() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData
Returns the associated constraints object for the column.
getColumnConstraints(int) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns the column constraints object for the column with the given index.
getColumnConstraintsBuilder(JellyContext) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentColConstraintsTag
Returns the shared builder for column constraints from the given Jelly context.
getColumnCount() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
Returns the number of columns managed by this instance.
getColumnCount() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Returns the number of columns of the managed table.
getColumnCount() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the number of columns of this table.
getColumnCount() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns the number of columns in this layout.
getColumnCount() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Returns the number of columns of the represented table.
getColumnEditor(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Returns the editor component installed for the specified column.
getColumnFieldName(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Returns the field name of the specified column in the render or edit form.
getColumnGroups() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns an unmodifiable collection with the column groups defined for this layout.
getColumnName(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Returns the title of the column with the given index.
getColumnName(int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Returns the name for the specified column.
getColumnRecalibrator() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Convenience method for querying the TableColumnRecalibrator.
getColumnRenderer(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Returns the renderer component installed for the specified column.
getColumns() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Returns the definition of column constraints as string.
getColumns() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns a collection with the column tags defined for this table.
getColumns() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
Returns the number of columns of this text area.
getColumns() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
Returns the number of visible columns.
getColumnValue(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Returns the value from the given column in the current row.
getColumnWidth() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Returns the width of this column as a NumberWithUnit object.
getColumnWidthCalculator() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Convenience method for querying the TableColumnWidthCalculator.
getColumnWidthController() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Returns the TableColumnWidthController for the represented table.
getColumnWidthController() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the TableColumnWidthController for the columns defined for this table.
getCommand() - Methode in Klasse net.sf.jguiraffe.gui.app.CommandActionTask
Returns the command object.
getCommand() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ToggleButtonTag
Returns the command string of this button.
getCommand() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormActionEvent
Returns the action command string.
getCommand() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandQueueEvent
Returns the Command object affected by this event.
getCommandBeanName() - Methode in Klasse net.sf.jguiraffe.gui.app.CommandActionTask
Returns the name of the command bean.
getCommandQueue() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Returns a reference to the command queue that is used for executing commands in another thread.
getCommandQueue() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the CommandQueue.
getCommandQueue() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns a reference to the global CommandQueue object.
getCommandQueue() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandQueueEvent
Returns the CommandQueue that caused this event.
getComponent() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
Returns the component this handler is associated with.
getComponent() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Returns the component managed by this tag.
getComponent() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Returns the component managed by this tag.
getComponent() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
Returns the name of the referenced component.
getComponent() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SimpleComponentTag
Returns the component that was created by this tag.
getComponent() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
Returns the component of this register.
getComponent() - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ComponentHandler
Returns a reference to the real component that is wrapped by this component handler.
getComponent() - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
Returns the underlying component.
getComponent() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Returns a reference to the managed component.
getComponent() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Returns the component representing this window.
getComponent() - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
Returns the Swing component that represents this window.
getComponent() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Returns the underlying component.
getComponent(int) - Methode in Schnittstelle net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
Returns the component with the given index.
getComponent(int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Returns the component with the given index.
getComponent(int, int) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns the component at the specified position of this layout.
getComponent(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the component with the given name from the currently active ComponentStore.
getComponentBuilderData() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
Returns the associated ComponentBuilderData.
getComponentBuilderData() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns the ComponentBuilderData object.
getComponentBuilderData() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns the current ComponentBuilderData object.
getComponentBuilderData() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Returns the current ComponentBuilderData object.
getComponentBuilderNamespace() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Returns the name space used for the component builder tag library.
getComponentCount() - Methode in Schnittstelle net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
Returns the number of components that belong to this layout manager.
getComponentCount() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Returns the number of components in this layout.
getComponentHandler() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Returns the component handler that was created by this tag.
getComponentHandler() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Returns the component handler.
getComponentHandler() - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.FieldHandler
Returns the ComponentHandler used by this FieldHandler.
getComponentHandler(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the component handler with the specified name from the current ComponentStore.
getComponentHandler(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Returns the component handler with the given name.
getComponentHandlerNames() - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ComponentStore
Returns a set with the names of all component handlers that are contained in this store.
getComponentHandlerNames() - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentStoreImpl
Returns a set with the names of all stored component handlers.
getComponentHandlers(ComponentBuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentGroup
Returns a map with the ComponentHandler objects of the components this group refers to.
getComponentManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the component manager.
getComponentManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Returns the component manager used by this builder.
getComponentName() - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.ComponentEnabler
Returns the name of the component whose state is changed by this enabler.
getComponentNames() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentGroup
Returns a set with the names of all components contained in this group.
getComponentNames() - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ComponentStore
Returns a set with the names of all components that are contained in this store.
getComponentNames() - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentStoreImpl
Returns a set with the names of all stored components.
getComponentref() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.LabelTag
Returns the name of the component this label is associated with.
getComponents() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.AccessibleComposite
Returns an unmodifiable collection with the components and constraints that have been added to this object.
getComponents() - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentGroup
Returns a map with all components this group refers to.
getComponentStore() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns a reference to the current component store.
getComponentStore() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Returns the component store used by this event manager instance.
getComponentStore() - Methode in Klasse net.sf.jguiraffe.gui.forms.Form
Returns the component store of this form.
getComponentType() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Returns the type of the field handler that is associated with this component.
getComponentType() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TransformerTag
Returns the type of the corresponding input component.
getComposite() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
Returns the AccessibleComposite implementation used by this container tag.
getComposite(Composite) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ContainerSelector
Returns the Composite to be used for the specified tag implementing the Composite interface.
getComposite(Composite) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.DefaultContainerSelector
Returns the Composite to be used for the specified tag implementing the Composite interface.
getConfigResourceName() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Returns the resource name of the configuration file.
getConfiguration() - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Returns a reference to the configuration data of the running application.
getConfiguration() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Returns a reference to the global configuration.
getConfiguration() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeConfigurationChangeHandler
Returns the HierarchicalConfiguration associated with this object.
getConfiguration() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
Returns the configuration object that stores the data of this model.
getConfigURL() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Returns the URL from which the configuration file is to be loaded.
getConstr() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
Returns the constraints as string.
getConstraints() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Returns the constraints object for this component.
getConstraints(boolean) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData
A convenience method for determining the cell constraints object for the specified orientation.
getConstraints(int) - Methode in Schnittstelle net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
Returns the constraints object for the component with the given index.
getConstraints(int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Returns the constraints for the component with the given index.
getConstraintsBuilder() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns the builder instance for creating CellConstraints objects.
getConstraintsBuilder(JellyContext, String, CellAlignment) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
Returns the CellConstraints.Builder for creating CellConstraints objects with the given name.
getConstructedMenu() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
Returns the last menu that was constructed by this handler.
getContainer() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.tags.ActionContainer
Returns the container object.
getContainer() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
Returns the menu bar container.
getContainer() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuTag
Returns the container maintained by this tag.
getContainer() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ToolbarTag
Returns the container object.
getContainer() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the concrete container component.
getContainer() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.Composite
Returns the concrete container component that is wrapped by this object.
getContainer() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.CompositeImpl
Returns the concrete container component that is wrapped by this object.
getContainer() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
Returns the concrete container component.
getContainer() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
Returns the container object.
getContainer() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns an object representing the container.
getContainerClass() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
Returns the class of the nesting container tag.
getContainerClass() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuItemTag
Returns the container tag handler class this tag must be nested inside.
getContainerClass() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ToolButtonTag
Returns the class of the container tag this tag must be nested inside.
getContainerSelector() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the ContainerSelector used by this object.
getContent() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.DirectoryData
Returns a list with the content of this directory.
getContext() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionBuilder
Returns the current JellyContext this object lives in.
getContext() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.tags.ListModelSupport
Returns the current Jelly context.
getContext() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
Returns the underlying Jelly context.
getContext() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Returns the current JellyContext.
getContextForChildValidator(int, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.ChainValidator
Returns the TransformerContext to be used for the specified child validator.
getContextForm() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the form of the current form context.
getController() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
Returns a reference to the main controller.
getController() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns the controller object of this window.
getController() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Returns the new window's controller.
getConversionHelper() - Methode in Schnittstelle net.sf.jguiraffe.di.BeanStore
Returns a ConversionHelper object for performing type conversions on the beans contained in this BeanStore.
getConversionHelper() - Methode in Klasse net.sf.jguiraffe.di.impl.CombinedBeanStore
Returns the ConversionHelper associated with this instance.
getConversionHelper() - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanStore
Returns the ConversionHelper associated with this object.
getConversionHelper() - Methode in Klasse net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
Returns the ConversionHelper associated with this instance.
getConversionHelper() - Methode in Klasse net.sf.jguiraffe.di.InvocationHelper
Returns the ConversionHelper instance associated with this object.
getConversionHelper() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
Returns the ConversionHelper used by this bean store.
getConvertBean() - Methode in Klasse net.sf.jguiraffe.di.ConversionHelper
Returns the helper object for type conversions.
getCurrentFile() - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
Returns the current file to be selected initially.
getCurrentFilter() - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
Returns the current filter.
getCurrentFilterIndex() - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
Returns the index of the current filter when the dialog is opened.
getData() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuTag
Returns the definition data for this menu.
getData() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
Returns the data of this ComponentHandler.
getData() - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ComponentHandler
Returns the data of the wrapped component.
getData() - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
Returns data of this handler.
getData() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Fetches the data of this field.
getData() - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.FieldHandler
Returns the data of this field.
getData() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Returns the component's data.
getDataClass() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Returns the class of the data to be displayed in this column.
getDataClass(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Returns the data class for the specified column.
getDataForButton(int) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.BooleanRadioButtonHandler
Returns the value of the radio button with the specified index.
getDataForButton(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
Returns the data value that corresponds to the radio button with the given index.
getDataForButton(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.DefaultRadioButtonHandler
Returns the data value that corresponds to the radio button with the given index.
getDataModel() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Returns the list serving as data model for the managed table.
getDateFormatStyle() - Methode in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Returns the style to be used for formatting dates.
getDefaultAlignment() - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints.Builder
Returns the default CellAlignment used by this builder.
getDefaultBaseClassConverters() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Returns a map with the default base class converters that have been registered so far.
getDefaultBeanStore() - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Returns the default bean store.
getDefaultBeanStore() - Methode in Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Returns the default bean store.
getDefaultBeanStore() - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Returns the default bean store.
getDefaultButtonName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the name of the default button.
getDefaultClassLoaderName() - Methode in Schnittstelle net.sf.jguiraffe.di.ClassLoaderProvider
Returns the name of the default class loader.
getDefaultClassLoaderName() - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
Returns the name of the default class loader.
getDefaultClassLoaderName() - Methode in Klasse net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
Returns the name of the default class loader.
getDefaultConverters() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Returns a map with the default converters that have been registered so far.
getDefaultReferenceDate() - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Creates a new default reference date.
getDefaultResourceGroup() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the default resource group.
getDefaultResourceGroup() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns the default resource group.
getDefaultResourceGroup() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the default resource group.
getDefaultResourceGroup() - Methode in Klasse net.sf.jguiraffe.resources.impl.ResourceManagerImpl
Returns the name of the default resource group.
getDefaultResourceGroup() - Methode in Schnittstelle net.sf.jguiraffe.resources.ResourceManager
Returns the name of the default resource group.
getDefaultResourceGroup() - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationMessageHandler
Returns the name of the default resource group.
getDelimiter() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
Returns the delimiter to be used for concatenating the results of multiple resolve operations.
getDependencies() - Methode in Schnittstelle net.sf.jguiraffe.di.BeanProvider
Returns a set with the descriptions of the beans this provider depends on.
getDependencies() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
Returns a set with the dependencies of this bean provider.
getDependencies() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
Returns the dependencies of this bean provider.
getDependencies() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Returns the dependencies of this bean provider.
getDependencies() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.MapBeanProvider
Returns the dependencies of this bean provider.
getDependencies() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
Returns the dependencies of this bean provider.
getDependencies() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
Returns the dependencies for this bean provider.
getDependencies() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
Returns the dependencies of this bean provider.
getDependency() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Returns the Dependency defined by this tag.
getDependencyProvider() - Methode in Klasse net.sf.jguiraffe.di.BeanCreationEvent
Returns the DependencyProvider involved in the bean creation process.
getDependentBean(Dependency) - Methode in Schnittstelle net.sf.jguiraffe.di.DependencyProvider
Returns the dependency bean for the specified dependency.
getDependentBean(Dependency) - Methode in Klasse net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
Returns a dependent bean.
getDependentClass() - Methode in Klasse net.sf.jguiraffe.di.impl.ClassDependency
Returns the description of the class of this dependency.
getDescription() - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
Returns the TextResource for the filter description.
getDiBuilderNameSpaceURI() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
Returns the name space URI, under which the DI tag library must be registered.
getDiBuilderNameSpaceURI() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilderFactory
Returns the URI for the name space of the DI builder tag library.
getDirectory() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.DirectoryData
Returns the File object representing the associated directory.
getDisplayIndex(ListModel, Object) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
Returns the index of the specified display object in the specified list model.
getDisplayName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Returns the display name of this input component.
getDisplayName() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Returns the display name.
getDisplayName() - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.FieldHandler
Returns the display name of this field.
getDisplayName(String) - Methode in Klasse net.sf.jguiraffe.gui.forms.Form
Returns the display name for the specified field.
getDisplayObject(int) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
Returns the display object at the given index.
getDisplayObject(int) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
Returns the object to be displayed for the model element with the given index.
getDisplayObject(int) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.ListModel
Returns the display object with the given index.
getDisplayObject(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
Returns the display object with the given index.
getDragMode() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag
Returns the desktop panel's drag mode.
getDuration() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
 
getEastGap() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Returns the east gap.
getEastGap() - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Returns the east gap.
getEditFields() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Returns a set with the names of the fields of the editor form that are used for editing this column.
getEditor() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Returns the cell editor associated with this model.
getEditorComponent() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Returns the component to be used for editing this column.
getEditorSelectionHandler() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the selection handler for editor components.
getEditorValidationHandler() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the editor validation handler.
getElementClassData() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
Returns the object with the class definition data of the collection's elements.
getElementClassDesc() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
Returns the class description for the elements of the represented collection.
getElementDependencies() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
Returns a collection with the dependencies of the collection elements.
getElementDependencies() - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
Returns a set with the names of those fields that are invalid.
getErrorFieldNames() - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.FormValidatorResults
Returns a set with the names of only those fields, for which validation has failed.
getEvent() - Methode in Ausnahmeklasse net.sf.jguiraffe.gui.builder.components.model.TreeExpandVetoException
Returns the event that caused this exception.
getEventFilter() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Returns the name of the filter to be used.
getEventListener() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
Returns the event listener this adapter is associated with.
getEventManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the FormEventManager used by this builder operation.
getEventManager() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
Returns a reference to the form event manager.
getEventManagerForForm(Form) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the event manager for the specified form.
getEventType() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.TypeEventFilter
Returns the event type name.
getException() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandBase
Returns an exception that was thrown during the execution of this command.
getExecutorService() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandQueueImpl
Returns the ExecutorService used by this command queue.
getExitCode() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Returns the current exit code for this application.
getExitHandler() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Returns the current exit handler of this application.
getExitPromptMessageResource() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
Returns the resource ID for the message of the exit prompt dialog.
getExitPromptTitleResource() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
Returns the resource ID for the title of the exit prompt dialog.
getExtensions() - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
Returns a (unmodifiable) list with the file extensions assigned to this filter.
getField() - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.forms.Form
Returns the FieldHandler object for the field with the given name.
getFieldErrorTemplate() - Methode in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Returns the template for the error messages of an input field.
getFieldFooterTemplate() - Methode in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Returns the template for the footer of a field.
getFieldHandler(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the field handler with the specified name from the current ComponentStore object.
getFieldHandlerFactory() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the field handler factory.
getFieldHandlerFactory() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Returns the field handler factory used by this builder.
getFieldHandlerNames() - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ComponentStore
Returns a set with the names of all field handlers that are contained in this store.
getFieldHandlerNames() - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentStoreImpl
Returns a set with the names of all stored field handlers.
getFieldHeaderTemplate() - Methode in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Returns the template for the header of a field.
getFieldName() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFieldStatusEvent
Returns the name of the field whose status has changed.
getFieldNames() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
Returns a set with all defined field names.
getFieldNames() - Methode in Klasse net.sf.jguiraffe.gui.forms.Form
Returns a set with the names of all defined fields.
getFieldNames() - Methode in Schnittstelle 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() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns an array with all FormControllerFieldStatusListener objects registered at this FormController.
getFieldValidator() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Returns the field level validator.
getFieldWarningTemplate() - Methode in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Returns the template for the warning messages of an input field.
getFile() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
Returns the associated File object.
getFile() - Methode in Klasse net.sf.jguiraffe.locators.AbstractLocator
Dummy implementation of this interface method.
getFile() - Methode in Klasse net.sf.jguiraffe.locators.FileLocator
Returns the represented file resource.
getFile() - Methode in Schnittstelle net.sf.jguiraffe.locators.Locator
Returns a file for the resource represented by this locator.
getFile() - Methode in Klasse net.sf.jguiraffe.locators.LocatorWrapper
Returns the file this locator points to.
getFileContent() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
 
getFileDateFrom() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
getFileDateTo() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
getFileName() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
 
getFileName() - Methode in Klasse net.sf.jguiraffe.locators.FileLocator
Returns the name of the represented file.
getFileTypes() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
getFilterIterator() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
Returns an iterator to the internal list of child filters.
getFilters() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
Returns a list with all contained filters.
getFilters() - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
Returns a (unmodifiable) list with predefined file filters.
getFirstComponent() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
Returns the first component of the splitter.
getFirstName() - Methode in Klasse net.sf.jguiraffe.PersonBean
 
getFixedWidth(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
Returns the fixed width (in pixels) of the column with the specified index.
getFont() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
Returns the font of this widget.
getFont() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Returns the font object for this component.
getFont() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.WidgetHandler
Returns the font of this widget.
getFontRef() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Returns the name of the font to be used by this component.
getFontSize(Object, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.layout.UnitSizeHandler
Determines the font size of the given component for the specified orientation.
getFontSize(Object, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingSizeHandler
Calculates the desired font size for the given component.
getForeColor() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Returns the foreground color of this component as string.
getForegroundColor() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
getForegroundColor() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
Returns the foreground color of the underlying widget.
getForegroundColor() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Returns the foreground color of this component as a color object.
getForegroundColor() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.WidgetHandler
Returns the foreground color of the underlying widget.
getForegroundColor(FieldValidationStatus) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Returns the foreground color for fields with the specified FieldValidationStatus.
getForm() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the Form object.
getForm() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns the current form.
getFormBean() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the form bean.
getFormBean() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns the form bean.
getFormBean() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns the current form bean.
getFormBean() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Returns the form bean.
getFormController() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerEvent
Returns the FormController which generated this event.
getFormController() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerFocus
Returns a reference to the associated FormController.
getFormListeners() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns an array with all FormControllerFormListener objects registered at this FormController.
getFormValidator() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the FormValidator for validating the current form.
getFormValidator() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns the FormValidator for validating the Form object.
getFormValidator() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Returns the form level validator.
getFormValidator() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns a FormValidator for validating the associated form.
getFormValidator() - Methode in Klasse net.sf.jguiraffe.gui.forms.Form
Returns the form validator.
getGap() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
Returns the gap.
getGap() - Methode in Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Returns the width of the gap between the buttons.
getGreen() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.Color
Returns the green component of this color.
getGroup() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
Returns the group that was created by this tag.
getGroup() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
Returns the name of the referenced group.
getGroupNames() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionStore
Returns the names of all defined groups.
getGroups() - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Returns the GUISynchronizer object used by this application.
getGUISynchronizer() - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Returns the GUI synchronizer.
getGUISynchronizer() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Returns the GUISynchronizer.
getGUISynchronizer() - Methode in Schnittstelle net.sf.jguiraffe.gui.cmd.CommandQueue
Returns the GUISynchronizer that is used by this command queue.
getGUISynchronizer() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandQueueImpl
Returns the GUISynchronizer.
getGUIUpdater() - Methode in Schnittstelle net.sf.jguiraffe.gui.cmd.Command
This method is invoked after the background processing of the command ends.
getGUIUpdater() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandBase
Returns a Runnable object for updating the GUI.
getGUIUpdater() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandWrapper
Returns the object for the updating the UI after execution of the command.
getHandler() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEvent
Returns the handler object of the component, which caused this event.
getHandler() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
Returns a reference to the associated component handler.
getHeaderText() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Returns a TextData object defining the header text of this column.
getHeight() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns the height of the new window.
getHeight() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Returns the window's height.
getHeight() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Returns the height of the new window.
getHeight() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Returns the window's height.
getIcon() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
Returns the icon of this file.
getIcon() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionData
Returns an icon for the represented action.
getIcon() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionDataImpl
Returns the icon for the represented action.
getIcon() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Returns the icon for this action.
getIcon() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.StaticTextData
Returns the icon of the affected element.
getIcon() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
Returns the icon.
getIcon() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
Returns the default icon for the newly created StaticTextData objects.
getIcon() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
Returns the icon of this register.
getIcon() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconData
Returns the icon object.
getIcon() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
Returns the icon.
getIcon() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns the icon for this window.
getIcon() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Returns an icon for the new window.
getIconDirectory() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
Returns the icon for directories.
getIconFile() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
Returns the icon for files.
getIconHandler() - Methode in Klasse 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) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.tags.TreeIconHandler
Returns the name of the icon for the specified node.
getIcons() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Returns a map with the icons defined for this tree.
getIdNo() - Methode in Klasse net.sf.jguiraffe.PersonBean
 
getIdx1() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
Returns the index of the first cell that belongs to this group.
getIdx2() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
Returns the index of the second cell that belongs to this group.
getIfName() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.tags.ConditionalTag
Returns the value of the ifName attribute.
getIfName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
Returns the ifName attribute.
getIfName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Returns the value of the ifName attribute.
getIndex(ListModel, Object) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
Returns the index of the given value object in the specified list model.
getIndexOfChild(Object, Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
Returns the index of the specified child node relative to its parent node.
getIndices() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
Returns the indices of the cells of this group as string.
getIndices(ListModel, Object[]) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
Returns the indices of all given value objects in the specified list model.
getInitialDirectory() - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
Returns the initial directory for the file chooser dialog.
getInitialDirectory() - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.DirectoryChooserOptions
Returns the initial directory for the directory chooser dialog.
getInitializerScript() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Returns the ChainedInvocation for storing the initializer script.
getInputStream() - Methode in Klasse net.sf.jguiraffe.locators.AbstractLocator
Dummy implementation of this interface method.
getInputStream() - Methode in Klasse net.sf.jguiraffe.locators.ByteArrayLocator
Returns an input stream for the data of this locator.
getInputStream() - Methode in Schnittstelle net.sf.jguiraffe.locators.Locator
Returns an input stream for the represented resource.
getInputStream() - Methode in Klasse net.sf.jguiraffe.locators.LocatorWrapper
Returns the input stream this locator points to.
getInstance() - Statische Methode in Klasse net.sf.jguiraffe.di.EnumConverter
Returns an instance of EnumConverter.
getInstance() - Statische Methode in Klasse net.sf.jguiraffe.transform.DummyTransformer
Returns the singleton instance of this class.
getInstance(byte[]) - Statische Methode in Klasse net.sf.jguiraffe.locators.ByteArrayLocator
Creates an instance of ByteArrayLocator that is initialized with the specified data.
getInstance(File) - Statische Methode in Klasse net.sf.jguiraffe.locators.FileLocator
Returns a FileLocator instance for the specified file.
getInstance(Character, Set<Modifiers>) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.action.Accelerator
Returns an Accelerator for the specified printable key and the (optional) modifiers.
getInstance(Class<?>) - Statische Methode in Klasse net.sf.jguiraffe.di.impl.ClassDependency
Returns a ClassDependency instance for the specified class.
getInstance(Class<?>) - Statische Methode in Klasse net.sf.jguiraffe.di.impl.ClassDescription
Returns an instance for the specified class.
getInstance(Class<?>, Object) - Statische Methode in Klasse 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>) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.action.Accelerator
Returns an Accelerator for the specified platform-specific key code and the (optional) modifiers.
getInstance(Object) - Statische Methode in Klasse 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) - Statische Methode in Klasse 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) - Statische Methode in Klasse net.sf.jguiraffe.di.impl.NameDependency
Returns an instance of this class for the bean with the specified name.
getInstance(String) - Statische Methode in Klasse net.sf.jguiraffe.locators.ByteArrayLocator
Creates an instance of ByteArrayLocator that is initialized with the data of the specified string.
getInstance(String) - Statische Methode in Klasse net.sf.jguiraffe.locators.ClassPathLocator
Returns a ClassPathLocator instance for the specified resource name.
getInstance(String) - Statische Methode in Klasse net.sf.jguiraffe.locators.FileLocator
Returns a FileLocator instance for the specified file name.
getInstance(String) - Statische Methode in Klasse net.sf.jguiraffe.locators.URLLocator
Returns a URLLocator instance for the URL specified as string.
getInstance(String, ClassLoader) - Statische Methode in Klasse net.sf.jguiraffe.locators.ClassPathLocator
Returns a ClassPathLocator instance which looks up the specified resource name using the given class loader.
getInstance(String, String) - Statische Methode in Klasse net.sf.jguiraffe.di.impl.ClassDescription
Returns an instance for the specified class name and class loader name.
getInstance(URL) - Statische Methode in Klasse net.sf.jguiraffe.locators.URLLocator
Returns a URLLocator instance for the specified URL.
getInstance(BeanContext) - Statische Methode in Klasse net.sf.jguiraffe.gui.app.Application
Obtains the central Application instance from the specified BeanContext.
getInstance(ClassDescription) - Statische Methode in Klasse net.sf.jguiraffe.di.impl.ClassDependency
Returns a ClassDependency instance for the specified ClassDescription.
getInstance(Keys, Set<Modifiers>) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.action.Accelerator
Returns an Accelerator for the specified special key and the (optional) modifiers.
getInternalAllColumnConstraints() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns the internal array of all cell constraints objects for the layout's column.
getInternalAllRowConstraints() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns the internal array of all cell constraints objects for the layout's rows.
getInvalidBackground() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Returns the background color to be set for invalid input fields.
getInvalidForeground() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Returns the foreground color to be set for invalid input fields.
getInvocation() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
Returns the ConstructorInvocation object that determines the constructor to be invoked.
getInvocation() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
Returns the MethodInvocation for the method to be invoked.
getInvocationHelper() - Methode in Schnittstelle net.sf.jguiraffe.di.DependencyProvider
Returns a reference to the current InvocationHelper object.
getInvocationHelper() - Methode in Klasse net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
Returns the InvocationHelper object.
getInvocationHelper() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the InvocationHelper.
getInvocationHelper() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BeanBuilderResult
Returns the InvocationHelper object that was used by builder during script processing.
getInvocationHelper() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns the InvocationHelper object to be used during this builder operation.
getInvocationHelper() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Returns the current InvocationHelper.
getInvocationTag() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
Returns a reference to the InvocationTag, to which this tag belongs.
getInvokables() - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Returns a list with the Invokable objects that have already been added to this chain.
getJComponent() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Returns a reference to the managed Swing component.
getKey() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.Accelerator
Returns the character.
getKey() - Methode in Schnittstelle net.sf.jguiraffe.transform.ValidationMessage
Returns the key of this validation message.
getKeyClassData() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Returns the ClassDescData object for the key class.
getKeyClassDesc() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Returns the class description for the key class.
getKeyCode() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.Accelerator
Returns the key code.
getKeyData() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.EntryTag
Returns the data object for the value of the key.
getKeyDependencies() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.MapBeanProvider
Returns the dependencies for the keys of the map.
getKeyDependencies() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Returns the collection with the key dependencies.
getKeyDependency() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.EntryTag
Returns the dependency for the key of the map entry.
getKeys() - Methode in Schnittstelle net.sf.jguiraffe.resources.ResourceGroup
Returns a collection with the resource keys defined in this resource group.
getLastModified() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
Returns the date this file was modified.
getLastName() - Methode in Klasse net.sf.jguiraffe.PersonBean
 
getLastValidationResults() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns the results of the last validation operation.
getLastValidationStatus(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Returns the last known validation status of the specified field.
getLayout() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.AccessibleComposite
Returns the layout object passed to this instance.
getLayout() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.CompositeImpl
Returns the layout object passed to this instance.
getLayout() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
Returns the layout for this container.
getLayoutAlignmentX(Container) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Returns the layout alignment in X direction.
getLayoutAlignmentY(Container) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Returns the layout alignment in Y direction.
getLeftMargin() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Returns the left margin.
getLeftMargin() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
Returns the left margin.
getLeftMargin() - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Returns the left margin.
getLeftMargin() - Methode in Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Returns the left margin.
getLevel() - Methode in Schnittstelle net.sf.jguiraffe.transform.ValidationMessage
Returns the ValidationMessageLevel associated with this message.
getListenerClass() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
Returns the event listener class as an object.
getListenerClass() - Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormListenerType
Returns the event listener class that is handled by this instance.
getListenerType() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
Returns the FormListenerType for this event adapter.
getListenerType() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
Returns the event listener type used by this adapter.
getListModel() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.ListComponentHandler
Returns the ListModel for this component.
getListModel() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
Returns the list model to be used by this combo box.
getListModel() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
Returns the list model to be used by this combo box.
getListModel() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.tags.ListModelSupport
Returns the current ListModel.
getLocale() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Returns the current locale.
getLocale() - Methode in Schnittstelle net.sf.jguiraffe.resources.ResourceGroup
Returns the Locale of this resource group
getLocale() - Methode in Schnittstelle net.sf.jguiraffe.transform.TransformerContext
Returns the current Locale.
getLocale() - Methode in Klasse net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
Returns the current locale.
getLocator() - Methode in Klasse net.sf.jguiraffe.gui.app.OpenWindowCommand
Returns the Locator to the builder script executed by this command.
getLocator() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.IconTag
Returns the name of the Locator, from which the icon should be obtained.
getLockID() - Methode in Schnittstelle net.sf.jguiraffe.di.BeanProvider
Returns the ID of the transaction that locked this bean provider.
getLockID() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Returns the ID of the locking transaction.
getLockID() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
Returns the lock ID of the current transaction.
getLockID() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
Returns the ID of the locking transaction.
getLog() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandBase
Returns the logger used by this object.
getLogicDataClass() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Returns the logic data class of this column if available.
getLogicDataClass(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Returns the logic data class of the specified column.
getLogicValidator() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Returns the validator used for validation on the logic level.
getMainWindow() - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Returns the application's main window.
getMainWindow() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Returns the application's main window.
getMainWindowBeanContext() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Returns the BeanContext that was created when processing the builder script for the main window.
getMajorTicks() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Returns the spacing for major ticks.
getMax() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
Returns the maximum value of the progress bar.
getMax() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Returns the maximum value of the slider.
getMaximum() - Methode in Klasse net.sf.jguiraffe.transform.NumberTransformerBase
Returns the maximum value.
getMaximumFractionDigits() - Methode in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Returns the maximum number of fraction digits.
getMaximumLineLength() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
Returns the maximum line length for the messages to be displayed.
getMaxlength() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
Returns the maximum number of characters this text field will accept.
getMaxlength() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
Returns the maximum number of character that can be entered into this field.
getMenu() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
Returns the menu that is constructed by this builder.
getMenuBar() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns the menu bar of this window.
getMenuBar() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Returns the menu bar for the new window.
getMenuItems() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
Returns a list with the content of the menu to be constructed by this handler.
getMenuUnderConstruction() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
Returns the menu which is currently under construction.
getMenuUnderConstruction() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
 
getMessage() - Methode in Schnittstelle net.sf.jguiraffe.transform.ValidationMessage
Returns the actual message.
getMessageLevel(TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationMessageHandler
Determines the ValidationMessageLevel for the validation messages produced by this object.
getMessageOutput() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the MessageOutput object.
getMessageOutput() - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Returns a reference to the object for displaying messages.
getMessageOutput() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Returns a reference to the object for displaying messages.
getMessageOutput() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns a reference to the MessageOutput object to be used by the builder and dependent objects.
getMessageOutput() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns the MessageOutput object to be used by this controller.
getMethod() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
Returns the name of the method to be invoked.
getMethodName() - Methode in Klasse net.sf.jguiraffe.di.impl.MethodInvocation
Returns the name of the method to be invoked.
getMin() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
Returns the minimum value of the progress bar.
getMin() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Returns the minimum value of the slider.
getMinFileSize() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
getMinimum() - Methode in Klasse net.sf.jguiraffe.transform.NumberTransformerBase
Returns the minimum value.
getMinimumComponentSize(int, int, boolean) - Methode in Klasse 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) - Methode in Schnittstelle net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
Returns the minimum component size of the specified component for the given axis.
getMinimumComponentSize(Object, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Returns the minimum size of the specified component in the given axis.
getMinimumFractionDigits() - Methode in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Returns the minimum number of fraction digits.
getMinorTicks() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Returns the spacing for minor ticks.
getMinSize() - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints
Returns the minimum size.
getMnemonic() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
Returns a mnemonic for this register.
getMnemonic() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconData
Returns the mnemonic character.
getMnemonicKey() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionData
Returns the mnemonic for the represented action.
getMnemonicKey() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionDataImpl
Returns the mnemonic key.
getMnemonicKey() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Returns the mnemonic for this action.
getMnemonicKey() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconData
Returns the key code of the mnemonic.
getMnemonicResID() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconData
Returns the resource ID for the mnemonic.
getModel() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TableHandler
Returns the underlying model of this table.
getModel() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TreeHandler
Returns the tree's data model.
getModel() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Returns the name of the variable that serves as tree model.
getModelBean(int) - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeConfigurationChangeHandler
Returns the TreeModelChangeListener associated with this object.
getModelData() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Returns the list with the data of this model.
getModelRef() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
Returns the name of the model to use.
getModelRef() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
Returns the name of the model to use.
getModelRef() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.tags.ListModelSupport
Returns the reference name of the list model.
getModifiers() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.Accelerator
Returns a set with the modifiers set for this accelerator.
getModifiers() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent
Returns a set with Modifiers representing the special modifier keys that were pressed when the mouse event occurred.
getName() - Methode in Schnittstelle net.sf.jguiraffe.di.BeanStore
Returns a name for this bean store.
getName() - Methode in Klasse net.sf.jguiraffe.di.impl.CombinedBeanStore
Returns the name of this store.
getName() - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanStore
Returns the name of this bean store.
getName() - Methode in Klasse net.sf.jguiraffe.di.impl.NameDependency
Returns the name of the dependent bean.
getName() - Methode in Klasse net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
Returns the name of this bean store.
getName() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
Returns the name of this file.
getName() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionData
Returns the name of the represented action.
getName() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionDataImpl
Returns the name of this action.
getName() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.FormAction
Returns the name of this action.
getName() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Returns the name of this component.
getName() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
Returns the name of this menu bar.
getName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderConstraintsTag
Returns the name of the border constraints.
getName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Returns the name of this input component.
getName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
Returns the group's name.
getName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
Returns the name of the font.
getName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
Returns the name of the icon.
getName() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
Returns the name of the managed bean definition.
getName() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
Returns the name of the bean store to be created.
getName() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Returns the name of the managed bean definition.
getName() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
Returns the name of the bean produced by this tag.
getName() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ContextBeanTag
Returns the name of the managed bean definition.
getName() - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEvent
Returns the name of the component, which caused this event.
getName() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Returns the name of this builder.
getName() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
Returns the name of this bean store.
getName() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
Returns the name of this action.
getName() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
Returns the name of the component this adapter is registered at.
getName() - Methode in Schnittstelle net.sf.jguiraffe.resources.ResourceGroup
Returns the name of this resource group.
getNodeIndex(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
Returns the index of the path node at the specified position in the path.
getNodeName(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
Returns the name of the path node with the given index.
getNodes() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
Returns a list with the nodes comprising the path.
getNorthGap() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Returns the north gap.
getNorthGap() - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Returns the north gap.
getNotVisitedInvalidBackground() - Methode in Klasse 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() - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Returns the background color for input fields in the state not visited, warning.
getNotVisitedWarningForeground() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Returns the foreground color for input fields in the state not visited, warning.
getNumberOfColumnWithPercentWidth() - Methode in Klasse 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() - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
Returns a ClassDescription object from the internal data or null if no data is defined.
getOrientation() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Returns the slider's orientation as string value.
getOrientation() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
Returns the orientation of the splitter as a string value.
getOrientation(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.Orientation
Transforms the given string value into an instance of this enumeration class.
getOrientation(String, Orientation) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.Orientation
Transforms the given string value into an instance of this enumeration class, using the default Orientation if the string value is null.
getOrientationValue(int, int, boolean) - Statische Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Helper method for extracting a value from a 2D vector with the specified orientation.
getOriginalFixedWidth(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
Returns the original fixed width of the specified column.
getOuterComponent() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
Returns the outer component this handler is associated with.
getOuterComponent() - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ComponentHandler
Returns the outer most component, which is the component to be added to the enclosing container.
getOuterComponent() - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
Returns the outer component of this handler.
getOuterComponent() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Returns the outer most component.
getOutput() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
Returns the message output object used for displaying message boxes.
getOwner() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ValueData
Returns a reference to the owning tag.
getParameterClassData() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
Returns the data object for the class description of this parameter.
getParameterClassDesc() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
Returns a ClassDescription object for the data type class of this parameter.
getParameterClasses(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.Invocation
Returns an array with the concrete parameter classes.
getParameterDependencies() - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Returns a list of the dependencies required for this invocation.
getParameterDependencies() - Methode in Enum-Klasse net.sf.jguiraffe.di.impl.HelperInvocations
Returns the dependencies for this invocation.
getParameterDependencies() - Methode in Klasse net.sf.jguiraffe.di.impl.Invocation
Returns the Dependency objects defining the current parameter values.
getParameterDependencies() - Methode in Schnittstelle net.sf.jguiraffe.di.impl.Invokable
Returns a list with all dependencies required for this invocation.
getParameterDependencies() - Methode in Klasse net.sf.jguiraffe.di.impl.MethodInvocation
Returns the Dependency objects defining the current parameter values.
getParameterDependencies() - Methode in Klasse net.sf.jguiraffe.di.impl.NullInvocation
Veraltet.
Returns the dependencies of this Invokable.
getParameterDependencies() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
Returns an array with the dependencies of the this invocation's parameters.
getParameterDependency() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
Returns the dependency for this parameter.
getParameters() - Methode in Klasse net.sf.jguiraffe.resources.Message
Returns an array with the parameters stored in this Message instance.
getParameterTypes() - Methode in Klasse net.sf.jguiraffe.di.impl.Invocation
Returns an array with the types of the parameters of the invocation.
getParameterTypes() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
Returns an array with the data types of the parameters of this invocation.
getParent() - Methode in Schnittstelle net.sf.jguiraffe.di.BeanStore
Returns a reference to the parent BeanStore.
getParent() - Methode in Klasse net.sf.jguiraffe.di.ConversionHelper
Returns the parent of this instance.
getParent() - Methode in Klasse net.sf.jguiraffe.di.impl.CombinedBeanStore
Returns the parent store of this CombinedBeanStore.
getParent() - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanStore
Returns the parent of this bean store or null if this is a top level store.
getParent() - Methode in Klasse net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
Returns the parent bean store.
getParent() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionStore
Returns the parent store.
getParent() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
Returns the parent bean store.
getParentContext() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the parent bean context.
getParentContext() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns a reference to the parent bean context.
getParentName() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
Returns the name of the parent bean store.
getParentStoreTag() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
Returns a reference to an enclosing BeanStoreTag, defining the parent bean store for this tag.
getParentWindow() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the parent window.
getParentWindow() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns the parent window.
getParentWindow() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Returns the (platform independent abstraction of) window's parent window.
getParentWindow() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Returns the parent window of the new window.
getParentWindow() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Returns this window's parent.
getParentWindow() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Returns the window's parent.
getPath() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
Returns the path to the node whose state has changed.
getPattern(TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.RegexValidator
Returns a Pattern object to be used for the validation operation.
getPercentData(int, int) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns the constraints object for the component at the specified position of this layout.
getPercentLayout() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Returns the percent layout object managed by this tag.
getPercentLayout() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Returns a reference to the associated percent layout object.
getPercentValue(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
Returns the relative width (in percent) of the column with the specified index.
getPercentWidth() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Returns the percent width of this column.
getPlacement() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
Returns the string value of the placement attribute.
getPlacementValue() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
Returns the placement of this tabbed pane's registers.
getPlainText() - Methode in Klasse net.sf.jguiraffe.gui.app.TextResource
Returns the plain text for this resource.
getPlatformAdapter() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns the platform adapter associated with this layout class.
getPlatformBeansLocator() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Returns a Locator object pointing to a file with bean declarations related to the platform or UI toolkit.
getPlatformEventManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Returns the platform specific event manager.
getPlatformWindow(Window) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowUtils
Returns the platform (or GUI library) specific window that is represented by the passed in Window object.
getPos() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
Returns the initial position of the splitter.
getPredefinedColor(String) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper
Returns the predefined color with the given name.
getPredefinedNames() - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper
Returns an iterator with the names (Strings) of all predefined colors.
getPreferredComponentSize(int, int, boolean) - Methode in Klasse 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) - Methode in Schnittstelle net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
Returns the preferred component size of the specified component for the given axis.
getPreferredComponentSize(Object, boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Returns the preferred size of the specified component in the given axis.
getPreferredScrollHeight() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
Returns the preferred scroll height.
getPreferredScrollHeight() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.tags.ScrollSizeSupport
Returns the preferred scroll height as a NumberWithUnit.
getPreferredScrollHeight() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the preferred scroll height as a number with unit.
getPreferredScrollHeight() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
Returns the preferred scroll height as a NumberWithUnit.
getPreferredScrollHeight() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Returns the preferred scroll height.
getPreferredScrollWidth() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
Returns the preferred scroll width.
getPreferredScrollWidth() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.tags.ScrollSizeSupport
Returns the preferred scroll width of the represented component as a NumberWithUnit.
getPreferredScrollWidth() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the preferred scroll width as a number with unit.
getPreferredScrollWidth() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
Returns the preferred scroll width of the represented component as a NumberWithUnit.
getPreferredScrollWidth() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Returns the preferred scroll width.
getProgressText() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.ProgressBarHandler
Returns the text of the progress bar.
getProgressTextData() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
Returns the data object that defines the progress text of this progress bar.
getProperties() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns a map with additional properties for the builder operation.
getProperties() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns a map with properties that should be available during the builder operation.
getProperties() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
Returns properties for the created bean.
getProperty() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
Returns the name of the property to be set by this tag.
getProperty() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
Returns the name of the property to be set by this tag.
getProperty(Object, String) - Statische Methode in Klasse net.sf.jguiraffe.di.ReflectionUtils
Returns the value of the specified property from the given bean.
getPropertyName() - Methode in Klasse net.sf.jguiraffe.di.impl.SetPropertyInvocation
Returns the name of the property that will be set.
getPropertyName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Returns the name of the associated property in the form bean.
getPropertyName() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Returns the property name of this field if one is set.
getPropertyName() - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.FieldHandler
Returns the name of the corresponding property in the form bean.
getRadioButtons() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
Returns a (unmodifiable) list with the widget handlers of the radio buttons managed by this object.
getReadTransformer() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Returns the read transformer.
getReadTransformer() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Returns the read transformer.
getRed() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.Color
Returns the red component of this color.
getRef() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.IconTag
Returns the name of the variable that stores the icon.
getRef() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
Returns the name of a variable, under which the initial map is stored.
getRefClassData() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Returns the class description data for the specification of a class dependency.
getReferenceDate() - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Returns the reference date.
getReferenceDateProperty(Configuration) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Returns the reference date to be used.
getRefName() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Returns the name of the dependent bean.
getRegex() - Methode in Klasse net.sf.jguiraffe.transform.RegexValidator
Returns the regular expression as a string.
getRenderer() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Returns the cell renderer associated with this model.
getRendererComponent() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Returns the component to be used for rendering this column.
getRendererSelectionHandler() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the selection handler for renderer components.
getRenderFields() - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
Returns the resource group to use when resolving the resID.
getResgrp() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextData
Returns the resource group for the text.
getResid() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
Returns the resID to be resolved.
getResizeWeight() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
Returns the splitter' resize weight.
getResolvedIconHandler() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Returns the TeeIconHandler to be used with this tree.
getResolvedParameters(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.Invocation
Returns an array with the resolved parameters.
getResource() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.IconTag
Returns the resource name of the icon.
getResource() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
Returns the name of the resource to be resolved.
getResource(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Convenience method for looking up a resource.
getResource(Object) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Convenience method for looking up a resource.
getResource(Object) - Methode in Schnittstelle net.sf.jguiraffe.resources.ResourceGroup
Returns the resource with the specified key.
getResource(Object, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Convenience method for looking up a resource specified as group and resource ID.
getResource(Object, Object) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Convenience method for looking up a resource specified as group and resource ID.
getResource(Locale, Object, Object) - Methode in Klasse net.sf.jguiraffe.resources.impl.ResourceManagerImpl
Returns the specified resource.
getResource(Locale, Object, Object) - Methode in Schnittstelle net.sf.jguiraffe.resources.ResourceManager
Returns the resource for the given Locale, resource group, and key.
getResource(Message) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Convenience method for looking up a resource that is specified as a Message object.
getResource(Message) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Convenience method for looking up a resource that is specified as a Message object.
getResourceGroup() - Methode in Klasse net.sf.jguiraffe.resources.Message
Returns the resource group.
getResourceGroup(Locale, Object) - Methode in Klasse net.sf.jguiraffe.resources.impl.ResourceManagerImpl
Returns the specified resource group.
getResourceGroup(Locale, Object) - Methode in Schnittstelle net.sf.jguiraffe.resources.ResourceManager
Returns the resource group for the specified Locale with the given name.
getResourceID() - Methode in Klasse net.sf.jguiraffe.gui.app.TextResource
Returns the resource ID for this object.
getResourceKey() - Methode in Klasse net.sf.jguiraffe.resources.Message
Returns the resource key.
getResourceLoader() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.IconTag
Returns the name of the class loader for resolving the resource name.
getResourceLoader() - Methode in Klasse net.sf.jguiraffe.resources.impl.ResourceManagerImpl
Returns the associated ResourceLoader object.
getResourceLoader() - Methode in Schnittstelle net.sf.jguiraffe.resources.ResourceManager
Returns the ResourceLoader that is associated with this resource manager.
getResourceManager() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Returns the actual resource manager.
getResourceManager() - Methode in Schnittstelle net.sf.jguiraffe.transform.TransformerContext
Returns the current ResourceManager.
getResourceManager() - Methode in Klasse net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
Returns the resource manager.
getResourceName() - Methode in Klasse net.sf.jguiraffe.locators.ClassPathLocator
Returns the name of the resource represented by this locator.
getResourceText(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Convenience method for looking up the text of a specified resource.
getResourceText(Object) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Convenience method for looking up the text of a specified resource.
getResourceText(Object, Object) - Methode in Schnittstelle 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) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
Convenience method for resolving resources.
getResourceText(Message) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Convenience method for looking up the text of a resource specified as a Message object.
getResourceText(Message) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Convenience method for looking up the text of a resource specified as a Message object.
getResourceText(JellyContext, Object, Object) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
Resolves the specified resource.
getResult() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
Returns the name of the result variable.
getResultCallback() - Methode in Klasse net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
Returns the callback to propagate the dialog result.
getResultsFor(String) - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
Returns the validation results for the specified field or null if this field does not exist.
getResultsFor(String) - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.FormValidatorResults
Returns the ValidationResult object for the specified field.
getResultVar() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Returns the name of the result variable in the initializer script.
getResultVariableName() - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Returns the name of the result variable.
getResultWindow() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Returns the result window of the builder process.
getRightMargin() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Returns the right margin.
getRightMargin() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
Returns the right margin.
getRightMargin() - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Returns the right margin.
getRightMargin() - Methode in Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Returns the right margin.
getRoot() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
Returns the root node of this tree model.
getRootBeanStore() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Returns the root bean store.
getRootContainer() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the root container.
getRootContainer() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Returns the window's root container.
getRootContainer() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Returns the root container for this internal frame.
getRootPane() - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
Returns the root pane of the window.
getRootStore() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the root store populated by the builder.
getRootStore() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns the root store created during the builder operation.
getRow() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Returns the row number in the layout grid.
getRow() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData
Returns the number of the row, in which the corresponding component it to be placed.
getRowconstr() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Returns the row constraints as string.
getRowConstraints() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Returns the collection with the row constraints.
getRowConstraints() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData
Returns the associated constraints object for the row.
getRowConstraints(int) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns the row constraints object for the row with the given index.
getRowConstraintsBuilder(JellyContext) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentRowConstraintsTag
Returns the shared builder for row constraints from the given Jelly context.
getRowCount() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Returns the number of rows in the data model of the managed table.
getRowCount() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns the number of rows in this layout.
getRowCount() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Returns the number of rows of the represented table.
getRowEditForm() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the form with the editors defined for this table.
getRowGroups() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Returns the collection with the row groups definition.
getRowGroups() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns an unmodifiable collection with the row groups defined for this layout.
getRowRenderForm() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the form with the renderers defined for this table.
getRows() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Returns the definition of row constraints as string.
getRows() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
Returns the number of rows of this text area.
getSalary() - Methode in Klasse net.sf.jguiraffe.PersonBean
 
getScreenResolution() - Methode in Schnittstelle net.sf.jguiraffe.gui.layout.UnitSizeHandler
Returns the screen resolution in dots per inch (dpi).
getScreenResolution() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingSizeHandler
Returns the current screen resolution.
getScriptURL() - Methode in Ausnahmeklasse net.sf.jguiraffe.gui.builder.BuilderException
Returns the URL of the failing script.
getScrollHeight() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
Returns the scroll height specification as a string.
getScrollHeight() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the preferred scroll height as a string.
getScrollWidth() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
Returns the scroll width specification as a string.
getScrollWidth() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the preferred scroll width as a string.
getSecondComponent() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
Returns the second component of the splitter.
getSelectedFile() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
Returns the selected file.
getSelectedFiles() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
Returns a list with the File objects that are selected in the current directory.
getSelectedIndex() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TableHandler
Returns the index of the selected row.
getSelectedIndices() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TableHandler
Returns an array with the indices of the selected rows.
getSelectedPath() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TreeHandler
Returns the path to the selected node.
getSelectedPaths() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TreeHandler
Returns an array with the paths to all selected nodes.
getSelectedText() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TextHandler
Returns the currently selected text.
getSelectionBackground() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
getSelectionBackground() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TableHandler
Returns the current background color of the selection.
getSelectionBackground() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the selection background color as a string.
getSelectionBackgroundColor() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the selection background color as Color object.
getSelectionEnd() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TextHandler
Returns the end index of the current selection in the text field.
getSelectionForeground() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
getSelectionForeground() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TableHandler
Returns the current foreground color of the selection.
getSelectionForeground() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the selection foreground color as a string.
getSelectionForegroundColor() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the selection foreground color as Color object.
getSelectionStart() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TextHandler
Returns the start index of the current selection in the text field.
getSelf() - Methode in Klasse net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
Returns a self reference to this object.
getSelf() - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.DirectoryChooserOptions
 
getSelf() - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.FileChooserOptions
 
getSelf() - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.MultiFileChooserOptions
 
getShutdownHandler() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
Returns the Invokable object that is called when this provider is shut down.
getShutdownHandler() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Returns the shutdown handler.
getSize() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
Returns the size of this file.
getSize() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
Returns the size of the font.
getSize() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
Returns the splitter's size.
getSizeHandler() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns the currently used size handler implementation.
getSizeHandler() - Methode in Schnittstelle net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
Returns the platform specific UnitSizeHandler implementation.
getSizeHandler() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Returns the size handler used by this layout.
getSliderOrientation() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Returns the Orientation value of the slider.
getSortColumn() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
getSortDirectories() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
getSource() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
Returns the name of the source variable.
getSource() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
Returns the name of the source variable.
getSource() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
Returns the name of the source variable.
getSourceWindow() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowEvent
Returns the source window.
getSouthGap() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Returns the south gap.
getSouthGap() - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Returns the south gap.
getSpanx() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Returns the number of occupied columns.
getSpanX() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData
Returns the number of occupied columns.
getSpany() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Returns the number of occupied rows.
getSpanY() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData
Returns the number of occupied rows.
getSpecialKey() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.Accelerator
Returns the special key.
getSplitterOrientation() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
Returns the final orientation of the splitter.
getStatus(ValidationResult, boolean) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
Returns the FieldValidationStatus instance that corresponds to the given ValidationResult and visited status.
getStore() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
Returns the name of the BeanStore, in which to place the managed bean definition.
getStyle() - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Returns the style for the date to be parsed.
getSyntaxValidator() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Returns the validator used for validation on the syntax level.
getTable() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
Returns the handler for the table component.
getTable() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Returns a reference to the associated table.
getTableForm(TableTag) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.ColumnEditorTag
Returns the form affected by this tag from the specified table tag.
getTableForm(TableTag) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.ColumnRendererTag
Returns the form affected by this tag from the specified table tag.
getTableFormController() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns an initialized TableFormController object associated with this tag.
getTableModel() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the model of this table.
getTableTag() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
Returns a reference to the table tag this tag is nested inside.
getTableTag() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Returns a reference to the hosting table tag.
getTableTag() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Returns the table tag this model is based onto.
getTabs() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
Returns a collection with the tabs of this tabbed pane.
getTag() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextData
Returns the associated tag.
getTargetBean() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Returns the name of the target bean.
getTargetClass() - Methode in Klasse net.sf.jguiraffe.di.impl.Invocation
Returns the target class of this invocation.
getTargetClass() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
Returns the target class for the class description.
getTargetClass(ClassLoaderProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.ClassDescription
Returns the target class of this description.
getTargetClassData() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
Returns the target class data object.
getTargetClassDescription() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
Returns the target class of the constructor to be invoked.
getTargetClassDescription() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
Returns the class description for the target class of this invocation.
getTargetClassName() - Methode in Klasse net.sf.jguiraffe.di.impl.ClassDescription
Returns the name of the target class of this description.
getTargetClassName() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
Returns the name of the target class for the class description.
getTargetCol() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Returns the target column.
getTargetColumn() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData
Returns the target column.
getTargetDependency() - Methode in Klasse net.sf.jguiraffe.di.impl.MethodInvocation
Returns the target Dependency of this MethodInvocation.
getTargetDependency() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
Returns the dependency to the target bean.
getTargetDependency() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
Returns the target dependency.
getTargetDependency() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
Returns the target dependency of this method invocation.
getTargetNode() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
Returns the target node of this path.
getTargetRow() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Returns the target row.
getTargetRow() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData
Returns the target row.
getTask() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionData
Returns the task object for the represented action.
getTask() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionDataImpl
Returns the task of this action.
getTask() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.FormAction
Returns the task of this action.
getTask() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
Dummy implementation of this interface method.
getTask() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
Returns the task for the represented action.
getTask() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionTag
Returns the task for the represented action.
getTask() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
Returns the task of this action.
getText() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionData
Returns a text for this action.
getText() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionDataImpl
Returns the text of this action.
getText() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Returns this action's text.
getText() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.StaticTextData
Returns the text of the affected element.
getText() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
Returns the text.
getText() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
Returns the default text for the newly created StaticTextData objects.
getText() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextData
Returns the text.
getText(Locale, Object, Object) - Methode in Klasse net.sf.jguiraffe.resources.impl.ResourceManagerImpl
Returns the text of the specified resource.
getText(Locale, Object, Object) - Methode in Schnittstelle net.sf.jguiraffe.resources.ResourceManager
Returns the text resource for the given combination of a Locale, resource group, and resource key.
getTextData() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
Returns the text data object with the definition of the display text.
getTextData() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PanelTag
Returns the text data object for this tag.
getTextIconData() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
Returns the text icon data object associated with this tag.
getTextIconData() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
Returns the data object with text and icon information.
getTextIconData() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
Returns the text icon data object associated with this tag.
getTextres() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextData
Returns the resource ID.
getTimeStyle() - Methode in Klasse net.sf.jguiraffe.transform.DateTimeTransformer
Returns the style for the time portion.
getTipSeparator() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
Returns the separator between two combined tool tips.
getTitle() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
Returns the title of this register.
getTitle() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns the window's title, no matter how it was defined.
getTitle() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Returns the window's title.
getTitle() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Returns the window's title.
getTitle() - Methode in Klasse net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
Returns the title that has been set for the dialog.
getTitleFont() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PanelTag
Returns the font for the panel's text (the title).
getTitleResource() - Methode in Klasse net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
Returns the title resource that has been set for the dialog.
getToolTip() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionData
Returns the tool tip text for the represented action.
getToolTip() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionDataImpl
Returns the tool tip of this action.
getToolTip() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Returns the text for this action's tool tip.
getToolTip() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
Returns the tool tip text of the underlying widget.
getToolTip() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
Returns a tool tip for this register.
getToolTip() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.WidgetHandler
Returns the tool tip text of the underlying widget.
getToolTip(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
Queries the standard tool tip for the specified component.
getToolTip(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ToolTipManager
Returns the tool tip of the specified component.
getToolTip(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
Returns the standard tool tip for the component with the given name.
getToolTip(String) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ToolTipManager
Returns the tool tip for the component with the specified name.
getToolTipData() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Returns a TextData object with information about the tool tip for this component.
getToolTipManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the ToolTipManager associated with this object.
getTopMargin() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Returns the top margin.
getTopMargin() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
Returns the top margin.
getTopMargin() - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Returns the top margin.
getTopMargin() - Methode in Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Returns the top margin.
getTotalWeightX() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns the total weight factor for columns.
getTotalWeightY() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns the total weight factor for rows.
getTransformer() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultTransformerWrapper
Returns the wrapped transformer.
getTransformerContext() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the transformer context.
getTransformerContext() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns the transformer context to be used by the builder.
getTransformerContext() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns the transformer context.
getTransformerContext() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
Returns a TransformerContext for the managed bean.
getTransformerContext() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultTransformerWrapper
Returns the transformer context to use.
getTransformerContext() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultValidatorWrapper
Returns the TransformerContext to use.
getTransformerContext() - Methode in Klasse net.sf.jguiraffe.gui.forms.Form
Returns the transformer context.
getTransformerType() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TransformerTag
Determines the type of the transformer based on the type attribute.
getTree() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
Returns the handler for the tree component.
getTreeHandler() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
Returns the handler for the tree component that is the source of this event.
getTreeModel() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
Returns the configuration acting a model for the tree component.
getTreeModel() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Returns the configuration used as tree model.
getTriggeringEvent() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
Returns the event that triggered the invocation of this builder.
getType() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
Returns the data type of the model elements.
getType() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
Returns the type of this model.
getType() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
Returns the event listener type as a string.
getType() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
Returns the data type of this component handler.
getType() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.ListModel
Returns the data object of this list model.
getType() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
Returns the type of this event.
getType() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
Returns the type of this model's value.
getType() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormFocusEvent
Returns the type of this event.
getType() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent
Returns the type of this event.
getType() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent
Returns the type of this event.
getType() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowEvent
Returns the type of this event.
getType() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandQueueEvent
Returns the type of this event.
getType() - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ComponentHandler
Returns the data type used by this component.
getType() - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
Returns the data type of this handler.
getType() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Returns the data type of this field.
getType() - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.FieldHandler
Returns the data type for this field.
getType() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Returns the component's data type.
getTypedProperty(Class<T>) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Returns the value of the specified typed property or null if it cannot be found.
getTypedProperty(Class<T>) - Methode in Schnittstelle net.sf.jguiraffe.transform.TransformerContext
Returns the value of the property with the given type.
getTypedProperty(Class<T>) - Methode in Klasse net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
Returns the value of the specified typed property.
getTypeName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Returns the name of the type used by the field handler.
getUnit() - Methode in Klasse net.sf.jguiraffe.gui.layout.NumberWithUnit
Returns the unit of this number.
getUnitName() - Methode in Enum-Klasse net.sf.jguiraffe.gui.layout.Unit
Returns the short unit name.
getUnlessName() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.tags.ConditionalTag
Returns the value of the unlessName attribute.
getUnlessName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
Returns the unlessName attribute.
getUnlessName() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Returns the value of the unlessName attribute.
getUnselectedData() - Methode in Klasse 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() - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.IconTag
Returns the URL that points to the icon.
getURL() - Methode in Klasse net.sf.jguiraffe.locators.AbstractStreamLocator
Returns the URL managed by this locator.
getURL() - Methode in Klasse net.sf.jguiraffe.locators.ClassPathLocator
Returns the URL for the represented resource.
getURL() - Methode in Klasse net.sf.jguiraffe.locators.FileLocator
Returns the URL for the represented file.
getURL() - Methode in Schnittstelle net.sf.jguiraffe.locators.Locator
Returns a URL to the resource represented by this locator.
getURL() - Methode in Klasse net.sf.jguiraffe.locators.LocatorWrapper
Returns the URL this locator points to.
getURL() - Methode in Klasse net.sf.jguiraffe.locators.URLLocator
Returns the URL represented by this locator.
getUserConfiguration() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Returns the configuration object with user specific settings.
getValidationErrorTitle() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns the title of the message box that is displayed if validation fails.
getValidationListeners() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns an array with all FormControllerValidationListener objects registered at this FormController.
getValidationMessage(TransformerContext, String, Object...) - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationMessageHandler
Returns a validation message.
getValidationMessage(TransformerContext, String, Object...) - Methode in Schnittstelle net.sf.jguiraffe.transform.ValidationMessageHandler
Returns a ValidationMessage object for the specified key.
getValidationMessageBoxCaption() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns the caption of the message box for displaying validation error messages.
getValidationMessageFormat() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns the FormValidationMessageFormat object to be used by this controller.
getValidationMessageHandler() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Returns the ValidationMessageHandler.
getValidationMessageHandler() - Methode in Schnittstelle net.sf.jguiraffe.transform.TransformerContext
Returns the ValidationMessageHandler associated with this context.
getValidationMessageHandler() - Methode in Klasse net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
Returns the ValidationMessageHandler.
getValidationMessages() - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationResult
Returns an unmodifiable collection with error messages.
getValidationMessages() - Methode in Schnittstelle net.sf.jguiraffe.transform.ValidationResult
Returns a collection with all ValidationMessage objects that were created during validation.
getValidationMessages(ValidationMessageLevel) - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationResult
Returns an unmodifiable collection with the ValidationMessage objects with the specified ValidationMessageLevel.
getValidationMessages(ValidationMessageLevel) - Methode in Schnittstelle net.sf.jguiraffe.transform.ValidationResult
Returns a collection with all ValidationMessage objects of the specified level that were created during validation.
getValidationPhase() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag
Returns the validation phase for the current validator.
getValidationResults() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerValidationEvent
Returns the FormValidatorResults object with the results of the validation operation.
getValidationTrigger() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns the FormValidationTrigger.
getValidator() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultValidatorWrapper
Returns the wrapped validator.
getValue() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.ProgressBarHandler
Returns the current value of the progress bar.
getValue() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
Returns the value of this list item.
getValue() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
Returns the current value of the progress bar.
getValue() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
Returns the value of the property.
getValue() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ValueData
Returns the value for a constant dependency.
getValue() - Methode in Klasse net.sf.jguiraffe.gui.layout.NumberWithUnit
Returns the numeric value.
getValue(ListModel, int) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
Returns the value object with the given index from the specified list model.
getValueAt(int, int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Returns the value at the specified cell.
getValueClassData() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Returns the ClassDescData object for the value class.
getValueClassData() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ValueData
Returns the ClassDescData object that defines the target class of the value.
getValueClassDesc() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Returns the class description for the value class.
getValueData() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Returns the data object with information about the value.
getValueData() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Returns the data object with information about the tag's (constant) value.
getValueDependencies() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.MapBeanProvider
Returns the dependencies for the values of the map.
getValueDependencies() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Returns the collection with the value dependencies.
getValueObject(int) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
Returns the value object at the given index.
getValueObject(int) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
Returns the model object at the given index.
getValueObject(int) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.ListModel
Returns the value object with the given index.
getValueObject(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
Returns the value object with the given index.
getValueRef() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
Returns the reference to the value.
getValues(ListModel, int[]) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
Returns the values from the specified list model for the given indices.
getVar() - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Returns a variable name for storing the event listener created by this tag.
getVar() - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.IconTag
Returns the name of the variable, to which the icon should be assigned.
getVar() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
Returns the name of a variable, under which the properties are to be stored.
getVar() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
Returns the name of the variable under which the resolved value is to be stored.
getVar() - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Returns the name of the local variable to be used as dependency.
getVar() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
Returns the name of the target variable.
getVariable(String) - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Returns the name of the variable with the given name.
getVariableBean(String) - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Returns a BeanProvider for the local variable with the given name.
getVariableNames() - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Returns a set with the names of the currently defined local variables.
getWarningBackground() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Returns the background color for input fields in the state warning.
getWarningForeground() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Returns the foreground color for input fields in the state warning.
getWeight() - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints
Returns the weight factor.
getWestGap() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Returns the west gap.
getWestGap() - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Returns the west gap.
getWidget() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
 
getWidget() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.WidgetHandler
Returns a reference to the underlying widget.
getWidgetBackgroundColor(FormController, String) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Returns the default background color of the specified widget.
getWidgetForegroundColor(FormController, String) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Returns the default foreground color of the specified widget.
getWidgetHandler(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns a WidgetHandler for accessing the component with the given name.
getWidgetHandlerFor(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Returns a WidgetHandler for the specified component.
getWidgetHandlerFor(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Returns a WidgetHandler for the specified component.
getWidgetHandlerFor(Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Returns a WidgetHandler for the specified component.
getWidgetHandlerForComponent(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns a WidgetHandler object for the specified component.
getWidth() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns the width of the new window.
getWidth() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Returns the window's width.
getWidth() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Returns the width of the new window.
getWidth() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Returns the window's width.
getWindow() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns the associated window.
getWindow() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns the window created by this tag.
getWindow() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Returns the wrapped window object.
getWindow(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Returns the result window with the given name.
getWindowBuilderData() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns the WindowBuilderData object.
getWindowBuilderNamespace() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Returns the name space used for the window builder tag library.
getWindowClosingStrategy() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Returns the current WindowClosingStrategy of this window.
getWindowClosingStrategy() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Returns this window's closing strategy.
getWindowClosingStrategy() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Returns the window's closing strategy.
getWindowController() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Returns the controller object for this window.
getWindowController() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Returns this window's controller.
getWindowController() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Returns the window's controller.
getWindowHelper() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Returns the window helper used by this window implementation.
getWindowHelper() - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
Returns the window helper used by this window.
getWindowHelper() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Returns the window helper object used by this window.
getWindowListeners() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Returns a collection with the registered window listeners.
getWindowListeners() - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
Returns a collection with all registered window listeners.
getWindowListeners() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Returns a collection with all registered window listeners.
getWindowManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Returns the window manager used by this builder.
getWindowManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Returns the window manager.
getWrappedActionManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
Returns a reference to the wrapped ActionManager object.
getWrappedCommand() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandWrapper
Returns the Command object that is wrapped by this object.
getWrappedComponentManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Returns a reference to the wrapped ComponentManager object.
getWrappedContext() - Methode in Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Returns the wrapped bean context.
getWrappedContext() - Methode in Klasse net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
Returns the wrapped context.
getWrappedEnabler() - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.InverseEnabler
Returns the ElementEnabler wrapped by this object.
getWrappedLocator() - Methode in Klasse net.sf.jguiraffe.locators.LocatorWrapper
Returns the wrapped Locator.
getWrappedWindow() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowWrapper
Returns the underlying window object that is wrapped by this object.
getWrappedWindow() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Returns the wrapped (AWT) window.
getWrappedWindowManager() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowManagerWrapper
Returns a reference to the wrapped WindowManager.
getWriteTransformer() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Returns the write transformer.
getWriteTransformer() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Returns the write transformer.
getX() - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns the x coordinate of the new window.
getXPos() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Returns the window's x position.
getXPos() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Returns the X position of the new window.
getXPos() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Returns the xpos of this internal frame.
getXPos() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Returns the window's x pos.
getY() - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns the y coordinate of the new window.
getYPos() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Returns the window's y position.
getYPos() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Returns the Y position of the new window.
getYPos() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Returns the ypos of this internal frame.
getYPos() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Returns the window's y pos.
GRAY - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
Default color gray.
GREEN - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
Default color green.
groupExists(JellyContext, String) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentGroup
Tests whether a group with the specified name exists in the given jelly context.
groupExistsInBeanContext(BeanContext, String) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentGroup
Tests whether a group with the specified name exists in the given BeanContext.
groupSize() - Methode in Klasse net.sf.jguiraffe.gui.layout.CellGroup
Returns the number of elements contained in this group.
GUIRuntimeException - Ausnahmeklasse in net.sf.jguiraffe.gui.builder.utils
An exception class for reporting GUI related runtime errors.
GUIRuntimeException(String) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.utils.GUIRuntimeException
Creates a new instance of GUIRuntimeException and sets the error message.
GUIRuntimeException(String, Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.utils.GUIRuntimeException
Creates a new instance of GUIRuntimeException and sets the error message and the root cause.
GUIRuntimeException(Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.utils.GUIRuntimeException
Creates a new instance of GUIRuntimeException and sets the root cause.
GUISynchronizer - Schnittstelle in net.sf.jguiraffe.gui.builder.utils
Definition of an interface that supports updating GUI components from different threads.

H

handleGroups() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Handles the assignment of this component to component groups.
handleInputComponentTag(InputComponentTag, Transformer) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TransformerTag
Initializes the passed in input component tag with a transformer.
handleInputComponentTag(InputComponentTag, T) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
Passes the bean to the given InputComponentTag.
handleInputComponentTag(InputComponentTag, T) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag
Processes the specified input component tag.
handleMultiSpans(int[], CellConstraints[], List<PercentLayoutBase.CellData>, Object, boolean, boolean) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Checks the sizes of components that span multiple cells.
handleOtherParent(Tag, T) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
Processes the parent tag.
handleOtherParent(Tag, T) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag
Processes the parent tag if it is no input component tag.
hasAction(String) - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Returns a flag whether a bean instance has already been created.
hasBeanStore(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Returns a flag whether the bean store with the given name is present.
hasDependency() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Checks whether a dependency is defined by this tag.
hasEditor(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Checks whether for the specified column a custom editor is specified.
hasEditor(int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Checks whether for the specified column a custom editor is specified.
hashCode() - Methode in Klasse net.sf.jguiraffe.di.impl.ClassDependency
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.di.impl.ClassDescription
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.di.impl.NameDependency
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.gui.app.TextResource
 
hashCode() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.Accelerator
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.Color
Determines a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormActionEvent
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEvent
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormFocusEvent
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
 
hashCode() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
Determines a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.gui.layout.CellGroup
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.gui.layout.NumberWithUnit
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.locators.ByteArrayLocator
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.locators.ClassPathLocator
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.locators.FileLocator
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.locators.URLLocator
Returns a hash code for this object.
hashCode() - Methode in Klasse net.sf.jguiraffe.resources.Message
Calculates a hash code for this message.
hashCode() - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationResult
Returns a hash code for this object.
hasMessages(ValidationMessageLevel) - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationResult
Returns a flag whether messages of the specified level are available.
hasMessages(ValidationMessageLevel) - Methode in Schnittstelle net.sf.jguiraffe.transform.ValidationResult
Returns a flag whether this object contains validation messages of the specified level.
hasRenderer(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Checks whether for the specified column a custom renderer is specified.
hasRenderer(int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Tests whether for the specified column a custom renderer is specified.
hasSelection() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TextHandler
Returns a flag whether the text component has a non-empty selection.
HelperInvocations - Enum-Klasse in net.sf.jguiraffe.di.impl
An enumeration class defining some simple helper Invokable implementations.
HOME - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The home key.
HORIZONTAL - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.Orientation
Horizontal orientation.

I

ICON - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
The column class Icon.
ICON_BRANCH_COLLAPSED - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Constant for the name of the default icon used for collapsed branch nodes.
ICON_BRANCH_EXPANDED - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Constant for the name of the default icon used for expanded branch nodes.
ICON_LEAF - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Constant for the name of the default icon used for leaf nodes.
IconSupport - Schnittstelle in net.sf.jguiraffe.gui.builder.components.tags
Definition of an interface for GUI components that support icons.
IconTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag for adding an icon to a component.
IconTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.IconTag
 
IDENTITY_INVOCATION - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.di.impl.HelperInvocations
An implementation of Invokable which realizes an identity invocation.
IDX_UNDEFINED - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
Constant for an undefined index.
INCH - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.layout.Unit
The unit inch.
initBean(Object, DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Veraltet.
This method is not called any more during bean creation; instead LifeCycleBeanProvider.fetchInitializedBeanInstance(Object, DependencyProvider) is invoked
initBeans(Configuration) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Initializes the application's bean definitions.
initBeanStore(SimpleBeanStoreImpl) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionBuilder
Initializes the specified bean store object.
initBeanStore(SimpleBeanStoreImpl) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Initializes the specified bean store object.
initBeanStore(SimpleBeanStoreImpl) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Initializes the specified bean store.
initBuilderBeanContext(BuilderData, JellyContext, InvocationHelper) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Creates the root bean store for the current builder operation and initializes the BeanContext to be used.
initBuilderData() - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Returns an initialized ApplicationBuilderData object that can be used for calling the GUI builder.
initBuilderData() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Returns an initialized ApplicationBuilderData object that can be used for calling the GUI builder.
initButton(AbstractButton, InputComponentTag, TextIconData, String) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Initializes a button component like a toggle button or a checkbox.
initCell(Object, Object) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Initializes the specified cell in the table-like layout.
initCells(PercentLayoutPlatformAdapter) - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Initializes the percent layout.
initCells(PercentLayoutPlatformAdapter) - Methode in Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Initializes the whole layout.
initCells(PercentLayoutPlatformAdapter) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayout
Performs initialization of this layout.
initCells(PercentLayoutPlatformAdapter) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Initializes the whole layout.
initClassLoaderProvider(ClassLoaderProvider) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Initializes the global ClassLoaderProvider.
initColumnConstraints(int, int) - Methode in Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Initializes the column constraints.
initComponent(JComponent, ComponentBaseTag) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Initializes the given component from the specified tag.
initConstraints(boolean, boolean, boolean, boolean) - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Initializes the column and row constraints for the percent layout.
initDimensions(int, int) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Initializes the dimensions of the table that holds the layout.
initEditFields(Set<String>) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Sets the editor component to be used for this column.
initFields(Object) - Methode in Klasse net.sf.jguiraffe.gui.forms.Form
Fills the form's fields with the properties of the passed in bean.
initFields(Object, Set<String>) - Methode in Klasse 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>) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Initializes this instance from the given collections with CellConstraints objects.
initGUI(ApplicationContext) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Initializes the application's main GUI.
initialize(DependencyProvider) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanInitializer
Performs the desired initialization.
initialize(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Performs initialization.
initializeColumn(TableColumnTag, Object, Set<String>) - Methode in Klasse 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>) - Methode in Klasse 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>) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Initializes the main form to be maintained by the ComponentBuilderData object.
initializeFormat(Locale, Configuration) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Returns an initialized format object.
initializeListModel(ListModelSupport) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
Initializes the ListModel for the given ListModelSupport object.
initInvocationHelper(BuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Initializes the InvocationHelper to be used during the builder operation.
initInvocationTag(InvocationTag) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
Initializes this tag with the reference to the associated InvocationTag.
initLabel(JLabel, ComponentBaseTag, TextIconData) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Initializes a label from a TextIconData object.
initMainWindow(Window, Configuration) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Initializes the application's main window object.
initRendererComponent(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Sets the renderer component to be used for this column.
initRenderFields(Set<String>) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Sets the root bean store.
initRowConstraints() - Methode in Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Initializes the row constraints.
initSwingWindowProperties(SwingWindow, WindowData, Window) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
Initializes the given Swing window implementation from the given data object.
initTableColumnWidths(TableTag, JTable) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Initializes the widths of the columns of the specified table.
initText(JTextComponent, InputComponentTag, int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Initializes a text component.
initTrigger(FormController) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTrigger
Initializes this validation trigger and registers the associated form controller.
initTrigger(FormController) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerFocus
Initializes this FormValidationTrigger.
initTrigger(FormController) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.DialogTag
Initializes the dialog window.
initWindow(WindowManager, WindowBuilderData, Window) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.FrameTag
Initializes the frame window.
initWindow(WindowManager, WindowBuilderData, Window) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.InternalFrameTag
Initializes an internal frame window.
initWindow(WindowManager, WindowBuilderData, Window) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Initializes the window that was created by the createWindow() method.
initWindowBounds(SwingWindow, WindowData, Window) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
Initializes the bounds of a newly created window.
initWindowBounds(WindowAdapter, WindowData, Window) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
Initializes the bounds of the given AWT window object.
InjectionException - Ausnahmeklasse in net.sf.jguiraffe.di
An exception class for reporting exceptions related to dependency injection.
InjectionException() - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.di.InjectionException
Creates a new instance of InjectionException
InjectionException(String) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.di.InjectionException
Creates a new instance of InjectionException and initializes it with an error message.
InjectionException(String, Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.di.InjectionException
Creates a new instance of InjectionException and initializes it with both an error message and a root cause.
InjectionException(Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.di.InjectionException
Creates a new instance of InjectionException and initializes it with a root cause.
InputComponentTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A base class for tag handler classes that create input components.
InputComponentTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Creates a new instance of InputComponentTag.
INSERT - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The insert key.
insertButtons(PercentLayoutPlatformAdapter, int) - Methode in Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Inserts all buttons into the percent layout.
insertComponent(String, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Inserts the specified component to the generated GUI.
insertComponent(String, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Inserts the newly created component to its parent container.
insertField(FieldHandler) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Stores a newly created field handler in the central builder data object.
insertField(FieldHandler) - Methode in Klasse 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) - Methode in Klasse 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 - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.forms.DummyWrapper
The single instance of this class.
INSTANCE - Statische Variable in Klasse net.sf.jguiraffe.di.impl.NullInvocation
Veraltet.
The default instance of this class.
INSTANCE - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.enablers.NullEnabler
A constant for a default instance of this class.
INSTANCE - Statische Variable in Klasse net.sf.jguiraffe.gui.forms.bind.DummyBindingStrategy
Constant for the shared instance of this class that can be used.
IntegerTransformer - Klasse in net.sf.jguiraffe.transform
A specialized number transformer implementation that deals with numbers of type java.lang.Integer.
IntegerTransformer() - Konstruktor für Klasse net.sf.jguiraffe.transform.IntegerTransformer
 
InternalFrameAdapter - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.window
A window adapter implementation for Swing internal frames.
InternalFrameAdapter(boolean) - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Creates a new instance of InternalFrameAdapter.
InternalFrameTag - Klasse in net.sf.jguiraffe.gui.builder.window.tags
A tag handler class for creating internal frames.
InternalFrameTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.tags.InternalFrameTag
 
internalGetBeanStore(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Returns the internal bean store with the given name.
INVALID - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
The field is invalid (and has already been visited).
invalidateLayout(Container) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Invalidates this layout.
invalidateRange(int, int) - Methode in Klasse 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 - Klasse in net.sf.jguiraffe.gui.builder.window
A very simple implementation of the WindowClosingStrategy interface.
InvariantWindowClosingStrategy() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.InvariantWindowClosingStrategy
 
InverseEnabler - Klasse in net.sf.jguiraffe.gui.builder.enablers
A specialized implementation of the ElementEnabler interface that wraps another ElementEnabler and inverses the setEnabledState() implementation of this wrapped enabler.
InverseEnabler(ElementEnabler) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.enablers.InverseEnabler
Creates a new instance of InverseEnabler and initializes it with ElementEnabler to be wrapped.
Invocation - Klasse in net.sf.jguiraffe.di.impl
A base class for (method or constructor) invocations.
Invocation(ClassDescription, ClassDescription[], Dependency...) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.Invocation
Creates a new instance of Invocation and initializes it with information about the call parameters.
InvocationHelper - Klasse in net.sf.jguiraffe.di
A helper class providing some more complex functionality related to reflection.
InvocationHelper() - Konstruktor für Klasse net.sf.jguiraffe.di.InvocationHelper
Creates a new instance of InvocationHelper.
InvocationHelper(ConversionHelper) - Konstruktor für Klasse net.sf.jguiraffe.di.InvocationHelper
Creates a new instance of InvocationHelper and initializes it with the given ConversionHelper instance.
invocationInfoToString(StringBuilder) - Methode in Klasse net.sf.jguiraffe.di.impl.ConstructorInvocation
Adds additional information about this invocation to the string buffer.
invocationInfoToString(StringBuilder) - Methode in Klasse net.sf.jguiraffe.di.impl.Invocation
Creates a string with additional information about this invocation.
invocationInfoToString(StringBuilder) - Methode in Klasse net.sf.jguiraffe.di.impl.MethodInvocation
Creates a string with additional information about this invocation.
invocationInfoToString(StringBuilder) - Methode in Klasse net.sf.jguiraffe.di.impl.SetPropertyInvocation
Outputs further information about this invocation to the specified buffer.
InvocationTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A base class for tag handler classes defining invocation objects.
InvocationTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
Creates a new instance of InvocationTag.
InvocationTargetTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A specialized tag handler implementation for defining the target object of a method invocation.
InvocationTargetTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTargetTag
 
Invokable - Schnittstelle in net.sf.jguiraffe.di.impl
Definition of an interface for objects that perform some kind of method invocation.
invoke(Object, Method, Object[]) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.di.impl.ConstructorInvocation
Invokes the corresponding constructor on the specified target class and returns the newly created instance.
invoke(DependencyProvider, Object) - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Performs the invocation represented by this class.
invoke(DependencyProvider, Object) - Methode in Klasse net.sf.jguiraffe.di.impl.ConstructorInvocation
Performs the invocation.
invoke(DependencyProvider, Object) - Methode in Schnittstelle net.sf.jguiraffe.di.impl.Invokable
Performs the invocation.
invoke(DependencyProvider, Object) - Methode in Klasse net.sf.jguiraffe.di.impl.MethodInvocation
Invokes the corresponding method on the specified target instance.
invoke(DependencyProvider, Object) - Methode in Klasse net.sf.jguiraffe.di.impl.NullInvocation
Veraltet.
Invokes this Invokable.
invoke(DependencyProvider, Object) - Methode in Klasse net.sf.jguiraffe.di.impl.SetPropertyInvocation
Performs the invocation and sets the property on the specified target object.
invokeActionTask(Object, FormAction, BuilderEvent) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionHelper
Invokes the specified action task.
invokeCallBacks() - Methode in Klasse 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[]) - Methode in Klasse net.sf.jguiraffe.di.InvocationHelper
Invokes a constructor.
invokeConstructor(Constructor<T>, Object...) - Statische Methode in Klasse net.sf.jguiraffe.di.ReflectionUtils
Creates an object by invoking the specified constructor with the given arguments.
invokeInstanceMethod(Object, String, Class<?>[], Object[]) - Methode in Klasse net.sf.jguiraffe.di.InvocationHelper
Invokes a method on the specified object.
invokeMethod(Class<?>, Object, String, Class<?>[], Object[]) - Methode in Klasse net.sf.jguiraffe.di.InvocationHelper
Invokes a method.
invokeMethod(Method, Object, Object...) - Statische Methode in Klasse net.sf.jguiraffe.di.ReflectionUtils
Helper method for invoking a method using reflection.
invokeStaticMethod(Class<?>, String, Class<?>[], Object[]) - Methode in Klasse net.sf.jguiraffe.di.InvocationHelper
Invokes the specified static method and returns its result.
isAcceptNull() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
Returns the acceptNull flag.
isActionInGroup(String, String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionStore
Checks if the specified action belongs to the given group.
isAfter() - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Returns the after flag.
isAllowText() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
Returns a flag whether text is allowed for this progress bar.
isAnonymous() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
Returns a flag whether this tag declares an anonymous bean.
isAutoClose() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns the auto-close flag.
isAutoClose() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Returns a flag whether auto-close is active for the new window.
isAutoRelease() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the auto release flag.
isAutoRelease() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns the auto release flag.
isBeanAvailable() - Methode in Schnittstelle net.sf.jguiraffe.di.BeanProvider
Checks whether the bean managed by this provider can now be retrieved.
isBeanAvailable() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Returns a flag whether the bean managed by this provider is available.
isBeanAvailable() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
Returns a flag whether the managed bean is available.
isBeanAvailable(Dependency) - Methode in Schnittstelle net.sf.jguiraffe.di.DependencyProvider
Checks whether the bean specified by the given Dependency is currently available.
isBeanAvailable(Dependency) - Methode in Klasse net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
Checks whether a bean is available.
isBefore() - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Returns the before flag.
isBold() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
Returns a flag whether the font has the bold style.
isBorder() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PanelTag
Returns a flag whether this panel should have a border.
isCallBacksEnabled() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Returns a flag whether the call back mechanism is currently enabled.
isCancel() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
Returns a flag whether this tag represents the cancel button of the current form.
isCanShrink() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Returns the canShrink flag of the layout.
isCanShrink() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Returns the value of the canShrink flag.
isCanShrink() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Returns a flag whether this layout can shrink below its preferred size.
isCaseInsensitive() - Methode in Klasse net.sf.jguiraffe.transform.RegexValidator
Returns a flag whether string matches are case insensitive.
isCellEditable(int, int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Returns a flag whether the specified cell can be modified.
isCenter() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns a flag whether the new window should be centered on the screen.
isCenter() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Returns a flag whether the new window should be centered on the screen.
isChecked() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.FormAction
Returns a flag whether this action is checked at the moment.
isChecked() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
Returns the value of the checked flag.
isChecked() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
Returns the value of the checked property.
isClearVariables() - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Returns a flag whether all local variables are to be cleared for each new invocation.
isClosable() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns the closable flag.
isClosable() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Returns a flag whether the new window should have a close icon.
isCloseOnEsc() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns the close on escape flag.
isCloseOnEsc() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Returns a flag whether the window should close itself if the user presses the ESCAPE key.
isColumnEditable(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Returns a flag whether the specified column is declared to be editable.
isColumnEditable(TableColumnTag) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns a flag whether the specified column is editable.
isCommitted() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Returns a flag whether the form was committed.
isDateValid(Date, DateFormat, TransformerContext, Configuration) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Checks the specified date.
isDecimalNumber(Object) - Methode in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Checks whether the passed in object is a decimal number.
isDefault() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
Returns a flag whether this tag represents the default button of the current form.
isDefined() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextData
Checks whether this object is defined.
isDefined() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconData
Checks whether this object is defined.
isDefined() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
Checks whether all required data for constructing a class description is available.
isDotAll() - Methode in Klasse net.sf.jguiraffe.transform.RegexValidator
Returns a flag whether the dot place holder should also match line terminators.
isEditable() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
Returns a flag whether this combo box is editable.
isEditable() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Returns the editable flag.
isEnabled() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.FormAction
Returns a flag whether this action is enabled at the moment.
isEnabled() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionTag
Returns the value of the enabled attribute.
isEnabled() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
Returns a flag whether this ComponentHandler is enabled.
isEnabled() - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ComponentHandler
Returns a flag whether this component is enabled.
isEnabled() - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
Returns the enabled flag.
isEnabled() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Checks whether the managed component is enabled.
isEqual() - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Returns the equal flag.
isEventDispatchThread() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.utils.GUISynchronizer
Returns a flag whether the current thread is the event dispatch thread.
isEventDispatchThread() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingGUISynchronizer
Tests if the current thread is the event dispatch thread.
isFieldVisited(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Tests whether the field with the given name has already been visited by the user.
isFilterDate() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
isFilterSize() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
isFilterTypes() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
isGroupingUsed() - Methode in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Returns a flag whether a grouping character is to be used when formatting numbers.
isHandleInternalClasses() - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns the iconifiable flag.
isIconifiable() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Returns a flag whether the new window should be iconifiable.
isInitialized() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.DirectoryData
Returns a flag whether this directory has already been initialized.
isIntegerNumber(Object) - Methode in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Checks whether the passed in object is an integer number.
isItalic() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
Returns a flag whether the font has the italic style.
isLeaf(Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
Tests whether the passed in node is a leaf node.
isLenient() - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Returns the lenient flag.
isLogicColor() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.Color
Returns a flag whether this Color instance is based on a logic color definition.
isMaximizable() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns the maximizable flag.
isMaximizable() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Returns a flag whether the new window should be maximizable.
isMenuIcon() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the menu icon flag.
isMenuIcon() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionBuilder
Returns the value of the menu icon flag.
isMenuIcon() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns the value of the menu icon flag.
isModal() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.DialogTag
Returns the modal flag.
isMulti() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
Returns a flag whether the list box allows multi-selection.
isMultiSelection() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Returns a flag whether multi-selection mode is enabled for the associated table.
isMultiSelection() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns a flag whether multi-selection is enabled for this table.
isMultiSelection() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Returns the multiple selection flag.
isNoField() - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.transform.NumberTransformerBase
Validates an entered number.
isOptional() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableEditorValidationHandlerTag
Indicates if this bean definition is optional.
isOptional() - Methode in Klasse 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() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.MapBeanProvider
Returns the ordered flag.
isOrdered() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.SetBeanProvider
Returns the ordered flag.
isOrdered() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Returns the value of the ordered attribute.
isOrdered() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.SetTag
Returns the ordered attribute.
isPending() - Methode in Schnittstelle net.sf.jguiraffe.gui.cmd.CommandQueue
Checks if there are commands to be executed or in execution.
isPending() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandQueueImpl
Tests whether there are commands that have not been executed.
isPercentWidth(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
Tests whether the column with the specified index has a relative width.
isResizable() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Returns the resizable flag.
isResizable() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Returns a flag whether the new window should be resizable.
isRootVisible() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Returns the value of the rootVisible flag.
isShortEvaluation() - Methode in Klasse net.sf.jguiraffe.transform.ChainValidator
Returns the shortEvaluation flag.
isShowLabels() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Returns a flag whether labels for values should be painted by the slider.
isShowTicks() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Returns a flag whether ticks should be painted by the slider.
isShutdown() - Methode in Schnittstelle net.sf.jguiraffe.gui.cmd.CommandQueue
Returns a flag if shutdown() was called.
isShutdown() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandQueueImpl
Tests whether this command queue was shutdown.
isSingleton() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Returns a flag whether the created bean definition is for a singleton bean.
isSortDescending() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
isStatic() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
Returns a flag whether a static method is to be invoked.
isStaticInvocation() - Methode in Klasse net.sf.jguiraffe.di.impl.MethodInvocation
Returns the static flag.
isSuppressWarnings() - Methode in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Returns a flag whether warning messages should be suppressed.
isTableEditable() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Returns a flag whether the table is editable.
isTableEditable() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Returns a flag whether the table is editable.
isToolbarText() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Returns the toolbar text flag.
isToolbarText() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionBuilder
Returns the value of the toolbar text flag.
isToolbarText() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Returns the value of the toolbar text flag.
isTypeInfoComplete() - Methode in Klasse net.sf.jguiraffe.di.impl.Invocation
Returns a flag whether the data types of all method parameters are known.
isUpdateGUI() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandBase
Returns the value of the UpdateGUI property.
isValid() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
Checks whether the properties of this object are valid.
isValid() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
Checks whether form validation was successful.
isValid() - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.FormValidatorResults
Checks if the whole validation was successful.
isValid() - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationResult
Returns a flag whether the validation was successful.
isValid() - Methode in Schnittstelle net.sf.jguiraffe.transform.ValidationResult
Returns a flag if the validation was successful.
isValid(Object) - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultValidatorWrapper
Tests whether the specified object is valid.
isValid(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ValidatorWrapper
Validates the specified object.
isValid(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.UniqueFileNameValidator
Performs the validation.
isValid(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.ChainValidator
Validates the passed in object.
isValid(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Validates the passed in object.
isValid(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.DummyTransformer
Performs validation.
isValid(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.NumberTransformerBase
Validates the specified object.
isValid(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.RegexValidator
Performs the validation as described in the class comment.
isValid(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.RequiredValidator
Validates the passed in object.
isValid(Object, TransformerContext) - Methode in Schnittstelle net.sf.jguiraffe.transform.Validator
Validates the passed in object.
isValid(Form) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettingsFormValidator
Validates the specified Form instance.
isValid(Form) - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.FormValidator
Validates the specified form.
isValidActionTask(Object) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionHelper
Returns a flag whether the specified object is a valid task for an action.
isValueDefined() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ValueData
Returns a flag whether the value is defined.
isVisible() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
Returns a flag whether the wrapped widget is currently visible.
isVisible() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.WidgetHandler
Returns a flag whether the wrapped widget is currently visible.
isVisible() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Returns a flag if this window is visible.
isVisible() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Checks if this window is visible.
isVisual() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
 
isWrap() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
Returns a flag whether this text area should automatically wrap long lines.
itemStateChanged(ItemEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Callback for item events.

J

JellyBeanBuilder - Klasse in net.sf.jguiraffe.gui.builder.impl
An implementation of the BeanBuilder interface that is able to process bean definitions defined in a Apache Commons Jelly script.
JellyBeanBuilder() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
Creates a new instance of JellyBeanBuilder.
JellyBeanBuilderFactory - Klasse in net.sf.jguiraffe.gui.builder.impl
An implementation of the BeanBuilderFactory interface that returns JellyBeanBuilder instances.
JellyBeanBuilderFactory() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilderFactory
 
JellyBuilder - Klasse in net.sf.jguiraffe.gui.builder.impl
An implementation of the Builder interface that uses Commons Jelly for processing build scripts and creating GUI components.
JellyBuilder() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Creates a new instance of JellyBuilder.
JellyContextBeanStore - Klasse in net.sf.jguiraffe.gui.builder.impl
A specialized implementation of the BeanStore interface that is backed by a Jelly context.
JellyContextBeanStore(JellyContext, BeanStore) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
Creates a new instance of JellyContextBeanStore and initializes it with the underlying Jelly context and the parent bean store.
JellyContextBeanStore(JellyContext, BeanStore, String) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
Creates a new instance of JellyContextBeanStore and initializes it with the underlying Jelly context, the parent bean store and the name to be used.
JGuiraffeTestHelper - Klasse in net.sf.jguiraffe
A helper class with functionality that can be used by test classes.
JGuiraffeTestHelper() - Konstruktor für Klasse net.sf.jguiraffe.JGuiraffeTestHelper
 

K

KEY_ACTION_BUILDER - Statische Variable in Klasse 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 - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.action.ActionBuilder
Constant for the prefix used for accessing actions.
KEY_ACTION_STORE - Statische Variable in Klasse 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 - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Constant for the key for accessing the current BuilderData object from the bean context managed by this class.
KEY_COMPHANDLER_PREFIX - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Constant for the prefix for accessing component handlers.
KEY_COMPONENT_BUILDER_DATA - Statische Variable in Klasse 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 - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Constant for the key for accessing the current bean context.
KEY_CURRENT_WINDOW - Statische Variable in Klasse 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 - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Constant for the prefix for accessing field handlers.
KEY_FORM - Statische Variable in Klasse 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 - Statische Variable in Klasse 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 - Statische Variable in Klasse 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 - Statische Variable in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Constant for the key under which the result window is stored.
KEY_WIDGETHANDLER_PREFIX - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Constant for the prefix for accessing widget handlers.
KEY_WINDOW_BUILDER_DATA - Statische Variable in Klasse 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) - Methode in Klasse net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
Constructs a key for the given combination of a locale and a group name.
Keys - Enum-Klasse in net.sf.jguiraffe.gui.builder.event
An enumeration class defining constants for special keys on a standard keyboard.

L

LabelTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag class for creating labels.
LabelTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.LabelTag
 
layoutContainer(Container) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Determines the coordinates and sizes of all components that belong to this layout.
LayoutTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A base tag handler class for layout tags.
LayoutTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.LayoutTag
 
LEFT - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment
Constant for the alignment LEFT: The icon is left to the text.
LEFT - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.Placement
Tabs are placed at the left.
LEFT - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The left arrow key.
LEFT - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.layout.ButtonLayout.Alignment
The alignment left.
LifeCycleBeanProvider - Klasse in net.sf.jguiraffe.di.impl.providers
An abstract base class for BeanProvider implementations with life-cycle support.
LifeCycleBeanProvider(BeanProvider) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Creates a new instance of LifeCycleBeanProvider and initializes it with the BeanProvider for creating the bean instance.
LifeCycleBeanProvider(BeanProvider, Invokable) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Creates a new instance of LifeCycleBeanProvider and initializes it with the BeanProvider for creating the bean instance and an Invokable for initializing it.
LIGHT_GRAY - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
Default color light gray.
linkLabel(Object, Object, String) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Associates a link with another component.
linkLabel(Object, Object, String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Associates a link with another component.
linkLabel(Object, Object, String) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Associates a label with another component.
ListBeanProvider - Klasse in net.sf.jguiraffe.di.impl.providers
A specific CollectionBeanProvider implementation that creates a list bean.
ListBeanProvider(Collection<Dependency>) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.ListBeanProvider
Creates a new instance of ListBeanProvider and initializes it with the given dependencies for the list elements.
ListBoxTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specific input component tag that creates a list box component.
ListBoxTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
 
ListComponentHandler - Schnittstelle in net.sf.jguiraffe.gui.builder.components.model
A specialized component handler interface for components with list-like structures.
listenerTypeName() - Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormListenerType
Returns the listener type name.
ListModel - Schnittstelle 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 - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag handler class that creates an item for a list model.
ListModelItemTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
Creates a new instance of ListModelItemTag.
ListModelSupport - Schnittstelle in net.sf.jguiraffe.gui.builder.components.tags
Definition of an interface for tags that support a list model.
ListModelUtils - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A helper class for dealing with model objects.
ListTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A specialized CollectionTag implementation for creating lists.
ListTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.ListTag
 
LIVE - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag.DragMode
Constant for the drag mode live.
loadClass(String, ClassLoader) - Statische Methode in Klasse net.sf.jguiraffe.di.ReflectionUtils
Loads the class with the specified name using the given class loader.
loadClass(String, String) - Methode in Schnittstelle net.sf.jguiraffe.di.ClassLoaderProvider
Returns the class specified by the given name.
loadClass(String, String) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
Loads a class using the specified class loader.
loadGroup(Locale, Object) - Methode in Klasse net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
Loads the specified resource group from a resource bundle.
loadGroup(Locale, Object) - Methode in Schnittstelle net.sf.jguiraffe.resources.ResourceLoader
Performs all necessary steps to retrieve the specified resource group.
LocalizedTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specialized tag handler class for loading localized texts and passing them to tags implementing the ValueSupport interface.
LocalizedTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
 
locate(String, String) - Statische Methode in Klasse 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) - Statische Methode in Klasse 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) - Statische Methode in Klasse 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) - Statische Methode in Klasse 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) - Statische Methode in Klasse net.sf.jguiraffe.locators.LocatorUtils
Tries to locate a resource in the class path.
locateResource(String, ClassLoader) - Statische Methode in Klasse net.sf.jguiraffe.locators.LocatorUtils
Tries to locate a resource in the class path using the specified class loader.
locateURL(String) - Statische Methode in Klasse net.sf.jguiraffe.locators.LocatorUtils
Locates a file using a string, which can be either a full URL or a file name.
Locator - Schnittstelle in net.sf.jguiraffe.locators
Definition of the base Locator interface.
LocatorConverter - Klasse in net.sf.jguiraffe.locators
A specialized Converter implementation dealing with Locator objects.
LocatorConverter() - Konstruktor für Klasse net.sf.jguiraffe.locators.LocatorConverter
Creates a new instance of LocatorConverter without a class loader provider.
LocatorConverter(ClassLoaderProvider) - Konstruktor für Klasse net.sf.jguiraffe.locators.LocatorConverter
Creates a new instance of LocatorConverter and initializes it with the given ClassLoaderProvider.
LocatorException - Ausnahmeklasse in net.sf.jguiraffe.locators
An exception class for reporting error conditions related to Locator objects.
LocatorException() - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.locators.LocatorException
Creates a new instance of LocatorException.
LocatorException(String) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.locators.LocatorException
Creates a new instance of LocatorException and sets an error message.
LocatorException(String, Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.locators.LocatorException
Creates a new instance of LocatorException and sets an error message and a root cause.
LocatorException(Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.locators.LocatorException
Creates a new instance of LocatorException and sets the root cause.
locatorForMainScript(Configuration) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Returns the locator object for the application's main build script.
locatorToDataString(String) - Statische Methode in Klasse net.sf.jguiraffe.locators.LocatorUtils
Extracts the data of the string representation of a Locator.
locatorToDataString(Locator) - Statische Methode in Klasse net.sf.jguiraffe.locators.LocatorUtils
Returns the data string for the specified Locator.
locatorToString(Locator, String) - Statische Methode in Klasse net.sf.jguiraffe.locators.LocatorUtils
Creates a string representation of a Locator object.
LocatorUtils - Klasse in net.sf.jguiraffe.locators
A helper class for locating resources.
LocatorWrapper - Klasse in net.sf.jguiraffe.locators
A wrapper implementation for locators.
LocatorWrapper(Locator) - Konstruktor für Klasse net.sf.jguiraffe.locators.LocatorWrapper
Creates a new instance of LocatorWrapper and initializes it with the given wrapped locator.
log - Variable in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
The logger.
log - Variable in Klasse net.sf.jguiraffe.gui.app.Application
The logger to use.
LOGIC - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.forms.ValidationPhase
The validation phase "form".
LongTransformer - Klasse in net.sf.jguiraffe.transform
A specialized number transformer implementation that deals with numbers of type java.lang.Long.
LongTransformer() - Konstruktor für Klasse net.sf.jguiraffe.transform.LongTransformer
 

M

MAGENTA - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
Default color magenta.
main(String[]) - Statische Methode in Klasse net.sf.jguiraffe.examples.tutorial.Main
The main method of the application.
main(String[]) - Statische Methode in Klasse net.sf.jguiraffe.gui.app.Application
A main method for applications based on this framework.
Main - Klasse in net.sf.jguiraffe.examples.tutorial
The main application class of the JGUIraffe tutorial application.
Main() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.Main
 
MainWndController - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
The controller class for the main window.
MainWndController(Application, TreeHandler, TableHandler, WidgetHandler) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
Creates a new instance of MainWndController and initializes it with references to its dependencies.
MapBeanProvider - Klasse in net.sf.jguiraffe.di.impl.providers
A specialized BeanProvider implementation for creating beans of type java.util.Map.
MapBeanProvider(Collection<Dependency>, Collection<Dependency>, boolean) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.MapBeanProvider
Creates a new instance of MapBeanProvider and initializes it.
MapTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A specialized BeanTag implementation for creating maps.
MapTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Creates a new instance of MapTag.
maximumLayoutSize(Container) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Returns the maximum layout size.
MenuBarTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A tag handler class for creating menu bars.
MenuBarTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
 
MenuItemTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A tag handler class that creates menu items.
MenuItemTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuItemTag
 
MenuTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A tag handler class for defining menus.
MenuTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuTag
Creates a new instance of MenuTag.
merge(FormValidatorResults, FormValidatorResults) - Statische Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
Returns a FormValidatorResults object with the combined information of the specified FormValidatorResults objects.
merge(ValidationResult, ValidationResult) - Statische Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationResult
Combines two validation result objects to a combined result.
message(ApplicationResources.Keys) - Statische Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationResources
Returns a Message object for the specified enumeration literal.
Message - Klasse in net.sf.jguiraffe.resources
A convenience class for dealing with localized messages that can have parameters.
Message(Object) - Konstruktor für Klasse net.sf.jguiraffe.resources.Message
Creates a new instance of Message and initializes it with a resource key.
Message(Object, Object) - Konstruktor für Klasse net.sf.jguiraffe.resources.Message
Creates a new instance of Message and initializes it with a resource group and a resource key.
Message(Object, Object, Object) - Konstruktor für Klasse net.sf.jguiraffe.resources.Message
Creates a new instance of Message and initializes it with a resource group, a resource key, and a single parameter.
Message(Object, Object, Object, Object) - Konstruktor für Klasse net.sf.jguiraffe.resources.Message
Creates a new instance of Message and initializes it with a resource group, a resource key, and two parameters.
Message(Object, Object, Object, Object, Object...) - Konstruktor für Klasse net.sf.jguiraffe.resources.Message
Creates a new instance of Message and initializes it with a resource group, a resource key, and an arbitrary number of parameters that are passed as variable arguments.
MESSAGE_ERROR - Statische Variable in Schnittstelle net.sf.jguiraffe.gui.builder.utils.MessageOutput
Constant for the message type ERROR.
MESSAGE_INFO - Statische Variable in Schnittstelle net.sf.jguiraffe.gui.builder.utils.MessageOutput
Constant for the message type INFO.
MESSAGE_PLAIN - Statische Variable in Schnittstelle net.sf.jguiraffe.gui.builder.utils.MessageOutput
Constant for the message type PLAIN.
MESSAGE_QUESTION - Statische Variable in Schnittstelle net.sf.jguiraffe.gui.builder.utils.MessageOutput
Constant for the message type QUESTION.
MESSAGE_WARNING - Statische Variable in Schnittstelle net.sf.jguiraffe.gui.builder.utils.MessageOutput
Constant for the message type WARNING.
messageBox(Object, Object, int, int) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
A convenience method for displaying a message box.
messageBox(Object, Object, int, int) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
A convenience method for displaying a message box.
MessageOutput - Schnittstelle in net.sf.jguiraffe.gui.builder.utils
Definition of an interface for creating message boxes in a platform independent way.
META - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Modifiers
Constant representing the META modifier key.
MethodInvocation - Klasse in net.sf.jguiraffe.di.impl
A class that represents a method invocation.
MethodInvocation(String, ClassDescription[], Dependency...) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.MethodInvocation
Creates a new instance of MethodInvocation for non-static method invocations.
MethodInvocation(ClassDescription, String, boolean, ClassDescription[], Dependency...) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.MethodInvocation
Creates a new instance of MethodInvocation and initializes most of the properties.
MethodInvocation(ClassDescription, String, ClassDescription[], Dependency...) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.MethodInvocation
Creates a new instance of MethodInvocation and initializes it with information about the method to invoke and the target class.
MethodInvocation(ClassDescription, Dependency, String, boolean, ClassDescription[], Dependency...) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.MethodInvocation
Creates a new instance of MethodInvocation and fully initializes it.
MethodInvocationBeanProvider - Klasse in net.sf.jguiraffe.di.impl.providers
A specialized BeanProvider that creates beans by invoking a method.
MethodInvocationBeanProvider(Dependency, MethodInvocation) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
Creates a new instance of MethodInvocationBeanProvider and 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) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
Creates a new instance of MethodInvocationBeanProvider and 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) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
Creates a new instance of MethodInvocationBeanProvider and initializes it with the description of the method to invoke.
MethodInvocationTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A specialized InvocationTag implementation that deals with MethodInvocation objects.
MethodInvocationTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
 
MINIMUM - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.layout.CellSize
The size constant minimum.
minimumLayoutSize(Container) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Returns the minimum size of this layout.
Modifiers - Enum-Klasse in net.sf.jguiraffe.gui.builder.event
An enumeration class representing special modifier keys.
MOUSE - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormListenerType
The listener type Mouse.
MOUSE_CLICKED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
A mouse button was clicked.
MOUSE_DOUBLE_CLICKED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
A double click with a mouse button was performed.
MOUSE_ENTERED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
The mouse cursor entered the monitored component.
MOUSE_EXITED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
The mouse cursor exited the monitored component.
MOUSE_PRESSED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
A mouse button was pressed.
MOUSE_RELEASED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
A mouse button was released.
mouseClicked(MouseEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
Notifies this listener about a mouse entered event.
mouseClicked(FormMouseEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.event.FormMouseListener
Event notification method that is called when a mouse button is clicked.
mouseDoubleClicked(FormMouseEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.event.FormMouseListener
Event notification method that is called when a mouse button is double-clicked.
mouseEntered(MouseEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
Notifies this listener about a mouse entered event.
mouseEntered(FormMouseEvent) - Methode in Schnittstelle 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.
MouseEventAdapter - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.event
A specific Swing event adapter implementation that deals with mouse events.
MouseEventAdapter(FormEventManager, ComponentHandler<?>, String) - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
Creates a new instance of MouseEventAdapter that passes the events it receives to the FormEventManager.
MouseEventAdapter(FormMouseListener, ComponentHandler<?>, String) - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
Creates a new instance of MouseEventAdapter that passes the events it receives to the specified FormMouseListener.
mouseExited(MouseEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
Notifies this listener about a mouse exited event.
mouseExited(FormMouseEvent) - Methode in Schnittstelle 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 - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A specialized event listener tag that deals with mouse events.
MouseListenerTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.MouseListenerTag
Creates a new instance of MouseListenerTag.
mousePressed(MouseEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
Notifies this listener about a mouse pressed event.
mousePressed(FormMouseEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.event.FormMouseListener
Event notification method that is called when a mouse button is pressed.
mouseReleased(MouseEvent) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
Notifies this listener about a mouse released event.
mouseReleased(FormMouseEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.event.FormMouseListener
Event notification method that is called when a mouse button is released.
MultiFileChooserOptions - Klasse in net.sf.jguiraffe.gui.dlg.filechooser
A class for defining the options of a multi file chooser dialog.
MultiFileChooserOptions(DialogResultCallback<List<File>, ?>) - Konstruktor für Klasse net.sf.jguiraffe.gui.dlg.filechooser.MultiFileChooserOptions
Creates a new instance of MultiFileChooserOptions and sets the callback to be notified with the dialog result.
MultiFileChooserOptions(DialogResultCallback<List<File>, D>, D) - Konstruktor für Klasse net.sf.jguiraffe.gui.dlg.filechooser.MultiFileChooserOptions
Creates a new instance of MultiFileChooserOptions and sets the callback to be notified with the dialog result and an additional data object to be passed to the callback.
MutableBeanStore - Schnittstelle in net.sf.jguiraffe.di
Definition of an interface for a BeanStore that can be manipulated.

N

NameDependency - Klasse in net.sf.jguiraffe.di.impl
An implementation of the Dependency interface that allows to define a dependency based on the name of a bean.
net.sf.jguiraffe - Package net.sf.jguiraffe
 
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 di package.
net.sf.jguiraffe.di.impl.providers - Package net.sf.jguiraffe.di.impl.providers
In the providers sub package different implementations of the BeanProvider interface can be found.
net.sf.jguiraffe.examples.tutorial - Package net.sf.jguiraffe.examples.tutorial
 
net.sf.jguiraffe.examples.tutorial.bgtask - Package net.sf.jguiraffe.examples.tutorial.bgtask
 
net.sf.jguiraffe.examples.tutorial.createfile - Package net.sf.jguiraffe.examples.tutorial.createfile
 
net.sf.jguiraffe.examples.tutorial.mainwnd - Package net.sf.jguiraffe.examples.tutorial.mainwnd
 
net.sf.jguiraffe.examples.tutorial.model - Package net.sf.jguiraffe.examples.tutorial.model
 
net.sf.jguiraffe.examples.tutorial.viewset - Package net.sf.jguiraffe.examples.tutorial.viewset
 
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 action sub 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 Builder interfaces can be found.
net.sf.jguiraffe.gui.builder.utils - Package net.sf.jguiraffe.gui.builder.utils
The utils package 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.gui.platform.swing.builder.action - Package net.sf.jguiraffe.gui.platform.swing.builder.action
This package contains Swing-specific implementations for action-related classes.
net.sf.jguiraffe.gui.platform.swing.builder.components - Package net.sf.jguiraffe.gui.platform.swing.builder.components
A package with Swing-specific ComponentHandler implementations.
net.sf.jguiraffe.gui.platform.swing.builder.components.table - Package net.sf.jguiraffe.gui.platform.swing.builder.components.table
This package contains Swing-specific helper classes related to table components.
net.sf.jguiraffe.gui.platform.swing.builder.event - Package net.sf.jguiraffe.gui.platform.swing.builder.event
A package with Swing-specific event implementations.
net.sf.jguiraffe.gui.platform.swing.builder.utils - Package net.sf.jguiraffe.gui.platform.swing.builder.utils
A package with Swing-specific utility classes.
net.sf.jguiraffe.gui.platform.swing.builder.window - Package net.sf.jguiraffe.gui.platform.swing.builder.window
This package contains concrete implementations of Swing window classes.
net.sf.jguiraffe.gui.platform.swing.dlg.filechooser - Package net.sf.jguiraffe.gui.platform.swing.dlg.filechooser
 
net.sf.jguiraffe.gui.platform.swing.layout - Package net.sf.jguiraffe.gui.platform.swing.layout
Swing-specific implementations of layout classes.
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 resources package.
net.sf.jguiraffe.resources.impl.bundle - Package net.sf.jguiraffe.resources.impl.bundle
This package contains an implementation of ResourceLoader and ResourceGroup based 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() - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Returns a new Builder instance.
newBuilder() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Returns a new Builder instance.
newInstance(int, int, int) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.Color
Veraltet.
Use newRGBInstance() instead.
newInstance(TableTag) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
Creates a new instance of TableColumnWidthController and initializes it with the information provided by the given TableTag.
newLogicInstance(String) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.Color
Creates a new instance of Color based on a logic, text-based color definition.
newRGBInstance(int, int, int) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.Color
Creates a new instance of Color and initializes it with the given components for the red, green, and blue part.
NO_BUTTON - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent
Constant for an undefined mouse button.
NO_LINE_WRAP - Statische Variable in Klasse net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
Constant for a line length which disables line wrapping.
NODE_COLLAPSE - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent.Type
A node of the tree was collapsed.
NODE_EXPAND - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent.Type
A node of the tree was expanded.
NONE - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.layout.CellSize
The size constant none.
nonNull(NumberWithUnit) - Statische Methode in Klasse net.sf.jguiraffe.gui.layout.NumberWithUnit
A convenience method for performing checks for null values.
NORTH - Statische Variable in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Constant for the layout constraints North.
NOT_VISITED_INVALID - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
The field has not yet been visited and is invalid.
NOT_VISITED_VALID - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
The field has not yet been visited and is valid.
NOT_VISITED_WARNING - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
The field has not yet been visited and contains a warning.
NSURI_ACTION_BUILDER - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Constant for the default name space URI for the action builder tag library.
NSURI_COMPONENT_BUILDER - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Constant for the default name space URI for the component builder tag library.
NSURI_DI_BUILDER - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilderFactory
Constant for the default name space URI for the DIBuilder tag library.
NSURI_WINDOW_BUILDER - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Constant for the default namespace URI for the window builder tag library.
NULL - Statische Variable in Klasse net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
Constant for a dependency that will be resolved to null.
NULL_INVOCATION - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.di.impl.HelperInvocations
A specialized Invokable implementation which always returns null in its invoke() implementation.
NullEnabler - Klasse in net.sf.jguiraffe.gui.builder.enablers
A trivial implementation of the ElementEnabler interface that does nothing.
NullEnabler() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.enablers.NullEnabler
 
NullInvocation - Klasse in net.sf.jguiraffe.di.impl
Veraltet.
Use HelperInvocations instead; it provides some dummy implementations of the Invokable interface which are useful in some situations where a full-blown implementation is not required.
NullInvocation() - Konstruktor für Klasse net.sf.jguiraffe.di.impl.NullInvocation
Veraltet.
 
NullMessageOutput - Klasse in net.sf.jguiraffe.gui.builder.utils
An implementation of the MessageOutput interface that does not output a message.
NullMessageOutput() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.utils.NullMessageOutput
 
NullTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A tag handler class for specifying null values.
NullTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.NullTag
 
NUMBER - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
The column class Number.
NumberTransformerBase<T> - Klasse in net.sf.jguiraffe.transform
An abstract base class for transformers and validators for numbers.
NumberTransformerBase() - Konstruktor für Klasse net.sf.jguiraffe.transform.NumberTransformerBase
 
NumberWithUnit - Klasse in net.sf.jguiraffe.gui.layout
A class that combines a value with a unit.
NumberWithUnit(double, Unit) - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.NumberWithUnit
Creates a new instance of NumberWithUnit and initializes it.
NumberWithUnit(int) - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.NumberWithUnit
Creates a new instance of NumberWithUnit with the given value and the unit pixels.
NumberWithUnit(String) - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.NumberWithUnit
Creates a new instance of NumberWithUnit and initializes it from the given string representation.

O

okButtonClicked(FormActionEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
The OK button was clicked.
onDialogCanceled(D) - Methode in Schnittstelle 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) - Methode in Schnittstelle net.sf.jguiraffe.gui.dlg.DialogResultCallback
Callback method for processing a standard dialog result.
onException(Throwable) - Methode in Schnittstelle net.sf.jguiraffe.gui.cmd.Command
Callback method that is invoked if an exception occurs during command execution.
onException(Throwable) - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandBase
This method is called if an exception occurs.
onException(Throwable) - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandWrapper
Notifies this command about an exception that occurred during execution.
onFinally() - Methode in Schnittstelle 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() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandBase
This method is called after each command execution.
onFinally() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandWrapper
This method is called after the execution of the command.
onShutdown() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
A hook for shutdown.
open() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Opens the window.
open() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Opens this internal frame.
open() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Opens this window.
OpenDesktopTask - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
A specialized action task for opening a file or directory.
OpenDesktopTask(MainWndController) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.OpenDesktopTask
Creates a new instance of OpenDesktopTask and initializes it with the main controller.
openStream(Locator) - Statische Methode in Klasse net.sf.jguiraffe.locators.LocatorUtils
Obtains an input stream for the specified locator.
OpenViewSettingsDlgCommand - Klasse in net.sf.jguiraffe.examples.tutorial.viewset
A specialized command class for opening the dialog with the view settings.
OpenViewSettingsDlgCommand() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.viewset.OpenViewSettingsDlgCommand
Creates a new instance of OpenViewSettingsDlgCmd and initializes the super class with the locator of the script to be processed.
OpenWindowCommand - Klasse in net.sf.jguiraffe.gui.app
A specialized Command implementation for opening a sub window.
OpenWindowCommand(Locator) - Konstruktor für Klasse net.sf.jguiraffe.gui.app.OpenWindowCommand
Creates a new instance of OpenWindowCommand and initializes it with the Locator pointing to the builder script.
ORANGE - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
Default color orange.
OrEventFilter - Klasse in net.sf.jguiraffe.gui.builder.event.filter
A specialized chained filter implementation that provides a OR or ANY semantics.
OrEventFilter() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.filter.OrEventFilter
Creates a new instance of OrEventFilter that has no child filters.
OrEventFilter(Collection<EventFilter>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.filter.OrEventFilter
Creates a new instance of OrEventFilter and initializes it with the given list of child filters.
OrEventFilterTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A specialized ChainedEventFilter implementation that creates an OrEventFilter.
OrEventFilterTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.OrEventFilterTag
Creates a new instance of OrEventFilterTag.
Orientation - Enum-Klasse in net.sf.jguiraffe.gui.builder.components
An enumeration class that defines allowed values for the orientation of components.
OUTLINE - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag.DragMode
Constant for the drag mode outline.
overridesProperties(TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.RegexValidator
Tests whether properties in the specified TransformerContext override properties of this object.

P

packWindow() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Packs this internal frame.
packWindow() - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
"Packs" the window.
packWindow() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Packs the window.
PAGE_DOWN - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The page down key.
PAGE_UP - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The page up key.
PanelTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specific container tag implementation that creates a panel.
PanelTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.PanelTag
Creates a new instance of PanelTag.
parametersToString(StringBuilder) - Methode in Klasse net.sf.jguiraffe.di.impl.Invocation
Creates a string representation of the current parameter values.
ParameterTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A tag handler class for defining the parameters of a method or constructor invocation.
ParameterTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
Creates a new instance of ParameterTag.
parentPath() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
Returns the parent path of this TreeNodePath.
parse(String) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.action.Accelerator
Returns an Accelerator instance from the specified string representation.
passResults(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionTaskTag
Passes the resulting bean to the nesting action tag.
passResults(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ChainedEventFilterTag
Performs post processing of the new bean.
passResults(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventFilterTag
Performs post processing on the bean.
passResults(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventRegistrationTag
Performs the registration of the event listener.
passResults(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.PopupHandlerTag
Processes the bean managed by this tag.
passResults(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
Passes the results of this tag to its target tag.
passResults(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
Processes the bean created by this tag.
passResults(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableEditorValidationHandlerTag
Passes the results of this tag.
passResults(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableSelectionHandlerTag
Passes the TableSelectionHandler created by this tag to the enclosing table tag.
passResults(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
Passes the bean to its target.
passResults(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
This method is called after the result bean is fully initialized.
passResults(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ValidatorsTag
Passes the resulting bean to its target.
passResults(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.FormControllerListenerTag
Passes the bean to the owning object.
passResults(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
Passes the bean to the owning component.
passResults(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowControllerTag
Processes and initializes the controller bean and passes it to an enclosing window tag.
PasswordFieldTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specialized tag handler implementation for creating password text fields.
PasswordFieldTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.PasswordFieldTag
 
paste() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TextHandler
Pastes the content of the system clipboard into this text component.
pathToKey(DefaultConfigurationKey) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
Appends this path to the given ConfigurationKey.
PercentCellConstraintsTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
An abstract base class for tags that define cell constraints of a percent layout.
PercentCellConstraintsTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
 
PercentCellGroupTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag handler base class for tags that define cell groups for a percent layout.
PercentCellGroupTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
 
PercentColConstraintsTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A concrete cell constraints tag implementation.
PercentColConstraintsTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentColConstraintsTag
 
PercentColGroupTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A concrete cell group tag that creates a column group for a percent layout.
PercentColGroupTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentColGroupTag
 
PercentConstraintsTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specific layout constraints tag that creates a PercentData object, i.e. layout constraints for the PercentLayout class.
PercentConstraintsTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
 
PercentData - Klasse in net.sf.jguiraffe.gui.layout
A constraints class used by PercentLayout.
PercentData.Builder - Klasse in net.sf.jguiraffe.gui.layout
A builder implementation for creating instances of PercentData.
PercentLayout - Klasse in net.sf.jguiraffe.gui.layout
The concrete percent layout implementation.
PercentLayout(int, int) - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.PercentLayout
Creates a new instance of PercentLayout and sets the layout's dimensions.
PercentLayout(String, String) - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.PercentLayout
Creates a new instance of PercentLayout and initializes it from the given string with specifications for the column and row constraints.
PercentLayout(Collection<? extends CellConstraints>, Collection<? extends CellConstraints>) - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.PercentLayout
Creates a new instance of PercentLayout and initializes it from the specified collections with CellConstraints objects.
PercentLayoutBase - Klasse in net.sf.jguiraffe.gui.layout
The main class of the percent layout manager.
PercentLayoutBase() - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Creates a new, uninitialized instance of PercentLayoutBase.
PercentLayoutBase(int, int) - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Creates a new instance of PercentLayoutBase and sets the numbers of the rows and columns.
PercentLayoutBase(String, String) - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Creates a new instance of PercentLayoutBase and initializes it.
PercentLayoutBase(Collection<? extends CellConstraints>, Collection<? extends CellConstraints>) - Konstruktor für Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Creates a new instance of PercentLayoutBase and initializes it.
PercentLayoutPlatformAdapter - Schnittstelle 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 - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specific layout tag that creates a Percent Layout manager.
PercentLayoutTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
 
PercentRowConstraintsTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A concrete cell constraints tag implementation.
PercentRowConstraintsTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentRowConstraintsTag
 
PercentRowGroupTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A concrete cell group tag that creates a row group for a percent layout.
PercentRowGroupTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentRowGroupTag
 
performBuild(Locator, BuilderData, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
The main method for executing a builder script.
performDesktopOperation(Desktop) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
Performs the desired operation with the selected file.
performDesktopOperation(Desktop) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.EditDesktopTask
Performs the desktop operation.
performDesktopOperation(Desktop) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.OpenDesktopTask
Performs the desktop operation.
performDesktopOperation(Desktop) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.PrintDesktopTask
Performs the desktop operation.
performGUIUpdate() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskCommand
Performs UI-related updates after the execution of the command.
performGUIUpdate() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.CreateFileCommand
Updates the UI after a successful execution of this command.
performGUIUpdate() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.CreateViewSettingsCommand
Updates the UI after a successful execution of this command.
performGUIUpdate() - Methode in Klasse net.sf.jguiraffe.gui.app.OpenWindowCommand
Updates the UI after background processing is complete.
performGUIUpdate() - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandBase
Performs GUI updates.
performLayout(Object, int[], int[], int[], int[]) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Layouts all components that are contained in the associated container.
performLayout(Object, Rectangle, Dimension) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Layouts all components in the associated container calculating all necessary intermediate sizes and positions.
PersonBean - Klasse in net.sf.jguiraffe
A test bean class that can be used by tests which need to access bean properties..
PersonBean() - Konstruktor für Klasse net.sf.jguiraffe.PersonBean
 
PINK - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
Default color pink.
PIXEL - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.layout.Unit
The unit pixel.
PlatformEventManager - Schnittstelle in net.sf.jguiraffe.gui.builder.event
Definition of an interface for dealing with platform (i.e. a specific GUI library) specific events.
popComponentStore() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Removes a component store from this object.
popFormContext() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Removes the outer most form context.
popFormContext(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Removes the outer most form context passing in information about the responsible source.
populate(StaticTextDataImpl, TransformerContext) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
Fills the specified data object with default values.
PopupHandlerTag - Klasse 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() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.PopupHandlerTag
Creates a new instance of PopupHandlerTag.
PopupMenuBuilder - Schnittstelle in net.sf.jguiraffe.gui.builder.action
A builder interface for creating popup menus.
PopupMenuHandler - Schnittstelle 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) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData.Builder
Returns a PercentData object with the specified column and row index.
POS_UNDEF - Statische Variable in Klasse net.sf.jguiraffe.gui.layout.PercentData
Constant for an undefined cell position.
PREFERRED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.layout.CellSize
The size constant preferred.
preferredLayoutSize(Container) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Returns the preferred size of this layout.
PREFIX_SEPARATOR - Statische Variable in Klasse net.sf.jguiraffe.locators.LocatorConverter
Constant for the prefix separator.
prepareBuilderData(ApplicationBuilderData) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.OpenViewSettingsDlgCommand
Prepares the ApplicationBuilderData object before the builder is called.
prepareBuilderData(ApplicationBuilderData) - Methode in Klasse net.sf.jguiraffe.gui.app.OpenWindowCommand
Prepares the ApplicationBuilderData object.
prepareComponent(Object, TableTag, Object, boolean, boolean, int, int) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.tags.table.TableSelectionHandler
Prepares the renderer or editor component before it is displayed.
prepareComponent(Object, TableTag, Object, boolean, boolean, int, int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableSelectionHandler
Prepares the renderer or editor component.
prepareInputSource(Locator) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
Prepares an InputSource object for the specified Locator.
PRINT_SCREEN - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The print screen key.
PrintDesktopTask - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
A specialized action task for printing a file.
PrintDesktopTask(MainWndController) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.PrintDesktopTask
Creates a new instance of PrintDesktopTask and initializes the controller.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionTag
Executes this task.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.SeparatorTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Performs processing of some default attributes.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
Executes this tag after its body was processed.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ConstraintsTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
Processes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.IconTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.LayoutTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
Processes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
Processes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.RadioGroupTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SimpleComponentTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
Processes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Processes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
Processes this tag after its body has been evaluated.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Processes this tag after its body has been evaluated.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
The main processing method.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
Executes this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ShutdownHandlerTag
Performs the actual processing of this tag.
process() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Executes this tag.
processBean(String, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Processes the newly created bean.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Performs processing before the body of this tag gets executed.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Performs processing before the tag's body is evaluated.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
Executes this tag before its body was processed.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuTag
Executes this tag before its body is processed.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
Performs processing before this tag's body is evaluated.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
Executes this tag before its body is processed.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
Callback before processing of the tag's body.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
Performs processing before this tag's body is evaluated.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
Performs processing of this tag before its body is evaluated.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Performs steps before evaluation of this tag's body.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
Processes this tag before its body gets executed.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.RadioButtonTag
Performs processing before the execution of the tag body.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.RadioGroupTag
Performs processing before the tag's body is evaluated.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SimpleComponentTag
Callback before processing of the tag's body.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Performs processing before evaluation of the tag body.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
Performs processing before the evaluation of this tag's body.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
Performs processing before this tag's body is evaluated.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Performs processing before the tag's body is evaluated.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Processes this tag before the body is executed.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
Called before evaluation of the tag's body.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Performs pre-processing before the body of this tag is executed.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
Performs pre-processing before the body of this tag is evaluated.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Performs pre-processing before the body of this tag is evaluated.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
Performs tag-specific actions before the body gets executed.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
Performs some pre-processing before the tag's body is evaluated.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Performs some processing before the body gets executed.
processBeforeBody() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ShutdownHandlerTag
Performs some processing of this tag before the body is evaluated.
processCommandLine(String[]) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Hook method for processing the command line arguments.
processDependencyDefinitions() - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Evaluates the definitions of the dependency.
processingFinished(Command) - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandQueueImpl
This method is called by a worker thread if a command has been executed.
processInvokable(Invokable) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
Processes the Invokable object after its creation.
processMessages(StringBuilder, StrSubstitutor, FormValidatorResults, Form, String, Map<String, String>) - Methode in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Applies the template for the error messages to all messages available for the current field.
processSpecification(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
Processes the specified specification and creates a corresponding ElementEnabler.
ProgressBarHandler - Schnittstelle in net.sf.jguiraffe.gui.builder.components.model
A specialized component handler that represents a progress bar component.
ProgressBarTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A special input component tag that defines a progress bar.
ProgressBarTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
Creates a new instance of ProgressBarTag.
PROP_AFTER - Statische Variable in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Constant for the after property.
PROP_APPCTX - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the application context property in the config file.
PROP_BEAN_BUILDER_FACTORY - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the bean builder factory property.
PROP_BEAN_DEFS - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the bean definitions property.
PROP_BEFORE - Statische Variable in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Constant for the before property.
PROP_BUILDER_FACTORY - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the builder factory property.
PROP_BUILDER_MAIN_SCRIPT - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the builder main script property.
PROP_BUILDER_MENU_ICON - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the builder menu icon property.
PROP_BUILDER_TOOLBAR_TEXT - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the builder toolbar text property.
PROP_CASE_INSENSITIVE - Statische Variable in Klasse net.sf.jguiraffe.transform.RegexValidator
Constant for the caseInsensitive property.
PROP_CONFIG_NAME - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the system property with the resource name of the configuration file.
PROP_CONFIG_URL - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the system property with the URL to the configuration file.
PROP_DATE_FORMAT_STYLE - Statische Variable in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Constant for the date format style property.
PROP_DEFRESGROUP - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the default resource group property in the config file.
PROP_DOT_ALL - Statische Variable in Klasse net.sf.jguiraffe.transform.RegexValidator
Constant for the multiLine property.
PROP_EQUAL - Statische Variable in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Constant for the equal property.
PROP_GROUPING_USED - Statische Variable in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Constant for the grouping used property.
PROP_HEIGHT - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the height property in the config file.
PROP_LENIENT - Statische Variable in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Constant for the lenient property.
PROP_LOCALE - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the locale property in the config file.
PROP_MAXIMUM - Statische Variable in Klasse net.sf.jguiraffe.transform.NumberTransformerBase
Constant for the maximum property.
PROP_MAXIMUM_FRACTION_DIGITS - Statische Variable in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Constant for the maximum fraction digits property.
PROP_MESSAGE_LEVEL - Statische Variable in Klasse net.sf.jguiraffe.transform.DefaultValidationMessageHandler
Constant for the name of the property that defines the ValidationMessageLevel of the validation messages produced by this object.
PROP_MINIMUM - Statische Variable in Klasse net.sf.jguiraffe.transform.NumberTransformerBase
Constant for the minimum property.
PROP_MINIMUM_FRACTION_DIGITS - Statische Variable in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Constant for the minimum fraction digits property.
PROP_REFERENCE_DATE - Statische Variable in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Constant for the referenceDate property.
PROP_REGEX - Statische Variable in Klasse net.sf.jguiraffe.transform.RegexValidator
Constant for the regex property.
PROP_SHORT_EVAL - Statische Variable in Klasse net.sf.jguiraffe.transform.ChainValidator
Constant for the short evaluation property.
PROP_STYLE - Statische Variable in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Constant for the style property.
PROP_TIME_STYLE - Statische Variable in Klasse net.sf.jguiraffe.transform.DateTimeTransformer
Constant for the time style property.
PROP_USRCONF - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the storeuserconfig property in the config file.
PROP_USRCONFNAME - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the userconfigname property in the config file.
PROP_WIDTH - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the width property in the config file.
PROP_XPOS - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the xpos property in the config file.
PROP_YPOS - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the ypos property in the config file.
properties() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Returns a map with properties maintained by this context.
properties() - Methode in Schnittstelle net.sf.jguiraffe.transform.TransformerContext
Returns a map with properties.
properties() - Methode in Klasse net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
Returns a map with properties.
PropertiesBeanProvider - Klasse in net.sf.jguiraffe.di.impl.providers
A specialized BeanProvider implementation for creating a java.util.Properties object.
PropertiesBeanProvider(Collection<Dependency>, Collection<Dependency>) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.PropertiesBeanProvider
Creates a new instance of PropertiesBeanProvider and initializes it with the dependencies for keys and values.
PropertiesSupport - Schnittstelle in net.sf.jguiraffe.gui.builder.components.tags
Definition of an interface to be implemented by tags that support a properties object.
PropertiesTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag for creating a map with properties and passing it to a target tag.
PropertiesTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A specialized MapTag implementation for creating a java.util.Properties object.
PropertiesTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
 
PropertiesTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.PropertiesTag
Creates a new instance of PropertiesTag.
PropertySupport - Schnittstelle in net.sf.jguiraffe.gui.builder.components.tags
Definition of an interface to be implemented by tags that support setting of properties.
PropertyTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag for setting a property.
PropertyTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
 
providerFor(Object) - Methode in Klasse net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
Returns a bean provider for the specified bean.
providerNames() - Methode in Schnittstelle net.sf.jguiraffe.di.BeanStore
Returns a set with the names of all BeanProvider objects that are registered in this bean store.
providerNames() - Methode in Klasse net.sf.jguiraffe.di.impl.CombinedBeanStore
Returns a set with the names of all BeanProvider objects that can be queried from this CombinedBeanStore.
providerNames() - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanStore
Returns a set with the names of all contained bean providers.
providerNames() - Methode in Klasse net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
Returns a set with the names of the available bean providers.
providerNames() - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
Returns a set with the names of the existing BeanProviders.
PushButtonTag - Klasse 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() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
Creates a new instance of PushButtonTag.
pushComponentStore(ComponentStore) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Adds a new component store to this object that will replace the current store.
pushFormContext(Form) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Installs a new form context for the specified form.
pushFormContext(Form, Object) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionBuilder
Stores this object in the given Jelly context.
put(JellyContext) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Stores this instance in the specified context.
put(JellyContext) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Stores this instance in the specified context.
put(JellyContext) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Stores this instance in the specified Jelly context.
putWindow(String, Window) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Adds a result window to this data object.

Q

QUEUE_BUSY - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
A command was added to an empty queue.
QUEUE_IDLE - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
The last command contained in the queue was processed.

R

RadioButtonTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specific input component tag for creating a radio button.
RadioButtonTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.RadioButtonTag
Creates a new instance of RadioButtonTag.
RadioGroupTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag for creating a radio group.
RadioGroupTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.RadioGroupTag
 
RadioGroupWidgetHandler - Klasse in net.sf.jguiraffe.gui.builder.components
A specialized WidgetHandler implementation for radio groups.
RadioGroupWidgetHandler(Object, Collection<? extends WidgetHandler>, String) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
Creates a new instance of RadioGroupWidgetHandler that handles the given collection of radio buttons.
READ - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.TransformerTag.Type
A read transformer.
readBeanDefinition(Locator, MutableBeanStore, ClassLoaderProvider) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
A convenience method for processing a file with bean definitions.
readFields(Object) - Methode in Klasse 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>) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.forms.bind.BeanBindingStrategy
Reads a property from a model object.
readProperty(Object, String) - Methode in Klasse net.sf.jguiraffe.gui.forms.bind.DummyBindingStrategy
Reads a property from the given model object.
readProperty(Object, String) - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.BindingStrategy
Reads the value of the specified property from the given model object.
readStream(InputStream, boolean) - Statische Methode in Klasse net.sf.jguiraffe.JGuiraffeTestHelper
Reads the content of the specified input stream and provides it as byte array stream.
recalibrate(int[]) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnRecalibrator
Recalibrates the internally stored column sizes.
recalibrate(int[]) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
Recalibrates the internally stored column sizes.
RED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
Default color red.
ReferenceTag - Klasse 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() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
 
ReflectionUtils - Klasse in net.sf.jguiraffe.di
An utility class that provides some functionality related to reflection and dependency injection.
RefreshActionTask - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
The task of the refresh action.
RefreshActionTask(MainWndController) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.RefreshActionTask
Creates a new instance of RefreshActionTask and sets the main controller.
RegexValidator - Klasse in net.sf.jguiraffe.transform
A specialized Validator implementation that uses regular expressions to validate user input.
RegexValidator() - Konstruktor für Klasse net.sf.jguiraffe.transform.RegexValidator
 
registerAutoCloseListener() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Registers an internal listener that handles auto-close operations.
registerAutoCloseListener() - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
Registers an internal window listener that closes this window when the user hits the close icon in the window's title bar.
registerAutoCloseListener() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Registers a window listener that closes the underlying window if the user hits the close icon in the title bar.
registerBaseClassConverter(Converter, Class<?>) - Methode in Klasse net.sf.jguiraffe.di.ConversionHelper
Registers a converter for the given base class and all derived classes.
registerBeanCreationListeners(BeanContext, BuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Registers the BeanCreationListener objects defined by the BuilderData object at the specified BeanContext.
registerChangeListener() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Registers this object as change listener at the managed button.
registerClassLoader(String, ClassLoader) - Methode in Schnittstelle net.sf.jguiraffe.di.ClassLoaderProvider
Registers a ClassLoader under the given name.
registerClassLoader(String, ClassLoader) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
Allows to register a class loader under a symbolic name.
registerClassLoader(String, ClassLoader) - Methode in Klasse net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
Registers a class loader under a name.
registerController(Object, Window) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowControllerTag
Checks the interfaces implemented by the controller bean and performs necessary registrations.
registerConverter(Converter, Class<?>) - Methode in Klasse net.sf.jguiraffe.di.ConversionHelper
Registers a converter for the specified target class.
registerDefaultConverters(ConversionHelper) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Registers default converters at the specified ConversionHelper instance.
registerExtendedTagLibraries(JellyContext, BuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Registers the builder tag libraries at the given context.
registerListener(String, ComponentHandler<?>, FormEventManager, FormListenerType) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.event.PlatformEventManager
Registers an event listener of the given type at the specified component.
registerListener(String, ComponentHandler<?>, FormEventManager, FormListenerType) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventManager
Registers the event manager as an event listener at the specified component.
registerListener(EventListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Registers the event listener.
registerListener(EventListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.FormEventListenerTag
Registers the specified event listener.
registerListener(EventListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowListenerTag
Registers the event listener.
registerPopupMenuHandler(Object, PopupMenuHandler, ComponentBuilderData) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionManager
Registers the specified PopupMenuHandler at the given UI component.
registerPopupMenuHandler(Object, PopupMenuHandler, ComponentBuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
Registers the specified PopupMenuHandler at the given UI component.
registerPopupMenuHandler(Object, PopupMenuHandler, ComponentBuilderData) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
Associates a PopupMenuHandler with a UI component.
registerTableListener(TableTag, SwingTableComponentHandler) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Registers a specialized listener for resizing table columns if required.
registerTagLibraries(JellyContext) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
Registers the required builder tag libraries at the given context.
release(BeanBuilderResult) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BeanBuilder
Releases the specified BeanBuilderResult object.
release(BeanBuilderResult) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
Releases the specified BeanBuilderResult object.
release(BuilderData) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.Builder
Releases the specified BuilderData object.
release(BuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Frees all resources associated with the specified BuilderData object.
releaseBeanBuilderResults(Collection<BeanBuilderResult>) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Releases the results of bean builder operations that were created during initialization of this application.
removeAction(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionStore
Removes the action with the specified name from this store.
removeActionFromGroup(String, String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionStore
Removes the specified action from the given group.
removeActionListener(ActionListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Removes an action listener from this component.
removeActionListener(ActionListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
Removes the specified action listener from this event source.
removeActionListener(String, FormActionListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Removes the specified action listener for the specified component.
removeActionListener(FormActionListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Removes an action listener that is registered for all components.
removeBean(String) - Methode in Klasse net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
Removes the bean with the given name.
removeBeanContributor(SimpleBeanStoreImpl.BeanContributor) - Methode in Klasse net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
Removes the specified bean contributor from this object.
removeBeanCreationListener(BeanCreationListener) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Removes the specified BeanCreationListener from this context.
removeBeanCreationListener(BeanCreationListener) - Methode in Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Removes the specified BeanCreationListener from this context.
removeBeanCreationListener(BeanCreationListener) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Removes the specified BeanCreationListener from this context.
removeBeanProvider(String) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanStore
Removes the BeanProvider with the specified name from this bean store.
removeBeanProvider(String) - Methode in Schnittstelle net.sf.jguiraffe.di.MutableBeanStore
Removes the BeanProvider with the specified name from this bean store.
removeChangeListener(String, FormChangeListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Removes the specified change listener for the specified component.
removeChangeListener(FormChangeListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Removes a change listener that is registered for all components.
removeChangeListener(ChangeListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Removes a change listener from this component.
removeChangeListener(ChangeListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
Removes the specified change listener from this event source.
removeComponent(Object) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Removes the specified component from this layout.
removeCovariantDuplicates(List<Method>) - Statische Methode in Klasse net.sf.jguiraffe.di.ReflectionUtils
Removes duplicate methods from the specified list.
removeEventListener(String, String, EventListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Removes an arbitrary event listener from a component.
removeEventListenerFromObject(Object, String, EventListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Removes an arbitrary event listener from the specified object.
removeExpansionListener(TreeExpansionListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TreeHandler
Removes the specified expansion listener from this tree component.
removeFieldStatusListener(FormControllerFieldStatusListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Removes the specified FormControllerFieldStatusListener from this controller.
removeFocusListener(FocusListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Removes the specified focus listener from this component.
removeFocusListener(FocusListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
Removes the specified focus listener from this event source.
removeFocusListener(String, FormFocusListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Removes the specified focus listener for the specified component.
removeFocusListener(FormFocusListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Removes a focus listener that is registered for all components.
removeFormContextListener(FormContextListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Removes the specified FormContextListener from this object.
removeFormListener(FormControllerFormListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Removes the specified FormControllerFormListener from this controller.
removeGroup(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionStore
Removes the group with the specified name.
removeItem(int) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.ListComponentHandler
Removes the list item at the given index.
removeLayoutComponent(Component) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Removes the specified component from the layout manager.
removeListener(FormListenerType, String, FormEventListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Performs the actual removal of an event listener.
removeMouseListener(MouseListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Removes the specified mouse listener from the managed component.
removeMouseListener(MouseListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
Removes the specified mouse listener from this event source.
removeMouseListener(String, FormMouseListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Removes the specified mouse listener from the component with the given name.
removeMouseListener(FormMouseListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Removes a mouse listener that is registered for all components.
removeMouseListener(FormMouseListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Removes the specified mouse listener from this window.
removeMouseListener(FormMouseListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Removes a mouse listener from this window.
removeMouseListener(FormMouseListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Removes a mouse listener from this window.
removePreExpansionListener(TreePreExpansionListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TreeHandler
Removes the specified TreePreExpansionListener from this tree component.
removeQueueListener(CommandQueueListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.cmd.CommandQueue
Removes the specified event listener from this command queue.
removeQueueListener(CommandQueueListener) - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandQueueImpl
Removes the specified event listener from this queue.
removeShutdownListener(ApplicationShutdownListener) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Removes the specified shutdown listener.
removeTreeModelListener(TreeModelListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
Removes the specified event listener from this model.
removeValidationListener(FormControllerValidationListener) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Removes the specified FormControllerValidationListener from this controller.
removeWindowListener(WindowListener) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Removes a window listener for this window.
removeWindowListener(WindowListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Removes the specified window listener.
removeWindowListener(WindowListener) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Removes the specified window listener from this window.
replaceSelectedText(String) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TextHandler
Replaces the text currently selected by the specified string.
RequiredValidator - Klasse in net.sf.jguiraffe.transform
A specialized Validator implementation that checks whether data was entered in mandatory fields.
RequiredValidator() - Konstruktor für Klasse net.sf.jguiraffe.transform.RequiredValidator
 
reset() - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
Resets this builder.
reset() - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints.Builder
Resets all properties set so far.
reset() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData.Builder
Resets all properties of this builder to default values.
reset() - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationResult.Builder
Resets this builder.
resetBean() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Resets any so far created bean.
resetCurrentRow() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Resets the current row index.
resolve(BeanStore, DependencyProvider) - Methode in Schnittstelle net.sf.jguiraffe.di.Dependency
Resolves this dependency starting from the specified BeanStore.
resolve(BeanStore, DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.ClassDependency
Resolves this dependency on the specified bean store.
resolve(BeanStore, DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.NameDependency
Resolves the named dependency from the specified bean store.
resolve(BeanStore, DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
Returns the BeanProvider this Dependency refers to.
resolve(ResourceManager, Locale) - Methode in Klasse net.sf.jguiraffe.resources.Message
Resolves this message and returns its text value in the given locale.
resolveClass(ClassLoaderProvider) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
A convenience method for resolving the class specified by this data object.
resolveClassDescData(JellyContext, ClassDescData) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ValueData
Resolves the specified ClassDescData object.
resolveClassDescription(JellyContext, ClassDescription) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ValueData
Resolves the specified ClassDescription.
resolveColor(String) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper
The main method for resolving a color definition.
resolveConstantValue(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
Obtains the value of the constant field from the target class.
resolveIconHandler(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Resolves the TreeIconHandler bean.
resolveModel(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Obtains the model for the table.
resolveResourceURL(String, String) - Statische Methode in Klasse net.sf.jguiraffe.gui.app.Application
Veraltet.
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 LocatorUtils class instead.
resolveText(ApplicationContext) - Methode in Klasse net.sf.jguiraffe.gui.app.TextResource
Resolves this resource and returns its text value.
resolveTitle(ApplicationContext) - Methode in Klasse net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
Resolves the title for the dialog using the given application context.
ResourceGroup - Schnittstelle in net.sf.jguiraffe.resources
Definition of an interface for resource groups.
resourceID(ApplicationResources.Keys) - Statische Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationResources
A convenience method for generating the resource ID for the specified enumeration literal.
ResourceLoader - Schnittstelle in net.sf.jguiraffe.resources
Definition of an interface for objects that are able to load resource groups.
ResourceManager - Schnittstelle in net.sf.jguiraffe.resources
Definition of an interface for accessing resources in a generic way.
ResourceManagerImpl - Klasse in net.sf.jguiraffe.resources.impl
A default implementation of the ResourceManager interface.
ResourceManagerImpl() - Konstruktor für Klasse net.sf.jguiraffe.resources.impl.ResourceManagerImpl
Creates a new instance of ResourceManagerImpl.
ResourceManagerImpl(ResourceLoader) - Konstruktor für Klasse net.sf.jguiraffe.resources.impl.ResourceManagerImpl
Creates a new instance of ResourceManagerImpl and initializes the associated resource loader.
ResourceTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A tag for resolving resources on the class path and creating corresponding URI strings.
ResourceTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
 
RestrictedDependencyProvider - Klasse in net.sf.jguiraffe.di.impl
An implementation of the DependencyProvider interface, which does not support external dependencies.
RestrictedDependencyProvider(ClassLoaderProvider, InvocationHelper) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
Creates a new instance of RestrictedDependencyProvider and initializes it with the specified ClassLoaderProvider and the InvocationHelper.
RET_CANCEL - Statische Variable in Schnittstelle net.sf.jguiraffe.gui.builder.utils.MessageOutput
Constant for the return value CANCEL.
RET_NO - Statische Variable in Schnittstelle net.sf.jguiraffe.gui.builder.utils.MessageOutput
Constant for the return value NO.
RET_OK - Statische Variable in Schnittstelle net.sf.jguiraffe.gui.builder.utils.MessageOutput
Constant for the return value OK.
RET_YES - Statische Variable in Schnittstelle net.sf.jguiraffe.gui.builder.utils.MessageOutput
Constant for the return value YES.
RIGHT - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment
Constant for the alignment RIGHT: The icon is right to the text.
RIGHT - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.Placement
Tabs are placed at the right.
RIGHT - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The right arrow key.
RIGHT - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.layout.ButtonLayout.Alignment
The alignment right.
rowsDeleted(int, int) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TableHandler
Notifies the table that a number of rows has been deleted.
rowsInserted(int, int) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TableHandler
Notifies the table that new rows have been inserted.
rowsUpdated(int, int) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TableHandler
Notifies the table that a number of rows has been modified.
run() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.AppendTextActionTask
Executes this task.
run() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.ClearTextActionTask
Executes this task.
run() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
Executes this task.
run() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.DummyActionTask
Executes this task.
run() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.OpenDesktopTask
Executes this task.
run() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.RefreshActionTask
Executes this task.
run() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.SelectAndOpenFileTask
 
run() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
The main execute method of this application.
run() - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
Executes this task.
run() - Methode in Klasse net.sf.jguiraffe.gui.app.CommandActionTask
Executes this task.
run(FormAction, BuilderEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.ActionTask
Implements the logic behind an action.

S

save(File) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
Stores this object in the specified directory.
saveUserConfiguration() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Stores the configuration with user specific settings if there have been changes.
saveUserConfiguration(boolean) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Stores the configuration with user specific settings.
ScheduleAware - Schnittstelle in net.sf.jguiraffe.gui.cmd
Definition of an interface to be implemented by Command objects that are interested in the point of time they are passed to a CommandQueue .
ScrollSizeSupport - Schnittstelle 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) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TextHandler
Sets the selection of the text field.
selectAll() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TextHandler
Selects all text contained in the text component.
SelectAndOpenFileTask - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
A task class for selecting a file and opening it.
SelectAndOpenFileTask(FileChooserDialogService, MainWndController) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.SelectAndOpenFileTask
Creates a new instance of SelectAndOpenFileTask and initializes it with a reference to the file chooser service.
selectCurrentRow(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Tells this controller that the specified row becomes the current row.
selectSubDirectory(File) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
Selects the specified directory in the tree view.
SeparatorTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A simple tag handler class for creating a separator for menus, toolbars, and related components.
SeparatorTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.SeparatorTag
 
serialize(T) - Statische Methode in Klasse net.sf.jguiraffe.JGuiraffeTestHelper
Helper method for serializing an object.
setAccelerator(Accelerator) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionDataImpl
Sets the accelerator.
setAccelerator(Accelerator) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Allows setting an Accelerator for the represented action.
setAcceleratorDef(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Set method of the acceleratorDef attribute.
setAcceleratorRef(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Set method of the acceleratorRef attribute.
setAcceptNull(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
Sets the acceptNull flag.
setActionBuilderNamespace(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Sets the name space used for the action builder tag library.
setActionData(ActionData) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionDataImpl
Initializes this object from the specified ActionData object.
setActionManager(ActionManager) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionBuilder
Sets the action manager.
setActionManager(ActionManager) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Sets the action manager to be used by this builder.
setActionName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
Setter method for the actionName attribute.
setActionName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Setter method for the actionName attribute.
setActionStore(ActionStore) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the action store.
setActionStore(ActionStore) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Sets the application's ActionStore.
setActionStore(ActionStore) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Sets the application's ActionStore.
setActionStore(ActionStore) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionBuilder
Sets the action store.
setAdditionalTipSeparator(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
Sets the separator between the standard and the additional tool tip.
setAdditionalToolTip(Object, String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
Sets the additional tool tip for the specified component.
setAdditionalToolTip(Object, String) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ToolTipManager
Sets the additional (dynamic) tool tip for the specified component.
setAdditionalToolTip(String, String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
Sets the additional tool tip for the component with the given name.
setAdditionalToolTip(String, String) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ToolTipManager
Sets the additional (dynamic) tool tip for the component with the given name.
setAfter(boolean) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Sets the after flag.
setAfterEnabler(ElementEnabler) - Methode in Klasse net.sf.jguiraffe.gui.app.CommandActionTask
Sets the ElementEnabler that is invoked after the execution of this task.
setAlign(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
Sets the alignment.
setAlignment(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
Setter method of the alignment attribute.
setAlignment(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
Setter method of the alignment attribute.
setAlignment(TextIconAlignment) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.StaticTextData
Sets the alignment of the text and the icon.
setAlignment(TextIconAlignment) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
Sets the alignment of the text and icon.
setAlignment(TextIconAlignment) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
Sets the default TextIconAlignment.
setAlignment(TextIconAlignment) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconData
Sets the alignment of the icon relative to the text.
setAlignment(ButtonLayout.Alignment) - Methode in Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Sets the alignment of the button bar.
setAlignmentString(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconData
Sets the alignment of the icon relative to the name as string.
setAllowText(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
Set method for the allowText attribute.
setAlternativeResourceGroups(String) - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationMessageHandler
Sets the alternative resource groups.
setApplication(Application) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.DummyActionTask
 
setApplication(Application) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationClient
Sets a reference to the global Application object.
setApplication(Application) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
Sets the central Application object.
setApplication(Application) - Methode in Klasse net.sf.jguiraffe.gui.app.OpenWindowCommand
Sets the central Application instance.
setApplication(Application) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
Initializes this object with a reference to the central Application object.
setApplicationContext(ApplicationContext) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Sets the application context.
setApplicationReference(Object, Application) - Statische Methode in Klasse net.sf.jguiraffe.gui.app.Application
Tries to the set a reference to the global Application object in the target object.
setAttributes(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
Set method of the attributes attribute.
setAutoClose(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Sets the auto-close flag.
setAutoRelease(boolean) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the auto release flag.
setBackColor(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Sets the background color for this component as a string.
setBackgroundColor(Color) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
setBackgroundColor(Color) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
Sets the background color of the underlying widget.
setBackgroundColor(Color) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.WidgetHandler
Sets the background color of the underlying widget.
setBackgroundColor(FieldValidationStatus, Color) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Sets the background color for fields with the specified FieldValidationStatus.
setBaseClass(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Sets the bean's base class.
setBaseClass(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
Sets the base class.
setBeanBuilderFactory(BeanBuilderFactory) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Allows to set the BeanBuilderFactory.
setBeanBuilderResult(BeanBuilderResult) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the result object for the bean builder.
setBeanBuilderResult(BeanBuilderResult) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Sets the result of the bean builder.
setBeanClass(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Set method of the beanClass attribute.
setBeanClassDesc(ClassDescription) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Sets the class description for the managed bean.
setBeanClassLoader(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Set method of the beanClassLoader attribute.
setBeanClassName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Set method of the beanClassName attribute.
setBeanContext(BeanContext) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContextClient
Passes the current BeanContext to this object.
setBeanContext(BeanContext) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Sets the global bean context.
setBeanContext(BeanContext) - Methode in Klasse net.sf.jguiraffe.gui.app.CommandActionTask
Sets the current BeanContext.
setBeanContext(BeanContext) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Allows to set a specific BeanContext.
setBeanCreator(BeanProvider) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Sets the BeanProvider that will be used for creating the managed bean.
SetBeanProvider - Klasse in net.sf.jguiraffe.di.impl.providers
A specialized CollectionBeanProvider implementation that creates a java.util.Set bean.
SetBeanProvider(Collection<Dependency>, boolean) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.SetBeanProvider
Creates a new instance of SetBeanProvider and initializes it with the dependencies of its elements and the ordered flag.
setBeanStoreTag(BeanStoreTag) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
Sets the reference to the enclosing BeanStoreTag.
setBeanTag(BeanTag) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
Initializes the reference to the enclosing BeanTag.
setBeanTag(BeanTag) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
Initializes the reference to the enclosing BeanTag.
setBefore(boolean) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Sets the before flag.
setBeforeEnabler(ElementEnabler) - Methode in Klasse net.sf.jguiraffe.gui.app.CommandActionTask
Sets the ElementEnabler that is invoked before the execution of this task.
setBindingStrategy(BindingStrategy) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the BindingStrategy to be used by the current form.
setBold(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
Set method of the bold attribute.
setBorder(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PanelTag
Setter method of the border attribute.
setBorderref(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PanelTag
Setter method of the borderref attribute.
setBottomMargin(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Sets the bottom margin.
setBottomMargin(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
Sets the bottom margin.
setBottomMargin(NumberWithUnit) - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Sets the bottom margin.
setBottomMargin(NumberWithUnit) - Methode in Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Sets the bottom margin.
setBounds(int, int, int, int) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Allows to set the window's bounds.
setBounds(int, int, int, int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Sets all coordinates for this window.
setBtnCancelName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Sets the name of the component representing the cancel button.
setBtnOkName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Sets the name of the component representing the OK button.
setBuilder(Builder) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the Builder that processed this object.
setBuilder(Builder) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Sets a reference to the Builder that performs this builder operation.
setBuilderContext(BeanContext) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the bean context used by the builder.
setBuilderContext(BeanContext) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.BuilderData
Sets the bean context used during the builder operation.
setBuilderName(String) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets a name for the builder.
setBuilderName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Sets the name of the current builder.
setCancel(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
Set method of the cancel attribute.
setCancelButtonName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Sets the name of the cancel button for the current window.
setCancelCommand(Command) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Sets the command to be executed when the form is canceled.
setCanceledCallback(DialogCanceledCallback<?>) - Methode in Klasse net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
Sets a callback to be invoked when the dialog is canceled.
setCanceledCallback(DialogCanceledCallback<D>, D) - Methode in Klasse net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
Sets a callback to be invoked when the dialog is canceled with a context data object.
setCanShrink(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Set method of the canShrink attribute.
setCanShrink(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Sets method of the canShrink attribute.
setCanShrink(boolean) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Sets a flag whether this layout can shrink below its preferred size.
setCaseInsensitive(boolean) - Methode in Klasse net.sf.jguiraffe.transform.RegexValidator
Sets a flag whether string matches are case insensitive.
setCenter(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Setter method of the center attribute.
setChecked(boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.FormAction
Allows to set this action's checked flag.
setChecked(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
Setter method for the checked attribute.
setChecked(boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
Sets the value of the checked property.
setClassLoader(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
Set method for the classLoader attribute.
setClassLoaderName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
Sets the name of the class loader to be used.
setClassLoaderProvider(ClassLoaderProvider) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Sets the ClassLoaderProvider to be used by this context.
setClassLoaderProvider(ClassLoaderProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Sets the ClassLoaderProvider to be used by this context.
setClassLoaderProvider(ClassLoaderProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Sets the ClassLoaderProvider to be used by this bean context.
setClassLoaderProvider(ClassLoaderProvider) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Sets the ClassLoaderProvider to be used.
setClassLoaderProvider(ClassLoaderProvider) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Sets the ClassLoaderProvider.
setClassLoaderProvider(ClassLoaderProvider) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Sets the ClassLoaderProvider to be used.
setClearVariables(boolean) - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Sets the value of the clear variables flag.
setClosable(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Setter method of the closable attribute.
setCloseOnEsc(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Sets the close on escape flag.
setCol(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Setter method for the col attribute.
setColconstr(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Setter method for the colconstr attribute.
setColumnClass(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Set method for the columnClass attribute.
setColumnConstraints(int, CellConstraints) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Sets the column constraints object for the column with the given index.
setColumns(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
Setter method of the columns attribute.
setColumns(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
Setter method for the columns attributes.
setColumns(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Setter method of the columns attribute.
setColumnValue(Object, int, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Sets the value for the given column in the current row.
setCommand(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ToggleButtonTag
Setter method of the command attribute.
setCommand(Command) - Methode in Klasse net.sf.jguiraffe.gui.app.CommandActionTask
Sets the command object.
setCommandBeanName(String) - Methode in Klasse net.sf.jguiraffe.gui.app.CommandActionTask
Sets the name of the command bean.
setCommandQueue(CommandQueue) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Sets the command queue that is used for executing commands.
setCommandQueue(CommandQueue) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the CommandQueue.
setComponent(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
Sets the component of this register.
setComponent(Object) - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
Sets the underlying component.
setComponent(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
Setter method of the component attribute.
setComponentBounds(int, int, Rectangle) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Sets the bounds of the component at the specified column and row position.
setComponentBounds(Object, Rectangle) - Methode in Schnittstelle net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
Sets the bounds of a component.
setComponentBounds(Object, Rectangle) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Initializes the bounds for the specified component.
setComponentBuilderData(ComponentBuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Sets the ComponentBuilderData object.
setComponentBuilderNamespace(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Sets the name space used for the component builder tag library.
setComponentHandler(ComponentHandler<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FieldTag
Sets the component handler to be used by this tag.
setComponentHandler(ComponentHandler<?>) - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Sets the component handler.
setComponentManager(ComponentManager) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Sets the component manager.
setComponentManager(ComponentManager) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Sets the component manager to be used by this builder.
setComponentref(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.LabelTag
Setter method of the componentref attribute.
setComponentStore(ComponentStore) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormEventManager
Sets the component store to be used.
setComponentType(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Allows to explicitly set the type of the corresponding field handler object.
setComposite(AccessibleComposite) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
Sets the AccessibleComposite implementation used by this container tag.
setConfigResourceName(String) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Sets the resource name under which the configuration file can be loaded.
setConfiguration(Configuration) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Sets the global configuration object of this application.
setConfiguration(Configuration) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Sets the global configuration.
setConfigURL(String) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Sets the URL to the configuration file.
setConstr(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
Setter method for the constr attribute.
setConstraints(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Sets the constraints object for this component.
setContainer(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.CompositeImpl
Sets the container represented by this object.
setContainerLayout(Object, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ComponentManager
Defines the layout manager for a container.
setContainerLayout(Object, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
Defines the layout manager for a container.
setContainerLayout(Object, Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Sets the layout manager for the specified container.
setContainerSelector(ContainerSelector) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Sets the ContainerSelector to be used by this object.
setContent(List<FileData>) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.DirectoryData
Sets the list with the content of this directory.
setController(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Sets the controller of this window.
setConversionHelper(ConversionHelper) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanStore
Sets the ConversionHelper object to be associated with this instance.
setConversionHelper(ConversionHelper) - Methode in Klasse net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
Sets the ConversionHelper associated with this object.
setCreationBeanContext(BeanContext) - Methode in Schnittstelle net.sf.jguiraffe.di.DependencyProvider
Sets the BeanContext that is responsible for a BeanCreationEvent notification.
setCreationBeanContext(BeanContext) - Methode in Klasse net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
Sets the context that is responsible for a bean creation event.
setCurrentFile(File) - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
Allows pre-selecting a specific file.
setCurrentFilterIndex(int) - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
Sets the index of the filter to be active when the dialog is opened.
setData(Boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Sets the component's data.
setData(Object) - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
Sets data of this handler.
setData(Object) - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Sets the data for this field.
setData(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.FieldHandler
Sets the data of this field.
setData(T) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
Sets the data of this handler.
setData(T) - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ComponentHandler
Sets the data of the wrapped component.
setDateFormatStyle(int) - Methode in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Sets the style to be used for formatting dates.
setDefault(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
Set method of the default attribute.
setDefaultAlignment(CellAlignment) - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints.Builder
Sets the default CellAlignment used by this builder.
setDefaultBeanStore(BeanStore) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanContext
Sets the default bean store.
setDefaultBeanStore(BeanStore) - Methode in Klasse net.sf.jguiraffe.di.impl.BeanContextWrapper
Sets the default bean store.
setDefaultBeanStore(BeanStore) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Sets the default bean store.
setDefaultButtonName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Sets the name of the default button.
setDefaultClassLoaderName(String) - Methode in Schnittstelle net.sf.jguiraffe.di.ClassLoaderProvider
Sets the name of the default class loader.
setDefaultClassLoaderName(String) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
Sets the name of the default class loader.
setDefaultClassLoaderName(String) - Methode in Klasse net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
Sets the name of the default class loader.
setDefaultResourceGroup(Object) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the default resource group.
setDefaultResourceGroup(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Sets the default resource group.
setDefaultResourceGroup(Object) - Methode in Klasse net.sf.jguiraffe.resources.impl.ResourceManagerImpl
Sets the name of the default resource group.
setDefaultResourceGroup(Object) - Methode in Schnittstelle net.sf.jguiraffe.resources.ResourceManager
Sets the name of the default resource group.
setDefaultResourceGroup(String) - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationMessageHandler
Sets the name of the default resource group.
setDelimiter(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
Set method for the delimiter attribute.
setDependency(Dependency) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Sets the internal dependency.
setDiBuilderNameSpaceURI(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
Sets the name space URI for the DI tag library.
setDiBuilderNameSpaceURI(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilderFactory
Sets the URI for the name space of the DI builder tag library.
setDisplayName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Set method of the displayName attribute.
setDisplayName(String) - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Sets the display name.
setDisplayNamegrp(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Set method of the displayNamegrp attribute.
setDisplayNameres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Set method of the displayNameres attribute.
setDotAll(boolean) - Methode in Klasse net.sf.jguiraffe.transform.RegexValidator
Sets a flag whether the dot place holder should also match line terminators.
setDragmode(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag
Setter method of the dragmode attribute.
setDragMode(DesktopPanelTag.DragMode) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag
Sets the desktop panel's drag mode.
setDuration(int) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
 
setEastGap(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Sets the east gap.
setEastGap(NumberWithUnit) - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Sets the east gap.
setEditable(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
Setter method of the editable attribute.
setEditable(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Set method for the editable attribute.
setEditable(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Set method of the editable attribute.
setEditable(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Set method of the editable attribute.
setEditorSelectionHandler(TableSelectionHandler) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Sets the selection handler for editor components.
setEditorValidationHandler(TableEditorValidationHandler) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Sets the editor validation handler.
setElementClass(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
Set method for the elementClass attribute.
setElementClassDesc(ClassDescription) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
Sets the class description for the elements of this collection.
setElementClassLoader(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
Set method for the elementClassLoader attribute.
setElementClassName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
Set method for the elementClassName attribute.
setEnabled(boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.FormAction
Allows to set this action's enabled flag.
setEnabled(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionTag
Setter method for the enabled attribute.
setEnabled(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
Changes the enabled state of this ComponentHandler.
setEnabled(boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.ComponentHandler
Allows to set the enabled flag.
setEnabled(boolean) - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
Sets the enabled flag.
setEnabled(boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Sets the enabled flag of the managed component.
setEnabledState(ComponentBuilderData, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.ActionEnabler
Performs the change of the enabled state.
setEnabledState(ComponentBuilderData, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.ActionGroupEnabler
Performs the change of the enabled state.
setEnabledState(ComponentBuilderData, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.ChainElementEnabler
Performs the change of the enabled state.
setEnabledState(ComponentBuilderData, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.ComponentEnabler
Performs the change of the enabled state.
setEnabledState(ComponentBuilderData, boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.enablers.ElementEnabler
Changes the enabled state of the element this ElementEnabler is responsible for.
setEnabledState(ComponentBuilderData, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.InverseEnabler
Performs the change of the enabled state.
setEnabledState(ComponentBuilderData, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.enablers.NullEnabler
Changes the enabled state of the element this ElementEnabler is responsible for.
setEqual(boolean) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Sets the equal flag.
setEventFilter(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Setter method for the eventFilter attribute.
setEventManager(FormEventManager) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Allows to set an event manager.
setEventType(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.event.filter.TypeEventFilter
Sets the event type name.
setException(Throwable) - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandBase
Sets an exception that was thrown during the execution of this command.
setExitHandler(Runnable) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Sets the exit handler for this application.
setExitPromptMessageResource(Object) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
Sets the resource ID for the message of the exit prompt dialog.
setExitPromptTitleResource(Object) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
Sets the resource ID for the title of the exit prompt dialog.
setField(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
Set method of the field attribute.
setFieldErrorTemplate(String) - Methode in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Sets the template for the error messages of an input field.
setFieldFooterTemplate(String) - Methode in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Sets the template for the footer of a field.
setFieldHandlerFactory(FieldHandlerFactory) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Sets the field handler factory.
setFieldHandlerFactory(FieldHandlerFactory) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Sets the field handler factory to be used by this builder.
setFieldHeaderTemplate(String) - Methode in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Sets the template for the header of a field.
setFieldValidator(ValidatorWrapper) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Sets the field level validator.
setFieldWarningTemplate(String) - Methode in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Sets the template for the warning messages of an input field.
setFileContent(String) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
 
setFileDateFrom(Date) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
setFileDateTo(Date) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
setFileName(String) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
 
setFileTypes(String[]) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
setFilterDate(boolean) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
setFilters(List<FileExtensionFilter>) - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
Sets the filters for the file types to be displayed.
setFilters(FileExtensionFilter...) - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
Sets the filters for the file types to be displayed as var args.
setFilterSize(boolean) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
setFilterTypes(boolean) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
setFirstName(String) - Methode in Klasse net.sf.jguiraffe.PersonBean
 
setFixedWidth(int, int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
Sets the fixed width of the column with the specified index (in pixels).
setFont(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
Sets the font of this widget.
setFont(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Sets the font object for this component.
setFont(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.WidgetHandler
Sets the font of this widget.
setFontRef(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Sets the name of the font to be used by this component.
setForeColor(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Sets the foreground color of this component as string.
setForegroundColor(Color) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
setForegroundColor(Color) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
Sets the foreground color of the underlying widget.
setForegroundColor(Color) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.WidgetHandler
Sets the foreground color of the underlying widget.
setForegroundColor(FieldValidationStatus, Color) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Sets the foreground color for fields with the specified FieldValidationStatus.
setFormBean(Object) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the form bean.
setFormBean(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Sets the form bean.
setFormValidator(FormValidator) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the FormValidator for validating the current form.
setFormValidator(FormValidator) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Sets a FormValidator for the the associated form.
setFormValidator(FormValidator) - Methode in Klasse net.sf.jguiraffe.gui.forms.Form
Sets the form validator.
setFormValidator(ValidatorWrapper) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Sets the form level validator.
setGap(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
Sets the gap.
setGap(NumberWithUnit) - Methode in Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Sets the width of the gap between the buttons.
setGroup(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionTag
Setter method for the group attribute.
setGroup(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
Setter method of the group attribute.
setGroupingUsed(boolean) - Methode in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Sets the grouping used flag.
setGroups(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Setter method of the groups attribute.
setGUISynchronizer(GUISynchronizer) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Sets the GUISynchronizer object to be used by this application.
setGUISynchronizer(GUISynchronizer) - Methode in Schnittstelle net.sf.jguiraffe.gui.cmd.CommandQueue
Sets the GUISynchronizer to be used by this command queue.
setGUISynchronizer(GUISynchronizer) - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandQueueImpl
Sets the GUISynchronizer.
setHeader(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Set method for the header attribute.
setHeaderres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Set method for the headerres attribute.
setHeight(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Setter method of the height attribute.
setIcon(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionDataImpl
Sets the icon for the represented action.
setIcon(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Sets the icon for this action.
setIcon(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuTag
Sets the icon for this menu.
setIcon(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.StaticTextData
Sets the icon of the affected element.
setIcon(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.tags.IconSupport
Allows to set an icon on this component.
setIcon(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
Setter method for the icon attribute.
setIcon(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
Sets the icon.
setIcon(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
Sets the default icon for the newly created StaticTextData objects.
setIcon(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
Sets the icon for this register.
setIcon(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabTag
Allows to set an icon for this tab.
setIcon(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconData
Sets the icon object.
setIcon(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
Setter method for the icon attribute.
setIcon(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
Sets the icon.
setIcon(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Allows to set this window's icon.
setIconDirectory(Object) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
Sets the icon for directories.
setIconFile(Object) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
Sets the icon for files.
setIconHandler(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Set method of the iconHandler attribute.
setIconifiable(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Setter method of the iconifiable attribute.
setIdNo(int) - Methode in Klasse net.sf.jguiraffe.PersonBean
 
setIdx1(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
Setter method for the idx1 attribute.
setIdx2(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
Setter method for the idx2 attribute.
setIfName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
Sets the value of the ifName attribute.
setIndices(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
Setter method for the indices attribute.
setInitialDirectory(File) - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.AbstractFileChooserOptions
Allows setting the initial directory for the file chooser dialog.
setInitialDirectory(File) - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.DirectoryChooserOptions
Allows setting the initial directory for the directory chooser dialog.
setInvalidBackground(Color) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Sets the background color for invalid input fields.
setInvalidForeground(Color) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Sets the foreground color for invalid input fields.
setInvocationHelper(InvocationHelper) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the InvocationHelper.
setInvocationHelper(InvocationHelper) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.DIBuilderData
Sets the InvocationHelper to be used by this object.
setItalic(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
Set method of the italic attribute.
setKey(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.EntryTag
Sets the key of this entry.
setKeyClass(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.EntryTag
Set method for the keyClass attribute.
setKeyClass(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Sets the class of the keys of this map.
setKeyClassLoader(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.EntryTag
Set method for the keyClassLoader attribute.
setKeyClassLoader(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Specifies the class loader to be used for the resolving the key class.
setKeyClassName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.EntryTag
Set method for the keyClassName attribute.
setKeyClassName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Sets the name of the class for the keys of this map.
setKeyDependency(Dependency) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.EntryTag
Sets the dependency for the key of the map entry.
setLastName(String) - Methode in Klasse net.sf.jguiraffe.PersonBean
 
setLastValidationStatus(String, FieldValidationStatus) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Sets the last FieldValidationStatus for the specified field.
setLayout(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Sets the layout for the root container.
setLayout(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.Composite
Sets the layout object for this container.
setLayout(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.CompositeImpl
Sets the layout object for this container.
setLayout(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
Sets the layout object for this container.
setLayout(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
Sets a layout for this container.
setLayout(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Sets a layout object for this container.
setLeftMargin(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Sets the left margin.
setLeftMargin(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
Sets the left margin.
setLeftMargin(NumberWithUnit) - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Sets the left margin.
setLeftMargin(NumberWithUnit) - Methode in Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Sets the left margin.
setLenient(boolean) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Sets the lenient flag.
setListenerClass(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
Set method of the listenerClass attribute.
setListModel(ListModel) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
Sets the list model for this combo box.
setListModel(ListModel) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
Sets the list model for this combo box.
setListModel(ListModel) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.tags.ListModelSupport
Sets the ListModel.
setLocale(Locale) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Allows to set the current locale.
setLocale(Locale) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Sets the current locale.
setLocator(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.IconTag
Setter method of the locator attribute.
setLockID(Long) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanProvider
Locks or unlocks this BeanProvider.
setLockID(Long) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.FactoryBeanProvider
Sets the ID of the locking transaction.
setLockID(Long) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Sets the ID of the locking transaction.
setLockID(Long) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
Sets the lock ID of the current transaction.
setLogicValidator(ValidatorWrapper) - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Sets the validator used for validation on the logic level.
setMainWindow(Window) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Allows to set the application's main window.
setMainWindow(Window) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Allows to set the application's main window.
setMajorTicks(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Set method of the majorTicks attribute.
setMax(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Set method of the max attribute.
setMax(Integer) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
Set method for the max attribute.
setMaximizable(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Setter method of the maximizable attribute.
setMaximum(T) - Methode in Klasse net.sf.jguiraffe.transform.NumberTransformerBase
Sets the maximum value.
setMaximumFractionDigits(int) - Methode in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Sets the maximum number of fraction digits.
setMaxlength(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
Setter method of the maxlength attribute.
setMaxlength(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
Setter method for the maxlength attribute.
setMenu(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Setter method of the menu attribute.
setMenuIcon(boolean) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the menu icon flag.
setMenuIcon(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionBuilder
Sets the value of the menu icon flag.
setMessageOutput(MessageOutput) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the MessageOutput object.
setMessageOutput(MessageOutput) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Sets the message output object to be used by this application.
setMessageOutput(MessageOutput) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Sets the message output object to be used by this application.
setMessageOutput(MessageOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Sets the MessageOutput object to be used by this controller.
setMethod(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
Set method of the method attribute.
setMin(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Set method of the min attribute.
setMin(Integer) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
Set method for the min attribute.
setMinFileSize(Integer) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
setMinimum(T) - Methode in Klasse net.sf.jguiraffe.transform.NumberTransformerBase
Sets the minimum value.
setMinimumFractionDigits(int) - Methode in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Sets the minimum number of fraction digits.
setMinorTicks(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Set method of the minorTicks attribute.
setMnemonic(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
Sets a mnemonic for this register.
setMnemonic(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Setter method for the mnemonic attribute.
setMnemonic(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuTag
Setter method for the mnemonic attribute.
setMnemonic(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
Setter method of the mnemonic attribute.
setMnemonic(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabTag
Set method for the mnemonic attribute.
setMnemonic(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
Setter method of the mnemonic attribute.
setMnemonicKey(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionDataImpl
Sets the mnemonic key.
setMnemonicKey(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconData
Sets the mnemonic's key code.
setMnemonicres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Setter method for the mnemonicres attribute.
setMnemonicres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuTag
Setter method for the mnemonicres attribute.
setMnemonicres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
Setter method of the mnemonicres attribute.
setMnemonicres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabTag
Set method for the mnemonicres attribute.
setMnemonicres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
Setter method of the mnemonicres attribute.
setMnemonicResID(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconData
Sets the resource ID for the mnemonic.
setModal(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.DialogTag
Setter method for the modal attribute.
setModel(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Set method for the model attribute.
setModel(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Sets the name of the variable that serves as tree model.
setModelRef(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
Setter method of the modelRef attribute.
setModelRef(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
Setter method of the modelRef attribute.
setMulti(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
Setter method of the multi attribute.
setMultiSelection(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Set method for the multiSelection attribute.
setMultiSelection(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Set method for the multiSelection attribute.
setName(String) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanStore
Sets the name of this bean store.
setName(String) - Methode in Klasse net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
Sets the name of this bean store.
setName(String) - Methode in Schnittstelle net.sf.jguiraffe.di.MutableBeanStore
Sets the name of this bean store.
setName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionDataImpl
Sets the name of this action.
setName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Sets the name of this component.
setName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
Setter method for the name attribute.
setName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderConstraintsTag
Setter method for the name attribute.
setName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Setter method for the name attribute.
setName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
Setter method of the name attribute.
setName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
Set method of the name attribute.
setName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
Sets the name of the icon.
setName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
Set method of the name attribute.
setName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Set method of the name attribute.
setName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
Set method of the name attribute.
setName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ContextBeanTag
Set method of the name attribute.
setName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Set method of the name attribute.
setName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Sets the name of this builder.
setNoField(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Setter method for the no field attribute.
setNorthGap(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Sets the north gap.
setNorthGap(NumberWithUnit) - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Sets the north gap.
setNotVisitedInvalidBackground(Color) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Sets the background color for input fields in the state not visited, invalid.
setNotVisitedInvalidForeground(Color) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Sets the foreground color for input fields in the state not visited, invalid.
setNotVisitedWarningBackground(Color) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Sets the background color for input fields in the state not visited, warning.
setNotVisitedWarningForeground(Color) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Sets the foreground color for input fields in the state not visited, warning.
setOkCommand(Command) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Sets the value of the ordered attribute.
setOrdered(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.SetTag
Sets the value of the ordered attribute.
setOrientation(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Set method of the orientation attribute.
setOrientation(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
Set method for the orientation attribute.
setOutput(MessageOutput) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
Sets the message output object to be used for displaying message boxes.
setParameterClass(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
Set method of the parameterClass attribute.
setParameterClassLoader(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
Set method of the parameterClassLoader attribute.
setParameterClassName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
Set method of the parameterClassName attribute.
setParent(BeanStore) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanStore
Sets the parent for this bean store.
setParent(BeanStore) - Methode in Klasse net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
Sets the parent bean store.
setParent(BeanStore) - Methode in Schnittstelle net.sf.jguiraffe.di.MutableBeanStore
Sets the parent for this bean store.
setParent(ActionStore) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionStore
Sets the parent store.
setParentContext(BeanContext) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the parent bean context.
setParentName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
Set method of the parentName attribute.
setParentStoreTag(BeanStoreTag) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
Sets the reference to the enclosing BeanStoreTag.
setParentWindow(Window) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the parent window.
setParentWindow(Window) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Sets the parent window.
setParentWindow(Window) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Sets this window's parent window.
setParentWindow(Window) - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
Sets this window's parent window.
setParentWindow(Window) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Sets the window's parent.
setPercentWidth(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Set method of the percentWidth attribute.
setPlacement(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
Set method of the placement attribute.
setPlacementValue(TabbedPaneTag.Placement) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
Allows to directly specify a placement value.
setPlatformAdapter(PercentLayoutPlatformAdapter) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Sets the platform adapter for this layout manager.
setPos(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
Setter method for the pos attribute.
setProgressText(String) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.ProgressBarHandler
Sets the text of the progress bar.
setProperties(Map<String, Object>) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets additional properties for the builder operation.
setProperties(Map<String, Object>) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.tags.PropertiesSupport
Sets a map with properties.
setProperties(Map<String, Object>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
Sets properties for the created bean.
setProperty(Object, String, Object) - Methode in Klasse net.sf.jguiraffe.di.InvocationHelper
Sets a property of the given bean.
setProperty(Object, String, Object) - Statische Methode in Klasse net.sf.jguiraffe.di.ReflectionUtils
Sets the value of a property for the specified bean.
setProperty(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
Set method of the property attribute.
setProperty(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
Set method of the property attribute.
setProperty(String, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
Sets a property.
setProperty(String, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.tags.PropertySupport
Sets the specified property.
setProperty(String, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Sets a property.
SetPropertyInvocation - Klasse in net.sf.jguiraffe.di.impl
A special Invocation implementation for setting properties.
SetPropertyInvocation(String, Dependency) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.SetPropertyInvocation
Creates a new instance of SetPropertyInvocation and initializes it.
setPropertyName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Setter method for the propertyName attribute.
setPropertyName(String) - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Sets the property name of this field.
SetPropertyTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A tag handler class that creates a SetPropertyInvocation object.
SetPropertyTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
 
setReadTransformer(TransformerWrapper) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Sets the read transformer.
setReadTransformer(TransformerWrapper) - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Sets the read transformer.
setRef(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.IconTag
Setter method for the var attribute.
setRef(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
Set method of the ref attribute.
setRefClass(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Set method for the refClass attribute.
setRefClassLoader(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Set method for the refClassLoader attribute.
setRefClassName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Set method for the refClassName attribute.
setReferenceDate(String) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Sets the reference date.
setRefName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Set method of the refName attribute.
setRegex(String) - Methode in Klasse net.sf.jguiraffe.transform.RegexValidator
Sets the regular expression as a string.
setRendererSelectionHandler(TableSelectionHandler) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Sets the selection handler for renderer components.
setResgrp(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Setter method for the resgrp attribute.
setResgrp(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuTag
Setter method for the resgrp attribute.
setResgrp(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
Setter method of the resgrp attribute.
setResgrp(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
Setter method for the resgrp attribute.
setResgrp(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PanelTag
Setter method for the resgrp attribute.
setResgrp(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
Set method for the resgrp attribute.
setResgrp(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
Setter method for the resgrp attribute.
setResgrp(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Set method for the resgrp attribute.
setResgrp(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabTag
Set method for the titlegrp attribute.
setResgrp(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextData
Sets the resource group.
setResgrp(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
Setter method for the resgrp attribute.
setResgrp(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Setter method of the resgrp attribute.
setResid(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
Setter method for the resid attribute.
setResizable(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Setter method of the resizable attribute.
setResizeWeight(float) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
Setter method for the resizeWeight attribute.
setResource(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.IconTag
Setter method for the resource attribute.
setResource(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
Set method for the resource attribute.
setResourceLoader(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.IconTag
Setter method for the resourceLoader attribute.
setResourceLoader(ResourceLoader) - Methode in Klasse net.sf.jguiraffe.resources.impl.ResourceManagerImpl
Sets the ResourceLoader to use.
setResourceLoader(ResourceLoader) - Methode in Schnittstelle net.sf.jguiraffe.resources.ResourceManager
Sets the ResourceLoader for this resource manager.
setResourceManager(ResourceManager) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Sets the resource manager.
setResourceManager(ResourceManager) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Sets the resource manager.
setResult(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
Set method of the result attribute.
setResultVar(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Set method of the resultVar attribute.
setResultVariableName(String) - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Sets the name of the result variable.
setResultWindow(Window) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Sets the result window.
setRightMargin(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Sets the right margin.
setRightMargin(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
Sets the right margin.
setRightMargin(NumberWithUnit) - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Sets the right margin.
setRightMargin(NumberWithUnit) - Methode in Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Sets the right margin.
setRootContainer(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Sets the root container.
setRootVisible(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Set method of the rootVisible attribute.
setRow(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Setter method for the row attribute.
setRowconstr(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Setter method for the rowconstr attribute.
setRowConstraints(int, CellConstraints) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentLayoutBase
Sets the row constraints object for the row with the given index.
setRows(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
Setter method of the rows attribute.
setRows(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
Setter method of the rows attribute.
setSalary(double) - Methode in Klasse net.sf.jguiraffe.PersonBean
 
setScrollHeight(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
Set method of the scrollHeight attribute.
setScrollHeight(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Set method of the scrollHeight attribute.
setScrollHeight(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
Set method of the scrollHeight attribute.
setScrollHeight(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Set method of the scrollHeight attribute.
setScrollWidth(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
Set method of the scrollWidth attribute.
setScrollWidth(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Set method of the scrollWidth attribute.
setScrollWidth(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
Set method of the scrollWidth attribute.
setScrollWidth(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Set method of the scrollWidth attribute.
setSelectedIndex(int) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TableHandler
Sets the index of the selected row.
setSelectedIndices(int[]) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TableHandler
Sets the indices of the selected rows in multi selection mode.
setSelectedPath(TreeNodePath) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TreeHandler
Sets a single selected node.
setSelectionBackground(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Set method for the selectionBackground attribute.
setSelectionBackground(Color) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
setSelectionBackground(Color) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TableHandler
Sets the background color for the selection.
setSelectionForeground(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Set method for the selectionForeground attribute.
setSelectionForeground(Color) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
setSelectionForeground(Color) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TableHandler
Sets the foreground color for the selection.
setShortEvaluation(boolean) - Methode in Klasse net.sf.jguiraffe.transform.ChainValidator
Sets the shortEvaluation flag.
setShowLabels(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Set method of the showLabels attribute.
setShowTicks(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
Set method of the showTicks attribute.
setShutdownHandler(Invokable) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Sets a shutdown handler.
setShutdownMethod(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Set method for the shutdownMethod attribute.
setSingleton(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Set method of the singleton attribute.
setSize(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
Set method of the size attribute.
setSize(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
Setter method of the size attribute.
setSortColumn(Integer) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
setSortDescending(boolean) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
setSortDirectories(Integer) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
 
setSource(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
Set method of the source attribute.
setSource(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
Set method of the source attribute.
setSouthGap(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Sets the south gap.
setSouthGap(NumberWithUnit) - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Sets the south gap.
setSpanx(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Setter method for the spanx attribute.
setSpany(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Setter method for the spany attribute.
setStatic(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
Set method of the static attribute.
setStore(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
Set method of the store attribute.
setStyle(int) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Sets the style for the date to be parsed.
setSuppressWarnings(boolean) - Methode in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Sets a flag whether warning messages should be suppressed.
setSyntaxValidator(ValidatorWrapper) - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Sets the validator used for validation on the syntax level.
SetTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A specialized CollectionTag implementation for creating sets.
SetTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.SetTag
 
setTargetBean(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Set method of the targetBean attribute.
setTargetClass(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
Sets the target class of the class description.
setTargetClass(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
Set method of the targetClass attribute.
setTargetClass(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
Set method of the targetClass attribute.
setTargetClassLoader(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
Set method of the targetClassLoader attribute.
setTargetClassLoader(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
Set method of the targetClassLoader attribute.
setTargetClassName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
Sets the name of the target class for the class description.
setTargetClassName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
Set method of the targetClassName attribute.
setTargetClassName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
Set method of the targetClassName attribute.
setTargetCol(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Sets the target column.
setTargetDependency(Dependency) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
Sets the target dependency of this method invocation.
setTargetRow(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
Sets the target row.
setTask(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionDataImpl
Allows setting the task of this action.
setTask(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.FormAction
Sets the task of this action.
setTask(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionTag
Allows to directly set the task for the represented action.
setTask(Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
Sets the task of this action.
setTaskBean(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionTag
Setter method for the taskBean attribute.
setTaskBeanClass(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionTag
Setter method for the taskBeanClass attribute.
setTaskClass(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionTag
Setter method for the taskClass attribute.
setText(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionDataImpl
Sets the text of this action.
setText(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Setter method of the text attribute.
setText(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuTag
Setter method for the text attribute.
setText(String) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.StaticTextData
Sets the text of the affected element.
setText(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
Setter method of the text attribute.
setText(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PanelTag
Setter method for the text attribute.
setText(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
Set method for the text attribute.
setText(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
Setter method for the text attribute.
setText(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
Sets the text.
setText(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
Sets the default text for the newly created StaticTextData objects.
setText(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextData
Sets the text.
setText(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
Setter method for the text attribute.
setTextColor(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PanelTag
Setter method of the textColor attribute.
setTextFontRef(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PanelTag
Setter method of the textFontRef attribute.
setTextres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Setter method for the textres attribute.
setTextres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.MenuTag
Setter method for the textres attribute.
setTextres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
Setter method of the textres attribute.
setTextres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PanelTag
Setter method for the textres attribute.
setTextres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
Set method for the textres attribute.
setTextres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
Setter method for the textres attribute.
setTextres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextData
Sets the resource ID of the text.
setTextres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
Setter method for the textres attribute.
setTimeStyle(int) - Methode in Klasse net.sf.jguiraffe.transform.DateTimeTransformer
Sets the style for the time.
setTitle(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
Sets the title for this register.
setTitle(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabTag
Set method for the title attribute.
setTitle(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Setter method of the title attribute.
setTitle(String) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Sets the window's title.
setTitle(String) - Methode in Klasse net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
Allows setting a title for the dialog as string.
setTitleFont(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PanelTag
Allows to specify the font for the panel's text (the title).
setTitleres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabTag
Set method for the titleres attribute.
setTitleres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Setter method of the titleres attribute.
setTitleResource(Object) - Methode in Klasse net.sf.jguiraffe.gui.dlg.AbstractDialogOptions
Allows setting the title for the dialog as a resource ID.
setToolbarText(boolean) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the toolbar text flag.
setToolbarText(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionBuilder
Sets the value of the toolbar text flag.
setTooltip(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Setter method for the tooltip attribute.
setTooltip(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Set method of the tooltip attribute.
setTooltip(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabTag
Set method for the tooltip attribute.
setToolTip(Object, String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
Sets the tool tip for the specified component.
setToolTip(Object, String) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ToolTipManager
Sets the tool tip of the specified component.
setToolTip(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.ActionDataImpl
Sets the tool tip text of this action.
setToolTip(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
Sets the tool tip text of the underlying widget.
setToolTip(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
Sets a tool tip for this register.
setToolTip(String) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.WidgetHandler
Sets the tool tip text of the underlying widget.
setToolTip(String, String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
Sets the standard tool tip for the component with the given name.
setToolTip(String, String) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.ToolTipManager
Sets the tool tip of the component with the given name.
setToolTipManager(ToolTipManager) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Sets the ToolTipManager for this object.
setTooltipres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
Setter method for the tooltipres attribute.
setTooltipres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Set method of the tooltipres attribute.
setTooltipres(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TabTag
Set method for the tooltipres attribute.
setTooltipresgrp(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
Set method of the tooltipresgrp attribute.
setTopMargin(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Sets the top margin.
setTopMargin(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
Sets the top margin.
setTopMargin(NumberWithUnit) - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Sets the top margin.
setTopMargin(NumberWithUnit) - Methode in Klasse net.sf.jguiraffe.gui.layout.ButtonLayout
Sets the top margin.
setTransformerContext(TransformerContext) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationBuilderData
Sets the transformer context.
setTreeModel(HierarchicalConfiguration) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Sets the configuration used as tree model.
setType(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
Sets the type of the values of this list model.
setType(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
Allows to set this handler's data type.
setType(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Sets the data type for this form field.
setType(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
Setter method for the type attribute.
setType(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
Set method of the type attribute.
setTypedProperty(Class<T>, T) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationContext
Sets the value of a typed property.
setTypedProperty(Class<T>, T) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Sets the value of the given typed property.
setTypeName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Setter method for the typeName attribute.
setUnlessName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
Sets the value of the unlessName attribute.
setUpExtendedJellyContext(BuilderData, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Creates and initializes the Jelly context to be used for executing the builder script.
setUpJellyContext() - Methode in Klasse 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) - Methode in Klasse 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) - Methode in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Initializes the variables for an error message.
setUrl(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.IconTag
Setter method for the URL attribute.
setValidationErrorCaption(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Sets the title of the message box that is displayed if validation fails.
setValidationMessageBoxCaption(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Sets the caption of the message box for displaying validation error messages.
setValidationMessageFormat(FormValidationMessageFormat) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Sets the FormValidationMessageFormat object to be used by this controller.
setValidationMessageHandler(ValidationMessageHandler) - Methode in Klasse net.sf.jguiraffe.gui.app.ApplicationContextImpl
Sets the ValidationMessageHandler.
setValidationTrigger(FormValidationTrigger) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Sets the FormValidationTrigger.
setValue(int) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.ProgressBarHandler
Sets the current value of the progress bar.
setValue(Integer) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
Set method for the value attribute.
setValue(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
Setter method of the value attribute.
setValue(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
Set method of the value attribute.
setValue(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Set method for the value attribute.
setValue(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Set method for the value attribute.
setValue(Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ValueData
Set method of the value attribute.
setValue(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.di.tags.ValueSupport
Sets the value.
setValueAt(Object, int, int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Sets the value for the specified cell.
setValueClass(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Set method for the valueClass attribute.
setValueClass(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Set method for the valueClass attribute.
setValueClass(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Sets the class of the values stored in this map.
setValueClass(Class<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ValueData
Set method for the valueClass attribute.
setValueClassLoader(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Set method for the valueClassLoader attribute.
setValueClassLoader(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Set method for the valueClassLoader attribute.
setValueClassLoader(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Specifies the class loader to be used for the resolving the value class.
setValueClassLoader(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ValueData
Set method for the valueClassLoader attribute.
setValueClassName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.BeanTag
Set method for the valueClassName attribute.
setValueClassName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Set method for the valueClassName attribute.
setValueClassName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.MapTag
Sets the name of the class of the values stored in this map.
setValueClassName(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ValueData
Set method for the valueClassName attribute.
setValueRef(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
Set method of the valueRef attribute
setVar(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
Set method of the var attribute.
setVar(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
Set method of the var attribute.
setVar(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.FontTag
Set method of the var attribute.
setVar(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.IconTag
Setter method of the var attribute.
setVar(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
Set method of the var attribute.
setVar(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Set method of the var attribute.
setVar(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
Setter method for the var attribute.
setVar(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
Set method of the var attribute.
setVar(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ContextBeanTag
Set method of the var attribute.
setVar(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
Set method of the var attribute.
setVar(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
Set method for the var attribute.
setVariable(String, Object) - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Sets the value of the specified variable.
setVisible(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.RadioGroupWidgetHandler
Sets the visible flag of the wrapped widget.
setVisible(boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.WidgetHandler
Sets the visible flag of the wrapped widget.
setVisible(boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Sets the window's visible flag.
setVisible(boolean) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Sets the visible flag for this window.
setVisual(boolean) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
 
setWarningBackground(Color) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Sets the background color for input fields in the state warning.
setWarningForeground(Color) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Sets the foreground color for input fields in the state warning.
setWestGap(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
Sets the west gap.
setWestGap(NumberWithUnit) - Methode in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Sets the west gap.
setWidth(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Setter method of the width attribute.
setWidth(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Set method for the width attribute.
setWindowBuilderData(WindowBuilderData) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Sets the WindowBuilderData object.
setWindowBuilderNamespace(String) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Sets the name space used for the window builder tag library.
setWindowClosingStrategy(WindowClosingStrategy) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.Window
Sets the WindowClosingStrategy for this window.
setWindowClosingStrategy(WindowClosingStrategy) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Sets the closing strategy for this window.
setWindowClosingStrategy(WindowClosingStrategy) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Sets the window's closing strategy.
setWindowController(Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
Sets the window's controller.
setWindowController(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
Sets the window's controller.
setWindowController(Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Allows to set the window's controller.
setWindowManager(WindowManager) - Methode in Klasse net.sf.jguiraffe.gui.builder.impl.JellyBuilder
Sets the window manager to be used by this builder.
setWindowManager(WindowManager) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Sets the window manager.
setWrap(boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
Setter method of the wrap attribute.
setWriteTransformer(TransformerWrapper) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
Sets the write transformer.
setWriteTransformer(TransformerWrapper) - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Sets the write transformer.
setXpos(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Setter method for the xpos attribute.
setYpos(int) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Setter method for the ypos attribute.
SHIFT - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Modifiers
Constant representing the SHIFT modifier key.
show(Window, Object, String, int, int) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.utils.MessageOutput
Displays a message box based on the given options.
show(Window, Object, String, int, int) - Methode in Klasse net.sf.jguiraffe.gui.builder.utils.NullMessageOutput
Outputs the specified message.
show(Window, Object, String, int, int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
Displays a message box.
showChooseDirectoryDialog(DirectoryChooserOptions) - Methode in Schnittstelle net.sf.jguiraffe.gui.dlg.filechooser.FileChooserDialogService
Displays a dialog for selecting a directory.
showChooseDirectoryDialog(DirectoryChooserOptions) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.dlg.filechooser.SwingFileChooserDialogService
 
showMainWindow(Window) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Shows the application's main window.
showMenu(JPopupMenu) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
Displays the specified popup menu.
showOpenFileDialog(FileChooserOptions) - Methode in Schnittstelle net.sf.jguiraffe.gui.dlg.filechooser.FileChooserDialogService
Displays a dialog for selecting a single file to be opened.
showOpenFileDialog(FileChooserOptions) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.dlg.filechooser.SwingFileChooserDialogService
 
showOpenMultiFileDialog(MultiFileChooserOptions) - Methode in Schnittstelle net.sf.jguiraffe.gui.dlg.filechooser.FileChooserDialogService
Displays a dialog for selecting multiple files to be opened.
showOpenMultiFileDialog(MultiFileChooserOptions) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.dlg.filechooser.SwingFileChooserDialogService
 
showPane(JOptionPane, JDialog) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
Displays the given option pane.
showSaveFileDialog(FileChooserOptions) - Methode in Schnittstelle net.sf.jguiraffe.gui.dlg.filechooser.FileChooserDialogService
Displays a dialog for selecting a file for a save operation.
showSaveFileDialog(FileChooserOptions) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.dlg.filechooser.SwingFileChooserDialogService
 
shutdown() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Shuts down this application unconditionally.
shutdown(boolean) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Shuts down this application unconditionally, optionally without asking shutdown listeners for permission.
shutdown(boolean) - Methode in Schnittstelle net.sf.jguiraffe.gui.cmd.CommandQueue
Initiates the shutdown sequence.
shutdown(boolean) - Methode in Klasse net.sf.jguiraffe.gui.cmd.CommandQueueImpl
Shuts down this command queue.
shutdown(Object, Object) - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Shuts down this application.
shutdown(DependencyProvider) - Methode in Schnittstelle net.sf.jguiraffe.di.BeanProvider
Notifies this BeanProvider that it (and the bean(s) created by it) is no longer needed.
shutdown(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Notifies this BeanProvider that it is no longer needed.
shutdown(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
Shuts down this BeanProvider.
shutdown(DependencyProvider) - Methode in Klasse net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
Tells this provider that it is no more needed.
shutdown(Application) - Methode in Schnittstelle net.sf.jguiraffe.gui.app.ApplicationShutdownListener
Notifies this listener that the associated application terminates now.
ShutdownHandlerTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A tag handler class that defines a shutdown script for a BeanProvider .
ShutdownHandlerTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.ShutdownHandlerTag
 
SimpleBeanProvider - Klasse in net.sf.jguiraffe.di.impl.providers
A base class for simple bean providers.
SimpleBeanProvider() - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
 
SimpleBeanStoreImpl - Klasse in net.sf.jguiraffe.di.impl
A helper class that simplifies implementations of the BeanStore interface.
SimpleBeanStoreImpl() - Konstruktor für Klasse net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
Creates a new instance of SimpleBeanStoreImpl.
SimpleBeanStoreImpl(String, BeanStore) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
Creates a new instance of SimpleBeanStoreImpl and sets the name and the reference to the parent.
SimpleBeanStoreImpl.BeanContributor - Schnittstelle in net.sf.jguiraffe.di.impl
Definition of an interface for objects that can contribute beans for a SimpleBeanStoreImpl object.
SimpleComponentTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
An abstract base class for tags that create simple GUI components.
SimpleComponentTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.SimpleComponentTag
 
SimplePopupMenuHandler - Klasse 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<?>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
Creates a new instance of SimplePopupMenuHandler and initializes it with the content of the menu.
SingletonBeanProvider - Klasse in net.sf.jguiraffe.di.impl.providers
A specialized life-cycle supporting BeanProvider implementation for creating singleton beans.
SingletonBeanProvider(BeanProvider) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
Creates a new instance of SingletonBeanProvider and initializes it with the bean provider for creating a bean instance.
SingletonBeanProvider(BeanProvider, Invokable) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
Creates a new instance of SingletonBeanProvider and initializes it with the bean provider for creating a bean instance and the invocation object for performing initialization.
SingletonBeanProvider(BeanProvider, Invokable, Invokable) - Konstruktor für Klasse net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
Creates a new instance of SingletonBeanProvider and initializes it with the bean provider for creating a bean instance and Invokable objects for initializing and releasing the bean managed by this provider.
size() - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Returns the number of Invokable objects contained in this chain.
size() - Methode in Klasse net.sf.jguiraffe.di.impl.CombinedBeanStore
Returns the number of child BeanStore objects stored in this combined store.
size() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
Returns the size of this model.
size() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
Returns the size of this model.
size() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.ListModel
Returns the number of entries in this model.
size() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
Returns the length of this path.
size() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
Returns this model's size.
size() - Methode in Klasse net.sf.jguiraffe.transform.ChainValidator
Returns the number of child validators.
SliderTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specialized input component tag that defines a slider component.
SliderTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.SliderTag
 
SOUTH - Statische Variable in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Constant for the layout constraints South.
SPACE - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The space key.
span(int, int) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData.Builder
Initializes the number of columns and rows occupied by the component association with the PercentData instance to be created.
spanX(int) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData.Builder
Initializes the number of columns occupied by the component associated with the PercentData instance to be created.
spanY(int) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData.Builder
Initializes the number of rows occupied by the component associated with the PercentData instance to be created.
SplitterTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag for implementing a splitter component.
SplitterTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
 
START - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.layout.CellAlignment
The alignment start.
startup(Application, String[]) - Statische Methode in Klasse net.sf.jguiraffe.gui.app.Application
Starts an application.
StaticTextData - Schnittstelle in net.sf.jguiraffe.gui.builder.components.model
Definition of an interface for describing the properties of a static text element.
StaticTextDataImpl - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A default implementation of the StaticTextData interface.
StaticTextDataImpl() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
Creates a new instance of StaticTextDataImpl.
StaticTextDataTransformer - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A special implementation of the Transformer interface for converting data to StaticTextData objects.
StaticTextDataTransformer() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
 
StaticTextHandler - Schnittstelle in net.sf.jguiraffe.gui.builder.components.model
Definition of an interface for a handler that represents a static text component.
StaticTextTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag handler class for creating a static text component.
StaticTextTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextTag
Creates a new instance of StaticTextTag.
store(BeanProvider) - Methode in Klasse net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
Stores the newly created BeanProvider in the correct bean store.
storeComponent(String, Object) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Stores the specified component in the current ComponentStore.
storeComponentHandler(String, ComponentHandler<?>) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Stores the given component handler in the current ComponentStore.
storeFieldHandler(String, FieldHandler) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
Stores the specified field handler.
storeGroup(JellyContext, String, ComponentGroup) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.components.ComponentGroup
Stores a component group in the jelly context under a given name.
STRING - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
The column class String.
subMenuBuilder(ActionData) - Methode in Klasse net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
Returns a builder for creating a sub menu.
subMenuBuilder(ActionData) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.action.PopupMenuBuilder
Returns a builder for creating a sub menu.
SwingActionManager - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.action
The Swing specific implementation of the ActionManager interface.
SwingActionManager() - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
 
SwingButtonHandler - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.components
A specific Swing component handler implementation that deals with several kinds of button like components.
SwingButtonHandler(AbstractButton) - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Creates a new instance of SwingButtonHandler.
SwingComponentManager - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.components
The Swing specific implementation of the ComponentManager interface.
SwingComponentManager() - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
Creates a new instance of SwingComponentManager.
SwingConfigurationTreeModel - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.components
A specialized implementation of TreeModel that obtains its data from a Configuration object.
SwingConfigurationTreeModel(HierarchicalConfiguration) - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
Creates a new instance of SwingConfigurationTreeModel and initializes it with the given HierarchicalConfiguration object.
SwingEventAdapter - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.event
The base class for Swing event adapters.
SwingEventAdapter(FormEventListener, ComponentHandler<?>, String) - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
Creates a new instance of SwingEventAdapter that serves a specific event listener.
SwingEventAdapter(FormEventManager, ComponentHandler<?>, String) - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
Creates a new instance of SwingEventAdapter that uses the FormEventManager to broadcast events.
SwingEventConstantMapper - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.event
An utility class for converting Swing-specific constants related to events to the toolkit-independent constants used by the JGUIraffe library.
SwingEventManager - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.event
Swing specific implementation of the PlatformEventManager interface.
SwingEventManager() - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventManager
Creates a new instance of SwingEventManager.
SwingEventSource - Schnittstelle in net.sf.jguiraffe.gui.platform.swing.builder.event
Definition of an interface for registering and unregistering Swing event listeners.
SwingFileChooserDialogService - Klasse in net.sf.jguiraffe.gui.platform.swing.dlg.filechooser
The Swing-specific implementation of the file chooser dialog service.
SwingFileChooserDialogService(ApplicationContext) - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.dlg.filechooser.SwingFileChooserDialogService
Creates a new instance of SwingFileChooserDialogService and initializes it with the given application context.
SwingFileChooserDialogServiceFactory - Klasse in net.sf.jguiraffe.gui.platform.swing.dlg.filechooser
The dialog service factory provided by Swing to create instances of the FileChooserDialogService.
SwingFileChooserDialogServiceFactory() - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.dlg.filechooser.SwingFileChooserDialogServiceFactory
 
SwingFormAction - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.action
A Swing specific implementation of the FormAction interface.
SwingFormAction(String, Object) - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
Creates a new instance of SwingFormAction and initializes it.
SwingGUISynchronizer - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.utils
The Swing specific implementation of the GUISynchronizer interface.
SwingGUISynchronizer() - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingGUISynchronizer
 
SwingMessageOutput - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.utils
A Swing specific implementation of the MessageOutput interface.
SwingMessageOutput() - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
Creates a new instance of SwingMessageOutput and sets a default maximum line length.
SwingMessageOutput(int) - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
Creates a new instance of SwingMessageOutput with the specified maximum message line length.
SwingPercentLayoutAdapter - Klasse in net.sf.jguiraffe.gui.platform.swing.layout
Implementation of a Swing-specific adapter class for the percent layout manager.
SwingPercentLayoutAdapter(PercentLayoutBase) - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
Creates a new instance of SwingPercentLayouAdaptert and sets the associated percent layout.
SwingPopupMenuBuilder - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.action
A specialized implementation of the PopupMenuBuilder interface for constructing Swing popup menus.
SwingPopupMenuBuilder(MouseEvent) - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
Veraltet.
Use the constructor which expects information about an ActionManager; this constructor only creates a partly initialized object.
SwingPopupMenuBuilder(ActionManager, ActionBuilder, MouseEvent) - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
Creates a new instance of SwingPopupMenuBuilder and initializes it with information about the action manager to be delegated to and the mouse event that triggered the invocation of this builder.
SwingSizeHandler - Klasse in net.sf.jguiraffe.gui.platform.swing.layout
Swing specific implementation of the SizeHandler interface.
SwingSizeHandler() - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.layout.SwingSizeHandler
Creates a new instance of SwingSizeHandler.
SwingTableColumnWidthListener - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.components.table
A specialized event listener class for keeping track of and resizing the columns of a table.
SwingTableColumnWidthListener(JTable, TableColumnWidthController) - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
Creates a new instance of SwingTableColumnWidthListener and initializes it.
SwingTableEditorValidationHandler - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.components.table
Veraltet.
The functionality provided by this class was not Swing-specific, but could be used for other UI tool kits as well. Therefore, it has been extracted into the new DefaultTableEditorValidationHandler class; this class should be used instead.
SwingTableEditorValidationHandler() - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableEditorValidationHandler
Veraltet.
 
SwingTableModel - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.components.table
A table model implementation for tables defined by the TableTag tag handler class.
SwingTableModel(TableTag, JTable) - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Creates a new instance of SwingTableModel and initializes it.
SwingTableRowHeightUpdater - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.components.table
A helper class for setting the correct row heights for a Swing table.
SwingTableRowHeightUpdater() - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableRowHeightUpdater
 
SwingTableSelectionHandler - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.components.table
A Swing-specific default implementation of the TableSelectionHandler interface.
SwingTableSelectionHandler() - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableSelectionHandler
 
SwingWindow - Schnittstelle in net.sf.jguiraffe.gui.platform.swing.builder.window
Definition of an extended window interface implemented by Swing window implementations.
SwingWindowManager - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.window
The Swing specific implementation of the WindowManager interface.
SwingWindowManager() - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
 
syncInvoke(Runnable) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.utils.GUISynchronizer
Invokes the given runnable object synchronously on the event dispatch thread.
syncInvoke(Runnable) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingGUISynchronizer
Invokes the given runnable synchronously on the event dispatch thread.
SYNTAX - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.forms.ValidationPhase
The validation phase "field".

T

TAB - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The tab key.
TabbedPaneTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specialized tag handler implementation for creating a tabbed pane.
TabbedPaneTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
Creates a new instance of TabbedPaneTag.
TabbedPaneTag.Placement - Enum-Klasse in net.sf.jguiraffe.gui.builder.components.tags
An enumeration class that defines the valid values for the placement attribute.
TabbedPaneTag.TabData - Klasse 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() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
 
TableChangeListener - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
An event listener for change events fired by the table with the directory content.
TableChangeListener(MainWndController) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.TableChangeListener
Creates a new instance of TableChangeListener and initializes it with the reference to the main controller.
TableColumnRecalibrator - Schnittstelle 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 - Klasse in net.sf.jguiraffe.gui.builder.components.tags.table
A tag handler class for defining columns of a table component.
TableColumnTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
Creates a new instance of TableColumnTag.
TableColumnWidthCalculator - Schnittstelle 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 - Klasse 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() - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TableHandler
Notifies the table about an unspecific change in the data of its model.
TableEditorValidationHandler - Schnittstelle 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 - Klasse in net.sf.jguiraffe.gui.builder.components.tags.table
A tag handler class for defining the TableEditorValidationHandler to be used for a table component.
TableEditorValidationHandlerTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableEditorValidationHandlerTag
Creates a new instance of TableEditorValidationHandlerTag.
TableFormController - Klasse in net.sf.jguiraffe.gui.builder.components.tags.table
A helper class for dealing with Form objects related to table components.
TableFormController(TableTag) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Creates a new instance of TableFormController and initializes it from the passed in TableTag.
TableHandler - Schnittstelle in net.sf.jguiraffe.gui.builder.components.model
A specialized ComponentHandler interface dealing with specific functionality provided by tables.
TablePopupHandler - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
A PopupMenuHandler implementation for creating the popup menu of the directory table.
TablePopupHandler() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.TablePopupHandler
 
TableSelectionHandler - Schnittstelle 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 - Klasse in net.sf.jguiraffe.gui.builder.components.tags.table
A tag handler class for defining selection handlers for a table component.
TableSelectionHandlerTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableSelectionHandlerTag
Creates a new instance of TableSelectionHandlerTag.
TableTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags.table
A tag that creates a table component.
TableTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
Creates a new instance of TableTag.
TabTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag handler class for creating register tab pages of a tabbed pane.
TabTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.TabTag
Creates a new instance of TabTag.
testTrivialEquals(Object) - Statische Methode in Klasse net.sf.jguiraffe.JGuiraffeTestHelper
Helper method for performing some trivial checks of the equals() method of an object.
TextAreaTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specific component tag that constructs a text area component.
TextAreaTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
 
TextData - Klasse 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) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.TextData
Creates a new instance of TextData and initializes it with the given tag.
TextFieldTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specific input component tag that constructs a text field component.
TextFieldTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
 
TextHandler - Schnittstelle in net.sf.jguiraffe.gui.builder.components.model
A specialized ComponentHandler implementation for text components.
TextIconAlignment - Enum-Klasse 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 - Klasse 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) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconData
Creates an instance of TextIconData and associates it with the specified tag.
TextIconTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A base class for simple components that support a display text and an icon.
TextIconTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
Creates a new instance of TextIconTag.
TextListModel() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
Creates a new instance of TextListModel.
TextListModelTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag handler class that creates a text based ListModel.
TextListModelTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
 
TextListModelTag.TextListModel - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A simple implementation of the ListModel interface that maintains a list of display texts and a list with the corresponding values.
TextResource - Klasse in net.sf.jguiraffe.gui.app
A class representing a textual resource.
TimeTransformer - Klasse in net.sf.jguiraffe.transform
A specialized transformer that transforms strings into date objects, taking only the time portion into account.
TimeTransformer() - Konstruktor für Klasse net.sf.jguiraffe.transform.TimeTransformer
 
toDisplay(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.EditableComboBoxModel
Transforms a value object to a display object.
ToggleButtonTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A specific tag handler class for creating toggle buttons.
ToggleButtonTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ToggleButtonTag
 
ToolbarTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A specialized tag handler class for creating a toolbar component.
ToolbarTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.ToolbarTag
 
ToolButtonTag - Klasse in net.sf.jguiraffe.gui.builder.action.tags
A specific tag handler class for creating toolbar buttons.
ToolButtonTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.action.tags.ToolButtonTag
 
ToolTipFieldMarker - Klasse in net.sf.jguiraffe.gui.builder.window.ctrl
A specialized FormControllerValidationListener implementation that is able to adapt the tool tips of input elements for which validation messages are available.
ToolTipFieldMarker(FormValidationMessageFormat) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ToolTipFieldMarker
Creates a new instance of ToolTipFieldMarker and initializes it with the given FormValidationMessageFormat object.
ToolTipManager - Schnittstelle in net.sf.jguiraffe.gui.builder.components
Definition of an interface for a component that manages the tool tips of UI elements.
TOP - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.Placement
Tabs are placed at the top.
toPixel(double, UnitSizeHandler, Object, boolean) - Methode in Enum-Klasse net.sf.jguiraffe.gui.layout.Unit
Converts the specified value from this unit into pixels.
toPixel(UnitSizeHandler, Object, boolean) - Methode in Klasse net.sf.jguiraffe.gui.layout.NumberWithUnit
Converts this number into a pixel value.
toSpecificationString() - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints
Returns a string specification for this CellConstraints object.
toString() - Methode in Klasse net.sf.jguiraffe.di.impl.ChainedInvocation
Returns a string representation for this object.
toString() - Methode in Klasse net.sf.jguiraffe.di.impl.ClassDependency
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.di.impl.ClassDescription
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.di.impl.CombinedBeanStore
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanStore
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.di.impl.Invocation
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.di.impl.NameDependency
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.di.impl.NullInvocation
Veraltet.
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
Returns a string representation for this object.
toString() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.DirectoryData
Returns a string representation for this object.
toString() - Methode in Klasse net.sf.jguiraffe.examples.tutorial.model.FileData
Returns a string representation for this object.
toString() - Methode in Klasse net.sf.jguiraffe.gui.app.TextResource
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.gui.builder.action.Accelerator
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.Color
Returns a String representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
Returns a string representation for this object.
toString() - Methode in Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.gui.dlg.filechooser.FileExtensionFilter
 
toString() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
Returns a string representation for this object.
toString() - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints
Returns a string representation of this constraints object.
toString() - Methode in Klasse net.sf.jguiraffe.gui.layout.CellGroup
Creates a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.gui.layout.NumberWithUnit
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.locators.ByteArrayLocator
Returns a string representation for this object.
toString() - Methode in Klasse net.sf.jguiraffe.locators.ClassPathLocator
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.locators.FileLocator
Returns a string representation for this object.
toString() - Methode in Klasse net.sf.jguiraffe.locators.URLLocator
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.resources.Message
Returns a string representation of this object.
toString() - Methode in Klasse net.sf.jguiraffe.transform.DefaultValidationResult
Returns a string representation for this object.
ToStringTransformer - Klasse in net.sf.jguiraffe.transform
A generic Transformer implementation that transforms arbitrary objects into formatted strings.
ToStringTransformer() - Konstruktor für Klasse net.sf.jguiraffe.transform.ToStringTransformer
Creates a new instance of ToStringTransformer.
toUnitString() - Methode in Klasse net.sf.jguiraffe.gui.layout.NumberWithUnit
Returns a string representation for the stored value and the unit.
toValue(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.EditableComboBoxModel
Transforms a display object to a value object.
toWindow(Object) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowUtils
Tries to cast the specified object into a Window.
toWindowEx(Object) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowUtils
Tries to cast the specified object into a Window.
transform(Object) - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultTransformerWrapper
Invokes the transformer.
transform(Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.TransformerWrapper
Invokes the wrapped transformer for transforming the passed in object.
transform(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.FileSizeTransformer
Performs the transformation.
transform(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
The main method of the Transformer interface.
transform(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Transforms the specified object.
transform(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.DummyTransformer
Transforms the passed in object.
transform(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.NumberTransformerBase
Transforms the specified object to the target format.
transform(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Transforms the specified object.
transform(Object, TransformerContext) - Methode in Schnittstelle net.sf.jguiraffe.transform.Transformer
The main method of the Transformer interface.
transformDate(String, DateFormat) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Parses the specified date string.
transformDate(Date, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Transforms a date object.
transformDecimalNumber(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Transforms a decimal number object.
Transformer - Schnittstelle in net.sf.jguiraffe.transform
Definition of the Transformer interface.
TransformerBaseTag<T> - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A base class for tags that create transformers or validators.
TransformerBaseTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
Creates a new instance of TransformerBaseTag.
TransformerBaseTag(Class<?>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
Creates a new instance of TransformerBaseTag and sets the default class.
TransformerContext - Schnittstelle in net.sf.jguiraffe.transform
Definition of an interface for accessing data needed by transformers.
TransformerContextPropertiesWrapper - Klasse in net.sf.jguiraffe.transform
A specialized implementation of the TransformerContext interface that allows wrapping an existing context and extending its properties.
TransformerContextPropertiesWrapper(TransformerContext, Map<String, Object>) - Konstruktor für Klasse net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
Creates a new instance of TransformerContextPropertiesWrapper and initializes it.
TransformerTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag handler class for creating Transformer objects and passing them to input component tags.
TransformerTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.TransformerTag
Creates a new instance of TransformerTag.
TransformerTag.Type - Enum-Klasse in net.sf.jguiraffe.gui.builder.components.tags
An enumeration for the possible types of a transformer.
TransformerWrapper - Schnittstelle in net.sf.jguiraffe.gui.forms
Definition of an interface for objects that wrap a transformer.
transformIntegerNumber(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Transforms an integer number object.
transformNull(TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Transforms a null object.
transformObject(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.ToStringTransformer
Transforms an arbitrary object.
transformSqlDate(String) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Transforms a date in string form to a date object.
transformToDate(Object, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Performs a transformation to a date object.
transformToNumber(Object, TransformerContext, NumberFormat) - Methode in Klasse net.sf.jguiraffe.transform.NumberTransformerBase
Transforms the given object into a number.
transformToString(Date, TransformerContext) - Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Performs a transformation from a date to string.
TreeChangeListener - Klasse in net.sf.jguiraffe.examples.tutorial.mainwnd
An event listener for change events fired by the tree view.
TreeChangeListener(MainWndController) - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.mainwnd.TreeChangeListener
Creates a new instance of TreeChangeListener and initializes it with its dependencies.
TreeConfigurationChangeHandler - Klasse 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) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.model.TreeConfigurationChangeHandler
Creates a new instance of TreeConfigurationChangeHandler and initializes it with the given HierarchicalConfiguration and the change listener.
TreeExpandVetoException - Ausnahmeklasse 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) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.components.model.TreeExpandVetoException
Creates a new instance of TreeExpandVetoException and initializes it with the causing event and a message.
TreeExpansionEvent - Klasse 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) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
Creates a new instance of TreeExpansionEvent and initializes it.
TreeExpansionEvent.Type - Enum-Klasse in net.sf.jguiraffe.gui.builder.components.model
An enumeration class defining the different types of a TreeExpansionEvent.
TreeExpansionListener - Schnittstelle 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 - Schnittstelle in net.sf.jguiraffe.gui.builder.components.model
A specialized ComponentHandler interface for dealing with tree components.
TreeIconHandler - Schnittstelle in net.sf.jguiraffe.gui.builder.components.tags
Definition of an interface for components that determine the icons displayed by a tree component.
TreeIconTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag for defining icons for tree components.
TreeIconTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
 
treeModelChanged(ConfigurationNode) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.model.TreeModelChangeListener
Notifies this object that a change of the model configuration was detected.
treeModelChanged(ConfigurationNode) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
The configuration serving as tree model was changed in the sub tree referenced by the passed in node.
TreeModelChangeListener - Schnittstelle 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 - Klasse in net.sf.jguiraffe.gui.builder.components.model
A class that represents a path in a tree component.
TreeNodePath(Collection<ConfigurationNode>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
Creates a new instance of TreeNodePath and initializes it with the nodes comprising the path.
TreeNodePath(ConfigurationNode) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
Creates a new instance of TreeNodePath and initializes it with the target node.
TreePreExpansionListener - Schnittstelle 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 - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag that creates a tree component.
TreeTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.TreeTag
Creates a new instance of TreeTag.
TypeEventFilter - Klasse in net.sf.jguiraffe.gui.builder.event.filter
A specialized EventFilter implementation that filters by an event type.
TypeEventFilter() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.filter.TypeEventFilter
Creates a new instance of TypeEventFilter.
TypeEventFilter(String) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.event.filter.TypeEventFilter
Creates a new instance of TypeEventFilter and sets the name of the event type to be filtered.

U

UNDEFINED - Statische Variable in Klasse net.sf.jguiraffe.gui.app.TextResource
Constant for an undefined text resource.
UNDEFINED - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.components.Color
Constant for an undefined color.
UNDEFINED - Statische Variable in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowData
Constant for an undefined coordinate or size information.
UniqueFileNameValidator - Klasse in net.sf.jguiraffe.examples.tutorial.createfile
A specialized Validator implementations for checking whether the name entered for a new file does not exist in the current directory.
UniqueFileNameValidator() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.createfile.UniqueFileNameValidator
 
Unit - Enum-Klasse in net.sf.jguiraffe.gui.layout
An enumeration class for defining units.
UnitSizeHandler - Schnittstelle in net.sf.jguiraffe.gui.layout
Definition of an interface for performing size calculations in a manner independent of a certain component model.
unregisterChangeListener() - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
Unregisters this object as change listener at the managed button.
unregisterListener(String, ComponentHandler<?>, FormEventManager, FormListenerType) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.event.PlatformEventManager
Removes an event listener of the given type from the specified component.
unregisterListener(String, ComponentHandler<?>, FormEventManager, FormListenerType) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventManager
Unregisters the event listener from the specified component.
UP - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
The up arrow key.
updateDatePart(Date, Date) - Statische Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Writes the given date part into the specified date object.
updateField(FormController, String, FormValidatorResults, boolean) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
Updates the colors for the given field.
updateRowHeights(JTable) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableRowHeightUpdater
Updates the heights of all rows in the specified table.
updateRowHeights(JTable, int, int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableRowHeightUpdater
Updates the heights of all rows of the specified table in the given range.
updateTimePart(Date, Date) - Statische Methode in Klasse net.sf.jguiraffe.transform.DateTransformerBase
Writes the given time part into the specified date object.
updateUserConfiguration() - Methode in Klasse net.sf.jguiraffe.gui.app.Application
Updates the user configuration.
URLLocator - Klasse in net.sf.jguiraffe.locators
A specialized Locator implementation that operates on URLs.
UseBeanBaseTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag handler base class for tags that deal with the creation of service beans.
UseBeanBaseTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Creates a new instance of UseBeanBaseTag.
UseBeanBaseTag(Class<?>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Creates an instance of UseBeanBaseTag and sets the default class for newly created beans.
UseBeanBaseTag(Class<?>, Class<?>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
Creates an instance of UseBeanBaseTag and sets the default class for newly created beans and the base class for new beans as well.
useExistingBean(XMLOutput) - Methode in Klasse 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 - Statische Variable in Klasse net.sf.jguiraffe.gui.app.Application
Constant for the name of the user configuration.

V

VALID - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
The field is valid (and has already been visited).
VALID - Statische Variable in Klasse net.sf.jguiraffe.transform.DefaultValidationResult
Constant for a validation result object for a successful validation.
validate() - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Performs a validation of the associated form.
validate(Object) - Methode in Klasse net.sf.jguiraffe.gui.forms.Form
Validates this form and writes its content into the specified model object if validation is successful.
validate(ValidationPhase) - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Performs validation for the specified phase and returns the results.
validate(ValidationPhase) - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.FieldHandler
Validates this field either at the field or the form level.
validateAndDisplayMessages() - Methode in Klasse 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(int) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
Validates the column with the specified index.
validateColumn(Object, int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
Validates a column in the current row.
validateFieldData(Object) - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Performs a form level validation of this field.
validateFieldLevel() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Performs validation on the field level.
validateFields() - Methode in Klasse net.sf.jguiraffe.gui.forms.Form
Validates the fields of this form.
validateFields(Set<String>) - Methode in Klasse net.sf.jguiraffe.gui.forms.Form
Validates a sub set of the fields of this form.
validateForm(Object) - Methode in Klasse net.sf.jguiraffe.gui.forms.Form
Validates the whole form using the FormValidator.
validateFormLevel() - Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFieldHandler
Performs validation on the form level.
validateTag() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
Validates the attributes of this tag.
validateTag() - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.StaticTextTag
Performs a validation for this tag.
ValidationMessage - Schnittstelle in net.sf.jguiraffe.transform
Definition of an interface describing a validation message.
ValidationMessageConstants - Klasse in net.sf.jguiraffe.transform
This class defines constants for the keys of validation messages.
ValidationMessageHandler - Schnittstelle in net.sf.jguiraffe.transform
Definition of an interface for a central instance that manages validation messages.
ValidationMessageLevel - Enum-Klasse in net.sf.jguiraffe.transform
An enumeration class that defines possible levels for validation messages.
validationPerformed(Object, Form, TableTag, FormValidatorResults, int, int) - Methode in Klasse net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
Reacts on a validation.
validationPerformed(Object, Form, TableTag, FormValidatorResults, int, int) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.components.tags.table.TableEditorValidationHandler
Validation has been performed for a column editor of a table.
validationPerformed(FormControllerValidationEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
A validation operation was performed by the FormController.
validationPerformed(FormControllerValidationEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerValidationListener
Notifies this event listener that a validation operation was performed.
validationPerformed(FormControllerValidationEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.ToolTipFieldMarker
A validation operation has been performed.
ValidationPhase - Enum-Klasse in net.sf.jguiraffe.gui.forms
An enumeration class that describes the different validation phases.
ValidationResult - Schnittstelle in net.sf.jguiraffe.transform
An interface that defines the results of a validation process.
Validator - Schnittstelle in net.sf.jguiraffe.transform
Definition of a validator interface.
ValidatorBaseTag<T> - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A base class for tag handler implementations that create validators for input components.
ValidatorBaseTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag
Creates a new instance of ValidatorTag.
ValidatorBaseTag(Class<?>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag
Creates a new instance of ValidatorTag and sets the default class.
ValidatorsTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag handler class for combining multiple validators to be assigned to an input component.
ValidatorsTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ValidatorsTag
Creates a new instance of ValidatorsTag.
ValidatorTag - Klasse in net.sf.jguiraffe.gui.builder.components.tags
A tag handler class for creating
Ungültige Referenz
Validator
objects and associating them with input components.
ValidatorTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.components.tags.ValidatorTag
 
ValidatorWrapper - Schnittstelle in net.sf.jguiraffe.gui.forms
Definition of an interface for objects that wrap a Validator.
validResultMapForForm(Form) - Statische Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
Creates a java.util.Map with validation information for all fields of the specified Form.
validResultsForForm(Form) - Statische Methode in Klasse net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
Creates a valid DefaultFormValidatorResults for the fields of the specified Form.
ValueData - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A data class for holding all information required for creating a value.
ValueData(Tag) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.ValueData
Creates a new instance of ValueData.
valueForPathChanged(TreePath, Object) - Methode in Klasse net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
The value of a node was changed.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.di.impl.HelperInvocations
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.app.ApplicationResources.Keys
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent.Type
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.Orientation
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag.DragMode
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.Placement
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.TransformerTag.Type
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormFocusEvent.Type
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormListenerType
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Modifiers
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent.Type
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.forms.DummyWrapper
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.forms.ValidationPhase
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.layout.ButtonLayout.Alignment
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.layout.CellAlignment
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.layout.CellSize
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.layout.Unit
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enum-Klasse net.sf.jguiraffe.transform.ValidationMessageLevel
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.di.impl.HelperInvocations
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.app.ApplicationResources.Keys
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent.Type
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.Orientation
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag.DragMode
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.Placement
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.TransformerTag.Type
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormFocusEvent.Type
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormListenerType
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Keys
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.event.Modifiers
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent.Type
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.forms.DummyWrapper
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.forms.ValidationPhase
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.layout.ButtonLayout.Alignment
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.layout.CellAlignment
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.layout.CellSize
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.gui.layout.Unit
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enum-Klasse net.sf.jguiraffe.transform.ValidationMessageLevel
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
ValueSupport - Schnittstelle in net.sf.jguiraffe.gui.builder.di.tags
Definition of an interface for tag handler classes that can be assigned a value.
ValueTag - Klasse in net.sf.jguiraffe.gui.builder.di.tags
A tag handler class for defining a value.
ValueTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.di.tags.ValueTag
Creates a new instance of ValueTag.
VAR_FIELD - Statische Variable in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Constant for the field variable.
VAR_MSG - Statische Variable in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Constant for the msg variable.
VAR_MSG_COUNT - Statische Variable in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Constant for the msgCount variable.
VAR_MSG_INDEX - Statische Variable in Klasse net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
Constant for the msgIndex variable.
VERTICAL - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.Orientation
Vertical orientation.
VIEW_SETTINGS_FILE - Statische Variable in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
Constant for the name of the file with the view settings.
ViewSettings - Klasse in net.sf.jguiraffe.examples.tutorial.viewset
A data class for storing a view definition.
ViewSettings() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
Creates a new instance of ViewSettings and initializes it with default values.
ViewSettingsFormController - Klasse in net.sf.jguiraffe.examples.tutorial.viewset
A specialized FormController class for the view settings dialog.
ViewSettingsFormController() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettingsFormController
 
ViewSettingsFormValidator - Klasse in net.sf.jguiraffe.examples.tutorial.viewset
A FormValidator implementation for validating the dialog with view settings.
ViewSettingsFormValidator() - Konstruktor für Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettingsFormValidator
 

W

waitForTx(BeanStore) - Methode in Klasse net.sf.jguiraffe.di.impl.DefaultBeanContext
Waits at the specified bean store until the current transaction finishes.
WARNING - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
The field is in warning state (and has already been visited).
WARNING - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.transform.ValidationMessageLevel
The validation message level WARNING.
WEST - Statische Variable in Klasse net.sf.jguiraffe.gui.layout.BorderLayout
Constant for the layout constraints West.
WHITE - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
Default color white.
WidgetHandler - Schnittstelle in net.sf.jguiraffe.gui.builder.components
Definition of an interface for dealing with widgets.
Window - Schnittstelle in net.sf.jguiraffe.gui.builder.window
Definition of an interface for describing windows in a platform independent way.
WINDOW_ACTIVATED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
The window was activated.
WINDOW_CLOSED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
The window was closed.
WINDOW_CLOSING - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
The window is about to be closed.
WINDOW_DEACTIVATED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
The window was deactivated.
WINDOW_DEICONIFIED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
A window that was minimized to an icon was restored.
WINDOW_ICONIFIED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
A window was minimized to an icon.
WINDOW_OPENED - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
The window was opened.
WINDOW_PREFIX - Statische Variable in Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Constant for the prefix for window beans.
windowActivated(WindowEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.AutoReleaseListener
Window activated event.
windowActivated(WindowEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Dummy implementation of this window event.
windowActivated(WindowEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowListener
Callback method to notify a listener that a window was activated.
WindowAdapter - Klasse in net.sf.jguiraffe.gui.platform.swing.builder.window
Abstract base class for Swing Window implementations that are based on java.awt.Window.
WindowAdapter(Window, boolean) - Konstruktor für Klasse net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
Creates a new instance of WindowAdapter and initializes it with the wrapped window.
WindowBaseTag - Klasse in net.sf.jguiraffe.gui.builder.window.tags
A base class for all tag handler classes that create windows.
WindowBaseTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
Creates a new instance of WindowBaseTag.
WindowBuilderData - Klasse in net.sf.jguiraffe.gui.builder.window
A data class that stores important information needed during a window builder process.
WindowBuilderData() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.WindowBuilderData
Creates a new instance of WindowBuilderData.
WindowBuilderException - Ausnahmeklasse in net.sf.jguiraffe.gui.builder.window
A specialized exception class used for reporting error conditions related to the window builder.
WindowBuilderException(String) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.window.WindowBuilderException
Creates a new instance of WindowBuilderException and sets the error message.
WindowBuilderException(String, Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.window.WindowBuilderException
Creates a new instance of WindowBuilderException and sets the error message and the root cause.
WindowBuilderException(Throwable) - Konstruktor für Ausnahmeklasse net.sf.jguiraffe.gui.builder.window.WindowBuilderException
Creates a new instance of WindowBuilderException and sets the root cause.
WindowBuilderTagLibrary - Klasse in net.sf.jguiraffe.gui.builder.window.tags
The tag library with the window builder tags.
WindowBuilderTagLibrary() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowBuilderTagLibrary
Creates a new instance of WindowBuilderTagLibrary.
windowClosed(WindowEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.AutoReleaseListener
The window was closed.
windowClosed(WindowEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
The associated window was closed.
windowClosed(WindowEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowListener
Callback method to notify a listener that a window was closed.
windowClosing(WindowEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.AutoReleaseListener
Window closing event.
windowClosing(WindowEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Dummy implementation of this window event.
windowClosing(WindowEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowListener
Callback method to notify a listener that a window is about to be closed.
WindowClosingStrategy - Schnittstelle in net.sf.jguiraffe.gui.builder.window
Definition of an interface used to control whether a window can be closed.
WindowControllerTag - Klasse in net.sf.jguiraffe.gui.builder.window.tags
A tag handler class that allows the creation of window controllers.
WindowControllerTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowControllerTag
Creates a new instance of WindowControllerTag.
WindowControllerTag(Class<?>, Class<?>) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowControllerTag
Creates a new instance of WindowControllerTag and allows setting a default bean class and a base class.
WindowData - Schnittstelle in net.sf.jguiraffe.gui.builder.window
Definition of an interface for providing (platform-independent) information about a window to be created.
windowDeactivated(WindowEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.AutoReleaseListener
Window deactivated event.
windowDeactivated(WindowEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Dummy implementation of this window event.
windowDeactivated(WindowEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowListener
Callback method to notify a listener that a window was deactivated.
windowDeiconified(WindowEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.AutoReleaseListener
Window deiconified event.
windowDeiconified(WindowEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Dummy implementation of this window event.
windowDeiconified(WindowEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowListener
Callback method to notify a listener that a window was deiconified.
WindowEvent - Klasse 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) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.WindowEvent
Creates an instance of WindowEvent and sets the properties.
WindowEvent.Type - Enum-Klasse in net.sf.jguiraffe.gui.builder.window
An enumeration for the different types of window events.
windowFromEvent(WindowEvent) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowUtils
Tries to cast the source window from the specified event object into a Window object.
windowFromEventEx(WindowEvent) - Statische Methode in Klasse net.sf.jguiraffe.gui.builder.window.WindowUtils
Tries to cast the source window from the specified event object into a Window object.
windowIconified(WindowEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.AutoReleaseListener
Window iconified event.
windowIconified(WindowEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
Dummy implementation of this window event.
windowIconified(WindowEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowListener
Callback method to notify a listener that a window was iconified.
WindowListener - Schnittstelle 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 - Klasse in net.sf.jguiraffe.gui.builder.window.tags
A specialized event listener tag that can be used to register window listeners.
WindowListenerTag() - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.tags.WindowListenerTag
Creates a new instance of WindowListenerTag.
WindowManager - Schnittstelle in net.sf.jguiraffe.gui.builder.window
Definition of an interface for platform (or GUI library) specific window manager implementations.
WindowManagerWrapper - Klasse in net.sf.jguiraffe.gui.builder.window
A base class for wrapper implementations of the WindowManager interface.
WindowManagerWrapper(WindowManager) - Konstruktor für Klasse net.sf.jguiraffe.gui.builder.window.WindowManagerWrapper
Creates a new instance of WindowManagerWrapper and initializes it with the wrapped WindowManager.
windowOpened(WindowEvent) - Methode in Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettingsFormController
The associated window was opened.
windowOpened(WindowEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.AutoReleaseListener
Window opened event.
windowOpened(WindowEvent) - Methode in Klasse net.sf.jguiraffe.gui.builder.window.ctrl.FormController
The window containing the associated form was opened.
windowOpened(WindowEvent) - Methode in Schnittstelle net.sf.jguiraffe.gui.builder.window.WindowListener
Callback method to notify a listener that a window was opened.
WindowUtils - Klasse in net.sf.jguiraffe.gui.builder.window
A static utility class providing useful functionality for dealing with Window objects.
WindowWrapper - Schnittstelle in net.sf.jguiraffe.gui.builder.window
Definition of an interface for objects that wrap "real" windows.
withCellAlignment(CellAlignment) - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints.Builder
Sets the alignment property of the CellConstraints instance to be created.
withCellSize(CellSize) - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints.Builder
Sets the size property of the CellConstraints instance to be created.
withColumnConstraints(CellConstraints) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData.Builder
Sets a CellConstraints reference for the column for the PercentData instance to be created.
withMinimumSize(NumberWithUnit) - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints.Builder
Sets the minimumSize property of the CellConstraints instance to be created.
withRowConstraints(CellConstraints) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData.Builder
Sets a CellConstraints reference for the row for the PercentData instance to be created.
withTargetColumn(int) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData.Builder
Initializes the targetColumn property of the PercentData instance to be created.
withTargetRow(int) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData.Builder
Initializes the targetRow property of the PercentData instance to be created.
withWeight(int) - Methode in Klasse net.sf.jguiraffe.gui.layout.CellConstraints.Builder
Sets the weight property of the CellConstraints instance to be created.
WRITE - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.tags.TransformerTag.Type
A write transformer.
writeProperty(Object, String, Object) - Methode in Klasse net.sf.jguiraffe.gui.forms.bind.BeanBindingStrategy
Writes a property to a model object.
writeProperty(Object, String, Object) - Methode in Klasse net.sf.jguiraffe.gui.forms.bind.DummyBindingStrategy
Writes a property of the given model object.
writeProperty(Object, String, Object) - Methode in Schnittstelle net.sf.jguiraffe.gui.forms.BindingStrategy
Writes the specified value of a property of the given model object.

X

xy(int, int) - Methode in Klasse net.sf.jguiraffe.gui.layout.PercentData.Builder
Initializes the column and the row index of the PercentData instance to be created.

Y

YELLOW - Enum-Konstante in Enum-Klasse net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
Default color yellow.

Z

ZERO - Statische Variable in Klasse net.sf.jguiraffe.gui.layout.NumberWithUnit
Constant for the special value zero.
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 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form