ActionDataTag
and initializes
it.CompositeComponentHandler
interface.AbstractCompositeComponentHandler
and
initializes it with the data type class.AbstractDesktopTask
and sets the
reference to the main controller.AbstractEventFilter
.AbstractEventFilter
and
initializes it with the base class.AbstractEventFilter
and
initializes it with the base class and the acceptNull
flag.Locator
classes.PopupMenuBuilder
interface.AbstractPopupMenuBuilder
.ComponentHandler
implementations for radio buttons.AbstractRadioButtonHandler
.Locator
implementations that mainly
operate on streams.AbstractStreamLocator
.Composite
interface which also allows
access to the data passed via the mutating methods.ActionBuilderTagLibrary
.ActionData interface.
- ActionDataImpl() - Constructor for class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
- ActionDataTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A simple tag for creating objects of type
ActionData
.
- ActionDataTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
-
- ActionEnabler - Class in net.sf.jguiraffe.gui.builder.enablers
-
A specialized implementation of the
ElementEnabler
interface that can
change the enabled state of actions.
- ActionEnabler(String) - Constructor for class net.sf.jguiraffe.gui.builder.enablers.ActionEnabler
-
Creates a new instance of
ActionEnabler
and initializes it with
the name of the action to manipulate.
- ActionGroupEnabler - Class in net.sf.jguiraffe.gui.builder.enablers
-
A specialized implementation of the
ElementEnabler
interface that can
change the enabled state of action groups.
- ActionGroupEnabler(String) - Constructor for class net.sf.jguiraffe.gui.builder.enablers.ActionGroupEnabler
-
Creates a new instance of
ActionGroupEnabler
and initializes it
with the name of the action group it is responsible for.
- ActionHelper - Class in net.sf.jguiraffe.gui.builder.action
-
A helper class for dealing with actions.
- ActionInvoker - Class in net.sf.jguiraffe.gui.builder.action
-
A class that allows to combine actions with event listeners.
- ActionListenerTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specific form event listener tag implementation that deals with action
listeners.
- ActionListenerTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ActionListenerTag
-
Creates a new instance of
ActionListenerTag
.
- ActionManager - Interface in net.sf.jguiraffe.gui.builder.action
-
Definition of an interface for a component that creates GUI library specific
action objects and related classes.
- ActionManagerWrapper - Class in net.sf.jguiraffe.gui.builder.action
-
A base class for wrapper implementations of the
ActionManager
interface.
- ActionManagerWrapper(ActionManager) - Constructor for class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a new instance of
ActionManagerWrapper
and initializes it
with the wrapped ActionManager
.
- actionPerformed(FormActionEvent) - Method in class net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskCommand
-
Notifies this object that the cancel button was pressed.
- actionPerformed(FormActionEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormActionListener
-
This method gets called when an
FormActionEvent
occurs.
- actionPerformed(FormActionEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Processes action events.
- actionPerformed(ActionEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
-
Callback method for action events.
- ActionStore - Class in net.sf.jguiraffe.gui.builder.action
-
A class for maintaining action objects.
- ActionStore() - Constructor for class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Creates a new empty instance of
ActionStore
.
- ActionStore(ActionStore) - Constructor for class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Creates a new instance of
ActionStore
and initializes the
parent reference.
- ActionTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A tag handler class for creating action objects.
- ActionTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
- ActionTask - Interface in net.sf.jguiraffe.gui.builder.action
-
Definition of an interface for the task of an action.
- ActionTaskTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A simple tag for specifying task objects for actions.
- ActionTaskTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ActionTaskTag
-
- add(String, Object) - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Adds the specified component to this component store under the given
name.
- add(String, Object) - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Adds a new component to this store.
- addAction(FormAction) - Method in class net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
-
Adds an action to the current menu.
- addAction(FormAction) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Adds the specified action to this store.
- addAction(FormAction) - Method in interface net.sf.jguiraffe.gui.builder.action.PopupMenuBuilder
-
Adds an action to the current menu.
- addAction(PopupMenuBuilder, ComponentBuilderData, FormAction) - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Adds an action to the menu constructed by this handler.
- addActionListener(String, FormActionListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds an action listener for the specified component.
- addActionListener(FormActionListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds an action listener that will be notified about all occurring action
events.
- addActionListener(ActionListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
-
Adds an action listener at this component.
- addActionListener(ActionListener) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
-
Adds the specified action listener at this event source.
- addActionToGroup(String, String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Adds the specified action to the given group.
- addAnonymousBeanProvider(int, BeanProvider) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Adds an anonymous
BeanProvider
.
- addAnonymousBeanProvider(int, BeanProvider) - Method in interface net.sf.jguiraffe.di.MutableBeanStore
-
Adds an anonymous
BeanProvider
to this
BeanStore
.
- addAnonymousBeanProvider(String, BeanProvider) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Adds an "anonymous"
BeanProvider
to a
BeanStore
.
- addBean(String, Object) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Adds the specified bean to this store.
- addBeanContributor(SimpleBeanStoreImpl.BeanContributor) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Adds a new
BeanContributor
to this object.
- addBeanCreationListener(BeanCreationListener) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Adds a new
BeanCreationListener
to this context.
- addBeanCreationListener(BeanCreationListener) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Adds the specified
BeanCreationListener
to this context.
- addBeanCreationListener(BeanCreationListener) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Adds the specified
BeanCreationListener
to this context.
- addBeanCreationListener(BeanCreationListener) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Adds the specified
BeanCreationListener
to this object.
- addBeanCreationListeners(Collection<? extends BeanCreationListener>) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Adds all
BeanCreationListener
objects contained in the given
collection to this object.
- addBeanDuringApplicationStartup(String, Object) - Method in class net.sf.jguiraffe.gui.app.Application
-
Adds a bean to the application's global root bean store while the
application starts up.
- addBeanProvider(String, BeanProvider) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Adds the specified
BeanProvider
to this bean store under the
given name.
- addBeanProvider(String, BeanProvider) - Method in interface net.sf.jguiraffe.di.MutableBeanStore
-
Adds the specified
BeanProvider
to this bean store under
the given name.
- addBeanProvider(String, String, BeanProvider) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Adds a
BeanProvider
to a BeanStore
.
- addBeanRegistrationCallbacks(EventListener, String, Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Creates callbacks for the registration of all event listener types at the
specified bean.
- addBeanStore(String, String) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Creates a
BeanStore
with the specified name and adds it to
the internal list of existing bean stores.
- addCallBack(ComponentBuilderCallBack, Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Registers the specified call back at this builder data object.
- addChangeListener(String, FormChangeListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds a change listener for the specified component.
- addChangeListener(FormChangeListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds a change listener that will be notified about all occurring change
events.
- addChangeListener(ChangeListener) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
-
Adds the specified change listener at this event source
- addChildFilter(EventFilter) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ChainedEventFilterTag
-
Adds the specified event filter to the list of child filters of the
current chained filter tag.
- addChildValidator(Validator, Map<String, Object>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ValidatorsTag
-
Adds a new child validator.
- addChildValidator(Validator) - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Adds a child validator to this chain validator.
- addChildValidator(Validator, Map<String, Object>) - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Adds a child validator to this chain validator and sets special
properties for the new child.
- addColConstraints(CellConstraints) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Adds the specified constraints object to the list of column constraints.
- addColGroup(CellGroup) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Adds the specified cell group object to the list of column groups.
- addColumn(TableColumnTag) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Adds a tag representing a column to this table tag.
- addColumnGroup(CellGroup) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Adds a
CellGroup
object for columns to this layout manager.
- addComponent(Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Adds the specified component to the root container.
- addComponent(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Adds a component to this group.
- addComponent(Object, Object) - Method in interface net.sf.jguiraffe.gui.builder.components.Composite
-
Adds the specified component to this container using the given
constraints.
- addComponent(Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.CompositeImpl
-
Adds the specified component to this container using the given
constraints.
- addComponent(Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Adds the specified component to this container using the given
constraints.
- addComponent(Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Adds a child component to this composite object.
- addComponent(Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Adds an element to this container.
- addComponentHandler(String, ComponentHandler<?>) - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Adds the specified component handler to this component store under the
given name.
- addComponentHandler(String, ComponentHandler<?>) - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Adds a new component handler to this store.
- addComponentReference(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
-
Adds a reference to another component to this tag.
- addComponentRegistrationCallbacks(EventListener, String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Creates callbacks for the registration of all event listener types at the
specified component.
- addComponents(ComponentManager, Object, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Adds the components of this container to the container widget.
- addComponents(ComponentManager, Object, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Adds the components to this container.
- addComponents(ComponentManager, Object, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
-
Adds the components defined by nested tags to this container tag.
- addComponents(ComponentManager, Object, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Adds the child elements to the represented container.
- addComponentToCompositeHandler(ComponentBuilderData, CompositeComponentHandler<?, S>, String) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
-
Helper method for adding the
ComponentHandler
of a component to a
CompositeComponentHandler
.
- addConstraints(PercentLayoutTag, CellConstraints) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
-
Passes the newly created constraints object to the corresponding percent
layout tag.
- addConstraints(PercentLayoutTag, CellConstraints) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentColConstraintsTag
-
Adds the new constraints to the percent layout tag.
- addConstraints(PercentLayoutTag, CellConstraints) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentRowConstraintsTag
-
Adds the new constraints to the percent layout tag.
- addContainerComponent(Object, Object, Object) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Adds a component to a container using the specified constraints.
- addContainerComponent(Object, Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Adds a component to a container using the specified constraints.
- addContainerComponent(Object, Object, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Adds the specified component to a container using the given constraints.
- addDefaultBaseClassConverter(Converter, Class<?>) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Adds a new default base class converter to this builder.
- addDefaultBaseClassConverters(Map<Class<?>, ? extends Converter>) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Adds all converters in the specified map as default base class converters
to this object.
- addDefaultBaseClassConverters(Map<String, ? extends Converter>, ClassLoaderProvider) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Adds all converters in the specified map as default base class converters
to this object using the specified
ClassLoaderProvider
to resolve
class names.
- addDefaultConverter(Converter, Class<?>) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Adds a new default converter to this builder.
- addDefaultConverters(Map<Class<?>, ? extends Converter>) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Adds all converters in the specified map as default converters to this
object.
- addElement(Dependency) - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Adds a new element to the collection managed by this tag.
- addEntry(Dependency, Dependency) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Adds a new entry to this map.
- addEventListener(String, String, EventListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds a generic event listener to a component.
- addEventListenerToObject(Object, String, EventListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds a generic event listener to the specified object.
- addExpansionListener(TreeExpansionListener) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Adds a
TreeExpansionListener
to this tree component.
- addField(String, FieldHandler) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Adds the specified field to this form.
- addFieldHandler(String, FieldHandler) - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Adds the specified field handler to this component store.
- addFieldHandler(String, FieldHandler) - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Adds a new field handler to this store.
- addFieldStatusListener(FormControllerFieldStatusListener) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Adds a
FormControllerFieldStatusListener
to this controller.
- addFieldStatusListener(FormControllerFieldStatusListener) - Method in class net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
-
Adds a
FormControllerFieldStatusListener
.
- addFilter(EventFilter) - Method in class net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
-
Adds the given filter to this chained filter.
- addFilters(Collection<EventFilter>) - Method in class net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
-
Adds all filters in the given collection to this chained filter.
- addFocusListener(String, FormFocusListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds a focus listener for the specified component.
- addFocusListener(FormFocusListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds a focus listener that will be notified about all occurring focus
events.
- addFocusListener(FocusListener) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
-
Adds the specified focus listener at this event source.
- addFormContextListener(FormContextListener) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Adds a
FormContextListener
object to this data object.
- addFormListener(FormControllerFormListener) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Adds a
FormControllerFormListener
to this controller.
- addFormListener(FormControllerFormListener) - Method in class net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
-
Adds a
FormControllerFormListener
.
- addGroup(PercentLayoutTag, CellGroup) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Adds the newly created cell group object to the corresponding percent
layout tag.
- addGroup(PercentLayoutTag, CellGroup) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentColGroupTag
-
Adds the specified group object as a column group to the given percent
layout tag.
- addGroup(PercentLayoutTag, CellGroup) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentRowGroupTag
-
Adds the specified group object as a row group to the given percent
layout tag.
- addGroupReference(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
-
Adds a reference to a component group to this tag.
- addGroupToCompositeHandler(ComponentBuilderData, CompositeComponentHandler<?, ?>, ComponentGroup) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
-
Helper method for adding the
ComponentHandler
objects for all
components in the specified group to a CompositeComponentHandler
.
- addHandler(String, ComponentHandler<S>) - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Adds the specified child
ComponentHandler
to this CompositeComponentHandler
.
- addHandler(String, ComponentHandler<S>) - Method in interface net.sf.jguiraffe.gui.builder.components.CompositeComponentHandler
-
Adds a simple
ComponentHandler
object to this composite
handler.
- addIcon(String, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Adds an icon to this tree.
- addIgnoreProperties(String...) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
A convenience method for adding multiple properties that should be
ignored.
- addInitializer(BeanInitializer) - Method in interface net.sf.jguiraffe.di.DependencyProvider
-
Registers a
BeanInitializer
.
- addInitializer(BeanInitializer) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Adds a
BeanInitializer
.
- addInvokable(Invokable) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Adds the specified
Invokable
object to this object.
- addInvokable(Invokable, String) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Adds the specified
Invokable
object to this object and
initializes its result variable.
- addInvokable(Invokable, String, String) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Adds the specified
Invokable
object to this object and
initializes its result variable and its source object.
- addInvokable(Invokable) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
-
Adds an
Invokable
object to this tag.
- addInvokable(Invokable) - Method in class net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
-
Adds an
Invokable
to this object.
- addItem(int, Object, Object) - Method in interface net.sf.jguiraffe.gui.builder.components.model.ListComponentHandler
-
Adds an item to the component's list model.
- addItem(String, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
-
Adds a new item to the newly created model.
- addItem(String, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
-
Adds a new item to this list model.
- addLayoutComponent(Component, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Adds a component to this layout.
- addLayoutComponent(String, Component) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Adds a component to this layout manager using the given name as
constraints object.
- addListener(FormListenerType, String, FormEventListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Performs the actual adding of an event listener.
- addListenerType(FormListenerType) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Adds another listener type in form of a
FormListenerType
object.
- addListenerType(String, Class<?>) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Adds another listener type specified by the type name and the listener
class.
- addMenuElement(PopupMenuBuilder, ComponentBuilderData, Object) - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Adds an element to the menu to be constructed.
- addMenuSeparator(ActionBuilder, Object) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Adds a separator to the specified menu.
- addMenuSeparator(ActionBuilder, Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Adds a separator to the specified menu.
- addMenuSeparator(ActionBuilder, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Adds a separator to the given menu.
- addMouseListener(String, FormMouseListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds a mouse listener to the specified component.
- addMouseListener(FormMouseListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Adds a mouse listener that will be notified about all mouse events
generated for the components in the current form.
- addMouseListener(FormMouseListener) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Adds a listener for mouse events to this window.
- addMouseListener(MouseListener) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
-
Adds the specified mouse listener to this event source.
- addMouseListener(FormMouseListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Adds a mouse listener to this window.
- addMouseListener(FormMouseListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Adds a mouse listener to this window.
- addParameter(ParameterTag) - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Adds a parameter to this invocation.
- addPreExpansionListener(TreePreExpansionListener) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Adds a
TreePreExpansionListener
to this tree component.
- addProperty(String, Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Adds an additional property for the builder operation.
- addQueueListener(CommandQueueListener) - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Adds a new listener to this queue.
- addQueueListener(CommandQueueListener) - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Adds an event listener to this queue.
- addReference(ComponentHandlerTag.Reference) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
-
Adds a reference to the internal list.
- addRowConstraints(CellConstraints) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Adds the specified constraints object to the list of row constraints.
- addRowGroup(CellGroup) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Adds the specified cell group object to the list of row groups.
- addRowGroup(CellGroup) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Adds a
CellGroup
object for rows to this layout manager.
- addSelectedPath(TreeNodePath) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Adds the specified path to the selection of the tree.
- addSeparator() - Method in class net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
-
Adds a separator to the current menu.
- addSeparator() - Method in interface net.sf.jguiraffe.gui.builder.action.PopupMenuBuilder
-
Adds a separator to the current menu.
- addSeparator(PopupMenuBuilder, ComponentBuilderData) - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Adds a separator to the menu constructed by this handler.
- addSeparator() - Method in interface net.sf.jguiraffe.gui.builder.action.tags.ActionContainer
-
Adds a separator element to this container.
- addSeparator() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
-
Adds a separator to this container.
- addSeparator() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Adds a separator to this menu.
- addSeparator() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ToolbarTag
-
Adds a separator to the toolbar.
- addShutdownListener(ApplicationShutdownListener) - Method in class net.sf.jguiraffe.gui.app.Application
-
Registers the specified object as a shutdown listeners.
- addSpecification(String) - Method in class net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
-
Adds the given specification to this builder.
- addSubMenu(Object) - Method in class net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
-
Adds a sub menu to the current menu.
- addSubMenu(Object) - Method in interface net.sf.jguiraffe.gui.builder.action.PopupMenuBuilder
-
Adds a sub menu to the current menu.
- addSubMenu(PopupMenuBuilder, ComponentBuilderData, SimplePopupMenuHandler) - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Adds a sub menu to the menu constructed by this handler.
- addToGroups(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Adds this component's name to all groups in the given list.
- addToMenu(Object, JMenuItem) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Adds a menu item to a parent menu.
- addToolBarSeparator(ActionBuilder, Object) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Adds a separator to the specified tool bar.
- addToolBarSeparator(ActionBuilder, Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Adds a separator to the specified tool bar.
- addToolBarSeparator(ActionBuilder, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Adds a separator to the given tool bar.
- addToToolbar(Object, AbstractButton) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Adds a tool button to the parent bar.
- addTreeModelListener(TreeModelListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Adds an event listener to this model.
- addValidationListener(FormControllerValidationListener) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Adds a
FormControllerValidationListener
to this controller.
- addValidationListener(FormControllerValidationListener) - Method in class net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
-
Adds a
FormControllerValidationListener
.
- addValidationMessage(ValidationMessage) - Method in class net.sf.jguiraffe.transform.DefaultValidationResult.Builder
-
Adds an object with a validation message to this instance.
- addValidationMessages(Collection<ValidationMessage>) - Method in class net.sf.jguiraffe.transform.DefaultValidationResult.Builder
-
Adds all messages stored in the given collection to this object.
- addWindowListener(WindowListener) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Adds a window listener for this window.
- addWindowListener(WindowListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Registers the specified listener at this window.
- addWindowListener(WindowListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Registers the specified window listener at this window.
- alignComponent(Rectangle, int, int, int[], int, int, Object, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Aligns the specified component.
- AndEventFilter - Class in net.sf.jguiraffe.gui.builder.event.filter
-
A specialized chained filter implementation that provides an AND or ALL
semantics.
- AndEventFilter() - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.AndEventFilter
-
Creates a new, empty instance of
AndEventFilter
.
- AndEventFilter(Collection<EventFilter>) - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.AndEventFilter
-
Creates a new instance of
AndEventFilter
and initializes it
with the given list of child filters.
- AndEventFilterTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specialized
ChainedEventFilter
implementation that creates
an
AndEventFilter
.
- AndEventFilterTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.AndEventFilterTag
-
Creates a new instance of
AndEventFilterTag
.
- append(ConfigurationNode) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns a
TreeNodePath
object that was created by appending the
specified ConfigurationNode
to this path.
- append(String, int) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns a
TreeNodePath
object that was created by appending the
specified child node of the current target node to this path.
- append(String) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns a
TreeNodePath
object that was created by appending the
first child node of the current target node with the given name to this path.
- AppendTextActionTask - Class in net.sf.jguiraffe.examples.tutorial.createfile
-
A task for an action that appends a configurable text to a text component.
- AppendTextActionTask(ComponentHandler<String>, String) - Constructor for class net.sf.jguiraffe.examples.tutorial.createfile.AppendTextActionTask
-
Creates a new instance of
AppendTextActionTask
and initializes
it.
- Application - Class in net.sf.jguiraffe.gui.app
-
The main startup class of the GUI application framework.
- Application() - Constructor for class net.sf.jguiraffe.gui.app.Application
-
Creates a new instance of
Application
.
- APPLICATION_RESOURCE_GROUP - Static variable in class net.sf.jguiraffe.gui.app.ApplicationResources
-
Constant for the name of the resource group used for the
application-related resources.
- ApplicationBuilderData - Class in net.sf.jguiraffe.gui.app
-
The application specific default implementation of the
BuilderData
interface.
- ApplicationBuilderData() - Constructor for class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Creates a new instance of
ApplicationBuilderData
.
- ApplicationClient - Interface in net.sf.jguiraffe.gui.app
-
Definition of an interface for objects that need a reference to the central
Application
object.
- ApplicationContext - Interface in net.sf.jguiraffe.gui.app
-
Definition of an interface for accessing application global information.
- ApplicationContextImpl - Class in net.sf.jguiraffe.gui.app
-
A default implementation of the
ApplicationContext
interface.
- ApplicationContextImpl() - Constructor for class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Creates a new instance of
ApplicationContextImpl
.
- ApplicationContextImpl(Locale) - Constructor for class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Creates a new instance of
ApplicationContextImpl
and sets
the current locale.
- ApplicationContextImpl(Locale, ResourceManager) - Constructor for class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Creates a new instance of
ApplicationContextImpl
and sets
the current locale and the resource manager to use.
- ApplicationException - Exception in net.sf.jguiraffe.gui.app
-
An exception class that indicates error conditions related to the
Application
class.
- ApplicationException() - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationException
-
Creates a new instance of
ApplicationException
without
further information.
- ApplicationException(String) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationException
-
Creates a new instance of
ApplicationException
and
initializes it with an error message.
- ApplicationException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationException
-
Creates a new instance of
ApplicationException
and
initializes it with an error message and a root cause.
- ApplicationException(Throwable) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationException
-
Creates a new instance of
ApplicationException
and
initializes it with the root cause of this exception.
- ApplicationResources - Class in net.sf.jguiraffe.gui.app
-
A class defining constants for default resources provided by the application
framework.
- ApplicationResources.Keys - Enum in net.sf.jguiraffe.gui.app
-
An enumeration class defining the keys of all resources contained within
the application default resource bundle.
- ApplicationRuntimeException - Exception in net.sf.jguiraffe.gui.app
-
An exception class for reporting runtime exceptions that are related to
Application
objects or operations invoked on them.
- ApplicationRuntimeException(String) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationRuntimeException
-
Creates a new instance of
ApplicationRuntimeException
and
sets the error message.
- ApplicationRuntimeException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationRuntimeException
-
Creates a new instance of
ApplicationRuntimeException
and
sets the error message and the root cause.
- ApplicationRuntimeException(Throwable) - Constructor for exception net.sf.jguiraffe.gui.app.ApplicationRuntimeException
-
Creates a new instance of
ApplicationRuntimeException
and
sets the root cause.
- ApplicationShutdownActionTask - Class in net.sf.jguiraffe.gui.app
-
A specialized action task for exiting the current application.
- ApplicationShutdownActionTask() - Constructor for class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
- ApplicationShutdownListener - Interface in net.sf.jguiraffe.gui.app
-
Definition of an interface for listeners that want to be notified when the
application terminates.
- apply(int[]) - Method in class net.sf.jguiraffe.gui.layout.CellGroup
-
Applies this group object to the given cell sizes.
- applyCellGroups(int[], Collection<CellGroup>) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Applies the defined cell groups to the so far calculated cell sizes.
- applyWeightFactors(int[], int, CellConstraints[], int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Processes the cells with a weight factor larger than 0.
- applyWeightFactors(int[], int, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Processes the cells with a weight factor larger than 0.
- asyncInvoke(Runnable) - Method in interface net.sf.jguiraffe.gui.builder.utils.GUISynchronizer
-
Invokes the given runnable object asynchronously on the event dispatch
thread.
- asyncInvoke(Runnable) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingGUISynchronizer
-
Invokes the given runnable asynchronously on the event dispatch thread.
- ATTR_BASE_CLASS_CONVERTER - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Constant for the name of the base class converter attribute.
- ATTR_BEAN_CLASS - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Constant for the name of the beanClass attribute.
- ATTR_BEAN_NAME - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Constant for the name of the beanName attribute.
- ATTR_CLASS - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Constant for the name of the class attribute.
- ATTR_CONVERTER_TARGET_CLASS - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Constant for the name of the converter target class attribute.
- ATTR_CONVERTER_TARGET_CLASS_LOADER - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Constant for the name of the converter target class loader attribute.
- ATTR_CONVERTER_TARGET_CLASS_NAME - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Constant for the name of the converter target class name attribute.
- ATTR_IF_NAME - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Constant for the name of the ifName attribute.
- ATTR_REF - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Constant for the name of the ref attribute.
- ATTR_UNLESS_NAME - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Constant for the name of the unlessName attribute.
- ATTR_VAR - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Constant for the name of the var attribute.
- AUTO_NAME_PREFIX - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Constant for the prefix for automatically generated tab names.
- AutoReleaseListener - Class in net.sf.jguiraffe.gui.builder
-
A specialized
WindowListener
implementation for implementing the
auto release mechanism supported by builders.
- AutoReleaseListener(BuilderData) - Constructor for class net.sf.jguiraffe.gui.builder.AutoReleaseListener
-
Creates a new instance of
AutoReleaseListener
and sets the
BuilderData
object to be released automatically.
B
- BEAN_APPLICATION - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the bean with the current application instance.
- BEAN_APPLICATION_CONTEXT - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the bean with the application context.
- BEAN_BINDING_STRATEGY - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the binding strategy bean.
- BEAN_BUILDER - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the builder bean.
- BEAN_CLASS_LOADER_PROVIDER - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the bean for the class loader provider.
- BEAN_COMMAND_QUEUE - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the command queue bean.
- BEAN_CONFIGURATION - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the bean with the global configuration.
- BEAN_DEF_RES_GROUP - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the bean with the default resource group.
- BEAN_FIELD_MARKER - Static variable in class net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
-
Constant for the name of the field marker bean.
- BEAN_GLOBAL_CONTEXT - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the bean with the global bean context.
- BEAN_GUI_SYNCHRONIZER - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the GUI synchronizer bean.
- BEAN_LOCALE - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the bean with the locale.
- BEAN_PREFIX - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the prefix for bean definitions used by the framework.
- BEAN_VALIDATION_TRIGGER - Static variable in class net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
-
Constant for the name of the validation trigger bean.
- BeanBindingStrategy - Class in net.sf.jguiraffe.gui.forms.bind
-
An implementation of the
BindingStrategy
interface that operates on
Java beans.
- BeanBindingStrategy() - Constructor for class net.sf.jguiraffe.gui.forms.bind.BeanBindingStrategy
-
- BeanBuilder - Interface in net.sf.jguiraffe.gui.builder
-
Definition of an interface for processing scripts with bean definitions.
- BeanBuilderFactory - Interface in net.sf.jguiraffe.gui.builder
-
Definition of an interface for querying new
BeanBuilder
objects.
- BeanBuilderResult - Interface in net.sf.jguiraffe.gui.builder
-
Definition of an interface for accessing the results of a
BeanBuilder
.
- beanClasses() - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns a set with the classes of all beans defined in the default
BeanStore
(or one of its parents).
- beanClasses(BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns a set with the classes of all beans defined in the given
BeanStore
.
- beanClasses() - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns a set of the classes of the beans available in this bean
context's default bean store.
- beanClasses(BeanStore) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns a set of the classes of the beans available in the specified bean
store.
- beanClasses() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Obtains a list of the classes of the beans defined in the default bean
store.
- beanClasses(BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Obtains a list of the classes of the beans defined in the given store and
its parents.
- BeanContext - Interface in net.sf.jguiraffe.di
-
Definition of an interface that allows access to the beans managed by the
dependency injection framework.
- BeanContextClient - Interface in net.sf.jguiraffe.di
-
Definition of an interface to be implemented by beans that need a reference
to the current
BeanContext
.
- BeanContextWrapper - Class in net.sf.jguiraffe.di.impl
-
A simple wrapper implementation of the
BeanContext
interface.
- BeanContextWrapper(BeanContext) - Constructor for class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Creates a new instance of
BeanContextWrapper
and sets the
wrapped context.
- BeanContextWrapper(BeanContext, BeanStore) - Constructor for class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Creates a new instance of
BeanContextWrapper
and sets the
wrapped context and the default bean store.
- beanCreated(BeanCreationEvent) - Method in interface net.sf.jguiraffe.di.BeanCreationListener
-
Notifies this listener about the creation of a new bean.
- beanCreated(Object, BeanProvider) - Method in interface net.sf.jguiraffe.di.DependencyProvider
-
Notifies this
DependencyProvider
about the creation of a bean.
- beanCreated(Object, BeanProvider) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Notifies this dependency provider about a newly created bean.
- BeanCreationEvent - Class in net.sf.jguiraffe.di
-
An event class for reporting the creation of a bean by the dependency
injection framework.
- BeanCreationEvent(BeanContext, BeanProvider, DependencyProvider, Object) - Constructor for class net.sf.jguiraffe.di.BeanCreationEvent
-
Creates a new instance of
BeanCreationEvent
and initializes it.
- BeanCreationListener - Interface in net.sf.jguiraffe.di
-
Definition of an interface for objects that are interested in the creation of
beans by a
BeanContext
.
- BeanInitializer - Interface in net.sf.jguiraffe.di
-
Definition of an interface for objects that perform some kind of
initialization on beans that are managed by a
BeanContext
.
- beanNameFor(BeanProvider) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the name of the bean that is managed by the specified
BeanProvider
, starting search with the default BeanStore
.
- beanNameFor(BeanProvider, BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the name of the bean that is managed by the specified
BeanProvider
, starting search in the specified BeanStore
.
- beanNameFor(BeanProvider) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the name of the given
BeanProvider
starting the search
with the default bean store.
- beanNameFor(BeanProvider, BeanStore) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the name of the given
BeanProvider
starting the search
with the specified bean store.
- beanNameFor(BeanProvider) - Method in class 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) - Method in class 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() - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns a set with the names of all beans defined in the default
BeanStore
.
- beanNames(BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns a set with the names of all beans defined in the given
BeanStore
.
- beanNames() - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns a set with the names of the beans defined in this context's
default bean store.
- beanNames(BeanStore) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns a set with the names of the beans defined in the given bean
store.
- beanNames() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns a set with the names of the beans defined in the default bean
store.
- beanNames(BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns a set with the names of the beans defined in the given bean store
(or its parent).
- beanNames(Set<String>) - Method in interface net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl.BeanContributor
-
Obtains the names of the beans available by this contributor.
- beanNames(Set<String>) - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Obtains the names of the beans supported by this bean contributor.
- beanNames(Set<String>) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns a set with the names of all contained bean.
- beanNames(Set<String>) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Obtains the names of the supported beans.
- BeanProvider - Interface in net.sf.jguiraffe.di
-
Definition of an interface for objects that provide access to beans.
- BeanStore - Interface in net.sf.jguiraffe.di
-
Definition of an interface for objects that provide access to bean
definitions.
- BeanStoreTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler class for creating new
BeanStore
instances.
- BeanStoreTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
- BeanTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
The main tag of the tag library for the dependency injection
framework: with this tag bean definitions can be created.
- BeanTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Creates a new instance of
BeanTag
.
- beforeExpansionStateChange(TreeExpansionEvent) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreePreExpansionListener
-
A node of a tree is about to change its expansion state.
- BgTaskCommand - Class in net.sf.jguiraffe.examples.tutorial.bgtask
-
A command class for executing the background task.
- BgTaskCommand(GUISynchronizer, Window, BgTaskData, ProgressBarHandler) - Constructor for class net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskCommand
-
Creates a new instance of
BgTaskCommand
and initializes it.
- BgTaskData - Class in net.sf.jguiraffe.examples.tutorial.bgtask
-
A data class that stores all information required by the background task.
- BgTaskData() - Constructor for class net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
-
- BindingStrategy - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for objects that are responsible of the binding of
form fields to model objects.
- BooleanRadioButtonHandler - Class in net.sf.jguiraffe.examples.tutorial.viewset
-
A specialized
ComponentHandler
implementation for a radio button
group with only two elements.
- BooleanRadioButtonHandler() - Constructor for class net.sf.jguiraffe.examples.tutorial.viewset.BooleanRadioButtonHandler
-
Creates a new instance of
BooleanRadioButtonHandler
- BorderConstraintsTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A special tag handler implementation for creating constraints object for a
BorderLayout
.
- BorderConstraintsTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.BorderConstraintsTag
-
- BorderLayout - Class in net.sf.jguiraffe.gui.layout
-
A GUI library independent implementation of the AWT layout manager
BorderLayout.
- BorderLayout() - Constructor for class net.sf.jguiraffe.gui.layout.BorderLayout
-
Creates a new instance of
BorderLayout
.
- BorderLayoutTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A special layout tag that creates a
BorderLayout
object.
- BorderLayoutTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
- BTN_OK - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the button type OK.
- BTN_OK_CANCEL - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the button type OK, CANCEL.
- BTN_YES_NO - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the button type YES, NO.
- BTN_YES_NO_CANCEL - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the button type YES, NO, CANCEL.
- build(Locator, MutableBeanStore, ClassLoaderProvider) - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilder
-
Executes a script with bean definitions.
- build(Locator, MutableBeanStore, ClassLoaderProvider, InvocationHelper) - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilder
-
Executes a script with bean definitions and the specified helper objects.
- build(Locator, BuilderData) - Method in interface net.sf.jguiraffe.gui.builder.Builder
-
A generic builder method.
- build() - Method in class net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
-
Creates an
ElementEnabler
based on the specifications that have
been added to this builder.
- build(Locator, MutableBeanStore, ClassLoaderProvider) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Executes a script with bean definitions.
- build(Locator, MutableBeanStore, ClassLoaderProvider, InvocationHelper) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Executes a script with bean definitions and the specified helper objects.
- build(Locator, BuilderData) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
A generic build method for executing a builder script.
- build() - Method in class net.sf.jguiraffe.transform.DefaultValidationResult.Builder
-
Returns the
DefaultValidationResult
defined by this builder.
- buildContainer(Locator, BuilderData, Object) - Method in interface net.sf.jguiraffe.gui.builder.Builder
-
A convenience method for constructing the GUI of the given passed in
container.
- buildContainer(Locator, BuilderData, Object) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
A convenience method for building the content of a container object.
- Builder - Interface in net.sf.jguiraffe.gui.builder
-
The main builder interface.
- Builder() - Constructor for class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Creates a new instance of
Builder
.
- Builder() - Constructor for class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Creates a new instance of
Builder
.
- Builder() - Constructor for class net.sf.jguiraffe.transform.DefaultValidationResult.Builder
-
Creates a new instance of
Builder
- BUILDER_NAME - Static variable in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Constant for the Swing form builder name.
- BUILDER_SECTION - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the section with the builder information.
- BuilderData - Interface in net.sf.jguiraffe.gui.builder
-
Definition of an interface that describes the parameters of a builder
operation.
- BuilderEvent - Class in net.sf.jguiraffe.gui.builder.event
-
The base class of events used in the form and form builder framework.
- BuilderEvent(Object) - Constructor for class net.sf.jguiraffe.gui.builder.event.BuilderEvent
-
Creates a new instance of
BuilderEvent
and initializes it.
- BuilderException - Exception in net.sf.jguiraffe.gui.builder
-
An exception class for reporting error conditions related to the GUI builder.
- BuilderException(String) - Constructor for exception net.sf.jguiraffe.gui.builder.BuilderException
-
Creates a new instance of
BuilderException
and sets the
error message.
- BuilderException(URL, Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.BuilderException
-
Creates a new instance of
BuilderException
and sets the
script URL and the root cause.
- BuilderException(URL, String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.BuilderException
-
Creates a new instance of
BuilderException
and sets the
script URL, the root cause, and an additional message.
- buildString(StringBuilder) - Method in class net.sf.jguiraffe.gui.layout.CellGroup
-
Appends a string representation of this object to the given string
buffer.
- buildString(StringBuilder) - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Appends a string representation of this object to the specified string
buffer.
- buildUnitString(StringBuilder) - Method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Appends a string representation of this number and its unit to the given
string buffer.
- buildWindow(Locator, BuilderData) - Method in interface net.sf.jguiraffe.gui.builder.Builder
-
A convenience method for building windows like top-level frames or
dialogs.
- buildWindow(Locator, BuilderData) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
A convenience method for building windows.
- BundleResourceLoader - Class in net.sf.jguiraffe.resources.impl.bundle
-
A specialized implementation of the
ResourceLoader
interface that
make use of the default Java resource bundles.
- BundleResourceLoader() - Constructor for class net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
-
Creates a new instance of
BundleResourceLoader
without a special
ClassLoaderProvider
; a default one is created.
- BundleResourceLoader(ClassLoaderProvider, String) - Constructor for class 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 - Static variable in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Constant for the mouse button 1.
- BUTTON2 - Static variable in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Constant for the mouse button 2.
- BUTTON3 - Static variable in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Constant for the mouse button 3.
- ButtonLayout - Class in net.sf.jguiraffe.gui.layout
-
A layout manager that deals with button bars for dialogs.
- ButtonLayout() - Constructor for class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Creates a new instance of
ButtonLayout
.
- ButtonLayout.Alignment - Enum in net.sf.jguiraffe.gui.layout
-
An enumeration class for the alignment of a
ButtonLayout
.
- ButtonLayoutTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specialized layout tag that creates a
ButtonLayout
.
- ButtonLayoutTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
- ButtonTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific tag handler class for creating command button components.
- ButtonTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
-
Creates a new instance of
ButtonTag
.
- ByteArrayLocator - Class in net.sf.jguiraffe.locators
-
A specialized
Locator
implementation that provides access to data
stored in memory as a byte array.
C
- calcCellPositions(int[], int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Calculates the start positions of all cells in a column or row.
- calcCellSize(PercentData, int, int, Object, boolean, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Determines the size of a single cell.
- calcCellSizes(CellConstraints[], int, Object, boolean, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Calculates the minimum size of either the columns or the rows in the
layout.
- calcCellSizesWithGroups(CellConstraints[], int, Collection<CellGroup>, Object, boolean, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Calculates the sizes of all columns or rows.
- calcComponentSize(PercentData, Object, Object, boolean, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Determines the size of a component based on the given constraints object.
- calcComponentSizes(CellConstraints, int, int, Object, boolean, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Calculates the size of either a column or a row in the layout.
- calcMinimumLayoutSize(Object) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the minimum size of this layout.
- calcPreferredLayoutSize(Object) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the preferred size of this layout.
- calcSizes(CellConstraints[], int, Collection<CellGroup>, Object, int, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Calculates the final cell sizes in one direction (horizontal or
vertical).
- calcTotalWeight(CellConstraints[]) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Helper method for calculating the total weight factor.
- calculateFixedColumnWidths(UnitSizeHandler, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Determines the fixed size columns of the represented table and
initializes their widths in the
TableColumnWidthController
of the
current table.
- calculateWidths(int) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthCalculator
-
Calculates the current widths of all columns managed by this controller.
- calculateWidths(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Calculates the current widths of all columns managed by this controller.
- callBack(ComponentBuilderData, Object) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentBuilderCallBack
-
Executes the call back.
- callListener(FormEventListener, FormEvent) - Method in enum net.sf.jguiraffe.gui.builder.event.FormListenerType
-
Invokes an event listener.
- callListeners(EventListenerList, FormEvent) - Method in enum net.sf.jguiraffe.gui.builder.event.FormListenerType
-
Invokes all listeners in the specified listener list that are of the
listener type represented by this instance.
- cancelButtonClicked(FormActionEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
The cancel button was clicked.
- canClose(Window) - Method in class net.sf.jguiraffe.gui.builder.window.InvariantWindowClosingStrategy
-
Checks if the window can be closed.
- canClose(Window) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowClosingStrategy
-
Checks if the window can be closed.
- canInitialize(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Checks whether initialization of the bean is now possible.
- canProcess(ConditionalTag) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Tests if the specified conditional tag should be executed.
- canProcess() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Tests whether this tag should be executed.
- canShutdown(Application) - Method in interface net.sf.jguiraffe.gui.app.ApplicationShutdownListener
-
Checks if a shutdown is possible.
- CellAlignment - Enum in net.sf.jguiraffe.gui.layout
-
An enumeration class that defines the possible alignments of components in
the cells of a percent layout.
- CellConstraints - Class in net.sf.jguiraffe.gui.layout
-
A class for describing column and row constraints for the
PercentLayout
layout manager.
- CellConstraints.Builder - Class in net.sf.jguiraffe.gui.layout
-
A builder class for creating instances of
CellConstraints
.
- CellGroup - Class in net.sf.jguiraffe.gui.layout
-
A simple helper class to define columns and rows with identical size in
PercentLayout
.
- CellGroup(int, int) - Constructor for class net.sf.jguiraffe.gui.layout.CellGroup
-
Creates a new instance of
CellGroup
.
- CellGroup(int, int, int) - Constructor for class net.sf.jguiraffe.gui.layout.CellGroup
-
Creates a new instance of
CellGroup
.
- CellGroup(int, int, int, int) - Constructor for class net.sf.jguiraffe.gui.layout.CellGroup
-
Creates a new instance of
CellGroup
.
- CellSize - Enum in net.sf.jguiraffe.gui.layout
-
An enumeration class that defines possible sizes for the cells of a
percent layout.
- CENTER - Static variable in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Constant for the layout constraints Center.
- ChainedEventFilter - Class in net.sf.jguiraffe.gui.builder.event.filter
-
An abstract base class for filters that operate on multiple filters.
- ChainedEventFilter() - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
-
Creates a new instance of
ChainedEventFilter
.
- ChainedEventFilter(Collection<EventFilter>) - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
-
Creates a new instance of
ChainedEventFilter
and initializes
it with the given list of child filters.
- ChainedEventFilterTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specialized event filter class that deals with chained filters, i.e. event
filters that can child event filters.
- ChainedEventFilterTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ChainedEventFilterTag
-
Creates a new instance of
ChainedEventFilterTag
.
- ChainedEventFilterTag(Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ChainedEventFilterTag
-
Creates a new instance of
ChainedEventFilterTag
and sets
the default class.
- ChainedInvocation - Class in net.sf.jguiraffe.di.impl
-
A special implementation of the
Invokable
interface that
allows aggregating an arbitrary number of Invokable
objects to
a kind of script.
- ChainedInvocation() - Constructor for class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Creates a new instance of
ChainedInvocation
.
- ChainElementEnabler - Class in net.sf.jguiraffe.gui.builder.enablers
-
A specialized implementation of the
ElementEnabler
interface that
maintains an arbitrary number of other ElementEnabler
objects.
- ChainElementEnabler(Collection<ElementEnabler>) - Constructor for class net.sf.jguiraffe.gui.builder.enablers.ChainElementEnabler
-
Creates a new instance of
ChainElementEnabler
and initializes it
with the given collection of child ElementEnabler
objects.
- ChainValidator - Class in net.sf.jguiraffe.transform
-
A special
Validator
implementation that allows combining multiple
primitive validators.
- ChainValidator() - Constructor for class net.sf.jguiraffe.transform.ChainValidator
-
Creates a new instance of
ChainValidator
.
- ChangeListener - Interface in net.sf.jguiraffe.gui.platform.swing.builder.event
-
Definition of an interface for receiving notifactions about changes at Swing
components.
- ChangeListenerTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specific form event listener tag implementation that deals with change
listeners.
- ChangeListenerTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ChangeListenerTag
-
Creates a new instance of
ChangeListenerTag
.
- changeNodeName(ConfigurationNode, String) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeConfigurationChangeHandler
-
Changes the name of a
ConfigurationNode
.
- checkActionTask(Object) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionHelper
-
Tests whether the specified object is a valid task for an action.
- checkAttributes() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
A helper method for checking whether all attributes are correctly
defined.
- checkAttributes() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Checks if all mandatory attributes are defined.
- CheckboxTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific input component tag for creating a checkbox.
- CheckboxTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.CheckboxTag
-
- checkConstraints(Object) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Checks the specified constraints object.
- checkDependencyProvider(DependencyProvider) - Static method in class net.sf.jguiraffe.di.impl.Invocation
-
Checks whether a valid
DependencyProvider
has been specified.
- CHECKED - Static variable in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
-
Constant for the CHECKED property.
- checkEquals(Object, Object, boolean) - Static method in class net.sf.jguiraffe.JGuiraffeTestHelper
-
Tests the implementation of
equals()
and (partly)
hashCode()
.
- checkMenuElement(Object) - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Checks whether the specified menu element can be processed by this
handler.
- checkMenuItems() - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Tests whether all menu elements to be processed by this handler are
supported.
- checkName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Checks whether the
name
attribute is set.
- checkState() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Checks the state of this builder.
- CLASS_LOADER - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the class loader which loaded the application
class.
- ClassDependency - Class in net.sf.jguiraffe.di.impl
-
An implementation of the
Dependency
interface that allows to
define a dependency based on a bean class.
- ClassDescData - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A simple data class for managing the components needed for a class
description.
- ClassDescData() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
- ClassDescription - Class in net.sf.jguiraffe.di.impl
-
A helper class for defining references to classes.
- ClassEventFilter - Class in net.sf.jguiraffe.gui.builder.event.filter
-
A specialized
EventFilter
implementation that filters by an
event class.
- ClassEventFilter() - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.ClassEventFilter
-
Creates a new instance of
ClassEventFilter
.
- ClassEventFilter(Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.ClassEventFilter
-
Creates a new instance of
ClassEventFilter
and initializes
it with the class to filter.
- ClassEventFilter(Class<?>, boolean) - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.ClassEventFilter
-
Creates a new instance of
ClassEventFilter
and initializes
it.
- classLoaderNames() - Method in interface net.sf.jguiraffe.di.ClassLoaderProvider
-
Returns a set with the names of all registered class loaders.
- classLoaderNames() - Method in class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Returns a set with the names of the class loaders that have been
registered at this object.
- classLoaderNames() - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Returns a set with the names of all class loaders registered at this
object.
- ClassLoaderProvider - Interface in net.sf.jguiraffe.di
-
Definition of an interface for objects that act as a registry for class
loaders.
- ClassPathLocator - Class in net.sf.jguiraffe.locators
-
A specific
Locator
implementation that can obtain resources from
the class path.
- clear() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Removes all
BeanProvider
s from this bean store.
- clear() - Method in interface net.sf.jguiraffe.di.MutableBeanStore
-
Removes all
BeanProvider
s from this bean store.
- clear() - Method in class net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
-
Removes all child filters from this chained filter.
- clear() - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Clears the content of this store.
- clearCells() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Resets the states of all cells in the layout.
- clearCells(int, int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Resets the states of all cells in the layout.
- clearDefaultBaseClassConverters() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Removes all base class converters that have been added to this object
before.
- clearDefaultConverters() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Removes all default converters that have been added to this object so
far.
- clearSelection() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Clears the table's selection.
- clearSelection() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Clears the selection of the text component.
- clearSelection() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Removes the selection.
- ClearTextActionTask - Class in net.sf.jguiraffe.examples.tutorial.createfile
-
A task for an action that clears the content of a text component.
- ClearTextActionTask(ComponentHandler<String>) - Constructor for class net.sf.jguiraffe.examples.tutorial.createfile.ClearTextActionTask
-
Creates a new instance of
ClearTextActionTask
and initializes it.
- close() - Method in interface net.sf.jguiraffe.di.BeanContext
-
Closes this bean context.
- close() - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Closes this
BeanContext
.
- close() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Closes this
BeanContext
.
- close(boolean) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Closes this window.
- close(boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Closes this window.
- close(boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Closes this window.
- closeForm() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Closes the associated form.
- collapse(TreeNodePath) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Collapses the node specified by the given path.
- CollectionBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
An abstract base class for
BeanProvider
implementations that
create beans derived from collections.
- CollectionBeanProvider(Collection<Dependency>) - Constructor for class net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
-
Creates a new instance of
CollectionBeanProvider
and
initializes it with a collection with the dependencies of the elements.
- collectionEquals(Collection<?>, Collection<?>) - Static method in class net.sf.jguiraffe.JGuiraffeTestHelper
-
Tests whether the specified collections are equal.
- CollectionTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A base tag handler class for defining collections in bean builder scripts.
- CollectionTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Creates a new instance of
CollectionTag
.
- Color - Class in net.sf.jguiraffe.gui.builder.components
-
A simple class representing a color in a platform-independent way.
- ColorFieldMarker - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
A specialized
FormControllerValidationListener
implementation that
can change the colors of fields depending on their validation status.
- ColorFieldMarker() - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Creates a new instance of
ColorFieldMarker
.
- ColorHelper - Class in net.sf.jguiraffe.gui.builder.components
-
A helper class for dealing with colors.
- ColorHelper.NamedColor - Enum in net.sf.jguiraffe.gui.builder.components
-
An enumeration with predefined color constants.
- ColorListModel - Class in net.sf.jguiraffe.examples.tutorial.viewset
-
A
ListModel
implementation for combo boxes that allow the user to
choose a color.
- ColorListModel(ApplicationContext) - Constructor for class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Creates a new instance of
ColorListModel
.
- columnAdded(TableColumnModelEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
-
Dummy implementation of this method of the
TableColumnModelListener
interface.
- ColumnClass - Enum in net.sf.jguiraffe.gui.builder.components.tags.table
-
An enumeration class that defines logic column classes.
- ColumnComponentTag - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
An abstract base class for tags that define renderers or editors for the
columns of a table.
- ColumnComponentTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
-
Creates a new instance of
ColumnComponentTag
.
- ColumnEditorTag - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A tag for defining the editor of a column within a table.
- ColumnEditorTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnEditorTag
-
- columnMarginChanged(ChangeEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
-
The width of a column has been changed.
- columnMoved(TableColumnModelEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
-
Dummy implementation of this method of the
TableColumnModelListener
interface.
- columnRemoved(TableColumnModelEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
-
Dummy implementation of this method of the
TableColumnModelListener
interface.
- ColumnRendererTag - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A tag for defining the renderer of a column within a table.
- ColumnRendererTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnRendererTag
-
- columnSelectionChanged(ListSelectionEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
-
Dummy implementation of this method of the
TableColumnModelListener
interface.
- CombinedBeanStore - Class in net.sf.jguiraffe.di.impl
-
A specialized implementation of the
BeanStore
interface that combines
multiple physical BeanStore
objects to a single logic view.
- CombinedBeanStore(String, BeanStore...) - Constructor for class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Creates a new instance of
CombinedBeanStore
and initializes it
with the given name and the child bean stores.
- CombinedBeanStore(BeanStore...) - Constructor for class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Creates a new instance of
CombinedBeanStore
and initializes it
with the given child bean stores.
- combineTips(String, String) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Creates a combined tool tip from the standard tool tip and the additional
tool tip.
- ComboBoxTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific input component tag that creates a combo box component.
- ComboBoxTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
-
- Command - Interface in net.sf.jguiraffe.gui.cmd
-
Definition of an interface for command objects.
- CommandActionTask - Class in net.sf.jguiraffe.gui.app
-
A specialized action task that executes a
Command
object.
- CommandActionTask() - Constructor for class net.sf.jguiraffe.gui.app.CommandActionTask
-
- CommandBase - Class in net.sf.jguiraffe.gui.cmd
-
An abstract base class for implementations of the
Command
interface.
- CommandBase() - Constructor for class net.sf.jguiraffe.gui.cmd.CommandBase
-
Creates a new instance of
CommandBase
.
- CommandBase(boolean) - Constructor for class net.sf.jguiraffe.gui.cmd.CommandBase
-
Creates a new instance of
CommandBase
and sets the
UpdateGUI
property.
- CommandQueue - Interface in net.sf.jguiraffe.gui.cmd
-
Definition of an interface that describes a command queue.
- commandQueueChanged(CommandQueueEvent) - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueueListener
-
Notifies this listener about a change in the state of a command queue.
- CommandQueueEvent - Class in net.sf.jguiraffe.gui.cmd
-
An event class for notifying listeners about the state of a
CommandQueue
.
- CommandQueueEvent(CommandQueue, Command, CommandQueueEvent.Type) - Constructor for class net.sf.jguiraffe.gui.cmd.CommandQueueEvent
-
Creates a new instance of
CommandQueueEvent
and fully
initializes it.
- CommandQueueEvent.Type - Enum in net.sf.jguiraffe.gui.cmd
-
An enumeration for the types supported by the
CommandQueueEvent
class.
- CommandQueueImpl - Class in net.sf.jguiraffe.gui.cmd
-
A command queue implementation for GUI applications.
- CommandQueueImpl(GUISynchronizer) - Constructor for class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Creates a new instance of
CommandQueue
and initializes it
with the GUISynchronizer
.
- CommandQueueImpl(GUISynchronizer, ExecutorService) - Constructor for class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Creates a new instance of
CommandQueueImpl
and initializes
it with the GUISynchronizer
and the
ExecutorService
to be used.
- CommandQueueListener - Interface in net.sf.jguiraffe.gui.cmd
-
Definition of an interface for listeners that want to be notified about
changes in the state of a
CommandQueue
object.
- commandScheduled(CommandQueue) - Method in interface net.sf.jguiraffe.gui.cmd.ScheduleAware
-
Notifies this object that it was passed to a
CommandQueue
for
execution.
- CommandWrapper - Class in net.sf.jguiraffe.gui.cmd
-
A wrapper implementation of the
Command
interface.
- CommandWrapper(Command) - Constructor for class net.sf.jguiraffe.gui.cmd.CommandWrapper
-
Creates a new instance of
CommandWrapper
and initializes it with
the wrapped command.
- compareTo(FileData) - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
A special
compareTo()
implementation.
- COMPONENT_UNDEFINED - Static variable in class net.sf.jguiraffe.gui.builder.components.Color
-
Constant for an undefined color component.
- ComponentBaseTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
An abstract base class for tags that create GUI components.
- ComponentBaseTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Creates a new instance of
ComponentBaseTag
.
- ComponentBuilderCallBack - Interface in net.sf.jguiraffe.gui.builder.components
-
An interface for describing call back operations that can be registered at
the central builder data object.
- ComponentBuilderData - Class in net.sf.jguiraffe.gui.builder.components
-
A class for storing temporary data and the results of a form builder
operation.
- ComponentBuilderData() - Constructor for class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Creates a new instance of
ComponentBuilderData
.
- componentChanged(Object) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.event.ChangeListener
-
Call back method for component changes.
- ComponentEnabler - Class in net.sf.jguiraffe.gui.builder.enablers
-
A specialized implementation of the
ElementEnabler
interface that can
change the enabled state of components.
- ComponentEnabler(String) - Constructor for class net.sf.jguiraffe.gui.builder.enablers.ComponentEnabler
-
Creates a new instance of
ComponentEnabler
and initializes it
with the name of the component whose state is to be changed by this
enabler.
- ComponentGroup - Class in net.sf.jguiraffe.gui.builder.components
-
This class represents a group of components.
- ComponentGroup() - Constructor for class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Creates a new instance of
ComponentGroup
.
- ComponentGroupTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag for constructing (logic) groups of components.
- ComponentGroupTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
-
- ComponentHandler<T> - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for accessing GUI components independently from
their type.
- ComponentHandlerImpl - Class in net.sf.jguiraffe.gui.forms
-
A simple default implementation of the
ComponentHandler
interface.
- ComponentHandlerImpl() - Constructor for class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
- ComponentHandlerTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class that allows constructing custom
ComponentHandler
objects.
- ComponentHandlerTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
-
- ComponentManager - Interface in net.sf.jguiraffe.gui.builder.components
-
Definition of an interface to a concrete GUI manager.
- ComponentManagerWrapper - Class in net.sf.jguiraffe.gui.builder.components
-
A base class for wrapper implementations of the
ComponentManager
interface.
- ComponentManagerWrapper(ComponentManager) - Constructor for class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a new instance of
ComponentManagerWrapper
and initializes
it with the wrapped ComponentManager
.
- componentResized(ComponentEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
-
The table monitored by this listener has been resized.
- ComponentStore - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for objects that are able to manage entities
related to a
Form
object.
- ComponentStoreImpl - Class in net.sf.jguiraffe.gui.forms
-
A fully functional default implementation of the
ComponentStore
interface.
- ComponentStoreImpl() - Constructor for class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Creates a new instance of
ComponentStoreImpl
and
initializes it.
- Composite - Interface in net.sf.jguiraffe.gui.builder.components
-
Definition of an interface for components that can contain other components.
- CompositeComponentHandler<T,S> - Interface in net.sf.jguiraffe.gui.builder.components
-
Definition of an interface for complex component handlers that can contain
other component handlers.
- CompositeImpl - Class in net.sf.jguiraffe.gui.builder.components
-
A straight-forward implementation of the
Composite
interface.
- CompositeImpl() - Constructor for class net.sf.jguiraffe.gui.builder.components.CompositeImpl
-
- ConditionalTag - Interface in net.sf.jguiraffe.gui.builder.components.tags
-
Definition of an interface for tags that are only executed for certain
builders.
- CONFIG_SECTION - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the configuration section for the framework.
- configurationChanged(ConfigurationEvent) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeConfigurationChangeHandler
-
Reacts on change events of the associated
Configuration
.
- configurationChanged(ConfigurationEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Deprecated.
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 - Class in net.sf.jguiraffe.di.impl.providers
-
A concrete implementation of the
BeanProvider
interface that
will always return the same bean instance.
- ConstantValueTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized tag handler implementation for resolving values of constant
fields.
- ConstantValueTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Creates a new instance of
ConstantValueTag
.
- constraintsFor(PercentData, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the constraints object for the specified percent data and the
given orientation.
- ConstraintsTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
An abstract base class for creating layout constraints objects.
- ConstraintsTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ConstraintsTag
-
- ConstructorBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A simple bean provider that creates new bean instances by invoking a
constructor.
- ConstructorBeanProvider(ConstructorInvocation) - Constructor for class net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
-
Creates a new instance of
ConstructorBeanProvider
and
initializes it with the constructor invocation to be called.
- ConstructorInvocation - Class in net.sf.jguiraffe.di.impl
-
A class that represents a constructor invocation.
- ConstructorInvocation(ClassDescription, ClassDescription[], Dependency...) - Constructor for class net.sf.jguiraffe.di.impl.ConstructorInvocation
-
Creates a new instance of
ConstructorInvocation
and
initializes it.
- ConstructorInvocationTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized
InvocationTag
implementation that deals with
ConstructorInvocation
objects.
- ConstructorInvocationTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ConstructorInvocationTag
-
- ConstructorTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized constructor invocation tag that is intended to be used inside a
<bean>
tag for defining the BeanProvider
for creating the managed bean.
- ConstructorTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
-
- constructPopup(PopupMenuBuilder, ComponentBuilderData) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.TablePopupHandler
-
Asks this handler to create a popup menu using the specified
PopupMenuBuilder
.
- constructPopup(PopupMenuBuilder, ComponentBuilderData) - Method in interface net.sf.jguiraffe.gui.builder.action.PopupMenuHandler
-
Asks this handler to create a popup menu using the specified
PopupMenuBuilder
.
- constructPopup(PopupMenuBuilder, ComponentBuilderData) - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Constructs the menu.
- consumeShutdownHandler() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the
Invokable
serving as a shutdown handler and resets
the field.
- ContainerSelector - Interface in net.sf.jguiraffe.gui.builder.components
-
An interface for a component responsible for obtaining a container object.
- ContainerTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific tag handler implementation for creating container tags.
- ContainerTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
- containsBean(String) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Checks whether the default
BeanStore
contains a bean with
the given name.
- containsBean(String, BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Checks whether the specified
BeanStore
contains a bean
with the given name.
- containsBean(Class<?>) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Checks whether the default
BeanStore
contains a bean with
the given class.
- containsBean(Class<?>, BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Checks whether the specified
BeanStore
contains a bean
with the given class.
- containsBean(String) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Checks whether a bean with the given name can be found in the default
bean store of this bean context.
- containsBean(String, BeanStore) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Checks whether a bean with the given name can be found in the specified
bean store.
- containsBean(Class<?>) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Checks whether a bean with the given class can be found in this bean
context's default bean store.
- containsBean(Class<?>, BeanStore) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Checks whether a bean with the given class can be found in the specified
bean store.
- containsBean(String) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Tests whether a bean with the given name can be found in the default
store.
- containsBean(String, BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Tests whether a bean with the given name can be found in the specified
bean store.
- containsBean(Class<?>) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Tests whether a bean with the given bean class can be found in the
default bean store.
- containsBean(Class<?>, BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Tests whether a bean with the given class can be found in the specified
bean store.
- CONTEXT_CLASS_LOADER - Static variable in interface net.sf.jguiraffe.di.ClassLoaderProvider
-
Constant for the reserved name of the context class loader.
- ConversionHelper - Class in net.sf.jguiraffe.di
-
A helper class providing functionality related to data type conversion and
registration of custom converters.
- ConversionHelper() - Constructor for class net.sf.jguiraffe.di.ConversionHelper
-
Creates a new instance of
ConversionHelper
which does not have a
parent.
- ConversionHelper(ConversionHelper) - Constructor for class net.sf.jguiraffe.di.ConversionHelper
-
Creates a new instance of
ConversionHelper
and initializes it
with the given parent instance.
- convert(Class<T>, Object) - Method in class net.sf.jguiraffe.di.ConversionHelper
-
Performs a type conversion.
- convert(Class, Object) - Method in class net.sf.jguiraffe.di.EnumConverter
-
Performs the type conversion to an enumeration constant.
- convert(Class, Object) - Method in class net.sf.jguiraffe.gui.builder.enablers.EnablerConverter
-
Performs the type conversion.
- convert(Class, Object) - Method in class net.sf.jguiraffe.locators.LocatorConverter
-
Tries to convert the specified object to a
Locator
.
- convert(Number) - Method in class net.sf.jguiraffe.transform.DoubleTransformer
-
Converts the specified number into a
java.lang.Double
.
- convert(Number) - Method in class net.sf.jguiraffe.transform.FloatTransformer
-
Converts the specified number into a
Float
.
- convert(Number) - Method in class net.sf.jguiraffe.transform.IntegerTransformer
-
Converts the given number to an
java.lang.Integer
.
- convert(Number) - Method in class net.sf.jguiraffe.transform.LongTransformer
-
Converts the given number into a
Long
.
- convert(Number) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Converts the specified number to the target type supported by this
transformer.
- convertArguments(Class<?>[], Object[]) - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Performs necessary type conversions before invoking a method.
- convertButtonType(int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Converts the passed in button type into the corresponding option type
used by
JOptionPane
.
- ConverterTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specialized tag handler class for adding custom data type converters in a
builder script.
- ConverterTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Creates a new instance of
ConverterTag
.
- convertMessageType(int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Converts the passed in message type into the corresponding type used by
JOptionPane
.
- convertObject(Class<T>, Object) - Method in class net.sf.jguiraffe.di.ConversionHelper
-
Performs a type conversion to the given target class if possible.
- convertProperty(Object, StaticTextDataImpl, TransformerContext) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
Performs the transformation if the object to be converted must be set as
a property of a
StaticTextData
object.
- convertReturnValue(int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Converts the passed in return value from the
JOptionPane
to the corresponding RET_XXXX
constant.
- convertStandardButtons(int) - Static method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
-
Converts standard mouse button indices to Swing-specific button
constants.
- convertStandardKey(Keys) - Static method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
-
Converts a standard key code to the Swing-specific equivalent.
- convertStandardModifiers(Set<Modifiers>) - Static method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
-
Converts standard keyboard modifiers into Swing-specific modifiers.
- convertSwingButtons(int) - Static method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
-
Converts Swing-specific mouse button indices to standard button
constants.
- convertSwingKey(int) - Static method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
-
Converts a Swing-specific key code to a standard
Keys
enumeration
constant.
- convertSwingModifiers(int) - Static method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventConstantMapper
-
Converts Swing-specific keyboard modifiers into standard modifiers.
- convertToClass(Object) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Helper method for converting attributes of type class.
- convertToNumberWithUnit(String) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Converts a string attribute into the corresponding number with unit.
- convertToNumberWithUnit(String, NumberWithUnit) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Converts a string attribute into the corresponding
NumberWithUnit
returning the default value if the attribute has not been set.
- copy() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Copies the currently selected text to the system clipboard.
- create(Class<?>, FormAction) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionInvoker
-
Creates an action invoker proxy for the specified listener interface that
will invoke the given action whenever a method of the listener interface
is called.
- create(Class<?>, FormAction, EventFilter) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionInvoker
-
Creates an action invoker proxy for the specified listener interface that
will invoke the given action when an event is triggered that is accepted
by the passed in filter.
- create(Class<?>[], FormAction, EventFilter) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionInvoker
-
Creates an action invoker proxy that implements all the specified
listener interfaces.
- create() - Method in interface net.sf.jguiraffe.gui.builder.action.PopupMenuBuilder
-
Creates the menu and returns a reference to it.
- create() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Returns a
CellConstraints
instance for the properties defined
so far.
- create() - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Creates the
PercentData
instance whose properties were
specified by the preceding method calls.
- create() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
-
Displays the popup menu constructed by this builder.
- createAction(ActionBuilder, ActionData) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates an action object based on the provided information.
- createAction(ActionBuilder, ActionData) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates an action object based on the provided information.
- createAction(ActionBuilder, ActionData) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Creates an action object.
- createActionBuilderData(BuilderData) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Creates the action builder data object for the current builder process.
- createActionControl(ActionManager, FormAction, Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Creates a control and associates it with the given action.
- createActionControl(ActionManager, FormAction, Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuItemTag
-
Creates a menu item based on an action definition.
- createActionControl(ActionManager, FormAction, Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ToolButtonTag
-
Creates a toolbar button that is associated with an action.
- createApplicationContext() - Method in class net.sf.jguiraffe.gui.app.Application
-
Creates and initializes the application context.
- createBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Creates and initializes a new bean instance.
- createBeanBuilderFactory(Configuration) - Method in class net.sf.jguiraffe.gui.app.Application
-
Creates the factory for the bean builder.
- createBeanProvider() - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Creates the bean provider defined by this tag.
- createBeanProvider() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Creates the bean provider defined by this tag.
- createBeanProvider() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ListTag
-
Creates the bean provider representing the collection managed by this
tag.
- createBeanProvider() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Creates the
BeanProvider
produced by this tag.
- createBeanProvider() - Method in class net.sf.jguiraffe.gui.builder.di.tags.PropertiesTag
-
Creates the
BeanProvider
managed by this tag.
- createBeanProvider() - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetTag
-
Creates the bean provider representing the collection managed by this
tag.
- createBorderLayout(BorderLayoutTag) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a border layout object whose parameters are obtained form the
specified tag.
- createBorderLayout(BorderLayoutTag) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a border layout object whose parameters are obtained form the
specified tag.
- createBorderLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Creates the border layout object based on this tag's attributes.
- createBorderLayout(BorderLayoutTag) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a border layout with the information from the passed in tag.
- createBuilderData(JellyContext, MutableBeanStore, ClassLoaderProvider, InvocationHelper) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Creates the
DIBuilderData
object used during the builder
operation.
- createButton(ButtonTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a button component.
- createButton(ButtonTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a button component.
- createButton(ButtonTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a command button, which is specified by
the given tag.
- createButtonHandler(AbstractButton, InputComponentTag, TextIconData, String) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Initializes a button component and creates a component handler for it.
- createButtonLayout(ButtonLayoutTag) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a button layout object whose parameters are obtained from the
specified tag.
- createButtonLayout(ButtonLayoutTag) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a button layout object whose parameters are obtained from the
specified tag.
- createButtonLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Creates the button layout object.
- createButtonLayout(ButtonLayoutTag) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a button layout with the information from the passed in tag.
- createCallBack(ComponentBaseTag, PopupMenuHandler) - Method in class net.sf.jguiraffe.gui.builder.action.tags.PopupHandlerTag
-
Creates the call back object for actually registering the popup menu
handler.
- createCheckbox(CheckboxTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a checkbox.
- createCheckbox(CheckboxTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a checkbox.
- createCheckbox(CheckboxTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a checkbox, which is specified by the
given tag.
- createClassDescription() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Creates a
ClassDescription
object from the internal data.
- createCollection(int) - Method in class net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
-
Creates the collection.
- createCollection(int) - Method in class net.sf.jguiraffe.di.impl.providers.ListBeanProvider
-
Creates the collection managed by this bean provider.
- createCollection(int) - Method in class net.sf.jguiraffe.di.impl.providers.SetBeanProvider
-
Creates the collection managed by this bean provider.
- createComboBox(ComboBoxTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a combo box.
- createComboBox(ComboBoxTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a combo box.
- createComboBox(ComboBoxTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a combo box, which is specified by the
given tag.
- createCommandQueue(ApplicationContext) - Method in class net.sf.jguiraffe.gui.app.Application
-
Creates and initializes the application's command queue.
- createCommandWrapper(Command) - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Creates the
Command
object wrapper that is passed to the
Application.execute(Command)
method.
- createComparator() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Creates a
Comparator
object that implements the sort order
specified in this object.
- createComponent(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ToolbarTag
-
Creates the toolbar component.
- createComponent(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Creates and initializes the container.
- createComponent(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.LabelTag
-
Creates the label component.
- createComponent(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SimpleComponentTag
-
Creates a specific component.
- createComponentBuilderData(BuilderData, Object) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Creates the component builder data object for the current builder
process.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
-
Creates the combo box component.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FieldTag
-
Returns the component handler to be used by the component that is
represented by this tag.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Creates the component handler used by this input component.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Creates the list box component.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PasswordFieldTag
-
Creates the
ComponentHandler
for this task.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Creates a component handler for the represented component.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Creates the component handler for the new input component.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Creates a
ComponentHandler
for the managed slider component.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Creates the component handler object for the represented component.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Creates the table component.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Creates a component handler for the text area defined by this tag.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
-
Creates the component handler for this text field.
- createComponentHandler(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Creates the component handler for the tree component.
- createConfiguration() - Method in class net.sf.jguiraffe.gui.app.Application
-
Creates the configuration for this application.
- createConfiguration(URL) - Method in class net.sf.jguiraffe.gui.app.Application
-
Reads the application's configuration from the specified URL.
- createConstraints(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderConstraintsTag
-
Creates the constraints object.
- createConstraints(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ConstraintsTag
-
Creates the constraints object.
- createConstraints() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
-
Creates the constraints object for the string defined by the user.
- createConstraints() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentColConstraintsTag
-
Creates the constraints object.
- createConstraints(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Creates the constraints object.
- createConstraints() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentRowConstraintsTag
-
Creates the constraints object.
- createContainer(ComponentManager, boolean, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Creates the container widget.
- createContainer(ComponentManager, boolean, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag
-
Creates the container component.
- createContainer(ComponentManager, boolean, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Creates the concrete container widget.
- createContainer(ComponentManager, boolean, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Creates the container component.
- createContainer(ComponentManager, boolean, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
-
Creates the container represented by this tag.
- createContainer(ComponentManager, boolean, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Creates the container object.
- createContainer(ComponentManager, boolean, Collection<Object[]>) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Creates the window container.
- createDate(int, int, int) - Static method in class net.sf.jguiraffe.JGuiraffeTestHelper
-
Helper method for creating a date object based on the given year, month,
and day.
- createDefaultBorder() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a default border.
- createDefaultIconHandler() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns a default
TreeIconHandler
object.
- createDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Creates the
Dependency
based on the values of the
attributes.
- createDesktopPanel(DesktopPanelTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a desktop panel whose parameters are obtained from the specified
tag.
- createDesktopPanel(DesktopPanelTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a desktop panel whose parameters are obtained from the specified
tag.
- createDesktopPanel(DesktopPanelTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a desktop panel with the information obtained from the passed in
tag.
- createDialog(WindowBuilderData, WindowData, boolean, Window) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowManager
-
Creates a modal or non modal dialog.
- createDialog(WindowBuilderData, WindowData, boolean, Window) - Method in class net.sf.jguiraffe.gui.builder.window.WindowManagerWrapper
-
Creates a modal or non modal dialog.
- createDialog(JOptionPane, Window, String) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Creates the dialog from the option pane.
- createDialog(WindowBuilderData, WindowData, boolean, Window) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
-
Creates a dialog window.
- createElementHandler(ActionManager, ActionData, Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Creates a control based on the given action data object.
- createElementHandler(ActionManager, ActionData, Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuItemTag
-
Creates a menu item based on an action data object.
- createElementHandler(ActionManager, ActionData, Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ToolButtonTag
-
Creates a toolbar button based on the given data object.
- createEnabler(String, String) - Method in class net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
-
Creates an
ElementEnabler
for the specified prefix.
- createEvent(MouseEvent, FormMouseEvent.Type) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
-
Creates a
FormMouseEvent
from the specified source Swing event
using the given event type.
- createEventListener(Class<?>[]) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Creates an event listener proxy for all event listener classes in the
specified array.
- createEventListener() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Creates an event listener object for all listener types that have been
added to this tag.
- createEventManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Creates the event manager object.
- createEventManager() - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Returns a concrete implementation of the
PlatformEventManager
interface for dealing with event
notifications.
- createEventManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Returns a concrete implementation of the
PlatformEventManager
interface for dealing with event
notifications.
- createEventManager() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates the Swing specific platform event manager.
- createFieldHandler(InputComponentTag, ComponentHandler<?>) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultFieldHandlerFactory
-
Creates a new field handler object for the specified input component tag.
- createFieldHandler(InputComponentTag, ComponentHandler<?>) - Method in interface net.sf.jguiraffe.gui.builder.components.FieldHandlerFactory
-
Creates a new field handler object.
- createFieldHandler(ComponentHandler<?>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Creates a field handler object for the input component.
- CreateFileCommand - Class in net.sf.jguiraffe.examples.tutorial.createfile
-
A command class for creating a new file.
- CreateFileCommand(ApplicationContext, CreateFileData, FormAction) - Constructor for class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileCommand
-
Creates a new instance of
CreateFileCommand
and initializes it
with the application context and the data of the file to be created.
- CreateFileData - Class in net.sf.jguiraffe.examples.tutorial.createfile
-
A data class that stores all information for the creation of a new file.
- CreateFileData() - Constructor for class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
-
- createFileFilter() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Creates a
FileFilter
object that implements the filter criteria
defined for this object.
- createFont(FontTag) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a font object from the data specified by the given
FontTag
.
- createFont(FontTag) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a font object from the data specified by the given
FontTag
.
- createFont(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Calls the
ComponentManager
to create the font represented by this
tag.
- createFont(FontTag) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a font based on the data provided by the given
FontTag
.
- createFormat(Locale) - Method in class net.sf.jguiraffe.transform.AbstractDecimalTransformer
-
Returns a format object suitable for parsing doubles.
- createFormat(Locale) - Method in class net.sf.jguiraffe.transform.AbstractIntegerTransformer
-
Creates the format object for parsing user input.
- createFormat(Locale, int, Configuration) - Method in class net.sf.jguiraffe.transform.DateTimeTransformer
-
Creates the format object to be used by this transformer.
- createFormat(Locale, int, Configuration) - Method in class net.sf.jguiraffe.transform.DateTransformer
-
Returns the
DateFormat
to be used by this transformer.
- createFormat(Locale, int, Configuration) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Creates a
DateFormat
object for parsing dates of the
supported format.
- createFormat(Locale) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Creates the format object for parsing a number.
- createFormat(Locale, int, Configuration) - Method in class net.sf.jguiraffe.transform.TimeTransformer
-
Returns a format object for formatting and parsing time objects.
- createFrame(WindowBuilderData, WindowData, Window) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowManager
-
Creates a frame window (a main frame).
- createFrame(WindowBuilderData, WindowData, Window) - Method in class net.sf.jguiraffe.gui.builder.window.WindowManagerWrapper
-
Creates a frame window (a main frame).
- createFrame(WindowBuilderData, WindowData, Window) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
-
Creates a frame window.
- createFromMessage(Message, Object...) - Static method in class net.sf.jguiraffe.resources.Message
-
Creates a new
Message
instance with the same resource group and
resource key as the passed in instance, but with different parameters.
- createGroup(JellyContext, String) - Static method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Creates a new
ComponentGroup
instance and stores it in the
specified context.
- createGroup() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Creates the cell group object based on the attribute values.
- createGroup(String, Locale) - Method in class net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
-
Creates a
ResourceGroup
object from the specified bundle.
- createIcon(Locator) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates an icon object with the data obtained from the specified
Locator
- createIcon(Locator) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates an icon object with the data obtained from the specified
Locator
- createIcon() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Creates the icon.
- createIcon(Locator) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates an icon with the information obtained from the given locator.
- createInternalFrame(WindowBuilderData, WindowData, Window) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowManager
-
Creates an internal frame window.
- createInternalFrame(WindowBuilderData, WindowData, Window) - Method in class net.sf.jguiraffe.gui.builder.window.WindowManagerWrapper
-
Creates an internal frame window.
- createInternalFrame(WindowBuilderData, WindowData, Window) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
-
Creates and initializes an internal frame window and adds it to its
parent frame.
- createInvocation() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstructorInvocationTag
-
Creates the invocation object.
- createInvocation() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Creates the invocation object.
- createInvocation() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Creates the invocation object.
- createJDialog(WindowBuilderData) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
-
Creates a new dialog object.
- createJellyContext() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Creates the Jelly context for executing the builder script.
- createLabel(LabelTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a label object.
- createLabel(LabelTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a label object.
- createLabel(LabelTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a label component with the information obtained from the given
tag.
- createLayout(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Creates the border layout object.
- createLayout(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Creates the layout object.
- createLayout(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.LayoutTag
-
Creates the specific layout object.
- createLayout(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Creates the percent layout object.
- createListBox(ListBoxTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a list box.
- createListBox(ListBoxTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a list box.
- createListBox(ListBoxTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a list, which is specified by the given
tag.
- createMap() - Method in class net.sf.jguiraffe.di.impl.providers.MapBeanProvider
-
Creates the map managed by this provider.
- createMap() - Method in class net.sf.jguiraffe.di.impl.providers.PropertiesBeanProvider
-
Creates the map managed by this bean provider.
- createMenu(ActionBuilder, Object, TextIconData, Object) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates a (sub) menu.
- createMenu(ActionBuilder, Object, TextIconData, Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a (sub) menu.
- createMenu(ActionBuilder, Object, TextIconData, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Creates a menu based on the given data.
- createMenuBar(ActionBuilder) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates a menu bar.
- createMenuBar(ActionBuilder) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a menu bar.
- createMenuBar(ActionBuilder) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Creates a menu bar.
- createMenuItem(ActionBuilder, FormAction, boolean, Object) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates a menu item based on the specified action object.
- createMenuItem(ActionBuilder, ActionData, boolean, Object) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates a menu item based on the specified action data object and returns
a component handler for it.
- createMenuItem(ActionBuilder, FormAction, boolean, Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a menu item based on the specified action object.
- createMenuItem(ActionBuilder, ActionData, boolean, Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a menu item based on the specified action data object and returns
a component handler for it.
- createMenuItem(ActionBuilder, FormAction, boolean, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Creates a menu item based on the given action.
- createMenuItem(ActionBuilder, ActionData, boolean, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Creates a menu item based on the passed in data object.
- createOptionPane(Window, Object, String, int, int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Creates the option pane dialog for displaying the message box.
- createPanel(PanelTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a panel whose parameters are obtained from the specified tag.
- createPanel(PanelTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a panel whose parameters are obtained from the specified tag.
- createPanel(PanelTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a panel with the information obtained from the passed in tag.
- createPasswordField(PasswordFieldTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a
ComponentHandler
that wraps a password text field.
- createPasswordField(PasswordFieldTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a
ComponentHandler
that wraps a password text field.
- createPasswordField(PasswordFieldTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a password text field which is specified
by the given tag.
- createPattern(TransformerContext) - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Creates a new
Pattern
object.
- createPercentLayout(PercentLayoutTag) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a percent layout object whose parameters are obtained from the
specified tag.
- createPercentLayout(PercentLayoutTag) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a percent layout object whose parameters are obtained from the
specified tag.
- createPercentLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Creates the
PercentLayoutBase
object based on the data
stored in this tag.
- createPercentLayout(PercentLayoutTag) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a percent layout with the information from the passed in tag.
- createPlatformEventManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Creates the platform specific event manager.
- createProgressBar(ProgressBarTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a progress bar element.
- createProgressBar(ProgressBarTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a progress bar element.
- createProgressBar(ProgressBarTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a progress bar, which is specified by the
given tag.
- createPushButton(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
-
Creates the new command button component.
- createPushButton(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.CheckboxTag
-
Creates the checkbox.
- createPushButton(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Creates the push button component of the correct type.
- createPushButton(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.RadioButtonTag
-
Creates the radio button.
- createPushButton(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextTag
-
Creates the element.
- createPushButton(ComponentManager, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ToggleButtonTag
-
Creates the new toggle button component.
- createRadioButton(RadioButtonTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a radio button.
- createRadioButton(RadioButtonTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a radio button.
- createRadioButton(RadioButtonTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a radio button, which is specified by the
given tag.
- createRadioGroup(Map<String, Object>) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a radio group which contains the radio buttons stored in the
passed in map.
- createRadioGroup(Map<String, Object>) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a radio group which contains the radio buttons stored in the
passed in map.
- createRadioGroup(Map<String, Object>) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a radio group, which contains the specified radio buttons.
- createReleaseDependencyProvider(BeanBuilderResult) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Creates a
DependencyProvider
object that can be used during a
release()
operation.
- createRootStore(Configuration) - Method in class net.sf.jguiraffe.gui.app.Application
-
Creates the root bean store.
- createRootStore() - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Creates the root bean store.
- createShutdownHandlerForMethod(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Creates an
Invokable
for a shutdown handler for a shutdown
method.
- createSlider(SliderTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a slider component.
- createSlider(SliderTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a slider component.
- createSlider(SliderTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a slider, which is specified by the given
tag.
- createSplitter(SplitterTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a splitter whose parameters are obtained from the specified tag.
- createSplitter(SplitterTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a splitter whose parameters are obtained from the specified tag.
- createSplitter(SplitterTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a splitter component from the information contained in the passed
in tag.
- createStaticText(StaticTextTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a static text element.
- createStaticText(StaticTextTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a static text element.
- createStaticText(StaticTextTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a static text, which is specified by the
given tag.
- createTabbedPane(TabbedPaneTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a tabbed pane.
- createTabbedPane(TabbedPaneTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a tabbed pane.
- createTabbedPane(TabbedPaneTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a tabbed pane, which is specified by the
given tag.
- createTable(TableTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a table based on the information stored in the passed in table
tag.
- createTable(TableTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a table based on the information stored in the passed in table
tag.
- createTable(TableTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a table specified by the given tag.
- createTargetClassDescription() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Creates a
ClassDescData
object for the target class of the
converter.
- createTask(String, Class<?>, Class<?>) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Creates the task for this action.
- createTask(Command) - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Creates a task object for executing the passed in command.
- createTaskByClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Creates the action's task if it is defined by its class.
- createTextArea(TextAreaTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a text area.
- createTextArea(TextAreaTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a text area.
- createTextArea(TextAreaTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a text area which is specified by the
given tag.
- createTextField(TextFieldTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a component handler that wraps a text field.
- createTextField(TextFieldTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a component handler that wraps a text field.
- createTextField(TextFieldTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a text field which is specified by the
given tag.
- createToggleButton(ToggleButtonTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a toggle button component.
- createToggleButton(ToggleButtonTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a toggle button component.
- createToggleButton(ToggleButtonTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a toggle button, which is specified by
the given tag.
- createToolbar(ActionBuilder) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates a toolbar object.
- createToolbar(ActionBuilder) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a toolbar object.
- createToolbar(ActionBuilder) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Creates a tool bar object.
- createToolbarButton(ActionBuilder, FormAction, boolean, Object) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates a toolbar button based on the specified action object.
- createToolbarButton(ActionBuilder, ActionData, boolean, Object) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Creates a toolbar button based on the given action data object and
returns a component handler for it.
- createToolbarButton(ActionBuilder, FormAction, boolean, Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a toolbar button based on the specified action object.
- createToolbarButton(ActionBuilder, ActionData, boolean, Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Creates a toolbar button based on the given action data object and
returns a component handler for it.
- createToolbarButton(ActionBuilder, FormAction, boolean, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Creates a toolbar button based on the given action.
- createToolbarButton(ActionBuilder, ActionData, boolean, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Creates a toolbar button based on the passed in action data object and
returns a component handler for it.
- createToolTipManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Creates the
ToolTipManager
.
- createTree(TreeTag, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Creates a tree component based on the information stored in the passed in
tree tag.
- createTree(TreeTag, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Creates a tree component based on the information stored in the passed in
tree tag.
- createTree(TreeTag, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a component handler for a tree specified by the given tag.
- createURL(URLStreamHandler) - Method in class net.sf.jguiraffe.locators.AbstractStreamLocator
-
Creates the URL managed by this locator.
- createURL(URLStreamHandler) - Method in class net.sf.jguiraffe.locators.ByteArrayLocator
-
Creates a URL representing the data of this locator.
- createValidationErrorResult(Form, String, Object...) - Static method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Creates a
ValidationResult
object with an error message for a
validation message.
- createValidationErrorResult(TransformerContext, String, Object...) - Static method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Creates a
ValidationResult
object with the specified error
message.
- createValidationMessage(Form, String, Object...) - Static method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Obtains a
ValidationMessage
object for the specified key.
- createValidationMessage(TransformerContext, String, Object...) - Static method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Creates a
ValidationMessage
object for the specified error
message.
- createValueDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Creates the dependency when a direct value is set.
- createValueDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ElementTag
-
Creates the dependency when a constant value is specified for this tag.
- createValueDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Creates the dependency if a value is defined for this tag.
- createValueProvider() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Creates the bean provider for the specified value.
- createValueProvider(ClassDescription) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Creates the bean provider for the specified value using the given default
class description.
- CreateViewSettingsCommand - Class in net.sf.jguiraffe.examples.tutorial.viewset
-
A command class for storing view settings for a given directory.
- CreateViewSettingsCommand(ApplicationContext, ViewSettings, FormAction) - Constructor for class net.sf.jguiraffe.examples.tutorial.viewset.CreateViewSettingsCommand
-
- createWindow(WindowManager, WindowBuilderData) - Method in class net.sf.jguiraffe.gui.builder.window.tags.DialogTag
-
Creates the dialog window using the passed in window manager.
- createWindow(WindowManager, WindowBuilderData) - Method in class net.sf.jguiraffe.gui.builder.window.tags.FrameTag
-
Creates the frame window.
- createWindow(WindowManager, WindowBuilderData) - Method in class net.sf.jguiraffe.gui.builder.window.tags.InternalFrameTag
-
Creates the internal frame window using the passed in window manager.
- createWindow(WindowManager, WindowBuilderData) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Creates the window represented by the given data object using the current
window manager.
- createWindowBuilderData(BuilderData) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Creates the window builder data object for the current builder process.
- createWithParameters(Object, Object, Object...) - Static method in class net.sf.jguiraffe.resources.Message
-
Creates an instance of
Message
with an arbitrary number of
parameters.
- CTX_NAME - Static variable in class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Constant for the name under which this model is stored in the builder
context.
- CTX_NAME - Static variable in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Constant for the name under which this instance is stored in the context.
- CURRENT_FILTER - Static variable in class net.sf.jguiraffe.gui.builder.action.tags.EventFilterTag
-
Constant for the current filter variable.
- cut() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Cuts the currently selected text and copies it into the system clipboard.
D
- DateTimeTransformer - Class in net.sf.jguiraffe.transform
-
A specialized transformer that transforms strings into date objects with both
a date and time component.
- DateTimeTransformer() - Constructor for class net.sf.jguiraffe.transform.DateTimeTransformer
-
Creates a new instance of
DateTimeTransformer
.
- DateTransformer - Class in net.sf.jguiraffe.transform
-
A specialized transformer that transforms strings into date objects.
- DateTransformer() - Constructor for class net.sf.jguiraffe.transform.DateTransformer
-
- DateTransformerBase - Class in net.sf.jguiraffe.transform
-
An abstract base class for date transformer objects.
- DateTransformerBase() - Constructor for class net.sf.jguiraffe.transform.DateTransformerBase
-
Creates a new instance of
DateTransformerBase
.
- DEF_CONFIG_NAME - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the default name of the configuration file.
- DEF_ERRORS_TEMPLATE - Static variable in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Constant for the default field errors template.
- DEFAULT_INSTANCE - Static variable in class net.sf.jguiraffe.gui.builder.window.InvariantWindowClosingStrategy
-
Stores the default instance of this class.
- DEFAULT_RESOURCE_GROUP_NAME - Static variable in class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Constant for the default resource group with validation messages.
- DefaultBeanContext - Class in net.sf.jguiraffe.di.impl
-
A default implementation of the
BeanContext
interface.
- DefaultBeanContext() - Constructor for class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Creates a new instance of
DefaultBeanContext
.
- DefaultBeanContext(BeanStore) - Constructor for class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Creates a new instance of
DefaultBeanContext
and sets the default
bean store.
- DefaultBeanStore - Class in net.sf.jguiraffe.di.impl
-
A simple yet fully functional default implementation of the
BeanStore
interface.
- DefaultBeanStore() - Constructor for class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Creates a new instance of
DefaultBeanStore
.
- DefaultBeanStore(String, BeanStore) - Constructor for class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Creates a new instance of
DefaultBeanStore
and sets the name
and the reference to the parent.
- DefaultClassLoaderProvider - Class in net.sf.jguiraffe.di.impl
-
A default implementation of the
ClassLoaderProvider
interface.
- DefaultClassLoaderProvider() - Constructor for class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Creates a new instance of
DefaultClassLoaderProvider
.
- DefaultClassLoaderProvider(boolean) - Constructor for class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Creates a new instance of
DefaultClassLoaderProvider
and sets the
flag whether internal classes should be handled in a special way.
- defaultColumn() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Initializes the properties of the
CellConstraints
instance to
be created with default values for a column.
- DefaultContainerSelector - Class in net.sf.jguiraffe.gui.builder.components
-
A default implementation of the
ContainerSelector
interface.
- DefaultContainerSelector() - Constructor for class net.sf.jguiraffe.gui.builder.components.DefaultContainerSelector
-
- DefaultFieldHandler - Class in net.sf.jguiraffe.gui.forms
-
A default implementation of the
FieldHandler
interface.
- DefaultFieldHandler() - Constructor for class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Creates a new instance of
DefaultFieldHandler
.
- DefaultFieldHandlerFactory - Class in net.sf.jguiraffe.gui.builder.components
-
A default implementation of the
FieldHandlerFactory
interface.
- DefaultFieldHandlerFactory() - Constructor for class net.sf.jguiraffe.gui.builder.components.DefaultFieldHandlerFactory
-
- DefaultFormValidatorResults - Class in net.sf.jguiraffe.gui.forms
-
Default implementation of the
FormValidatorResults
interface.
- DefaultFormValidatorResults(Map<String, ? extends ValidationResult>) - Constructor for class 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 - Class in net.sf.jguiraffe.gui.builder.components.model
-
A concrete default implementation of a
CompositeComponentHandler
for
a group of radio buttons.
- DefaultRadioButtonHandler() - Constructor for class net.sf.jguiraffe.gui.builder.components.model.DefaultRadioButtonHandler
-
Creates a new instance of
DefaultRadioButtonHandler
.
- defaultRow() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Initializes the properties of the
CellConstraints
instance to
be created with default values for a row.
- DefaultTableEditorValidationHandler - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A default implementation of the
TableEditorValidationHandler
interface.
- DefaultTableEditorValidationHandler() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
-
- DefaultToolTipManager - Class in net.sf.jguiraffe.gui.builder.components
-
A default implementation of the
ToolTipManager
interface.
- DefaultToolTipManager(ComponentBuilderData) - Constructor for class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Creates a new instance of
DefaultToolTipManager
and initializes
it with the given ComponentBuilderData
object.
- DefaultTransformerWrapper - Class in net.sf.jguiraffe.gui.forms
-
A default implementation of the
TransformerWrapper
interface.
- DefaultTransformerWrapper(Transformer, TransformerContext) - Constructor for class net.sf.jguiraffe.gui.forms.DefaultTransformerWrapper
-
Creates a new instance of
DefaultTransformerWrapper
and
initializes it.
- DefaultValidationMessageHandler - Class in net.sf.jguiraffe.transform
-
A default implementation of the
ValidationMessageHandler
interface.
- DefaultValidationMessageHandler() - Constructor for class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Creates a new instance of
DefaultValidationMessageHandler
.
- DefaultValidationResult - Class in net.sf.jguiraffe.transform
-
A default implementation of the
ValidationResult
interface.
- DefaultValidationResult.Builder - Class in net.sf.jguiraffe.transform
-
A builder class for creating instances of
DefaultValidationResult
.
- DefaultValidatorWrapper - Class in net.sf.jguiraffe.gui.forms
-
A default implementation of the
ValidatorWrapper
interface.
- DefaultValidatorWrapper(Validator, TransformerContext) - Constructor for class net.sf.jguiraffe.gui.forms.DefaultValidatorWrapper
-
Creates a new instance of
DefaultValidatorWrapper
and initializes
it.
- Dependency - Interface in net.sf.jguiraffe.di
-
Definition of an interface for describing a dependency to another
BeanProvider
in an abstract way.
- DependencyProvider - Interface in net.sf.jguiraffe.di
-
Definition of an interface that provides access to dependencies defined by a
BeanProvider
.
- DependencyTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A base class for tag handler classes that support the definition of a
dependency.
- DependencyTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Creates a new instance of
DependencyTag
.
- DesktopPanelTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific container tag implementation that creates a desktop panel.
- DesktopPanelTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag
-
- DesktopPanelTag.DragMode - Enum in net.sf.jguiraffe.gui.builder.components.tags
-
Enumeration class that defines the allowed values for the
dragmode
attribute.
- DialogTag - Class in net.sf.jguiraffe.gui.builder.window.tags
-
A tag handler class for creating dialogs.
- DialogTag() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.DialogTag
-
Creates a new instance of
DialogTag
.
- DIBuilderData - Class in net.sf.jguiraffe.gui.builder.di
-
A data class for maintaining all information required for a DI builder
operation.
- DIBuilderData() - Constructor for class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Creates a new instance of
DIBuilderData
.
- DirectoryData - Class in net.sf.jguiraffe.examples.tutorial.model
-
A data class for storing information about a directory.
- DirectoryData(File) - Constructor for class 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() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Disables the call back mechanism.
- dispose() - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
-
Closes this window and frees all its resources.
- DITagLibrary - Class in net.sf.jguiraffe.gui.builder.di.tags
-
The tag library for the tags of the dependency injection framework.
- DITagLibrary() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.DITagLibrary
-
Creates a new instance of
DITagLibrary
and registers the
supported tags.
- doCreateBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Creates a new bean instance.
- doShortEvaluation(TransformerContext) - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Checks whether short evaluation should be performed by the
isValid()
method.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
The main method of this tag class.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Executes this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
The main method of this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
The main method of this tag handler class.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Executes this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
-
The main method if this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ElementTag
-
Executes this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryKeyTag
-
Executes this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Executes this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
-
The main method of this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
The main method of this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTargetTag
-
This implementation determines the parent tag which must be
of type
MethodInvocationTag
.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.NullTag
-
Executes this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
The main method of this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
This implementation contains the actual logic of this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
-
The main method of this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ShutdownHandlerTag
-
Executes this tag.
- doTag(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueTag
-
Executes this tag.
- DoubleTransformer - Class in net.sf.jguiraffe.transform
-
A specialized number transformer implementation that deals with numbers of
type
java.lang.Double
.
- DoubleTransformer() - Constructor for class net.sf.jguiraffe.transform.DoubleTransformer
-
- DummyActionTask - Class in net.sf.jguiraffe.examples.tutorial.mainwnd
-
A dummy task class that is associated with actions for which no
implementation is provided.
- DummyActionTask() - Constructor for class net.sf.jguiraffe.examples.tutorial.mainwnd.DummyActionTask
-
- DummyBindingStrategy - Class in net.sf.jguiraffe.gui.forms.bind
-
A dummy implementation of the
BindingStrategy
interface.
- DummyTransformer - Class in net.sf.jguiraffe.transform
-
This class provides dummy implementations for the
Transformer
and the Validator
interfaces.
- DummyTransformer() - Constructor for class net.sf.jguiraffe.transform.DummyTransformer
-
- DummyWrapper - Enum in net.sf.jguiraffe.gui.forms
-
A dummy implementation of the
TransformerWrapper
and the
ValidatorWrapper
interfaces.
E
- EAST - Static variable in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Constant for the layout constraints East.
- EditableComboBoxModel - Interface in net.sf.jguiraffe.gui.builder.components.model
-
Definition of a specialized
ListModel
extension interface to be used
by editable combo boxes.
- EditDesktopTask - Class in net.sf.jguiraffe.examples.tutorial.mainwnd
-
A specialized action task for editing a selected file.
- EditDesktopTask(MainWndController) - Constructor for class net.sf.jguiraffe.examples.tutorial.mainwnd.EditDesktopTask
-
Creates a new instance of
EditDesktopTask
and sets the main
controller.
- elementChanged(FormChangeEvent) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemChangeListener
-
The selection of the combo box has changed.
- elementChanged(FormChangeEvent) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.TableChangeListener
-
The selection of the table has changed.
- elementChanged(FormChangeEvent) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.TreeChangeListener
-
The selection of the tree view has changed.
- elementChanged(FormChangeEvent) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettingsFormController
-
A change event was received.
- elementChanged(FormChangeEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormChangeListener
-
This method gets called when a change events occurs.
- ElementEnabler - Interface in net.sf.jguiraffe.gui.builder.enablers
-
Definition of an interface to be implemented by components that can change
the enabled state of specific elements.
- ElementTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler class that allows adding elements to collections.
- ElementTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ElementTag
-
- enableActions(Collection<FormAction>, boolean) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionHelper
-
Sets the enabled flag for all actions in the specified collection.
- enableCallBacks() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Enables the call back mechanism.
- enableGroup(String, boolean) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Sets the enabled flag for all actions in the specified group.
- enableGroup(ComponentBuilderData, boolean) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Changes the enabled state of this
ComponentGroup
.
- EnablerBuilder - Class in net.sf.jguiraffe.gui.builder.enablers
-
A helper class for the convenient creation of standard
ElementEnabler
objects.
- EnablerBuilder() - Constructor for class net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
-
- EnablerConverter - Class in net.sf.jguiraffe.gui.builder.enablers
-
A specialized converter implementation for
ElementEnabler
objects.
- EnablerConverter() - Constructor for class net.sf.jguiraffe.gui.builder.enablers.EnablerConverter
-
- EntryKeyTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler class for defining the key of an
EntryTag
.
- EntryKeyTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.EntryKeyTag
-
- EntryTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler implementation for populating a map.
- EntryTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Creates a new instance of
EntryTag
.
- EnumConverter - Class in net.sf.jguiraffe.di
-
A specialized
Converter
implementation dealing with all types of
enumeration classes.
- equals(Object) - Method in class net.sf.jguiraffe.di.impl.ClassDependency
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Tests the passed in object for equality.
- equals(Object) - Method in class net.sf.jguiraffe.di.impl.NameDependency
-
Tests whether this object equals another one.
- equals(Object) - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.components.Color
-
Tests if a passed in object equals this object.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
-
This base implementation tests the handler and name
properties.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Tests whether two objects are equal.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.event.FormActionEvent
-
This base implementation tests the handler and name
properties.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.event.FormEvent
-
This base implementation tests the handler and name
properties.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.event.FormFocusEvent
-
This base implementation tests the handler and name
properties.
- equals(Object) - Method in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
This base implementation tests the handler and name
properties.
- equals(Object) - Method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.gui.layout.CellConstraints
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.gui.layout.CellGroup
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Compares two objects.
- equals(Object) - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.locators.ByteArrayLocator
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.locators.FileLocator
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.locators.URLLocator
-
Compares this object with another one.
- equals(Object) - Method in class net.sf.jguiraffe.resources.Message
-
Tests if this message equals another object.
- equals(Object) - Method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Compares this object to another one.
- ERR_DATE_AFTER - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered date must be after a reference date.
- ERR_DATE_AFTER_EQUAL - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered date must be after or equal a reference date.
- ERR_DATE_BEFORE - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered date must be before a reference date.
- ERR_DATE_BEFORE_EQUAL - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered date must be before or equal a reference date.
- ERR_FIELD_REQUIRED - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
This is a mandatory field.
- ERR_FILE_EXISTS - Static variable in class net.sf.jguiraffe.examples.tutorial.createfile.UniqueFileNameValidator
-
Constant for the error message produced by this validator.
- ERR_INVALID_DATE - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered string is no valid date.
- ERR_INVALID_NUMBER - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered string is not a valid number.
- ERR_INVALID_TIME - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered string is no valid time.
- ERR_MESSAGE_CAPTION - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The default caption of a message box for displaying validation messages.
- ERR_NUMBER_INTERVAL - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered number must be in a specified interval.
- ERR_NUMBER_OUT_OF_RANGE - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered number is too small or too big for the supported value range.
- ERR_NUMBER_TOO_BIG - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered number is too big.
- ERR_NUMBER_TOO_SMALL - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered number is too small.
- ERR_PATTERN - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The input does not match the specified pattern.
- ERR_TIME_AFTER - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered time must be after a reference date.
- ERR_TIME_AFTER_EQUAL - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered time must be after or equal a reference date.
- ERR_TIME_BEFORE - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered time must be before a reference date.
- ERR_TIME_BEFORE_EQUAL - Static variable in class net.sf.jguiraffe.transform.ValidationMessageConstants
-
The entered time must be before or equal a reference date.
- errorResult(String, TransformerContext, Object...) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Creates a validation result if an error occurred.
- errorResult(String, TransformerContext, Object...) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Creates a validation result if an error occurred.
- errorResult(String, TransformerContext, Object...) - Method in class net.sf.jguiraffe.transform.TimeTransformer
-
Returns a validation result object with an error message.
- EventFilter - Interface in net.sf.jguiraffe.gui.builder.event.filter
-
Definition of an interface for filtering events.
- EventFilterTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specialized tag handler class for creating event filters.
- EventFilterTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.EventFilterTag
-
Creates a new instance of
EventFilterTag
.
- EventFilterTag(Class<?>, Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.EventFilterTag
-
Creates a new instance of
EventFilterTag
and sets the
default class and the base class.
- EventListenerTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A base class for event listener tags.
- EventListenerTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Creates a new instance of
EventListenerTag
.
- EventListenerTypeTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specialized tag handler implementation that allows adding another event
listener type to a
FormEventListenerTag
.
- EventListenerTypeTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
-
- EventRegistrationTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A tag handler class for registering an event listener at a single or multiple
components.
- EventRegistrationTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.EventRegistrationTag
-
Creates a new instance of
EventRegistrationTag
.
- execute() - Method in class net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskCommand
-
Executes this command.
- execute() - Method in class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileCommand
-
Executes this command.
- execute() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.CreateViewSettingsCommand
-
Executes this command.
- execute(Command) - Method in class net.sf.jguiraffe.gui.app.Application
-
Executes the given command.
- execute() - Method in class net.sf.jguiraffe.gui.app.OpenWindowCommand
-
Executes this command.
- execute(BuilderEvent) - Method in interface net.sf.jguiraffe.gui.builder.action.FormAction
-
Executes this action.
- execute() - Method in interface net.sf.jguiraffe.gui.cmd.Command
-
Executes this command.
- execute(Command) - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Adds a new
Command
object to this queue.
- execute(Command) - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Executes the specified command object.
- execute() - Method in class net.sf.jguiraffe.gui.cmd.CommandWrapper
-
Executes this command.
- execute(BuilderEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
-
Executes this action.
- executeScript(Locator, JellyContext, MutableBeanStore, ClassLoaderProvider, InvocationHelper) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Executes the specified script on the given Jelly context.
- exitApplication(int) - Method in class net.sf.jguiraffe.gui.app.Application
-
Terminates this application.
- expand(TreeNodePath) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Expands the node specified by the given path.
- expansionStateChanged(TreeExpansionEvent) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeExpansionListener
-
The expansion state of a node has changed.
F
- FactoryBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A specialized life-cycle supporting
BeanProvider
implementation for creating new bean instances on each invocation.
- FactoryBeanProvider(BeanProvider, Invokable) - Constructor for class 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.
- FactoryBeanProvider(BeanProvider) - Constructor for class 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.
- FactoryTag - Class 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() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
-
- fetchAction() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Tries to obtain the action that is to be invoked by the event listener.
- fetchActionsInGroup(ActionStore, String) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionHelper
-
Returns all actions that belong to the specified group in the given
ActionStore
.
- fetchAllActionsInGroup(ActionStore, String, boolean) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionHelper
-
Returns all actions that belong to the specified group in the given
ActionStore
or one of its parents.
- fetchAttributesMap() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Obtains the map with the font's attributes.
- fetchBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns the bean instance created by this provider.
- fetchBean() - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Obtains the bean for this tag.
- fetchBeanContext() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Returns the
BeanContext
to use and checks whether it is defined.
- fetchBindingStrategy() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Obtains the
BindingStrategy
for a builder operation.
- fetchClassLoaderProvider(ClassLoaderProvider) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Returns a
ClassLoaderProvider
.
- fetchCommand() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Obtains the command object to be executed.
- fetchComponentHandler() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the associated component manager.
- fetchConfigURL() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the URL to the configuration file.
- fetchConversionHelper(BeanStore, boolean) - Static method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
A convenience method for retrieving a
ConversionHelper
object
from a hierarchy of bean stores.
- fetchDisplayName(Form, String) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Determines the display name of the given field.
- fetchEditableComboBoxModel(ListModel) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
-
Obtains a
EditableComboBoxModel
object from the passed in
ListModel
.
- fetchFieldData() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Fetches the form field's data directly from the component handler.
- fetchFilter() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Fetches the event filter if one is defined.
- fetchInitializedBeanInstance(Object, DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns the initialized bean instance.
- fetchListenerClasses() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Returns an array with the classes of the event listeners this tag has to
support.
- fetchLoader() - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Fetches the resource loader.
- fetchLocator() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Fetches the locator for the icon.
- fetchMenuBar(String) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Tries to obtain the menu bar with the given name.
- fetchMessageOutput() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the current
MessageOutput
object.
- fetchPlatformAdapter() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns a reference to the associated platform adapter.
- fetchProperty(Configuration, String, Double) - Method in class net.sf.jguiraffe.transform.DoubleTransformer
-
Returns a configuration property of type
Double
.
- fetchProperty(Configuration, String, Float) - Method in class net.sf.jguiraffe.transform.FloatTransformer
-
Fetches a float property from the specified configuration.
- fetchProperty(Configuration, String, Integer) - Method in class net.sf.jguiraffe.transform.IntegerTransformer
-
Fetches a configuration property of type integer.
- fetchProperty(Configuration, String, Long) - Method in class net.sf.jguiraffe.transform.LongTransformer
-
Fetches a long property from the specified configuration.
- fetchProperty(Configuration, String, T) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Fetches a property of the supported type from the specified configuration
object.
- fetchResourceValue() - Method in class net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
-
Returns the resource value specified for this tag.
- fetchResults(JellyContext, BuilderData, BeanBuilderResult, Locator) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Fetches all result variables from the context and stores them in the
builder parameter object.
- fetchTargetClass(ClassDescData) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Obtains the target class of the converter from the specified
ClassDescData
object.
- fetchValidationMessageBoxCaption() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the caption for a message box for displaying validation error
messages.
- fetchValidationMessageFormat() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Obtains the
FormValidationMessageFormat
object to be used.
- fetchValue() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Returns the value of this item.
- fetchWindow() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowControllerTag
-
Obtains the window for this controller.
- FieldHandler - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for accessing fields of a form.
- FieldHandlerFactory - Interface in net.sf.jguiraffe.gui.builder.components
-
Definition of an interface for objects that are able to create
FieldHandler
objects.
- fieldStatusChanged(FormControllerFieldStatusEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
The visited status of a field managed by the
FormController
has
changed.
- fieldStatusChanged(FormControllerFieldStatusEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFieldStatusListener
-
Notifies this event listener that the status of a form field has changed.
- FieldTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific input component tag that allows to make use of custom input
components.
- FieldTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.FieldTag
-
- FieldValidationStatus - Enum in net.sf.jguiraffe.gui.builder.window.ctrl
-
An enumeration class describing the possible validation status values of a
form field.
- FileData - Class in net.sf.jguiraffe.examples.tutorial.model
-
A simple data class representing a file (or sub directory) in a directory.
- FileData(File, Object) - Constructor for class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Creates a new instance of
FileData
for the specified File
object.
- FileData(String, Object) - Constructor for class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Creates a new instance of
FileData
that does not represent a
file.
- FileLocator - Class in net.sf.jguiraffe.locators
-
A concrete
Locator
class that represents files.
- FileSizeTransformer - Class in net.sf.jguiraffe.examples.tutorial.mainwnd
-
A specialized transformer for formatting file sizes.
- FileSizeTransformer() - Constructor for class net.sf.jguiraffe.examples.tutorial.mainwnd.FileSizeTransformer
-
- FileSystemChangeListener - Class in net.sf.jguiraffe.examples.tutorial.mainwnd
-
An event listener for change events fired by the combobox with the file
systems.
- FileSystemChangeListener(MainWndController, ListComponentHandler) - Constructor for class net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemChangeListener
-
Creates a new instance of
FileSystemChangeListener
and
initializes it.
- FileSystemListModel - Class in net.sf.jguiraffe.examples.tutorial.mainwnd
-
A
ListModel
implementation for the roots of the available file
systems.
- FileSystemListModel() - Constructor for class net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Creates a new instance of
FileSystemListModel
.
- fileURL(File) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Returns the URL for the given file.
- findBeanDefinitions(Configuration) - Method in class net.sf.jguiraffe.gui.app.Application
-
Deprecated.
This method is replaced by
Application.findBeanDefinitions(Configuration, BeanContext)
. It
is still called during application initialization to keep
backwards compatibility, but this base implementation simply
returns an empty collection.
- findBeanDefinitions(Configuration, BeanContext) - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns a collection with additional bean definition files to process.
- findComponent(String) - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Returns the component with the given name.
- findComponent(String) - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Searches the component with the specified name.
- findComponentHandler(String) - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Returns the component handler with the given name.
- findComponentHandler(String) - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Searches the component handler with the specified name.
- findConstructors(Class<T>, Class<?>[], boolean) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Finds all constructors matching the specified search criteria.
- findContainer() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Tries to determine the container to which this component should be added.
- findFieldHandler(String) - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Returns the field handler with the given name.
- findFieldHandler(String) - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Searches the field handler with the specified name.
- findMethods(Class<?>, String, Class<?>[], boolean) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Finds all methods matching the given search criteria.
- findOrientation(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.Orientation
-
Tries to match the given string value with an
Orientation
instance.
- findParentContainer() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Tries to find the action container for the parent menu.
- findParentMenu() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Tries to find the parent menu to which this menu has to be added.
- findUniqueConstructor(Class<T>, Class<?>[], Object[]) - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Tries to match a single constructor of the specified target class given
the parameter types and the call arguments.
- findUniqueMethod(Class<?>, String, Class<?>[], Object[]) - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Determines the method to be called given the name, the parameter types,
and the arguments.
- fireCanShutdown() - Method in class net.sf.jguiraffe.gui.app.Application
-
Calls the
canShutdown()
method on all registered shutdown
listeners.
- fireEvent(FormEvent, FormListenerType) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Sends the specified event to all registered listeners.
- fireEvent(FormEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
-
Notifies the event manager about a new event.
- fireFieldStatusEvent(String) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Notifies all registered field status listeners about a change in the
status of a field.
- fireFormEvent() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Notifies all registered form listeners that the form has been closed.
- fireQueueEvent(Command, CommandQueueEvent.Type) - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Notifies all registered listeners about a change in the state of this
queue.
- fireShutdown() - Method in class net.sf.jguiraffe.gui.app.Application
-
Notifies all registered shutdown listeners about the shutdown of this
application.
- fireTableChanged(TableModelEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Notifies listeners about a change in the data of this model.
- fireValidationEvent(FormValidatorResults) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Notifies all registered validation listeners about a validation
operation.
- FloatTransformer - Class in net.sf.jguiraffe.transform
-
A specialized number transformer implementation that deals with numbers of
type
java.lang.Float
.
- FloatTransformer() - Constructor for class net.sf.jguiraffe.transform.FloatTransformer
-
- flushCache() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Clears all cached values.
- focusGained(FormFocusEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormFocusListener
-
This method gets called when a component this listener is registered at
gaines focus.
- focusGained(FormFocusEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
A component of the associated window was given the focus.
- focusGained(FormFocusEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerFocus
-
Notifies this object that an input component gained focus.
- FocusListenerTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specific form event listener tag implementation that deals with focus
listeners.
- FocusListenerTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.FocusListenerTag
-
Creates a new instance of
FocusListenerTag
.
- focusLost(FormFocusEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormFocusListener
-
This method gets called when a component this listener is registered at
loses focus.
- focusLost(FormFocusEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
A component of the associated window lost the focus.
- focusLost(FormFocusEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerFocus
-
Notifies this object that an input component lost focus.
- FontTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specialized tag handler class for creating fonts.
- FontTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
- forDirectory(File) - Static method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Returns the
ViewSettings
object for the specified directory.
- Form - Class in net.sf.jguiraffe.gui.forms
-
This class represents a form.
- Form(TransformerContext, BindingStrategy) - Constructor for class net.sf.jguiraffe.gui.forms.Form
-
Creates a new instance of
Form
and initializes it with all
required helper objects.
- FormAction - Interface in net.sf.jguiraffe.gui.builder.action
-
An interface describing an action.
- FormActionEvent - Class in net.sf.jguiraffe.gui.builder.event
-
A specific event class for dealing with action events.
- FormActionEvent(Object, ComponentHandler<?>, String, String) - Constructor for class net.sf.jguiraffe.gui.builder.event.FormActionEvent
-
Creates a new instance of
FormActionEvent
and initializes
it.
- FormActionException - Exception in net.sf.jguiraffe.gui.builder.action
-
An exception class indicating a problem with the form action framework.
- FormActionException(String) - Constructor for exception net.sf.jguiraffe.gui.builder.action.FormActionException
-
Creates a new instance of
FormActionException
and sets the
error message.
- FormActionException(String, Throwable) - Constructor for exception 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) - Constructor for exception net.sf.jguiraffe.gui.builder.action.FormActionException
-
Creates a new instance of
FormActionException
and sets the
root cause.
- FormActionListener - Interface in net.sf.jguiraffe.gui.builder.event
-
Definition of an interface for action listeners.
- format(FormValidatorResults, Form) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
The main formatting method.
- formatField(FormValidatorResults, Form, String) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Transforms all validation messages found in the passed
FormValidatorResults
object for the given field name into a text
according to the values of the current templates.
- FormBaseTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A base class for tags of the form builder framework.
- FormBaseTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
- FormBuilderException - Exception in net.sf.jguiraffe.gui.builder.components
-
An exception class for reporting errors of the form builder framework.
- FormBuilderException(String) - Constructor for exception net.sf.jguiraffe.gui.builder.components.FormBuilderException
-
Creates a new instance of
FormBuilderException
and sets
the error message.
- FormBuilderException(Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.components.FormBuilderException
-
Creates a new instance of
FormBuilderException
and sets
the root cause of the exception.
- FormBuilderException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.components.FormBuilderException
-
Creates a new instance of
FormBuilderException
and sets
the error message and the root cause.
- FormBuilderRuntimeException - Exception in net.sf.jguiraffe.gui.builder.components
-
An exception class for reporting runtime errors of the form builder
framework.
- FormBuilderRuntimeException(String) - Constructor for exception net.sf.jguiraffe.gui.builder.components.FormBuilderRuntimeException
-
Creates a new instance of
FormBuilderRuntimeException
and
initializes it with an error message.
- FormBuilderRuntimeException(Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.components.FormBuilderRuntimeException
-
Creates a new instance of
FormBuilderRuntimeException
and
initializes it with a root cause.
- FormBuilderRuntimeException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.components.FormBuilderRuntimeException
-
Creates a new instance of
FormBuilderRuntimeException
and
initializes it with an error message and a root cause,
- FormBuilderTagLibrary - Class in net.sf.jguiraffe.gui.builder.components.tags
-
The tag library for the form builder tags.
- FormBuilderTagLibrary() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.FormBuilderTagLibrary
-
Creates a new instance of
FormBuilderTagLibrary
and registers
the tags.
- FormChangeEvent - Class in net.sf.jguiraffe.gui.builder.event
-
A specific event class for change events.
- FormChangeEvent(Object, ComponentHandler<?>, String) - Constructor for class net.sf.jguiraffe.gui.builder.event.FormChangeEvent
-
Creates a new instance of
FormChangeEvent
and initializes
it.
- FormChangeListener - Interface in net.sf.jguiraffe.gui.builder.event
-
Definition of an interface for change listeners.
- formClosed(FormControllerFormEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormListener
-
Notifies this listener that the form associated with the monitored
FormController
was closed.
- formContextClosed(Form, Object) - Method in interface net.sf.jguiraffe.gui.builder.components.FormContextListener
-
Notifies this object that the current form context was closed.
- formContextCreated(Form, Object) - Method in interface net.sf.jguiraffe.gui.builder.components.FormContextListener
-
Notifies this object that a new form context was created.
- FormContextListener - Interface in net.sf.jguiraffe.gui.builder.components
-
An event listener interface to be implemented by components that are
interested in the creation of new form contexts during a builder operation.
- FormController - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
A base class for form controllers.
- FormController() - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Creates a new instance of
FormController
.
- FormControllerEvent - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
A base class for events generated by
FormController
.
- FormControllerEvent(FormController) - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerEvent
-
Creates a new instance of
FormControllerEvent
and initializes it
with the FormController
which is the source of this event.
- FormControllerFieldStatusEvent - Class 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) - Constructor for class 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 - Interface in net.sf.jguiraffe.gui.builder.window.ctrl
-
A specialized event listener interface to be implemented by objects that are
interested in status updates of form fields.
- FormControllerFormEvent - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
A specialized
FormControllerEvent
class for events related to the
form associated with a FormController
.
- FormControllerFormEvent(FormController, FormControllerFormEvent.Type) - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent
-
Creates a new instance of
FormControllerFormEvent
and initializes
it.
- FormControllerFormEvent.Type - Enum in net.sf.jguiraffe.gui.builder.window.ctrl
-
An enumeration class defining the possible types of
FormControllerFormEvent
events.
- FormControllerFormListener - Interface in net.sf.jguiraffe.gui.builder.window.ctrl
-
An event listener for processing events of type
FormControllerFormEvent
.
- FormControllerListenerTag - Class in net.sf.jguiraffe.gui.builder.window.tags
-
A specialized tag handler class that can be used to register listeners at a
FormController
.
- FormControllerListenerTag() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.FormControllerListenerTag
-
- FormControllerTag - Class in net.sf.jguiraffe.gui.builder.window.tags
-
A specialized tag handler implementation for creating form controllers.
- FormControllerTag() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
-
Creates a new instance of
FormControllerTag
.
- FormControllerValidationEvent - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
A specialized
FormControllerEvent
class that is generated when the
controller performs a validation.
- FormControllerValidationEvent(FormController, FormValidatorResults) - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerValidationEvent
-
Creates a new instance of
FormControllerValidationEvent
and
initializes it with the FormController
that is the source of this
event and the results of the validation operation.
- FormControllerValidationListener - Interface in net.sf.jguiraffe.gui.builder.window.ctrl
-
Definition of an interface to be implemented by objects that are interested
in validation operations performed by a
FormController
.
- FormEvent - Class in net.sf.jguiraffe.gui.builder.event
-
An event class used in the form and form builder framework to deliver event
information related to form elements (controls or input components).
- FormEvent(Object, ComponentHandler<?>, String) - Constructor for class net.sf.jguiraffe.gui.builder.event.FormEvent
-
Creates a new instance of
FormEvent
and initializes it.
- FormEventListener - Interface in net.sf.jguiraffe.gui.builder.event
-
Base interface for listeners for form events.
- FormEventListenerTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A base class for event listener tag handler classes that deal with event
listeners for form events.
- FormEventListenerTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.FormEventListenerTag
-
Creates a new instance of
FormEventListenerTag
.
- FormEventListenerTag(FormListenerType) - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.FormEventListenerTag
-
Creates a new instance of
FormEventListenerTag
and sets the event
listener type.
- FormEventManager - Class in net.sf.jguiraffe.gui.builder.event
-
The main class for event handling in the form framework.
- FormEventManager(PlatformEventManager) - Constructor for class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Creates a new instance of
FormEventManager
and sets the
platform specific event manager.
- FormFocusEvent - Class in net.sf.jguiraffe.gui.builder.event
-
A specific event class dealing with focus events.
- FormFocusEvent(Object, ComponentHandler<?>, String, FormFocusEvent.Type) - Constructor for class net.sf.jguiraffe.gui.builder.event.FormFocusEvent
-
Creates a new instance of
FormFocusEvent
and initializes it.
- FormFocusEvent.Type - Enum in net.sf.jguiraffe.gui.builder.event
-
An enumeration class defining the different types of focus events.
- FormFocusListener - Interface in net.sf.jguiraffe.gui.builder.event
-
Definition of an interface for focus listeners.
- FormListenerType - Enum in net.sf.jguiraffe.gui.builder.event
-
An enumeration class describing the supported event listener types.
- FormMouseEvent - Class in net.sf.jguiraffe.gui.builder.event
-
A specialized event class for reporting events related to mouse actions.
- FormMouseEvent(Object, ComponentHandler<?>, String, FormMouseEvent.Type, int, int, int, Collection<Modifiers>) - Constructor for class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Creates a new instance of
FormMouseEvent
and initializes all its
properties.
- FormMouseEvent.Type - Enum in net.sf.jguiraffe.gui.builder.event
-
An enumeration class defining constants for the possible mouse actions
that can trigger a
FormMouseEvent
.
- FormMouseListener - Interface in net.sf.jguiraffe.gui.builder.event
-
Definition of interface for mouse listeners.
- FormRuntimeException - Exception in net.sf.jguiraffe.gui.forms
-
An exception class for reporting runtime exceptions related to the form
framework.
- FormRuntimeException() - Constructor for exception net.sf.jguiraffe.gui.forms.FormRuntimeException
-
Creates a new instance of
FormRuntimeException
.
- FormRuntimeException(String) - Constructor for exception net.sf.jguiraffe.gui.forms.FormRuntimeException
-
Creates a new instance of
FormRuntimeException
and
initializes it with an error message.
- FormRuntimeException(Throwable) - Constructor for exception net.sf.jguiraffe.gui.forms.FormRuntimeException
-
Creates a new instance of
FormRuntimeException
and
initializes it with the root cause.
- FormRuntimeException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.forms.FormRuntimeException
-
Creates a new instance of
FormRuntimeException
and
initializes it with an error message and the root cause.
- FormValidationMessageFormat - Class in net.sf.jguiraffe.gui.forms
-
A class for converting a
FormValidatorResults
object to text.
- FormValidationMessageFormat() - Constructor for class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Creates a new instance of
FormValidationMessageFormat
.
- FormValidationTrigger - Interface in net.sf.jguiraffe.gui.builder.window.ctrl
-
Definition of an interface for objects that can trigger the validation of a
form.
- FormValidationTriggerFocus - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
A specialized
FormValidationTrigger
implementation that triggers a
validation operation whenever the user leaves an input field.
- FormValidationTriggerFocus() - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerFocus
-
- FormValidationTriggerNone - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
A specialized implementation of a
FormValidationTrigger
that
does no triggering at all.
- FormValidationTriggerNone() - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerNone
-
- FormValidator - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for objects that can validate forms.
- FormValidatorResults - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for describing results of a form validation.
- FRAME_SECTION - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the frame section in the configuration file.
- FrameTag - Class in net.sf.jguiraffe.gui.builder.window.tags
-
A tag handler class for creating (main) frame windows.
- FrameTag() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.FrameTag
-
- fromArray(int...) - Static method in class net.sf.jguiraffe.gui.layout.CellGroup
-
Creates a new instance of
CellGroup
and initializes it with
the indices of the affected cells.
- fromBeanContext(BeanContext, String) - Static method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Obtains the
ComponentGroup
with the specified name from the given
BeanContext
.
- fromContext(JellyContext, String) - Static method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Fetches the group with the given name from the specified jelly context.
- fromString(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag.DragMode
-
Returns the enumeration literal whose name matches the given string.
- fromString(String) - Static method in enum net.sf.jguiraffe.gui.builder.event.FormListenerType
-
Tries to find a
FormListenerType
constant that matches the passed
in string.
- fromString(String) - Static method in enum net.sf.jguiraffe.gui.builder.event.Modifiers
-
Tries to find a
Modifiers
constant for the specified string.
- fromString(String) - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Parses a string with the specification of a
CellConstraints
object and returns a corresponding instance.
- fromString(String) - Static method in class net.sf.jguiraffe.gui.layout.CellGroup
-
Creates a new instance of
CellGroup
and initializes it from
the passed in string.
- fromString(String) - Static method in enum net.sf.jguiraffe.gui.layout.Unit
-
Returns the
Unit
constant for the unit with the given short name.
G
- generateAutoName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Generates a name for this tabbed pane.
- get(JellyContext) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Returns the instance of this class stored in the specified Jelly context.
- get(JellyContext) - Static method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the instance of this class stored in the specified Jelly context.
- get(JellyContext) - Static method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Obtains an instance of this class from the specified Jelly context.
- get(JellyContext) - Static method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Returns the instance of this class stored in the specified Jelly context.
- getAccelerator() - Method in interface net.sf.jguiraffe.gui.builder.action.ActionData
-
Returns the
Accelerator
associated with this action.
- getAccelerator() - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Returns the accelerator.
- getAccelerator() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Returns the
Accelerator
associated with the represented
action.
- getAcceleratorDef() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Returns the accelerator definition.
- getAcceleratorRef() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Returns the name of a variable to be used as accelerator.
- getAction(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Returns the action with the given name.
- getActionBuilder() - Method in class net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
-
Returns the
ActionBuilder
data object to be passed to the action
manager.
- getActionBuilderNamespace() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns the name space used for the action builder tag library.
- getActionGroupName() - Method in class net.sf.jguiraffe.gui.builder.enablers.ActionGroupEnabler
-
Returns the name of the action group that is manipulated by this enabler.
- getActionManager() - Method in class net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
-
Returns the
ActionManager
this builder delegates to.
- getActionManager() - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Returns a reference to the action manager.
- getActionManager() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns the action manager used by this builder.
- getActionName() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Returns the name of the associated action.
- getActionName() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Returns the name of the action to be invoked.
- getActionName() - Method in class net.sf.jguiraffe.gui.builder.enablers.ActionEnabler
-
Returns the name of the action that is affected by this enabler.
- getActionNames() - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Returns a collection with the names of the actions stored in this
ActionStore
.
- getActionNamesForGroup(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Returns a set with the names of all actions that belong to the given
group.
- getActions(Collection<String>) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Returns all action objects whose names are specified in the given
collection.
- getActionStore() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the action store.
- getActionStore() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns the application's
ActionStore
.
- getActionStore() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the application's
ActionStore
.
- getActionStore() - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Returns a reference to the current action store.
- getActionStore() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a reference to the action store.
- getAdditionalProperties() - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Returns additional properties that have been added by tags in the body.
- getAdditionalTipSeparator() - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Returns the separator between the standard and the additional tool tip.
- getAdditionalToolTip(Object) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Queries the additional tool tip for the specified component.
- getAdditionalToolTip(String) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Returns the additional tool tip for the component with the given name.
- getAdditionalToolTip(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Returns the additional (dynamic) tool tip for the specified component.
- getAdditionalToolTip(String) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Returns the additional (dynamic) tool tip for the component with the
given name.
- getAfterEnabler() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Returns the
ElementEnabler
that is invoked after the execution of
this task.
- getAlign() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Returns the alignment.
- getAlignment() - Method in interface net.sf.jguiraffe.gui.builder.components.model.StaticTextData
-
Returns the alignment of the text and the icon.
- getAlignment() - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Returns the alignment of the text and icon.
- getAlignment() - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
Returns the default
TextIconAlignment
.
- getAlignment() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Returns the alignment of the icon relative to the text.
- getAlignment() - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Returns the alignment of the button bar.
- getAlignment() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints
-
Returns the alignment string.
- getAlignmentString() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Returns the name of the current alignment.
- getAllActionNames() - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Returns a collection with the names of all actions stored in this
ActionStore
or in one of its parents.
- getAllColumnConstraints() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns an array with the current column constraints.
- getAllGroupNames(ActionStore) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionHelper
-
Returns the names of all groups defined for the specified
ActionStore
and its parents.
- getAllRowConstraints() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns an array with the current row constraints.
- getAlternativeResourceGroups() - Method in class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Returns the alternative resource groups.
- getApplication() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the central
Application
object.
- getApplication() - Method in class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
Returns the central
Application
object.
- getApplication() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Returns a reference to the global application object.
- getApplication() - Method in class net.sf.jguiraffe.gui.app.OpenWindowCommand
-
Returns the central
Application
instance.
- getApplication() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
-
Returns a reference to the
Application
object.
- getApplicationContext() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns a reference to the actual application context.
- getAttributes() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Returns the name of a bean with additional attributes for the font to be
created.
- getAttributesMap() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Returns a (unmodifiable) map with additional attributes of the font to be
created.
- getAttributeStr(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Helper method for returning an attribute as string.
- getBackColor() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the background color for this component as a string.
- getBackgroundColor() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getBackgroundColor() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the background color of this component as a color object.
- getBackgroundColor() - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Returns the background color of the underlying widget.
- getBackgroundColor(FieldValidationStatus) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the background color for fields with the specified
FieldValidationStatus
.
- getBaseClass() - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Returns the bean's base class.
- getBaseClass() - Method in class net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
-
Returns the base class.
- getBean(String) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the bean with the specified name from the default
BeanStore
.
- getBean(String, BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the bean with the specified name from the given
BeanStore
.
- getBean(Class<T>) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the bean with the specified class from the default
BeanStore
.
- getBean(Class<T>, BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the bean with the specified class from the given
BeanStore
.
- getBean() - Method in class net.sf.jguiraffe.di.BeanCreationEvent
-
Returns the newly created bean.
- getBean(DependencyProvider) - Method in interface net.sf.jguiraffe.di.BeanProvider
-
Returns the bean managed by this provider.
- getBean(String) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the bean with the given name starting the search with the default
bean store.
- getBean(String, BeanStore) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the bean with the given name starting the search with the
specified bean store.
- getBean(Class<T>) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the bean with the given class starting the search with the
default bean store.
- getBean(Class<T>, BeanStore) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the bean with the given class starting the search with the
specified bean store.
- getBean(String) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns the bean with the specified name from the default store.
- getBean(String, BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns the bean with the specified name from the given bean store.
- getBean(Class<T>) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns the bean with the specified class from the default bean store.
- getBean(Class<T>, BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns the bean with the specified class from the given bean store.
- getBean(Dependency, BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Obtains the bean from the
BeanProvider
specified by the given
Dependency
.
- getBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
-
Returns the bean managed by this provider.
- getBean() - Method in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Returns the bean managed by this provider.
- getBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Returns the bean managed by this provider.
- getBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
-
Returns the bean managed by this provider.
- getBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.FactoryBeanProvider
-
Returns the bean managed by this bean provider.
- getBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.MapBeanProvider
-
Returns the bean managed by this provider.
- getBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Returns the bean managed by this provider.
- getBean(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Returns the bean managed by this bean provider.
- getBean(String) - Method in interface net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl.BeanContributor
-
Returns the bean with the given name or null if the name is
unknown.
- getBean(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Returns the bean with the given name.
- getBean(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the bean with the given name.
- getBean(String) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Returns the bean with the specified name.
- getBeanBuilder() - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilderFactory
-
Returns a
BeanBuilder
object for processing a script with
bean definitions.
- getBeanBuilder() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilderFactory
-
Returns the builder instance to be used.
- getBeanBuilderFactory() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the
BeanBuilderFactory
for obtaining a bean
builder.
- getBeanBuilderResult() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the result object from the bean builder.
- getBeanBuilderResult() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the result of the bean builder.
- getBeanClass(DependencyProvider) - Method in interface net.sf.jguiraffe.di.BeanProvider
-
Returns the class of the bean managed by this provider.
- getBeanClass(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
-
Returns the class of the bean created by this provider.
- getBeanClass(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Returns the class of the managed bean.
- getBeanClass(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
-
Returns the class of the managed bean.
- getBeanClass(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns the class of the bean managed by this provider.
- getBeanClass(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.MapBeanProvider
-
Returns the class of the managed bean.
- getBeanClass(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Returns the bean class of the bean managed by this provider.
- getBeanClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the data object with the definition of the bean class.
- getBeanClassDesc() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the class description for the managed bean.
- getBeanClassDescription() - Method in class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Returns the description of the class of the managed bean.
- getBeanContext() - Method in class net.sf.jguiraffe.di.BeanCreationEvent
-
Returns the
BeanContext
that caused this event.
- getBeanContext() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns the application global
BeanContext
.
- getBeanContext() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the global bean context.
- getBeanContext() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Returns the current
BeanContext
.
- getBeanContext() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the
BeanContext
managed by this instance.
- getBeanCreationListeners() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns a collection with
BeanCreationListener
objects to be
registered at the BeanContext
created by the builder.
- getBeanCreationListeners() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a collection with objects to be registered as
BeanCreationListener
at the BeanContext
created during the
builder operation.
- getBeanCreator() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns the
BeanProvider
that is responsible for creating
a new bean instance.
- getBeanCreator() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the
BeanProvider
that will be used for creating
the managed bean.
- getBeanInitializer() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns the
Invokable
object responsible for initializing
the newly created bean.
- getBeanProvider() - Method in class net.sf.jguiraffe.di.BeanCreationEvent
-
Returns the
BeanProvider
that created the new bean.
- getBeanProvider(String) - Method in interface net.sf.jguiraffe.di.BeanStore
-
Returns the
BeanProvider
that is registered under the
given name or null if cannot be found.
- getBeanProvider(String) - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns the
BeanProvider
with the given name.
- getBeanProvider(String) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Returns the
BeanProvider
with the specified name.
- getBeanProvider(String) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Returns a
BeanProvider
for the bean with the given name.
- getBeanProvider(String) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
-
Returns a
BeanProvider
for accessing the bean with the
given name.
- getBeanStore(String) - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilderResult
-
Returns the
BeanStore
with the given name.
- getBeanStore(String) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Returns the
BeanStore
with the specified name.
- getBeanStoreNames() - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilderResult
-
Returns a set with the names of the existing bean stores.
- getBeanStoreNames() - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Returns a set with the names of the existing bean stores.
- getBeanStoreTag() - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Returns a reference to the enclosing
BeanStoreTag
.
- getBeanTag() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
-
Returns the enclosing bean tag.
- getBeanTag() - Method in class net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
-
Returns a reference to the enclosing
BeanTag
.
- getBeforeEnabler() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Returns the
ElementEnabler
that is invoked before the execution
of this task.
- getBindingStrategy() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the
BindingStrategy
used by the current form.
- getBindingStrategy() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the
BindingStrategy
to be used by the form.
- getBindingStrategy() - Method in class net.sf.jguiraffe.gui.forms.Form
-
Returns the
BindingStrategy
used by this form.
- getBlue() - Method in class net.sf.jguiraffe.gui.builder.components.Color
-
Returns the blue component of this color.
- getBorderLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the newly created border layout object.
- getBorderref() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Returns the name of a predefined border to use.
- getBottomMargin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the bottom margin.
- getBottomMargin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Returns the bottom margin.
- getBottomMargin() - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Returns the bottom margin.
- getBottomMargin() - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Returns the bottom margin.
- getBtnCancelName() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the name of the component representing the cancel button.
- getBtnOkName() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the name of the component representing the OK button.
- getBuilder() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns a reference to the
Builder
instance that processed this
object.
- getBuilder() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a reference to the
Builder
object that generated the
builder results.
- getBuilderContext() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the bean context used by the builder.
- getBuilderContext() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the bean context that is used by the builder and the created
components.
- getBuilderData(JellyContext) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Returns the current
ComponentBuilderData
object from the context.
- getBuilderData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Returns the current
ComponentBuilderData
object for this
builder operation.
- getBuilderData() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the current
BuilderData
object.
- getBuilderName() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the name of the builder.
- getBuilderName() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a name for the builder.
- getBuilderName() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the name of the current builder.
- getButton() - Method in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Returns the index of the mouse button affected by this event.
- getButton() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
-
Returns the managed button.
- getButtonIndex(Boolean) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.BooleanRadioButtonHandler
-
Returns the index of the button with the specified value.
- getButtonIndex(T) - Method in class net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
-
Returns the index of the radio button that corresponds to the specified
data value.
- getButtonIndex(Integer) - Method in class net.sf.jguiraffe.gui.builder.components.model.DefaultRadioButtonHandler
-
Returns the index of the radio button in the associated group that
represents the passed in data value.
- getButtonLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Returns the newly created button layout object.
- getCancelCommand() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the command to be executed when the form is canceled.
- getCaption() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Returns the final text of the associated component.
- getCellSize() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints
-
Returns the size of the cell.
- getChainDependency(String) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns a special
Dependency
for a local variable that is
used during the execution of a ChainedInvocation
.
- getChild(Object, int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Returns the child node of the specified node with the given index.
- getChildCount(Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Returns the number of child nodes of the specified node.
- getChildEnablers() - Method in class net.sf.jguiraffe.gui.builder.enablers.ChainElementEnabler
-
Returns a collection of the
ElementEnabler
objects maintained by
this ChainElementEnabler
.
- getChildHandler(String) - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns the child handler with the specified name.
- getChildHandlerCount() - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns the number of child
ComponentHandler
s that have been
added to this CompositeComponentHandler
.
- getChildHandlerIndex(String) - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns the index for the child handler with the given name.
- getChildHandlerNameAt(int) - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns the name of the child handler at the specified index.
- getChildHandlerNames() - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns a set with the names of the child handlers that have been added
to this handler.
- getChildHandlers() - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns a list with all child handlers managed by this
CompositeComponentHandler
.
- getChildStore(int) - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns the child
BeanStore
with the given index.
- getChildValidator(int) - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Returns the child validator at the given index.
- getClassLoader(String) - Method in interface net.sf.jguiraffe.di.ClassLoaderProvider
-
Returns a reference to the class loader with the specified symbolic name.
- getClassLoader(String) - Method in class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Returns the class loader specified by the given symbolic name.
- getClassLoader(String) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Returns the class loader that was registered under the given name.
- getClassLoader() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Returns the name of the class loader to be used for resolving the
resource.
- getClassLoader() - Method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Returns the default class loader used by this locator when looking up the
resource name.
- getClassLoaderName() - Method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns the symbolic name of the class loader for resolving the class.
- getClassLoaderName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Returns the name of the class loader to be used.
- getClassLoaderName() - Method in class net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
-
Returns the name of the class loader used for resolving resource bundles.
- getClassLoaderProvider() - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the
ClassLoaderProvider
used by this context.
- getClassLoaderProvider() - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the
ClassLoaderProvider
used by this context.
- getClassLoaderProvider() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns the
ClassLoaderProvider
used by this bean context.
- getClassLoaderProvider() - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Returns the wrapped
ClassLoaderProvider
.
- getClassLoaderProvider() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns the
ClassLoaderProvider
to be used.
- getClassLoaderProvider() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the
ClassLoaderProvider
.
- getClassLoaderProvider() - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilderResult
-
Returns the
ClassLoaderProvider
that was used by the builder
during script processing.
- getClassLoaderProvider() - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Returns the
ClassLoaderProvider
to be used.
- getClassLoaderProvider() - Method in class net.sf.jguiraffe.locators.LocatorConverter
-
Returns the
ClassLoaderProvider
used by this converter.
- getClassLoaderProvider() - Method in class net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
-
Returns the
ClassLoaderProvider
used by this object.
- getCol() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Returns the column number in the layout grid.
- getColconstr() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Returns the column constraints as string.
- getColConstraints() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Returns the collection with the column constraints.
- getColGroups() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Returns the collection with the column groups definition.
- getColor() - Method in enum net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Returns the associated
Color
object.
- getColor() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Returns the color for the title text.
- getColorDefinition() - Method in class net.sf.jguiraffe.gui.builder.components.Color
-
Returns the logic color definition this
Color
instance is based
on.
- getColumn(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the tag for the column with the given index.
- getColumn() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns the number of the column, in which the corresponding component is
to be placed.
- getColumnClass(int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the data class of the specified column.
- getColumnConstraints() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns the associated constraints object for the column.
- getColumnConstraints(int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the column constraints object for the column with the given
index.
- getColumnConstraintsBuilder(JellyContext) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.PercentColConstraintsTag
-
Returns the shared builder for column constraints from the given Jelly
context.
- getColumnCount() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Returns the number of columns managed by this instance.
- getColumnCount() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the number of columns of the managed table.
- getColumnCount() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the number of columns of this table.
- getColumnCount() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the number of columns in this layout.
- getColumnCount() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the number of columns of the represented table.
- getColumnEditor(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the editor component installed for the specified column.
- getColumnFieldName(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the field name of the specified column in the render or edit
form.
- getColumnGroups() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns an unmodifiable collection with the column groups defined for
this layout.
- getColumnName(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the title of the column with the given index.
- getColumnName(int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the name for the specified column.
- getColumnRecalibrator() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Convenience method for querying the
TableColumnRecalibrator
.
- getColumnRenderer(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the renderer component installed for the specified column.
- getColumns() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Returns the definition of column constraints as string.
- getColumns() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns a collection with the column tags defined for this table.
- getColumns() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Returns the number of columns of this text area.
- getColumns() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
-
Returns the number of visible columns.
- getColumnValue(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the value from the given column in the current row.
- getColumnWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns the width of this column as a
NumberWithUnit
object.
- getColumnWidthCalculator() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Convenience method for querying the
TableColumnWidthCalculator
.
- getColumnWidthController() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the
TableColumnWidthController
for the represented table.
- getColumnWidthController() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the
TableColumnWidthController
for the columns defined
for this table.
- getCommand() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Returns the command object.
- getCommand() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ToggleButtonTag
-
Returns the command string of this button.
- getCommand() - Method in class net.sf.jguiraffe.gui.builder.event.FormActionEvent
-
Returns the action command string.
- getCommand() - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueEvent
-
Returns the
Command
object affected by this event.
- getCommandBeanName() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Returns the name of the command bean.
- getCommandQueue() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns a reference to the command queue that is used for executing
commands in another thread.
- getCommandQueue() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the
CommandQueue
.
- getCommandQueue() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a reference to the global
CommandQueue
object.
- getCommandQueue() - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueEvent
-
Returns the
CommandQueue
that caused this event.
- getComponent() - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns the component this handler is associated with.
- getComponent(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the component with the given name from the currently active
ComponentStore
.
- getComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the component managed by this tag.
- getComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the component managed by this tag.
- getComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
-
Returns the name of the referenced component.
- getComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SimpleComponentTag
-
Returns the component that was created by this tag.
- getComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Returns the component of this register.
- getComponent() - Method in interface net.sf.jguiraffe.gui.forms.ComponentHandler
-
Returns a reference to the real component that is wrapped by this
component handler.
- getComponent() - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Returns the underlying component.
- getComponent(int, int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the component at the specified position of this layout.
- getComponent(int) - Method in interface net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
-
Returns the component with the given index.
- getComponent() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns the component representing this window.
- getComponent() - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
-
Returns the Swing component that represents this window.
- getComponent() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the underlying component.
- getComponent(int) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the component with the given index.
- getComponentBuilderData() - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Returns the associated
ComponentBuilderData
.
- getComponentBuilderData() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the
ComponentBuilderData
object.
- getComponentBuilderData() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the current
ComponentBuilderData
object.
- getComponentBuilderData() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the current
ComponentBuilderData
object.
- getComponentBuilderNamespace() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns the name space used for the component builder tag library.
- getComponentCount() - Method in interface net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
-
Returns the number of components that belong to this layout manager.
- getComponentCount() - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the number of components in this layout.
- getComponentHandler(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the component handler with the specified name from the current
ComponentStore
.
- getComponentHandler() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the component handler that was created by this tag.
- getComponentHandler(String) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Returns the component handler with the given name.
- getComponentHandler() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Returns the component handler.
- getComponentHandler() - Method in interface net.sf.jguiraffe.gui.forms.FieldHandler
-
Returns the
ComponentHandler
used by this
FieldHandler
.
- getComponentHandlerNames() - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Returns a set with the names of all component handlers that are contained
in this store.
- getComponentHandlerNames() - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Returns a set with the names of all stored component handlers.
- getComponentHandlers(ComponentBuilderData) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Returns a map with the
ComponentHandler
objects of the components
this group refers to.
- getComponentManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the component manager.
- getComponentManager() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns the component manager used by this builder.
- getComponentName() - Method in class net.sf.jguiraffe.gui.builder.enablers.ComponentEnabler
-
Returns the name of the component whose state is changed by this enabler.
- getComponentNames() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Returns a set with the names of all components contained in this group.
- getComponentNames() - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Returns a set with the names of all components that are contained in this
store.
- getComponentNames() - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Returns a set with the names of all stored components.
- getComponentref() - Method in class net.sf.jguiraffe.gui.builder.components.tags.LabelTag
-
Returns the name of the component this label is associated with.
- getComponents() - Method in interface net.sf.jguiraffe.gui.builder.components.AccessibleComposite
-
Returns an unmodifiable collection with the components and constraints
that have been added to this object.
- getComponents(ComponentBuilderData) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Returns a map with all components this group refers to.
- getComponents() - Method in class net.sf.jguiraffe.gui.builder.components.CompositeImpl
-
Returns an unmodifiable collection with the components and constraints
that have been added to this object.
- getComponentStore() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns a reference to the current component store.
- getComponentStore() - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Returns the component store used by this event manager instance.
- getComponentStore() - Method in class net.sf.jguiraffe.gui.forms.Form
-
Returns the component store of this form.
- getComponentType() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the type of the field handler that is associated with this
component.
- getComponentType() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerTag
-
Returns the type of the corresponding input component.
- getComposite(Composite) - Method in interface net.sf.jguiraffe.gui.builder.components.ContainerSelector
-
Returns the
Composite
to be used for the specified tag
implementing the Composite
interface.
- getComposite(Composite) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultContainerSelector
-
Returns the
Composite
to be used for the specified tag
implementing the Composite
interface.
- getComposite() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Returns the
AccessibleComposite
implementation used by this
container tag.
- getConfigResourceName() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the resource name of the configuration file.
- getConfiguration() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns a reference to the configuration data of the running application.
- getConfiguration() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns a reference to the global configuration.
- getConfiguration() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeConfigurationChangeHandler
-
Returns the
HierarchicalConfiguration
associated with this
object.
- getConfiguration() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Returns the configuration object that stores the data of this model.
- getConfigURL() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the URL from which the configuration file is to be loaded.
- getConstr() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
-
Returns the constraints as string.
- getConstraints() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the constraints object for this component.
- getConstraints(boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
A convenience method for determining the cell constraints object for the
specified orientation.
- getConstraints(int) - Method in interface net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
-
Returns the constraints object for the component with the given index.
- getConstraints(int) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the constraints for the component with the given index.
- getConstraintsBuilder(JellyContext, String, CellAlignment) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
-
Returns the
CellConstraints.Builder
for creating CellConstraints
objects with the given name.
- getConstraintsBuilder() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the builder instance for creating
CellConstraints
objects.
- getConstructedMenu() - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Returns the last menu that was constructed by this handler.
- getContainer() - Method in interface net.sf.jguiraffe.gui.builder.action.tags.ActionContainer
-
Returns the container object.
- getContainer() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
-
Returns the menu bar container.
- getContainer() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Returns the container maintained by this tag.
- getContainer() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ToolbarTag
-
Returns the container object.
- getContainer() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the concrete container component.
- getContainer() - Method in interface net.sf.jguiraffe.gui.builder.components.Composite
-
Returns the concrete container component that is wrapped by this object.
- getContainer() - Method in class net.sf.jguiraffe.gui.builder.components.CompositeImpl
-
Returns the concrete container component that is wrapped by this object.
- getContainer() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Returns the concrete container component.
- getContainer() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Returns the container object.
- getContainer() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns an object representing the container.
- getContainerClass() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Returns the class of the nesting container tag.
- getContainerClass() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuItemTag
-
Returns the container tag handler class this tag must be nested inside.
- getContainerClass() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ToolButtonTag
-
Returns the class of the container tag this tag must be nested inside.
- getContainerSelector() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the
ContainerSelector
used by this object.
- getContent() - Method in class net.sf.jguiraffe.examples.tutorial.model.DirectoryData
-
Returns a list with the content of this directory.
- getContext() - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Returns the current
JellyContext
this object lives in.
- getContext() - Method in interface net.sf.jguiraffe.gui.builder.components.tags.ListModelSupport
-
Returns the current Jelly context.
- getContext() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
-
Returns the underlying Jelly context.
- getContext() - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Returns the current
JellyContext
.
- getContextForChildValidator(int, TransformerContext) - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Returns the
TransformerContext
to be used for the
specified child validator.
- getContextForm() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the form of the current form context.
- getController() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
-
Returns a reference to the main controller.
- getController() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the controller object of this window.
- getController() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the new window's controller.
- getConversionHelper() - Method in interface net.sf.jguiraffe.di.BeanStore
-
Returns a
ConversionHelper
object for performing type conversions
on the beans contained in this BeanStore
.
- getConversionHelper() - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns the
ConversionHelper
associated with this instance.
- getConversionHelper() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Returns the
ConversionHelper
associated with this object.
- getConversionHelper() - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Returns the
ConversionHelper
associated with this instance.
- getConversionHelper() - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Returns the
ConversionHelper
instance associated with this
object.
- getConversionHelper() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
-
Returns the
ConversionHelper
used by this bean store.
- getConvertBean() - Method in class net.sf.jguiraffe.di.ConversionHelper
-
Returns the helper object for type conversions.
- getData() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Returns the definition data for this menu.
- getData() - Method in class net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
-
Returns the data of this
ComponentHandler
.
- getData() - Method in interface net.sf.jguiraffe.gui.forms.ComponentHandler
-
Returns the data of the wrapped component.
- getData() - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Returns data of this handler.
- getData() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Fetches the data of this field.
- getData() - Method in interface net.sf.jguiraffe.gui.forms.FieldHandler
-
Returns the data of this field.
- getData() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
-
Returns the component's data.
- getDataClass() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns the class of the data to be displayed in this column.
- getDataClass(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the data class for the specified column.
- getDataForButton(int) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.BooleanRadioButtonHandler
-
Returns the value of the radio button with the specified index.
- getDataForButton(int) - Method in class net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
-
Returns the data value that corresponds to the radio button with the
given index.
- getDataForButton(int) - Method in class net.sf.jguiraffe.gui.builder.components.model.DefaultRadioButtonHandler
-
Returns the data value that corresponds to the radio button with the
given index.
- getDataModel() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the list serving as data model for the managed table.
- getDateFormatStyle() - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Returns the style to be used for formatting dates.
- getDefaultAlignment() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Returns the default
CellAlignment
used by this builder.
- getDefaultBaseClassConverters() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns a map with the default base class converters that have been
registered so far.
- getDefaultBeanStore() - Method in interface net.sf.jguiraffe.di.BeanContext
-
Returns the default bean store.
- getDefaultBeanStore() - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the default bean store.
- getDefaultBeanStore() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Returns the default bean store.
- getDefaultButtonName() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the name of the default button.
- getDefaultClassLoaderName() - Method in interface net.sf.jguiraffe.di.ClassLoaderProvider
-
Returns the name of the default class loader.
- getDefaultClassLoaderName() - Method in class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Returns the name of the default class loader.
- getDefaultClassLoaderName() - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Returns the name of the default class loader.
- getDefaultConverters() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns a map with the default converters that have been registered so
far.
- getDefaultReferenceDate() - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Creates a new default reference date.
- getDefaultResourceGroup() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the default resource group.
- getDefaultResourceGroup() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the default resource group.
- getDefaultResourceGroup() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the default resource group.
- getDefaultResourceGroup() - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Returns the name of the default resource group.
- getDefaultResourceGroup() - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Returns the name of the default resource group.
- getDefaultResourceGroup() - Method in class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Returns the name of the default resource group.
- getDelimiter() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Returns the delimiter to be used for concatenating the results of
multiple resolve operations.
- getDependencies() - Method in interface net.sf.jguiraffe.di.BeanProvider
-
Returns a set with the descriptions of the beans this provider depends
on.
- getDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
-
Returns a set with the dependencies of this bean provider.
- getDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
-
Returns the dependencies of this bean provider.
- getDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns the dependencies of this bean provider.
- getDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.MapBeanProvider
-
Returns the dependencies of this bean provider.
- getDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Returns the dependencies of this bean provider.
- getDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
-
Returns the dependencies for this bean provider.
- getDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Returns the dependencies of this bean provider.
- getDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Returns the
Dependency
defined by this tag.
- getDependencyProvider() - Method in class net.sf.jguiraffe.di.BeanCreationEvent
-
Returns the
DependencyProvider
involved in the bean creation
process.
- getDependentBean(Dependency) - Method in interface net.sf.jguiraffe.di.DependencyProvider
-
Returns the dependency bean for the specified dependency.
- getDependentBean(Dependency) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Returns a dependent bean.
- getDependentClass() - Method in class net.sf.jguiraffe.di.impl.ClassDependency
-
Returns the description of the class of this dependency.
- getDiBuilderNameSpaceURI() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Returns the name space URI, under which the DI tag library must be
registered.
- getDiBuilderNameSpaceURI() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilderFactory
-
Returns the URI for the name space of the DI builder tag library.
- getDirectory() - Method in class net.sf.jguiraffe.examples.tutorial.model.DirectoryData
-
Returns the
File
object representing the associated directory.
- getDisplayIndex(ListModel, Object) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
-
Returns the index of the specified display object in the specified list
model.
- getDisplayName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the display name of this input component.
- getDisplayName() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Returns the display name.
- getDisplayName() - Method in interface net.sf.jguiraffe.gui.forms.FieldHandler
-
Returns the display name of this field.
- getDisplayName(String) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Returns the display name for the specified field.
- getDisplayObject(int) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Returns the display object at the given index.
- getDisplayObject(int) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Returns the object to be displayed for the model element with the given
index.
- getDisplayObject(int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.ListModel
-
Returns the display object with the given index.
- getDisplayObject(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
-
Returns the display object with the given index.
- getDragMode() - Method in class net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag
-
Returns the desktop panel's drag mode.
- getDuration() - Method in class net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
-
- getEastGap() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the east gap.
- getEastGap() - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Returns the east gap.
- getEditFields() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns a set with the names of the fields of the editor form that are
used for editing this column.
- getEditor() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the cell editor associated with this model.
- getEditorComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns the component to be used for editing this column.
- getEditorSelectionHandler() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the selection handler for editor components.
- getEditorValidationHandler() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the editor validation handler.
- getElementClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Returns the object with the class definition data of the collection's
elements.
- getElementClassDesc() - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Returns the class description for the elements of the represented
collection.
- getElementDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.CollectionBeanProvider
-
Returns a collection with the dependencies of the collection elements.
- getElementDependencies() - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Returns a collection with the dependencies for the elements of the
collection created by this tag.
- getErrorFieldNames() - Method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Returns a set with the names of those fields that are invalid.
- getErrorFieldNames() - Method in interface net.sf.jguiraffe.gui.forms.FormValidatorResults
-
Returns a set with the names of only those fields, for which validation
has failed.
- getEvent() - Method in exception net.sf.jguiraffe.gui.builder.components.model.TreeExpandVetoException
-
Returns the event that caused this exception.
- getEventFilter() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Returns the name of the filter to be used.
- getEventListener() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
-
Returns the event listener this adapter is associated with.
- getEventManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the
FormEventManager
used by this builder
operation.
- getEventManager() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
-
Returns a reference to the form event manager.
- getEventManagerForForm(Form) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the event manager for the specified form.
- getEventType() - Method in class net.sf.jguiraffe.gui.builder.event.filter.TypeEventFilter
-
Returns the event type name.
- getException() - Method in class net.sf.jguiraffe.gui.cmd.CommandBase
-
Returns an exception that was thrown during the execution of this
command.
- getExecutorService() - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Returns the
ExecutorService
used by this command queue.
- getExitCode() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the current exit code for this application.
- getExitHandler() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the current exit handler of this application.
- getExitPromptMessageResource() - Method in class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
Returns the resource ID for the message of the exit prompt dialog.
- getExitPromptTitleResource() - Method in class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
Returns the resource ID for the title of the exit prompt dialog.
- getField() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Returns the name of the constant field that is to be retrieved by this
tag.
- getField(String) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Returns the
FieldHandler
object for the field with the given
name.
- getFieldErrorTemplate() - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Returns the template for the error messages of an input field.
- getFieldFooterTemplate() - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Returns the template for the footer of a field.
- getFieldHandler(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the field handler with the specified name from the current
ComponentStore
object.
- getFieldHandlerFactory() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the field handler factory.
- getFieldHandlerFactory() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns the field handler factory used by this builder.
- getFieldHandlerNames() - Method in interface net.sf.jguiraffe.gui.forms.ComponentStore
-
Returns a set with the names of all field handlers that are contained in
this store.
- getFieldHandlerNames() - Method in class net.sf.jguiraffe.gui.forms.ComponentStoreImpl
-
Returns a set with the names of all stored field handlers.
- getFieldHeaderTemplate() - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Returns the template for the header of a field.
- getFieldName() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFieldStatusEvent
-
Returns the name of the field whose status has changed.
- getFieldNames() - Method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Returns a set with all defined field names.
- getFieldNames() - Method in class net.sf.jguiraffe.gui.forms.Form
-
Returns a set with the names of all defined fields.
- getFieldNames() - Method in interface net.sf.jguiraffe.gui.forms.FormValidatorResults
-
Returns a set with the names of all fields, for which result objects are
stored in this object.
- getFieldStatusListeners() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns an array with all
FormControllerFieldStatusListener
objects registered at this FormController
.
- getFieldValidator() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the field level validator.
- getFieldWarningTemplate() - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Returns the template for the warning messages of an input field.
- getFile() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the associated
File
object.
- getFile() - Method in class net.sf.jguiraffe.locators.AbstractLocator
-
Dummy implementation of this interface method.
- getFile() - Method in class net.sf.jguiraffe.locators.FileLocator
-
Returns the represented file resource.
- getFile() - Method in interface net.sf.jguiraffe.locators.Locator
-
Returns a file for the resource represented by this locator.
- getFile() - Method in class net.sf.jguiraffe.locators.LocatorWrapper
-
Returns the file this locator points to.
- getFileContent() - Method in class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
-
- getFileDateFrom() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getFileDateTo() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getFileName() - Method in class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
-
- getFileName() - Method in class net.sf.jguiraffe.locators.FileLocator
-
Returns the name of the represented file.
- getFileTypes() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getFilterIterator() - Method in class net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
-
Returns an iterator to the internal list of child filters.
- getFilters() - Method in class net.sf.jguiraffe.gui.builder.event.filter.ChainedEventFilter
-
Returns a list with all contained filters.
- getFirstComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Returns the first component of the splitter.
- getFirstName() - Method in class net.sf.jguiraffe.PersonBean
-
- getFixedWidth(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Returns the fixed width (in pixels) of the column with the specified
index.
- getFont() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the font object for this component.
- getFont() - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Returns the font of this widget.
- getFontRef() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the name of the font to be used by this component.
- getFontSize(Object, boolean) - Method in interface net.sf.jguiraffe.gui.layout.UnitSizeHandler
-
Determines the font size of the given component for the specified
orientation.
- getFontSize(Object, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingSizeHandler
-
Calculates the desired font size for the given component.
- getForeColor() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the foreground color of this component as string.
- getForegroundColor() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getForegroundColor() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the foreground color of this component as a color object.
- getForegroundColor() - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Returns the foreground color of the underlying widget.
- getForegroundColor(FieldValidationStatus) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the foreground color for fields with the specified
FieldValidationStatus
.
- getForm() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the
Form
object.
- getForm() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the current form.
- getFormBean() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the form bean.
- getFormBean() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the form bean.
- getFormBean() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the current form bean.
- getFormBean() - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Returns the form bean.
- getFormController() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerEvent
-
Returns the
FormController
which generated this event.
- getFormController() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerFocus
-
Returns a reference to the associated
FormController
.
- getFormListeners() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns an array with all
FormControllerFormListener
objects
registered at this FormController
.
- getFormValidator() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the
FormValidator
for validating the current form.
- getFormValidator() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the
FormValidator
for validating the Form
object.
- getFormValidator() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the form level validator.
- getFormValidator() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns a
FormValidator
for validating the associated form.
- getFormValidator() - Method in class net.sf.jguiraffe.gui.forms.Form
-
Returns the form validator.
- getGap() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Returns the gap.
- getGap() - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Returns the width of the gap between the buttons.
- getGreen() - Method in class net.sf.jguiraffe.gui.builder.components.Color
-
Returns the green component of this color.
- getGroup() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
-
Returns the group that was created by this tag.
- getGroup() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
-
Returns the name of the referenced group.
- getGroupNames() - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Returns the names of all defined groups.
- getGroups() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns a comma separated list of names of the component groups this
component should be added to.
- getGUISynchronizer() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the
GUISynchronizer
object used by this
application.
- getGUISynchronizer() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns the GUI synchronizer.
- getGUISynchronizer() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the
GUISynchronizer
.
- getGUISynchronizer() - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Returns the
GUISynchronizer
that is used by this command
queue.
- getGUISynchronizer() - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Returns the
GUISynchronizer
.
- getGUIUpdater() - Method in interface net.sf.jguiraffe.gui.cmd.Command
-
This method is invoked after the background processing of the command
ends.
- getGUIUpdater() - Method in class net.sf.jguiraffe.gui.cmd.CommandBase
-
Returns a
Runnable
object for updating the GUI.
- getGUIUpdater() - Method in class net.sf.jguiraffe.gui.cmd.CommandWrapper
-
Returns the object for the updating the UI after execution of the
command.
- getHandler() - Method in class net.sf.jguiraffe.gui.builder.event.FormEvent
-
Returns the handler object of the component, which caused this event.
- getHandler() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
-
Returns a reference to the associated component handler.
- getHeaderText() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns a
TextData
object defining the header text of this
column.
- getHeight() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the height of the new window.
- getHeight() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the window's height.
- getHeight() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the height of the new window.
- getHeight() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the window's height.
- getIcon() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the icon of this file.
- getIcon() - Method in interface net.sf.jguiraffe.gui.builder.action.ActionData
-
Returns an icon for the represented action.
- getIcon() - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Returns the icon for the represented action.
- getIcon() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Returns the icon for this action.
- getIcon() - Method in interface net.sf.jguiraffe.gui.builder.components.model.StaticTextData
-
Returns the icon of the affected element.
- getIcon() - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Returns the icon.
- getIcon() - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
Returns the default icon for the newly created
StaticTextData
objects.
- getIcon() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Returns the icon of this register.
- getIcon() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Returns the icon object.
- getIcon() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
-
Returns the icon.
- getIcon() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the icon for this window.
- getIcon() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns an icon for the new window.
- getIconDirectory() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the icon for directories.
- getIconFile() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the icon for files.
- getIconHandler() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the name of the bean to be used as icon handler for this tree.
- getIconName(ConfigurationNode, boolean, boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.TreeIconHandler
-
Returns the name of the icon for the specified node.
- getIcons() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns a map with the icons defined for this tree.
- getIdNo() - Method in class net.sf.jguiraffe.PersonBean
-
- getIdx1() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Returns the index of the first cell that belongs to this group.
- getIdx2() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Returns the index of the second cell that belongs to this group.
- getIfName() - Method in interface net.sf.jguiraffe.gui.builder.components.tags.ConditionalTag
-
Returns the value of the
ifName
attribute.
- getIfName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Returns the ifName attribute.
- getIfName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Returns the value of the ifName attribute.
- getIndex(ListModel, Object) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
-
Returns the index of the given value object in the specified list model.
- getIndexOfChild(Object, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Returns the index of the specified child node relative to its parent
node.
- getIndices(ListModel, Object[]) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
-
Returns the indices of all given value objects in the specified list
model.
- getIndices() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Returns the indices of the cells of this group as string.
- getInitializerScript() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the
ChainedInvocation
for storing the initializer
script.
- getInputStream() - Method in class net.sf.jguiraffe.locators.AbstractLocator
-
Dummy implementation of this interface method.
- getInputStream() - Method in class net.sf.jguiraffe.locators.ByteArrayLocator
-
Returns an input stream for the data of this locator.
- getInputStream() - Method in interface net.sf.jguiraffe.locators.Locator
-
Returns an input stream for the represented resource.
- getInputStream() - Method in class net.sf.jguiraffe.locators.LocatorWrapper
-
Returns the input stream this locator points to.
- getInstance() - Static method in class net.sf.jguiraffe.di.EnumConverter
-
Returns an instance of
EnumConverter
.
- getInstance(Class<?>) - Static method in class net.sf.jguiraffe.di.impl.ClassDependency
-
Returns a
ClassDependency
instance for the specified
class.
- getInstance(ClassDescription) - Static method in class net.sf.jguiraffe.di.impl.ClassDependency
-
Returns a
ClassDependency
instance for the specified
ClassDescription
.
- getInstance(Class<?>) - Static method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns an instance for the specified class.
- getInstance(String, String) - Static method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns an instance for the specified class name and class loader name.
- getInstance(String) - Static method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns an instance for the specified class name that will be resolved
using the default class loader.
- getInstance(String) - Static method in class net.sf.jguiraffe.di.impl.NameDependency
-
Returns an instance of this class for the bean with the specified name.
- getInstance(Object) - Static method in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Creates a new instance of this class and initializes it with the bean to
be managed.
- getInstance(Class<?>, Object) - Static method in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Returns an instance of this class that refers to the specified value of
the given class.
- getInstance(BeanContext) - Static method in class net.sf.jguiraffe.gui.app.Application
-
Obtains the central
Application
instance from the specified
BeanContext
.
- getInstance(Keys, Set<Modifiers>) - Static method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns an
Accelerator
for the specified special key and the
(optional) modifiers.
- getInstance(Character, Set<Modifiers>) - Static method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns an
Accelerator
for the specified printable key and
the (optional) modifiers.
- getInstance(Integer, Set<Modifiers>) - Static method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns an
Accelerator
for the specified platform-specific
key code and the (optional) modifiers.
- getInstance(byte[]) - Static method in class net.sf.jguiraffe.locators.ByteArrayLocator
-
Creates an instance of
ByteArrayLocator
that is initialized
with the specified data.
- getInstance(String) - Static method in class net.sf.jguiraffe.locators.ByteArrayLocator
-
Creates an instance of
ByteArrayLocator
that is initialized
with the data of the specified string.
- getInstance(String) - Static method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Returns a
ClassPathLocator
instance for the specified
resource name.
- getInstance(String, ClassLoader) - Static method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Returns a
ClassPathLocator
instance which looks up the specified
resource name using the given class loader.
- getInstance(File) - Static method in class net.sf.jguiraffe.locators.FileLocator
-
Returns a
FileLocator
instance for the specified file.
- getInstance(String) - Static method in class net.sf.jguiraffe.locators.FileLocator
-
Returns a
FileLocator
instance for the specified file name.
- getInstance(URL) - Static method in class net.sf.jguiraffe.locators.URLLocator
-
Returns a
URLLocator
instance for the specified URL.
- getInstance(String) - Static method in class net.sf.jguiraffe.locators.URLLocator
-
Returns a
URLLocator
instance for the URL specified as
string.
- getInstance() - Static method in class net.sf.jguiraffe.transform.DummyTransformer
-
Returns the singleton instance of this class.
- getInternalAllColumnConstraints() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the internal array of all cell constraints objects for the
layout's column.
- getInternalAllRowConstraints() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the internal array of all cell constraints objects for the
layout's rows.
- getInvalidBackground() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the background color to be set for invalid input fields.
- getInvalidForeground() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the foreground color to be set for invalid input fields.
- getInvocation() - Method in class net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
-
Returns the
ConstructorInvocation
object that determines
the constructor to be invoked.
- getInvocation() - Method in class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Returns the
MethodInvocation
for the method to be invoked.
- getInvocationHelper() - Method in interface net.sf.jguiraffe.di.DependencyProvider
-
Returns a reference to the current
InvocationHelper
object.
- getInvocationHelper() - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Returns the
InvocationHelper
object.
- getInvocationHelper() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the
InvocationHelper
.
- getInvocationHelper() - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilderResult
-
Returns the
InvocationHelper
object that was used by builder
during script processing.
- getInvocationHelper() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the
InvocationHelper
object to be used during this
builder operation.
- getInvocationHelper() - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Returns the current
InvocationHelper
.
- getInvocationTag() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Returns a reference to the
InvocationTag
, to which this
tag belongs.
- getInvokables() - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns a list with the
Invokable
objects that have
already been added to this chain.
- getKey() - Method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns the character.
- getKey() - Method in interface net.sf.jguiraffe.transform.ValidationMessage
-
Returns the key of this validation message.
- getKeyClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the
ClassDescData
object for the key class.
- getKeyClassDesc() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the class description for the key class.
- getKeyCode() - Method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns the key code.
- getKeyData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Returns the data object for the value of the key.
- getKeyDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.MapBeanProvider
-
Returns the dependencies for the keys of the map.
- getKeyDependencies() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the collection with the key dependencies.
- getKeyDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Returns the dependency for the key of the map entry.
- getKeys() - Method in interface net.sf.jguiraffe.resources.ResourceGroup
-
Returns a collection with the resource keys defined in this resource
group.
- getLastModified() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the date this file was modified.
- getLastName() - Method in class net.sf.jguiraffe.PersonBean
-
- getLastValidationResults() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the results of the last validation operation.
- getLastValidationStatus(String) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the last known validation status of the specified field.
- getLayout() - Method in interface net.sf.jguiraffe.gui.builder.components.AccessibleComposite
-
Returns the layout object passed to this instance.
- getLayout() - Method in class net.sf.jguiraffe.gui.builder.components.CompositeImpl
-
Returns the layout object passed to this instance.
- getLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Returns the layout for this container.
- getLayoutAlignmentX(Container) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the layout alignment in X direction.
- getLayoutAlignmentY(Container) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the layout alignment in Y direction.
- getLeftMargin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the left margin.
- getLeftMargin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Returns the left margin.
- getLeftMargin() - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Returns the left margin.
- getLeftMargin() - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Returns the left margin.
- getLevel() - Method in interface net.sf.jguiraffe.transform.ValidationMessage
-
Returns the
ValidationMessageLevel
associated with this message.
- getListenerClass() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
-
Returns the event listener class as an object.
- getListenerClass() - Method in enum net.sf.jguiraffe.gui.builder.event.FormListenerType
-
Returns the event listener class that is handled by this instance.
- getListenerType() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
-
Returns the
FormListenerType
for this event adapter.
- getListenerType() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
-
Returns the event listener type used by this adapter.
- getListModel() - Method in interface net.sf.jguiraffe.gui.builder.components.model.ListComponentHandler
-
Returns the
ListModel
for this component.
- getListModel() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
-
Returns the list model to be used by this combo box.
- getListModel() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Returns the list model to be used by this combo box.
- getListModel() - Method in interface net.sf.jguiraffe.gui.builder.components.tags.ListModelSupport
-
Returns the current
ListModel
.
- getLocale() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the current locale.
- getLocale() - Method in interface net.sf.jguiraffe.resources.ResourceGroup
-
Returns the
Locale
of this resource group
- getLocale() - Method in interface net.sf.jguiraffe.transform.TransformerContext
-
Returns the current
Locale
.
- getLocale() - Method in class net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
-
Returns the current locale.
- getLocator() - Method in class net.sf.jguiraffe.gui.app.OpenWindowCommand
-
Returns the
Locator
to the builder script executed by this
command.
- getLocator() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Returns the name of the
Locator
, from which the icon should
be obtained.
- getLockID() - Method in interface net.sf.jguiraffe.di.BeanProvider
-
Returns the ID of the transaction that locked this bean provider.
- getLockID() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns the ID of the locking transaction.
- getLockID() - Method in class net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
-
Returns the lock ID of the current transaction.
- getLockID() - Method in class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Returns the ID of the locking transaction.
- getLog() - Method in class net.sf.jguiraffe.gui.cmd.CommandBase
-
Returns the logger used by this object.
- getLogicDataClass() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns the logic data class of this column if available.
- getLogicDataClass(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the logic data class of the specified column.
- getLogicValidator() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Returns the validator used for validation on the logic level.
- getMainWindow() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns the application's main window.
- getMainWindow() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the application's main window.
- getMainWindowBeanContext() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the
BeanContext
that was created when processing the
builder script for the main window.
- getMajorTicks() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns the spacing for major ticks.
- getMax() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Returns the maximum value of the progress bar.
- getMax() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns the maximum value of the slider.
- getMaximum() - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Returns the maximum value.
- getMaximumFractionDigits() - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Returns the maximum number of fraction digits.
- getMaximumLineLength() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Returns the maximum line length for the messages to be displayed.
- getMaxlength() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Returns the maximum number of characters this text field will accept.
- getMaxlength() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
-
Returns the maximum number of character that can be entered into this
field.
- getMenu() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
-
Returns the menu that is constructed by this builder.
- getMenuBar() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the menu bar of this window.
- getMenuBar() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the menu bar for the new window.
- getMenuItems() - Method in class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Returns a list with the content of the menu to be constructed by this
handler.
- getMenuUnderConstruction() - Method in class net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
-
Returns the menu which is currently under construction.
- getMenuUnderConstruction() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
-
- getMessage() - Method in interface net.sf.jguiraffe.transform.ValidationMessage
-
Returns the actual message.
- getMessageLevel(TransformerContext) - Method in class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Determines the
ValidationMessageLevel
for the validation messages
produced by this object.
- getMessageOutput() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the
MessageOutput
object.
- getMessageOutput() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns a reference to the object for displaying messages.
- getMessageOutput() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns a reference to the object for displaying messages.
- getMessageOutput() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a reference to the
MessageOutput
object to be used
by the builder and dependent objects.
- getMessageOutput() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the
MessageOutput
object to be used by this
controller.
- getMethod() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Returns the name of the method to be invoked.
- getMethodName() - Method in class net.sf.jguiraffe.di.impl.MethodInvocation
-
Returns the name of the method to be invoked.
- getMin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Returns the minimum value of the progress bar.
- getMin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns the minimum value of the slider.
- getMinFileSize() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getMinimum() - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Returns the minimum value.
- getMinimumComponentSize(int, int, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the minimum size of the component at the specified column and row
position in the given orientation.
- getMinimumComponentSize(Object, boolean) - Method in interface net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
-
Returns the minimum component size of the specified component for the
given axis.
- getMinimumComponentSize(Object, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the minimum size of the specified component in the given axis.
- getMinimumFractionDigits() - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Returns the minimum number of fraction digits.
- getMinorTicks() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns the spacing for minor ticks.
- getMinSize() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints
-
Returns the minimum size.
- getMnemonic() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Returns a mnemonic for this register.
- getMnemonic() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Returns the mnemonic character.
- getMnemonicKey() - Method in interface net.sf.jguiraffe.gui.builder.action.ActionData
-
Returns the mnemonic for the represented action.
- getMnemonicKey() - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Returns the mnemonic key.
- getMnemonicKey() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Returns the mnemonic for this action.
- getMnemonicKey() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Returns the key code of the mnemonic.
- getMnemonicResID() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Returns the resource ID for the mnemonic.
- getModel() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Returns the underlying model of this table.
- getModel() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Returns the tree's data model.
- getModel() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the name of the variable that serves as tree model.
- getModelBean(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
A convenience method which returns the bean from the data model with the
specified row index.
- getModelChangeListener() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeConfigurationChangeHandler
-
Returns the
TreeModelChangeListener
associated with this object.
- getModelData() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the list with the data of this model.
- getModelRef() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
-
Returns the name of the model to use.
- getModelRef() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Returns the name of the model to use.
- getModelRef() - Method in interface net.sf.jguiraffe.gui.builder.components.tags.ListModelSupport
-
Returns the reference name of the list model.
- getModifiers() - Method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns a set with the modifiers set for this accelerator.
- getModifiers() - Method in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Returns a set with
Modifiers
representing the special modifier
keys that were pressed when the mouse event occurred.
- getName() - Method in interface net.sf.jguiraffe.di.BeanStore
-
Returns a name for this bean store.
- getName() - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns the name of this store.
- getName() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Returns the name of this bean store.
- getName() - Method in class net.sf.jguiraffe.di.impl.NameDependency
-
Returns the name of the dependent bean.
- getName() - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Returns the name of this bean store.
- getName() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the name of this file.
- getName() - Method in interface net.sf.jguiraffe.gui.builder.action.ActionData
-
Returns the name of the represented action.
- getName() - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Returns the name of this action.
- getName() - Method in interface net.sf.jguiraffe.gui.builder.action.FormAction
-
Returns the name of this action.
- getName() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Returns the name of this component.
- getName() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
-
Returns the name of this menu bar.
- getName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderConstraintsTag
-
Returns the name of the border constraints.
- getName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns the name of this input component.
- getName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
-
Returns the group's name.
- getName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Returns the name of the font.
- getName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
-
Returns the name of the icon.
- getName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Returns the name of the managed bean definition.
- getName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
Returns the name of the bean store to be created.
- getName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the name of the managed bean definition.
- getName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Returns the name of the bean produced by this tag.
- getName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the name under which the map bean is to be stored in the bean
store.
- getName() - Method in class net.sf.jguiraffe.gui.builder.event.FormEvent
-
Returns the name of the component, which caused this event.
- getName() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns the name of this builder.
- getName() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
-
Returns the name of this bean store.
- getName() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
-
Returns the name of this action.
- getName() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
-
Returns the name of the component this adapter is registered at.
- getName() - Method in interface net.sf.jguiraffe.resources.ResourceGroup
-
Returns the name of this resource group.
- getNodeIndex(int) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns the index of the path node at the specified position in the path.
- getNodeName(int) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns the name of the path node with the given index.
- getNodes() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns a list with the nodes comprising the path.
- getNorthGap() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the north gap.
- getNorthGap() - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Returns the north gap.
- getNotVisitedInvalidBackground() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the background color to be set for input fields in the state
not visited, invalid.
- getNotVisitedInvalidForeground() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the foreground color to be set for input fields in the state
not visited, invalid.
- getNotVisitedWarningBackground() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the background color for input fields in the state
not visited,
warning.
- getNotVisitedWarningForeground() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the foreground color for input fields in the state
not visited,
warning.
- getNumberOfColumnWithPercentWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Returns the number of columns managed by this controller whose width is
specified as a percent value.
- getOkCommand() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the command to be executed when the form is closed in reaction of
the OK button.
- getOptionalClassDescription() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Returns a
ClassDescription
object from the internal data
or null if no data is defined.
- getOrientation(String, Orientation) - Static method in enum net.sf.jguiraffe.gui.builder.components.Orientation
-
Transforms the given string value into an instance of this enumeration
class, using the default
Orientation
if the string value is
null.
- getOrientation(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.Orientation
-
Transforms the given string value into an instance of this enumeration
class.
- getOrientation() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns the slider's orientation as string value.
- getOrientation() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Returns the orientation of the splitter as a string value.
- getOrientationValue(int, int, boolean) - Static method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Helper method for extracting a value from a 2D vector with the specified
orientation.
- getOriginalFixedWidth(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Returns the original fixed width of the specified column.
- getOuterComponent() - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns the outer component this handler is associated with.
- getOuterComponent() - Method in interface net.sf.jguiraffe.gui.forms.ComponentHandler
-
Returns the outer most component, which is the component to be added to
the enclosing container.
- getOuterComponent() - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Returns the outer component of this handler.
- getOutput() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
-
Returns the message output object used for displaying message boxes.
- getOwner() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Returns a reference to the owning tag.
- getParameterClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Returns the data object for the class description of this parameter.
- getParameterClassDesc() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Returns a
ClassDescription
object for the data type class
of this parameter.
- getParameterClasses(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Returns an array with the concrete parameter classes.
- getParameterDependencies() - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns a list of the dependencies required for this invocation.
- getParameterDependencies() - Method in enum net.sf.jguiraffe.di.impl.HelperInvocations
-
Returns the dependencies for this invocation.
- getParameterDependencies() - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Returns the
Dependency
objects defining the current
parameter values.
- getParameterDependencies() - Method in interface net.sf.jguiraffe.di.impl.Invokable
-
Returns a list with all dependencies required for this invocation.
- getParameterDependencies() - Method in class net.sf.jguiraffe.di.impl.MethodInvocation
-
Returns the
Dependency
objects defining the current
parameter values.
- getParameterDependencies() - Method in class net.sf.jguiraffe.di.impl.NullInvocation
-
Deprecated.
Returns the dependencies of this
Invokable
.
- getParameterDependencies() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Returns an array with the dependencies of the this invocation's
parameters.
- getParameterDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Returns the dependency for this parameter.
- getParameters() - Method in class net.sf.jguiraffe.resources.Message
-
Returns an array with the parameters stored in this
Message
instance.
- getParameterTypes() - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Returns an array with the types of the parameters of the invocation.
- getParameterTypes() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Returns an array with the data types of the parameters of this
invocation.
- getParent() - Method in interface net.sf.jguiraffe.di.BeanStore
-
Returns a reference to the parent
BeanStore
.
- getParent() - Method in class net.sf.jguiraffe.di.ConversionHelper
-
Returns the parent of this instance.
- getParent() - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns the parent store of this
CombinedBeanStore
.
- getParent() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Returns the parent of this bean store or null if this is a top
level store.
- getParent() - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Returns the parent bean store.
- getParent() - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Returns the parent store.
- getParent() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
-
Returns the parent bean store.
- getParentContext() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the parent bean context.
- getParentContext() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a reference to the parent bean context.
- getParentName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
Returns the name of the parent bean store.
- getParentStoreTag() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
Returns a reference to an enclosing
BeanStoreTag
,
defining the parent bean store for this tag.
- getParentWindow() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the parent window.
- getParentWindow() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the parent window.
- getParentWindow() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the (platform independent abstraction of) window's parent window.
- getParentWindow() - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Returns the parent window of the new window.
- getParentWindow() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns this window's parent.
- getParentWindow() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the window's parent.
- getPath() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
-
Returns the path to the node whose state has changed.
- getPattern(TransformerContext) - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Returns a
Pattern
object to be used for the validation operation.
- getPercentData(int, int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the constraints object for the component at the specified
position of this layout.
- getPercentLayout() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Returns the percent layout object managed by this tag.
- getPercentLayout() - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns a reference to the associated percent layout object.
- getPercentValue(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Returns the relative width (in percent) of the column with the specified
index.
- getPercentWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns the percent width of this column.
- getPlacement() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Returns the string value of the placement attribute.
- getPlacementValue() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Returns the placement of this tabbed pane's registers.
- getPlatformAdapter() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the platform adapter associated with this layout class.
- getPlatformBeansLocator() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns a
Locator
object pointing to a file with bean
declarations related to the platform or UI toolkit.
- getPlatformEventManager() - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Returns the platform specific event manager.
- getPlatformWindow(Window) - Static method in class net.sf.jguiraffe.gui.builder.window.WindowUtils
-
Returns the platform (or GUI library) specific window that is represented
by the passed in
Window
object.
- getPos() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Returns the initial position of the splitter.
- getPredefinedColor(String) - Static method in class net.sf.jguiraffe.gui.builder.components.ColorHelper
-
Returns the predefined color with the given name.
- getPredefinedNames() - Static method in class net.sf.jguiraffe.gui.builder.components.ColorHelper
-
Returns an iterator with the names (Strings) of all predefined colors.
- getPreferredComponentSize(int, int, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the preferred size of the component at the specified column and
row position in the given orientation.
- getPreferredComponentSize(Object, boolean) - Method in interface net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
-
Returns the preferred component size of the specified component for the
given axis.
- getPreferredComponentSize(Object, boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the preferred size of the specified component in the given axis.
- getPreferredScrollHeight() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Returns the preferred scroll height.
- getPreferredScrollHeight() - Method in interface net.sf.jguiraffe.gui.builder.components.tags.ScrollSizeSupport
-
Returns the preferred scroll height as a
NumberWithUnit
.
- getPreferredScrollHeight() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the preferred scroll height as a number with unit.
- getPreferredScrollHeight() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Returns the preferred scroll height as a
NumberWithUnit
.
- getPreferredScrollHeight() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the preferred scroll height.
- getPreferredScrollWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Returns the preferred scroll width.
- getPreferredScrollWidth() - Method in interface net.sf.jguiraffe.gui.builder.components.tags.ScrollSizeSupport
-
Returns the preferred scroll width of the represented component as a
NumberWithUnit
.
- getPreferredScrollWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the preferred scroll width as a number with unit.
- getPreferredScrollWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Returns the preferred scroll width of the represented component as a
NumberWithUnit
.
- getPreferredScrollWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the preferred scroll width.
- getProgressText() - Method in interface net.sf.jguiraffe.gui.builder.components.model.ProgressBarHandler
-
Returns the text of the progress bar.
- getProgressTextData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Returns the data object that defines the progress text of this progress
bar.
- getProperties() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns a map with additional properties for the builder operation.
- getProperties() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns a map with properties that should be available during the builder
operation.
- getProperties() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
-
Returns properties for the created bean.
- getProperty(Object, String) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Returns the value of the specified property from the given bean.
- getProperty() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
-
Returns the name of the property to be set by this tag.
- getProperty() - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
-
Returns the name of the property to be set by this tag.
- getPropertyName() - Method in class net.sf.jguiraffe.di.impl.SetPropertyInvocation
-
Returns the name of the property that will be set.
- getPropertyName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the name of the associated property in the form bean.
- getPropertyName() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Returns the property name of this field if one is set.
- getPropertyName() - Method in interface net.sf.jguiraffe.gui.forms.FieldHandler
-
Returns the name of the corresponding property in the form bean.
- getReadTransformer() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the read transformer.
- getReadTransformer() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Returns the read transformer.
- getRed() - Method in class net.sf.jguiraffe.gui.builder.components.Color
-
Returns the red component of this color.
- getRef() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Returns the name of the variable that stores the icon.
- getRef() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
-
Returns the name of a variable, under which the initial map is stored.
- getRefClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Returns the class description data for the specification of a class
dependency.
- getReferenceDate() - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Returns the reference date.
- getReferenceDateProperty(Configuration) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Returns the reference date to be used.
- getRefName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Returns the name of the dependent bean.
- getRegex() - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Returns the regular expression as a string.
- getRenderer() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the cell renderer associated with this model.
- getRendererComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns the component to be used for rendering this column.
- getRendererSelectionHandler() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the selection handler for renderer components.
- getRenderFields() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns a set with the names of the fields of the render form that are
used for rendering this column.
- getResgrp() - Method in class net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
-
Returns the resource group to use when resolving the resID.
- getResgrp() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Returns the resource group for the text.
- getResid() - Method in class net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
-
Returns the resID to be resolved.
- getResizeWeight() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Returns the splitter' resize weight.
- getResolvedIconHandler() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the
TeeIconHandler
to be used with this tree.
- getResolvedParameters(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Returns an array with the resolved parameters.
- getResource(Object, Object) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Convenience method for looking up a resource specified as group and
resource ID.
- getResource(Message) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Convenience method for looking up a resource that is specified as a
Message
object.
- getResource(Object) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Convenience method for looking up a resource.
- getResource(Object, Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Convenience method for looking up a resource specified as group and
resource ID.
- getResource(Message) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Convenience method for looking up a resource that is specified as a
Message
object.
- getResource(Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Convenience method for looking up a resource.
- getResource() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Returns the resource name of the icon.
- getResource() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Returns the name of the resource to be resolved.
- getResource(Locale, Object, Object) - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Returns the specified resource.
- getResource(Object) - Method in interface net.sf.jguiraffe.resources.ResourceGroup
-
Returns the resource with the specified key.
- getResource(Locale, Object, Object) - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Returns the resource for the given
Locale
, resource
group, and key.
- getResourceGroup(Locale, Object) - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Returns the specified resource group.
- getResourceGroup() - Method in class net.sf.jguiraffe.resources.Message
-
Returns the resource group.
- getResourceGroup(Locale, Object) - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Returns the resource group for the specified
Locale
with
the given name.
- getResourceKey() - Method in class net.sf.jguiraffe.resources.Message
-
Returns the resource key.
- getResourceLoader() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Returns the name of the class loader for resolving the resource name.
- getResourceLoader() - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Returns the associated
ResourceLoader
object.
- getResourceLoader() - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Returns the
ResourceLoader
that is associated with this
resource manager.
- getResourceManager() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the actual resource manager.
- getResourceManager() - Method in interface net.sf.jguiraffe.transform.TransformerContext
-
Returns the current
ResourceManager
.
- getResourceManager() - Method in class net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
-
Returns the resource manager.
- getResourceName() - Method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Returns the name of the resource represented by this locator.
- getResourceText(Object, Object) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Convenience method for looking up the text of a resource specified as
group and resource ID.
- getResourceText(Message) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Convenience method for looking up the text of a resource specified as a
Message
object.
- getResourceText(Object) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Convenience method for looking up the text of a specified resource.
- getResourceText(Object, Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Convenience method for looking up the text of a resource specified as
group and resource ID.
- getResourceText(Message) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Convenience method for looking up the text of a resource specified as a
Message
object.
- getResourceText(Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Convenience method for looking up the text of a specified resource.
- getResourceText(JellyContext, Object, Object) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Resolves the specified resource.
- getResourceText(Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Convenience method for resolving resources.
- getResult() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Returns the name of the result variable.
- getResultsFor(String) - Method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Returns the validation results for the specified field or null if
this field does not exist.
- getResultsFor(String) - Method in interface net.sf.jguiraffe.gui.forms.FormValidatorResults
-
Returns the
ValidationResult
object for the specified
field.
- getResultVar() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the name of the result variable in the initializer script.
- getResultVariableName() - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns the name of the result variable.
- getResultWindow() - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Returns the result window of the builder process.
- getRightMargin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the right margin.
- getRightMargin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Returns the right margin.
- getRightMargin() - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Returns the right margin.
- getRightMargin() - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Returns the right margin.
- getRoot() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Returns the root node of this tree model.
- getRootBeanStore() - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Returns the root bean store.
- getRootContainer() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the root container.
- getRootContainer() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the window's root container.
- getRootContainer() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns the root container for this internal frame.
- getRootPane() - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
-
Returns the root pane of the window.
- getRootStore() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the root store populated by the builder.
- getRootStore() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the root store created during the builder operation.
- getRow() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Returns the row number in the layout grid.
- getRow() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns the number of the row, in which the corresponding component it to
be placed.
- getRowconstr() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Returns the row constraints as string.
- getRowConstraints() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Returns the collection with the row constraints.
- getRowConstraints() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns the associated constraints object for the row.
- getRowConstraints(int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the row constraints object for the row with the given index.
- getRowConstraintsBuilder(JellyContext) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.PercentRowConstraintsTag
-
Returns the shared builder for row constraints from the given Jelly
context.
- getRowCount() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns the number of rows in the data model of the managed table.
- getRowCount() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the number of rows in this layout.
- getRowCount() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the number of rows of the represented table.
- getRowEditForm() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the form with the editors defined for this table.
- getRowGroups() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Returns the collection with the row groups definition.
- getRowGroups() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns an unmodifiable collection with the row groups defined for this
layout.
- getRowRenderForm() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the form with the renderers defined for this table.
- getRows() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Returns the definition of row constraints as string.
- getRows() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Returns the number of rows of this text area.
- getSalary() - Method in class net.sf.jguiraffe.PersonBean
-
- getScreenResolution() - Method in interface net.sf.jguiraffe.gui.layout.UnitSizeHandler
-
Returns the screen resolution in dots per inch (dpi).
- getScreenResolution() - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingSizeHandler
-
Returns the current screen resolution.
- getScriptURL() - Method in exception net.sf.jguiraffe.gui.builder.BuilderException
-
Returns the URL of the failing script.
- getScrollHeight() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Returns the scroll height specification as a string.
- getScrollHeight() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the preferred scroll height as a string.
- getScrollWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Returns the scroll width specification as a string.
- getScrollWidth() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the preferred scroll width as a string.
- getSecondComponent() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Returns the second component of the splitter.
- getSelectedFile() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
-
Returns the selected file.
- getSelectedFiles() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns a list with the
File
objects that are selected in the
current directory.
- getSelectedIndex() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Returns the index of the selected row.
- getSelectedIndices() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Returns an array with the indices of the selected rows.
- getSelectedPath() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Returns the path to the selected node.
- getSelectedPaths() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Returns an array with the paths to all selected nodes.
- getSelectedText() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Returns the currently selected text.
- getSelectionBackground() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getSelectionBackground() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Returns the current background color of the selection.
- getSelectionBackground() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the selection background color as a string.
- getSelectionBackgroundColor() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the selection background color as
Color
object.
- getSelectionEnd() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Returns the end index of the current selection in the text field.
- getSelectionForeground() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getSelectionForeground() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Returns the current foreground color of the selection.
- getSelectionForeground() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the selection foreground color as a string.
- getSelectionForegroundColor() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the selection foreground color as
Color
object.
- getSelectionStart() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Returns the start index of the current selection in the text field.
- getShutdownHandler() - Method in class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Returns the
Invokable
object that is called when this provider is
shut down.
- getShutdownHandler() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the shutdown handler.
- getSize() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns the size of this file.
- getSize() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Returns the size of the font.
- getSize() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Returns the splitter's size.
- getSizeHandler() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the currently used size handler implementation.
- getSizeHandler() - Method in interface net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
-
Returns the platform specific
UnitSizeHandler
implementation.
- getSizeHandler() - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the size handler used by this layout.
- getSliderOrientation() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns the
Orientation
value of the slider.
- getSortColumn() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getSortDirectories() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- getSource() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Returns the name of the source variable.
- getSource() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Returns the name of the source variable.
- getSource() - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
-
Returns the name of the source variable.
- getSourceWindow() - Method in class net.sf.jguiraffe.gui.builder.window.WindowEvent
-
Returns the source window.
- getSouthGap() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the south gap.
- getSouthGap() - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Returns the south gap.
- getSpanx() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Returns the number of occupied columns.
- getSpanX() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns the number of occupied columns.
- getSpany() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Returns the number of occupied rows.
- getSpanY() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns the number of occupied rows.
- getSpecialKey() - Method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns the special key.
- getSplitterOrientation() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Returns the final orientation of the splitter.
- getStatus(ValidationResult, boolean) - Static method in enum net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
-
Returns the
FieldValidationStatus
instance that corresponds to
the given ValidationResult
and visited status.
- getStore() - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Returns the name of the
BeanStore
, in which to place the
managed bean definition.
- getStyle() - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Returns the style for the date to be parsed.
- getSyntaxValidator() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Returns the validator used for validation on the syntax level.
- getTable() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the handler for the table component.
- getTable() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns a reference to the associated table.
- getTableForm(TableTag) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
-
Returns the form of the hosting table that stores the components managed
by this tag.
- getTableForm(TableTag) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnEditorTag
-
Returns the form affected by this tag from the specified table tag.
- getTableForm(TableTag) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnRendererTag
-
Returns the form affected by this tag from the specified table tag.
- getTableFormController() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns an initialized
TableFormController
object associated with
this tag.
- getTableModel() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the model of this table.
- getTableTag() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
-
Returns a reference to the table tag this tag is nested inside.
- getTableTag() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Returns a reference to the hosting table tag.
- getTableTag() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the table tag this model is based onto.
- getTabs() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Returns a collection with the tabs of this tabbed pane.
- getTag() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Returns the associated tag.
- getTargetBean() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Returns the name of the target bean.
- getTargetClass(ClassLoaderProvider) - Method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns the target class of this description.
- getTargetClass() - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Returns the target class of this invocation.
- getTargetClass() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Returns the target class for the class description.
- getTargetClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Returns the target class data object.
- getTargetClassDescription() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
-
Returns the target class of the constructor to be invoked.
- getTargetClassDescription() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Returns the class description for the target class of this invocation.
- getTargetClassName() - Method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns the name of the target class of this description.
- getTargetClassName() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Returns the name of the target class for the class description.
- getTargetCol() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Returns the target column.
- getTargetColumn() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns the target column.
- getTargetDependency() - Method in class net.sf.jguiraffe.di.impl.MethodInvocation
-
Returns the target
Dependency
of this MethodInvocation
.
- getTargetDependency() - Method in class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Returns the dependency to the target bean.
- getTargetDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Returns the target dependency.
- getTargetDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Returns the target dependency of this method invocation.
- getTargetNode() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns the target node of this path.
- getTargetRow() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Returns the target row.
- getTargetRow() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns the target row.
- getTask() - Method in interface net.sf.jguiraffe.gui.builder.action.ActionData
-
Returns the task object for the represented action.
- getTask() - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Returns the task of this action.
- getTask() - Method in interface net.sf.jguiraffe.gui.builder.action.FormAction
-
Returns the task of this action.
- getTask() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Dummy implementation of this interface method.
- getTask() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
-
Returns the task for the represented action.
- getTask() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Returns the task for the represented action.
- getTask() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
-
Returns the task of this action.
- getText() - Method in interface net.sf.jguiraffe.gui.builder.action.ActionData
-
Returns a text for this action.
- getText() - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Returns the text of this action.
- getText() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Returns this action's text.
- getText() - Method in interface net.sf.jguiraffe.gui.builder.components.model.StaticTextData
-
Returns the text of the affected element.
- getText() - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Returns the text.
- getText() - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
Returns the default text for the newly created
StaticTextData
objects.
- getText() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Returns the text.
- getText(Locale, Object, Object) - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Returns the text of the specified resource.
- getText(Locale, Object, Object) - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Returns the text resource for the given combination of a
Locale
, resource group, and resource key.
- getTextData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Returns the text data object with the definition of the display text.
- getTextData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Returns the text data object for this tag.
- getTextIconData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Returns the text icon data object associated with this tag.
- getTextIconData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Returns the data object with text and icon information.
- getTextIconData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Returns the text icon data object associated with this tag.
- getTextres() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Returns the resource ID.
- getTimeStyle() - Method in class net.sf.jguiraffe.transform.DateTimeTransformer
-
Returns the style for the time portion.
- getTitle() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Returns the title of this register.
- getTitle() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the window's title, no matter how it was defined.
- getTitle() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the window's title.
- getTitle() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the window's title.
- getTitleFont() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Returns the font for the panel's text (the title).
- getToolTip() - Method in interface net.sf.jguiraffe.gui.builder.action.ActionData
-
Returns the tool tip text for the represented action.
- getToolTip() - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Returns the tool tip of this action.
- getToolTip() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Returns the text for this action's tool tip.
- getToolTip(Object) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Queries the standard tool tip for the specified component.
- getToolTip(String) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Returns the standard tool tip for the component with the given name.
- getToolTip() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Returns a tool tip for this register.
- getToolTip(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Returns the tool tip of the specified component.
- getToolTip(String) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Returns the tool tip for the component with the specified name.
- getToolTip() - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Returns the tool tip text of the underlying widget.
- getToolTipData() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Returns a
TextData
object with information about the tool tip for
this component.
- getToolTipManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the
ToolTipManager
associated with this object.
- getTopMargin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the top margin.
- getTopMargin() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Returns the top margin.
- getTopMargin() - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Returns the top margin.
- getTopMargin() - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Returns the top margin.
- getTotalWeightX() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the total weight factor for columns.
- getTotalWeightY() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns the total weight factor for rows.
- getTransformer() - Method in class net.sf.jguiraffe.gui.forms.DefaultTransformerWrapper
-
Returns the wrapped transformer.
- getTransformerContext() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the transformer context.
- getTransformerContext() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the transformer context to be used by the builder.
- getTransformerContext() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns the transformer context.
- getTransformerContext() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
-
Returns a
TransformerContext
for the managed bean.
- getTransformerContext() - Method in class net.sf.jguiraffe.gui.forms.DefaultTransformerWrapper
-
Returns the transformer context to use.
- getTransformerContext() - Method in class net.sf.jguiraffe.gui.forms.DefaultValidatorWrapper
-
Returns the
TransformerContext
to use.
- getTransformerContext() - Method in class net.sf.jguiraffe.gui.forms.Form
-
Returns the transformer context.
- getTransformerType() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerTag
-
Determines the type of the transformer based on the
type
attribute.
- getTree() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the handler for the tree component.
- getTreeHandler() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
-
Returns the handler for the tree component that is the source of this
event.
- getTreeModel() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Returns the configuration acting a model for the tree component.
- getTreeModel() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the configuration used as tree model.
- getTriggeringEvent() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
-
Returns the event that triggered the invocation of this builder.
- getType() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Returns the data type of the model elements.
- getType() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Returns the type of this model.
- getType() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
-
Returns the event listener type as a string.
- getType() - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns the data type of this component handler.
- getType() - Method in interface net.sf.jguiraffe.gui.builder.components.model.ListModel
-
Returns the data object of this list model.
- getType() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
-
Returns the type of this event.
- getType() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
-
Returns the type of this model's value.
- getType() - Method in class net.sf.jguiraffe.gui.builder.event.FormFocusEvent
-
Returns the type of this event.
- getType() - Method in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Returns the type of this event.
- getType() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent
-
Returns the type of this event.
- getType() - Method in class net.sf.jguiraffe.gui.builder.window.WindowEvent
-
Returns the type of this event.
- getType() - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueEvent
-
Returns the type of this event.
- getType() - Method in interface net.sf.jguiraffe.gui.forms.ComponentHandler
-
Returns the data type used by this component.
- getType() - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Returns the data type of this handler.
- getType() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Returns the data type of this field.
- getType() - Method in interface net.sf.jguiraffe.gui.forms.FieldHandler
-
Returns the data type for this field.
- getType() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
-
Returns the component's data type.
- getTypedProperty(Class<T>) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the value of the specified typed property or null if it
cannot be found.
- getTypedProperty(Class<T>) - Method in interface net.sf.jguiraffe.transform.TransformerContext
-
Returns the value of the property with the given type.
- getTypedProperty(Class<T>) - Method in class net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
-
Returns the value of the specified typed property.
- getTypeName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the name of the type used by the field handler.
- getUnit() - Method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Returns the unit of this number.
- getUnitName() - Method in enum net.sf.jguiraffe.gui.layout.Unit
-
Returns the short unit name.
- getUnlessName() - Method in interface net.sf.jguiraffe.gui.builder.components.tags.ConditionalTag
-
Returns the value of the
unlessName
attribute.
- getUnlessName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Returns the unlessName attribute.
- getUnlessName() - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Returns the value of the unlessName attribute.
- getUnselectedData() - Method in class net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
-
Returns the data to be returned by this handler if none of the radio
buttons in this group is selected.
- getUnselectedIndex() - Method in class net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
-
Returns the index of the radio button that should be selected if this
handler does not contain any data.
- getUrl() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Returns the URL that points to the icon.
- getURL() - Method in class net.sf.jguiraffe.locators.AbstractStreamLocator
-
Returns the
URL
managed by this locator.
- getURL() - Method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Returns the URL for the represented resource.
- getURL() - Method in class net.sf.jguiraffe.locators.FileLocator
-
Returns the URL for the represented file.
- getURL() - Method in interface net.sf.jguiraffe.locators.Locator
-
Returns a URL to the resource represented by this locator.
- getURL() - Method in class net.sf.jguiraffe.locators.LocatorWrapper
-
Returns the URL this locator points to.
- getURL() - Method in class net.sf.jguiraffe.locators.URLLocator
-
Returns the URL represented by this locator.
- getUserConfiguration() - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the configuration object with user specific settings.
- getValidationErrorTitle() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns the title of the message box that is displayed if validation
fails.
- getValidationListeners() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns an array with all
FormControllerValidationListener
objects registered at this FormController
.
- getValidationMessage(TransformerContext, String, Object...) - Method in class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Returns a validation message.
- getValidationMessage(TransformerContext, String, Object...) - Method in interface net.sf.jguiraffe.transform.ValidationMessageHandler
-
Returns a
ValidationMessage
object for the specified key.
- getValidationMessageBoxCaption() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the caption of the message box for displaying validation error
messages.
- getValidationMessageFormat() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the
FormValidationMessageFormat
object to be used
by this controller.
- getValidationMessageHandler() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns the
ValidationMessageHandler
.
- getValidationMessageHandler() - Method in interface net.sf.jguiraffe.transform.TransformerContext
-
Returns the
ValidationMessageHandler
associated with this
context.
- getValidationMessageHandler() - Method in class net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
-
Returns the
ValidationMessageHandler
.
- getValidationMessages() - Method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Returns an unmodifiable collection with error messages.
- getValidationMessages(ValidationMessageLevel) - Method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Returns an unmodifiable collection with the
ValidationMessage
objects with the specified ValidationMessageLevel
.
- getValidationMessages() - Method in interface net.sf.jguiraffe.transform.ValidationResult
-
Returns a collection with all
ValidationMessage
objects that were
created during validation.
- getValidationMessages(ValidationMessageLevel) - Method in interface net.sf.jguiraffe.transform.ValidationResult
-
Returns a collection with all
ValidationMessage
objects of the
specified level that were created during validation.
- getValidationPhase() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag
-
Returns the validation phase for the current validator.
- getValidationResults() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerValidationEvent
-
Returns the
FormValidatorResults
object with the results of the
validation operation.
- getValidationTrigger() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the
FormValidationTrigger
.
- getValidator() - Method in class net.sf.jguiraffe.gui.forms.DefaultValidatorWrapper
-
Returns the wrapped validator.
- getValue() - Method in interface net.sf.jguiraffe.gui.builder.components.model.ProgressBarHandler
-
Returns the current value of the progress bar.
- getValue() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Returns the value of this list item.
- getValue(ListModel, int) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
-
Returns the value object with the given index from the specified list
model.
- getValue() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Returns the current value of the progress bar.
- getValue() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
-
Returns the value of the property.
- getValue() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Returns the value for a constant dependency.
- getValue() - Method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Returns the numeric value.
- getValueAt(int, int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns the value at the specified cell.
- getValueClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the
ClassDescData
object for the value class.
- getValueClassData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Returns the
ClassDescData
object that defines the target
class of the value.
- getValueClassDesc() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the class description for the value class.
- getValueData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns the data object with information about the value.
- getValueData() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Returns the data object with information about the tag's (constant)
value.
- getValueDependencies() - Method in class net.sf.jguiraffe.di.impl.providers.MapBeanProvider
-
Returns the dependencies for the values of the map.
- getValueDependencies() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the collection with the value dependencies.
- getValueObject(int) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Returns the value object at the given index.
- getValueObject(int) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Returns the model object at the given index.
- getValueObject(int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.ListModel
-
Returns the value object with the given index.
- getValueObject(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
-
Returns the value object with the given index.
- getValueRef() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Returns the reference to the value.
- getValues(ListModel, int[]) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
-
Returns the values from the specified list model for the given indices.
- getVar() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
-
Returns the name of the variable where to store the data object created
by this tag.
- getVar() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Returns a variable name for storing the event listener created by this
tag.
- getVar() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Returns the name of the variable under which the font is to be stored in
the Jelly context.
- getVar() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Returns the name of the variable, to which the icon should be assigned.
- getVar() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
-
Returns the name of a variable, under which the properties are to be
stored.
- getVar() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Returns the name of the variable under which the resolved value is to be
stored.
- getVar() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Returns the name of the local variable to be used as dependency.
- getVar() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Returns the name of the target variable.
- getVariable(String) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns the name of the variable with the given name.
- getVariableBean(String) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns a
BeanProvider
for the local variable with the given
name.
- getVariableNames() - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns a set with the names of the currently defined local variables.
- getWarningBackground() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the background color for input fields in the state
warning.
- getWarningForeground() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the foreground color for input fields in the state
warning.
- getWeight() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints
-
Returns the weight factor.
- getWestGap() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the west gap.
- getWestGap() - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Returns the west gap.
- getWidget() - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Returns a reference to the underlying widget.
- getWidgetBackgroundColor(FormController, String) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the default background color of the specified widget.
- getWidgetForegroundColor(FormController, String) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Returns the default foreground color of the specified widget.
- getWidgetHandler(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns a
WidgetHandler
for accessing the component with
the given name.
- getWidgetHandlerFor(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Returns a
WidgetHandler
for the specified component.
- getWidgetHandlerFor(Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Returns a
WidgetHandler
for the specified component.
- getWidgetHandlerFor(Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Returns a
WidgetHandler
for the specified component.
- getWidgetHandlerForComponent(Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns a
WidgetHandler
object for the specified
component.
- getWidth() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the width of the new window.
- getWidth() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the window's width.
- getWidth() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the width of the new window.
- getWidth() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the window's width.
- getWindow() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the associated window.
- getWindow() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the window created by this tag.
- getWindow(String) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Returns the result window with the given name.
- getWindow() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the wrapped window object.
- getWindowBuilderData() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns the
WindowBuilderData
object.
- getWindowBuilderNamespace() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns the name space used for the window builder tag library.
- getWindowClosingStrategy() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the current
WindowClosingStrategy
of this window.
- getWindowClosingStrategy() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns this window's closing strategy.
- getWindowClosingStrategy() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the window's closing strategy.
- getWindowController() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the controller object for this window.
- getWindowController() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns this window's controller.
- getWindowController() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the window's controller.
- getWindowHelper() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns the window helper used by this window implementation.
- getWindowHelper() - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
-
Returns the window helper used by this window.
- getWindowHelper() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the window helper object used by this window.
- getWindowListeners() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns a collection with the registered window listeners.
- getWindowListeners() - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
-
Returns a collection with all registered window listeners.
- getWindowListeners() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns a collection with all registered window listeners.
- getWindowManager() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Returns the window manager used by this builder.
- getWindowManager() - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Returns the window manager.
- getWrappedActionManager() - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Returns a reference to the wrapped
ActionManager
object.
- getWrappedCommand() - Method in class net.sf.jguiraffe.gui.cmd.CommandWrapper
-
Returns the
Command
object that is wrapped by this object.
- getWrappedComponentManager() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Returns a reference to the wrapped
ComponentManager
object.
- getWrappedContext() - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Returns the wrapped bean context.
- getWrappedContext() - Method in class net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
-
Returns the wrapped context.
- getWrappedEnabler() - Method in class net.sf.jguiraffe.gui.builder.enablers.InverseEnabler
-
Returns the
ElementEnabler
wrapped by this object.
- getWrappedLocator() - Method in class net.sf.jguiraffe.locators.LocatorWrapper
-
Returns the wrapped
Locator
.
- getWrappedWindow() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowWrapper
-
Returns the underlying window object that is wrapped by this object.
- getWrappedWindow() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the wrapped (AWT) window.
- getWrappedWindowManager() - Method in class net.sf.jguiraffe.gui.builder.window.WindowManagerWrapper
-
Returns a reference to the wrapped
WindowManager
.
- getWriteTransformer() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns the write transformer.
- getWriteTransformer() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Returns the write transformer.
- getX() - Method in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Returns the X position of the mouse relative to the origin of the
component that caused this event.
- getXPos() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the x coordinate of the new window.
- getXPos() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the window's x position.
- getXPos() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the X position of the new window.
- getXPos() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns the xpos of this internal frame.
- getXPos() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the window's x pos.
- getY() - Method in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Returns the Y position of the mouse relative to the origin of the
component that caused this event.
- getYPos() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the y coordinate of the new window.
- getYPos() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns the window's y position.
- getYPos() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns the Y position of the new window.
- getYPos() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Returns the ypos of this internal frame.
- getYPos() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Returns the window's y pos.
- groupExists(JellyContext, String) - Static method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Tests whether a group with the specified name exists in the given jelly
context.
- groupExistsInBeanContext(BeanContext, String) - Static method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Tests whether a group with the specified name exists in the given
BeanContext
.
- groupSize() - Method in class net.sf.jguiraffe.gui.layout.CellGroup
-
Returns the number of elements contained in this group.
- GUIRuntimeException - Exception in net.sf.jguiraffe.gui.builder.utils
-
An exception class for reporting GUI related runtime errors.
- GUIRuntimeException(String) - Constructor for exception net.sf.jguiraffe.gui.builder.utils.GUIRuntimeException
-
Creates a new instance of
GUIRuntimeException
and sets the
error message.
- GUIRuntimeException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.utils.GUIRuntimeException
-
Creates a new instance of
GUIRuntimeException
and sets the
error message and the root cause.
- GUIRuntimeException(Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.utils.GUIRuntimeException
-
Creates a new instance of
GUIRuntimeException
and sets the
root cause.
- GUISynchronizer - Interface in net.sf.jguiraffe.gui.builder.utils
-
Definition of an interface that supports updating GUI components from
different threads.
H
- handleGroups() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Handles the assignment of this component to component groups.
- handleInputComponentTag(InputComponentTag, T) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
-
Passes the bean to the given
InputComponentTag
.
- handleInputComponentTag(InputComponentTag, Transformer) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerTag
-
Initializes the passed in input component tag with a transformer.
- handleInputComponentTag(InputComponentTag, T) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag
-
Processes the specified input component tag.
- handleMultiSpans(int[], CellConstraints[], List<PercentLayoutBase.CellData>, Object, boolean, boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Checks the sizes of components that span multiple cells.
- handleOtherParent(Tag, T) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
-
Processes the parent tag.
- handleOtherParent(Tag, T) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag
-
Processes the parent tag if it is no input component tag.
- hasAction(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Returns a flag whether the specified action is contained in this store or
in the parent store.
- hasBean() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns a flag whether a bean instance has already been created.
- hasBeanStore(String) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Returns a flag whether the bean store with the given name is present.
- hasDependency() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Checks whether a dependency is defined by this tag.
- hasEditor(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Checks whether for the specified column a custom editor is specified.
- hasEditor(int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Checks whether for the specified column a custom editor is specified.
- hashCode() - Method in class net.sf.jguiraffe.di.impl.ClassDependency
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.di.impl.NameDependency
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.components.Color
-
Determines a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.event.FormActionEvent
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.event.FormEvent
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.event.FormFocusEvent
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Determines a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.layout.CellGroup
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.locators.ByteArrayLocator
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.locators.FileLocator
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.locators.URLLocator
-
Returns a hash code for this object.
- hashCode() - Method in class net.sf.jguiraffe.resources.Message
-
Calculates a hash code for this message.
- hashCode() - Method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Returns a hash code for this object.
- hasMessages(ValidationMessageLevel) - Method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Returns a flag whether messages of the specified level are available.
- hasMessages(ValidationMessageLevel) - Method in interface net.sf.jguiraffe.transform.ValidationResult
-
Returns a flag whether this object contains validation messages of the
specified level.
- hasRenderer(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Checks whether for the specified column a custom renderer is specified.
- hasRenderer(int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Tests whether for the specified column a custom renderer is specified.
- hasSelection() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Returns a flag whether the text component has a non-empty selection.
- HelperInvocations - Enum in net.sf.jguiraffe.di.impl
-
An enumeration class defining some simple helper
Invokable
implementations.
I
- ICON_BRANCH_COLLAPSED - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Constant for the name of the default icon used for collapsed branch
nodes.
- ICON_BRANCH_EXPANDED - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Constant for the name of the default icon used for expanded branch nodes.
- ICON_LEAF - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Constant for the name of the default icon used for leaf nodes.
- IconSupport - Interface in net.sf.jguiraffe.gui.builder.components.tags
-
Definition of an interface for GUI components that support icons.
- IconTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag for adding an icon to a component.
- IconTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
- IDX_UNDEFINED - Static variable in class net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
-
Constant for an undefined index.
- initBean(Object, DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Deprecated.
This method is not called any more during bean creation;
instead
LifeCycleBeanProvider.fetchInitializedBeanInstance(Object, DependencyProvider)
is invoked
- initBeans(Configuration) - Method in class net.sf.jguiraffe.gui.app.Application
-
Initializes the application's bean definitions.
- initBeanStore(SimpleBeanStoreImpl) - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Initializes the specified bean store object.
- initBeanStore(SimpleBeanStoreImpl) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Initializes the specified bean store object.
- initBeanStore(SimpleBeanStoreImpl) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Initializes the specified bean store.
- initBuilderBeanContext(BuilderData, JellyContext, InvocationHelper) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Creates the root bean store for the current builder operation and
initializes the
BeanContext
to be used.
- initBuilderData() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns an initialized
ApplicationBuilderData
object that
can be used for calling the GUI builder.
- initBuilderData() - Method in class 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) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Initializes a button component like a toggle button or a checkbox.
- initCell(Object, Object) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Initializes the specified cell in the table-like layout.
- initCells(PercentLayoutPlatformAdapter) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Initializes the percent layout.
- initCells(PercentLayoutPlatformAdapter) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Initializes the whole layout.
- initCells(PercentLayoutPlatformAdapter) - Method in class net.sf.jguiraffe.gui.layout.PercentLayout
-
Performs initialization of this layout.
- initCells(PercentLayoutPlatformAdapter) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Initializes the whole layout.
- initClassLoaderProvider(ClassLoaderProvider) - Method in class net.sf.jguiraffe.gui.app.Application
-
Initializes the global
ClassLoaderProvider
.
- initColumnConstraints(int, int) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Initializes the column constraints.
- initComponent(JComponent, ComponentBaseTag) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Initializes the given component from the specified tag.
- initConstraints(boolean, boolean, boolean, boolean) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Initializes the column and row constraints for the percent layout.
- initDimensions(int, int) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Initializes the dimensions of the table that holds the layout.
- initEditFields(Set<String>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Sets the names of the fields used in the specific editor for this column.
- initEditorComponent(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Sets the editor component to be used for this column.
- initFields(Object) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Fills the form's fields with the properties of the passed in bean.
- initFields(Object, Set<String>) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Fills a sub set of the form's fields with the properties of the passed in
bean.
- initFromCollections(Collection<? extends CellConstraints>, Collection<? extends CellConstraints>) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Initializes this instance from the given collections with
CellConstraints
objects.
- initGUI(ApplicationContext) - Method in class net.sf.jguiraffe.gui.app.Application
-
Initializes the application's main GUI.
- initialize(DependencyProvider) - Method in interface net.sf.jguiraffe.di.BeanInitializer
-
Performs the desired initialization.
- initialize(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Performs initialization.
- initializeColumn(TableColumnTag, Object, Set<String>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
-
Initializes the hosting column tag with the information gathered by this
tag.
- initializeColumn(TableColumnTag, Object, Set<String>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnEditorTag
-
Initializes the passed in column tag with the results produced by this
tag.
- initializeColumn(TableColumnTag, Object, Set<String>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnRendererTag
-
Initializes the passed in column tag with the results produced by this
tag.
- initializeForm(TransformerContext, BindingStrategy) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Initializes the main form to be maintained by the
ComponentBuilderData
object.
- initializeFormat(Locale, Configuration) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Returns an initialized format object.
- initializeListModel(ListModelSupport) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelUtils
-
Initializes the
ListModel
for the given ListModelSupport
object.
- initInvocationHelper(BuilderData) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Initializes the
InvocationHelper
to be used during the builder
operation.
- initInvocationTag(InvocationTag) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Initializes this tag with the reference to the associated
InvocationTag
.
- initLabel(JLabel, ComponentBaseTag, TextIconData) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Initializes a label from a
TextIconData
object.
- initMainWindow(Window, Configuration) - Method in class net.sf.jguiraffe.gui.app.Application
-
Initializes the application's main window object.
- initRendererComponent(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Sets the renderer component to be used for this column.
- initRenderFields(Set<String>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Sets the names of the fields used in the specific renderer for this
column.
- initRootBeanStore(MutableBeanStore) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Sets the root bean store.
- initRowConstraints() - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Initializes the row constraints.
- initSwingWindowProperties(SwingWindow, WindowData, Window) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
-
Initializes the given Swing window implementation from the given data
object.
- initTableColumnWidths(TableTag, JTable) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Initializes the widths of the columns of the specified table.
- initText(JTextComponent, InputComponentTag, int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Initializes a text component.
- initTrigger(FormController) - Method in interface net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTrigger
-
Initializes this validation trigger and registers the associated form
controller.
- initTrigger(FormController) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerFocus
-
Initializes this
FormValidationTrigger
.
- initTrigger(FormController) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTriggerNone
-
Initializes this trigger and gives it the chance to register itself at
the specified form controller.
- initWindow(WindowManager, WindowBuilderData, Window) - Method in class net.sf.jguiraffe.gui.builder.window.tags.DialogTag
-
Initializes the dialog window.
- initWindow(WindowManager, WindowBuilderData, Window) - Method in class net.sf.jguiraffe.gui.builder.window.tags.FrameTag
-
Initializes the frame window.
- initWindow(WindowManager, WindowBuilderData, Window) - Method in class net.sf.jguiraffe.gui.builder.window.tags.InternalFrameTag
-
Initializes an internal frame window.
- initWindow(WindowManager, WindowBuilderData, Window) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Initializes the window that was created by the
createWindow()
method.
- initWindowBounds(WindowAdapter, WindowData, Window) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
-
Initializes the bounds of the given AWT window object.
- initWindowBounds(SwingWindow, WindowData, Window) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
-
Initializes the bounds of a newly created window.
- InjectionException - Exception in net.sf.jguiraffe.di
-
An exception class for reporting exceptions related to dependency injection.
- InjectionException() - Constructor for exception net.sf.jguiraffe.di.InjectionException
-
Creates a new instance of
InjectionException
- InjectionException(String) - Constructor for exception net.sf.jguiraffe.di.InjectionException
-
Creates a new instance of
InjectionException
and
initializes it with an error message.
- InjectionException(Throwable) - Constructor for exception net.sf.jguiraffe.di.InjectionException
-
Creates a new instance of
InjectionException
and
initializes it with a root cause.
- InjectionException(String, Throwable) - Constructor for exception net.sf.jguiraffe.di.InjectionException
-
Creates a new instance of
InjectionException
and
initializes it with both an error message and a root cause.
- InputComponentTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A base class for tag handler classes that create input components.
- InputComponentTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Creates a new instance of
InputComponentTag
.
- insertButtons(PercentLayoutPlatformAdapter, int) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Inserts all buttons into the percent layout.
- insertComponent(String, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Inserts the specified component to the generated GUI.
- insertComponent(String, Object) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Inserts the newly created component to its parent container.
- insertField(FieldHandler) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Stores a newly created field handler in the central builder data object.
- insertField(FieldHandler) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Inserts the field handler to the form that is automatically constructed
during the build process.
- installTransformersForColumnType(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Installs special transformers and validators for the field associated
with the specified column based on its
ColumnClass
.
- INSTANCE - Static variable in class net.sf.jguiraffe.di.impl.NullInvocation
-
Deprecated.
The default instance of this class.
- INSTANCE - Static variable in class net.sf.jguiraffe.gui.builder.enablers.NullEnabler
-
A constant for a default instance of this class.
- INSTANCE - Static variable in class net.sf.jguiraffe.gui.forms.bind.DummyBindingStrategy
-
Constant for the shared instance of this class that can be used.
- IntegerTransformer - Class in net.sf.jguiraffe.transform
-
A specialized number transformer implementation that deals with numbers of
type
java.lang.Integer
.
- IntegerTransformer() - Constructor for class net.sf.jguiraffe.transform.IntegerTransformer
-
- InternalFrameAdapter - Class in net.sf.jguiraffe.gui.platform.swing.builder.window
-
A window adapter implementation for Swing internal frames.
- InternalFrameAdapter(boolean) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Creates a new instance of
InternalFrameAdapter
.
- InternalFrameTag - Class in net.sf.jguiraffe.gui.builder.window.tags
-
A tag handler class for creating internal frames.
- InternalFrameTag() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.InternalFrameTag
-
- internalGetBeanStore(String) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Returns the internal bean store with the given name.
- invalidateLayout(Container) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Invalidates this layout.
- invalidateRange(int, int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Notifies this controller that a range of rows has changed in the
underlying table model.
- InvariantWindowClosingStrategy - Class in net.sf.jguiraffe.gui.builder.window
-
A very simple implementation of the
WindowClosingStrategy
interface.
- InvariantWindowClosingStrategy() - Constructor for class net.sf.jguiraffe.gui.builder.window.InvariantWindowClosingStrategy
-
- InverseEnabler - Class in net.sf.jguiraffe.gui.builder.enablers
-
A specialized implementation of the
ElementEnabler
interface that
wraps another ElementEnabler
and inverses the setEnabledState()
implementation of this wrapped enabler.
- InverseEnabler(ElementEnabler) - Constructor for class net.sf.jguiraffe.gui.builder.enablers.InverseEnabler
-
Creates a new instance of
InverseEnabler
and initializes it with
ElementEnabler
to be wrapped.
- Invocation - Class in net.sf.jguiraffe.di.impl
-
A base class for (method or constructor) invocations.
- Invocation(ClassDescription, ClassDescription[], Dependency...) - Constructor for class net.sf.jguiraffe.di.impl.Invocation
-
Creates a new instance of
Invocation
and initializes it
with information about the call parameters.
- InvocationHelper - Class in net.sf.jguiraffe.di
-
A helper class providing some more complex functionality related to
reflection.
- InvocationHelper() - Constructor for class net.sf.jguiraffe.di.InvocationHelper
-
Creates a new instance of
InvocationHelper
.
- InvocationHelper(ConversionHelper) - Constructor for class net.sf.jguiraffe.di.InvocationHelper
-
Creates a new instance of
InvocationHelper
and initializes it
with the given ConversionHelper
instance.
- invocationInfoToString(StringBuilder) - Method in class net.sf.jguiraffe.di.impl.ConstructorInvocation
-
Adds additional information about this invocation to the string buffer.
- invocationInfoToString(StringBuilder) - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Creates a string with additional information about this invocation.
- invocationInfoToString(StringBuilder) - Method in class net.sf.jguiraffe.di.impl.MethodInvocation
-
Creates a string with additional information about this invocation.
- invocationInfoToString(StringBuilder) - Method in class net.sf.jguiraffe.di.impl.SetPropertyInvocation
-
Outputs further information about this invocation to the specified
buffer.
- InvocationTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A base class for tag handler classes defining invocation objects.
- InvocationTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Creates a new instance of
InvocationTag
.
- InvocationTargetTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized tag handler implementation for defining the target object of a
method invocation.
- InvocationTargetTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.InvocationTargetTag
-
- Invokable - Interface in net.sf.jguiraffe.di.impl
-
Definition of an interface for objects that perform some kind of method
invocation.
- invoke(DependencyProvider, Object) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Performs the invocation represented by this class.
- invoke(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.ConstructorInvocation
-
Invokes the corresponding constructor on the specified target class and
returns the newly created instance.
- invoke(DependencyProvider, Object) - Method in class net.sf.jguiraffe.di.impl.ConstructorInvocation
-
Performs the invocation.
- invoke(DependencyProvider, Object) - Method in interface net.sf.jguiraffe.di.impl.Invokable
-
Performs the invocation.
- invoke(DependencyProvider, Object) - Method in class net.sf.jguiraffe.di.impl.MethodInvocation
-
Invokes the corresponding method on the specified target instance.
- invoke(DependencyProvider, Object) - Method in class net.sf.jguiraffe.di.impl.NullInvocation
-
Deprecated.
Invokes this
Invokable
.
- invoke(DependencyProvider, Object) - Method in class net.sf.jguiraffe.di.impl.SetPropertyInvocation
-
Performs the invocation and sets the property on the specified target
object.
- invoke(Object, Method, Object[]) - Method in class net.sf.jguiraffe.gui.builder.action.ActionInvoker
-
Callback method that is invoked whenever a method on an associated event
listener interface is called.
- invokeActionTask(Object, FormAction, BuilderEvent) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionHelper
-
Invokes the specified action task.
- invokeCallBacks() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Invokes all call backs that are registered at this object for the current
form context.
- invokeConstructor(Class<T>, Class<?>[], Object[]) - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Invokes a constructor.
- invokeConstructor(Constructor<T>, Object...) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Creates an object by invoking the specified constructor with the given
arguments.
- invokeInstanceMethod(Object, String, Class<?>[], Object[]) - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Invokes a method on the specified object.
- invokeMethod(Class<?>, Object, String, Class<?>[], Object[]) - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Invokes a method.
- invokeMethod(Method, Object, Object...) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Helper method for invoking a method using reflection.
- invokeStaticMethod(Class<?>, String, Class<?>[], Object[]) - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Invokes the specified static method and returns its result.
- isAcceptNull() - Method in class net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
-
Returns the
acceptNull
flag.
- isActionInGroup(String, String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Checks if the specified action belongs to the given group.
- isAfter() - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Returns the after flag.
- isAllowText() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Returns a flag whether text is allowed for this progress bar.
- isAnonymous() - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Returns a flag whether this tag declares an anonymous bean.
- isAutoClose() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the auto-close flag.
- isAutoClose() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns a flag whether auto-close is active for the new window.
- isAutoRelease() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the auto release flag.
- isAutoRelease() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the auto release flag.
- isBeanAvailable() - Method in interface net.sf.jguiraffe.di.BeanProvider
-
Checks whether the bean managed by this provider can now be retrieved.
- isBeanAvailable(Dependency) - Method in interface net.sf.jguiraffe.di.DependencyProvider
-
Checks whether the bean specified by the given
Dependency
is currently available.
- isBeanAvailable() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns a flag whether the bean managed by this provider is available.
- isBeanAvailable() - Method in class net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
-
Returns a flag whether the managed bean is available.
- isBeanAvailable(Dependency) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Checks whether a bean is available.
- isBefore() - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Returns the before flag.
- isBold() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Returns a flag whether the font has the bold style.
- isBorder() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Returns a flag whether this panel should have a border.
- isCallBacksEnabled() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Returns a flag whether the call back mechanism is currently enabled.
- isCanShrink() - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Returns the
canShrink
flag of the layout.
- isCanShrink() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Returns the value of the
canShrink
flag.
- isCanShrink() - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Returns a flag whether this layout can shrink below its preferred size.
- isCaseInsensitive() - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Returns a flag whether string matches are case insensitive.
- isCellEditable(int, int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Returns a flag whether the specified cell can be modified.
- isCenter() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns a flag whether the new window should be centered on the screen.
- isCenter() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns a flag whether the new window should be centered on the screen.
- isChecked() - Method in interface net.sf.jguiraffe.gui.builder.action.FormAction
-
Returns a flag whether this action is checked at the moment.
- isChecked() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Returns the value of the checked flag.
- isChecked() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
-
Returns the value of the
checked
property.
- isClearVariables() - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns a flag whether all local variables are to be cleared for each new
invocation.
- isClosable() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the closable flag.
- isClosable() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns a flag whether the new window should have a close icon.
- isCloseOnEsc() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the close on escape flag.
- isCloseOnEsc() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns a flag whether the window should close itself if the user presses
the
ESCAPE
key.
- isColumnEditable(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns a flag whether the specified column is declared to be editable.
- isColumnEditable(TableColumnTag) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns a flag whether the specified column is editable.
- isCommitted() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Returns a flag whether the form was committed.
- isDateValid(Date, DateFormat, TransformerContext, Configuration) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Checks the specified date.
- isDecimalNumber(Object) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Checks whether the passed in object is a decimal number.
- isDefault() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
-
Returns a flag whether this tag represents the default button of the
current form.
- isDefined() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Checks whether this object is defined.
- isDefined() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Checks whether this object is defined.
- isDefined() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Checks whether all required data for constructing a class description is
available.
- isDotAll() - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Returns a flag whether the dot place holder should also match line
terminators.
- isEditable() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
-
Returns a flag whether this combo box is editable.
- isEditable() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the editable flag.
- isEnabled() - Method in interface net.sf.jguiraffe.gui.builder.action.FormAction
-
Returns a flag whether this action is enabled at the moment.
- isEnabled() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Returns the value of the enabled attribute.
- isEnabled() - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Returns a flag whether this
ComponentHandler
is enabled.
- isEnabled() - Method in interface net.sf.jguiraffe.gui.forms.ComponentHandler
-
Returns a flag whether this component is enabled.
- isEnabled() - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Returns the enabled flag.
- isEqual() - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Returns the equal flag.
- isEventDispatchThread() - Method in interface net.sf.jguiraffe.gui.builder.utils.GUISynchronizer
-
Returns a flag whether the current thread is the event dispatch thread.
- isEventDispatchThread() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingGUISynchronizer
-
Tests if the current thread is the event dispatch thread.
- isFieldVisited(String) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Tests whether the field with the given name has already been visited by
the user.
- isFilterDate() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- isFilterSize() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- isFilterTypes() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- isGroupingUsed() - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Returns a flag whether a grouping character is to be used when formatting
numbers.
- isHandleInternalClasses() - Method in class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Returns a flag whether internal library classes are handled in a special
way by this class loader provider.
- isIconifiable() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the iconifiable flag.
- isIconifiable() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns a flag whether the new window should be iconifiable.
- isInitialized() - Method in class net.sf.jguiraffe.examples.tutorial.model.DirectoryData
-
Returns a flag whether this directory has already been initialized.
- isIntegerNumber(Object) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Checks whether the passed in object is an integer number.
- isItalic() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Returns a flag whether the font has the italic style.
- isLeaf(Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Tests whether the passed in node is a leaf node.
- isLenient() - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Returns the lenient flag.
- isLogicColor() - Method in class net.sf.jguiraffe.gui.builder.components.Color
-
Returns a flag whether this
Color
instance is based on a logic
color definition.
- isMaximizable() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the maximizable flag.
- isMaximizable() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns a flag whether the new window should be maximizable.
- isMenuIcon() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the menu icon flag.
- isMenuIcon() - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Returns the value of the menu icon flag.
- isMenuIcon() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the value of the menu icon flag.
- isModal() - Method in class net.sf.jguiraffe.gui.builder.window.tags.DialogTag
-
Returns the modal flag.
- isMulti() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Returns a flag whether the list box allows multi-selection.
- isMultiSelection() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns a flag whether multi-selection mode is enabled for the associated
table.
- isMultiSelection() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns a flag whether multi-selection is enabled for this table.
- isMultiSelection() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the multiple selection flag.
- isNoField() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Returns a flag whether for this input component no field handler should
be created.
- isNumberValid(T, NumberFormat, TransformerContext, T, T) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Validates an entered number.
- isOptional() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableEditorValidationHandlerTag
-
Indicates if this bean definition is optional.
- isOptional() - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
This method can be overridden in a derived class to indicate that the
bean creation operation is optional.
- isOrdered() - Method in class net.sf.jguiraffe.di.impl.providers.MapBeanProvider
-
Returns the ordered flag.
- isOrdered() - Method in class net.sf.jguiraffe.di.impl.providers.SetBeanProvider
-
Returns the
ordered
flag.
- isOrdered() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Returns the value of the ordered attribute.
- isOrdered() - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetTag
-
Returns the
ordered
attribute.
- isPending() - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Checks if there are commands to be executed or in execution.
- isPending() - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Tests whether there are commands that have not been executed.
- isPercentWidth(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Tests whether the column with the specified index has a relative width.
- isResizable() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Returns the resizable flag.
- isResizable() - Method in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Returns a flag whether the new window should be resizable.
- isRootVisible() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Returns the value of the rootVisible flag.
- isShortEvaluation() - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Returns the
shortEvaluation
flag.
- isShowLabels() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns a flag whether labels for values should be painted by the slider.
- isShowTicks() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Returns a flag whether ticks should be painted by the slider.
- isShutdown() - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Returns a flag if
shutdown()
was called.
- isShutdown() - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Tests whether this command queue was shutdown.
- isSingleton() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Returns a flag whether the created bean definition is for a singleton
bean.
- isSortDescending() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- isStatic() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Returns a flag whether a static method is to be invoked.
- isStaticInvocation() - Method in class net.sf.jguiraffe.di.impl.MethodInvocation
-
Returns the static flag.
- isSuppressWarnings() - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Returns a flag whether warning messages should be suppressed.
- isTableEditable() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Returns a flag whether the table is editable.
- isTableEditable() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Returns a flag whether the table is editable.
- isToolbarText() - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Returns the toolbar text flag.
- isToolbarText() - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Returns the value of the toolbar text flag.
- isToolbarText() - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Returns the value of the toolbar text flag.
- isTypeInfoComplete() - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Returns a flag whether the data types of all method parameters are known.
- isUpdateGUI() - Method in class net.sf.jguiraffe.gui.cmd.CommandBase
-
Returns the value of the
UpdateGUI
property.
- isValid(Object, TransformerContext) - Method in class net.sf.jguiraffe.examples.tutorial.createfile.UniqueFileNameValidator
-
Performs the validation.
- isValid(Form) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettingsFormValidator
-
Validates the specified
Form
instance.
- isValid() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Checks whether the properties of this object are valid.
- isValid() - Method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Checks whether form validation was successful.
- isValid(Object) - Method in class net.sf.jguiraffe.gui.forms.DefaultValidatorWrapper
-
Tests whether the specified object is valid.
- isValid(Form) - Method in interface net.sf.jguiraffe.gui.forms.FormValidator
-
Validates the specified form.
- isValid() - Method in interface net.sf.jguiraffe.gui.forms.FormValidatorResults
-
Checks if the whole validation was successful.
- isValid(Object) - Method in interface net.sf.jguiraffe.gui.forms.ValidatorWrapper
-
Validates the specified object.
- isValid(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Validates the passed in object.
- isValid(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Validates the passed in object.
- isValid() - Method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Returns a flag whether the validation was successful.
- isValid(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.DummyTransformer
-
Performs validation.
- isValid(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Validates the specified object.
- isValid(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Performs the validation as described in the class comment.
- isValid(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.RequiredValidator
-
Validates the passed in object.
- isValid() - Method in interface net.sf.jguiraffe.transform.ValidationResult
-
Returns a flag if the validation was successful.
- isValid(Object, TransformerContext) - Method in interface net.sf.jguiraffe.transform.Validator
-
Validates the passed in object.
- isValidActionTask(Object) - Static method in class net.sf.jguiraffe.gui.builder.action.ActionHelper
-
Returns a flag whether the specified object is a valid task for an
action.
- isValueDefined() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Returns a flag whether the value is defined.
- isVisible() - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Returns a flag whether the wrapped widget is currently visible.
- isVisible() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Returns a flag if this window is visible.
- isVisible() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Checks if this window is visible.
- isVisual() - Method in class net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
-
- isWrap() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Returns a flag whether this text area should automatically wrap long
lines.
- itemStateChanged(ItemEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
-
Callback for item events.
J
- JellyBeanBuilder - Class 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() - Constructor for class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Creates a new instance of
JellyBeanBuilder
.
- JellyBeanBuilderFactory - Class in net.sf.jguiraffe.gui.builder.impl
-
An implementation of the
BeanBuilderFactory
interface that
returns JellyBeanBuilder
instances.
- JellyBeanBuilderFactory() - Constructor for class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilderFactory
-
- JellyBuilder - Class 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() - Constructor for class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Creates a new instance of
JellyBuilder
.
- JellyContextBeanStore - Class in net.sf.jguiraffe.gui.builder.impl
-
A specialized implementation of the
BeanStore
interface that
is backed by a Jelly context.
- JellyContextBeanStore(JellyContext, BeanStore, String) - Constructor for class 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.
- JellyContextBeanStore(JellyContext, BeanStore) - Constructor for class 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.
- JGuiraffeTestHelper - Class in net.sf.jguiraffe
-
A helper class with functionality that can be used by test classes.
- JGuiraffeTestHelper() - Constructor for class net.sf.jguiraffe.JGuiraffeTestHelper
-
K
- KEY_ACTION_BUILDER - Static variable in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Constant for the key for accessing the instance of this class from the
builder's bean context.
- KEY_ACTION_PREFIX - Static variable in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Constant for the prefix used for accessing actions.
- KEY_ACTION_STORE - Static variable in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Constant for the key for accessing the action store from the builder's
bean context.
- KEY_BUILDER_DATA - Static variable in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Constant for the key for accessing the current
BuilderData
object from the bean context managed by this class.
- KEY_COMPHANDLER_PREFIX - Static variable in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Constant for the prefix for accessing component handlers.
- KEY_COMPONENT_BUILDER_DATA - Static variable in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Constant for the key for accessing the current instance of this class
from the managed bean context.
- KEY_CURRENT_CONTEXT - Static variable in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Constant for the key for accessing the current bean context.
- KEY_CURRENT_WINDOW - Static variable in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Constant for the key, under which the current result window can be
obtained from the builder's bean context.
- KEY_FIELDHANDLER_PREFIX - Static variable in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Constant for the prefix for accessing field handlers.
- KEY_FORM - Static variable in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Constant for the key for accessing the current form from the bean context
managed by this class.
- KEY_FORM_BEAN - Static variable in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Constant for the key, under which the current form bean can be obtained
from the builder's bean context.
- KEY_PARENT_WINDOW - Static variable in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Constant for the key, under which the parent window can be obtained from
the builder's bean context.
- KEY_RESULT_WINDOW - Static variable in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Constant for the key under which the result window is stored.
- KEY_WIDGETHANDLER_PREFIX - Static variable in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Constant for the prefix for accessing widget handlers.
- KEY_WINDOW_BUILDER_DATA - Static variable in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Constant for the key, under which the instance of this class can be
obtained from the builder's bean context.
- keyForGroup(Locale, Object) - Method in class net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
-
Constructs a key for the given combination of a locale and a group name.
- Keys - Enum in net.sf.jguiraffe.gui.builder.event
-
An enumeration class defining constants for special keys on a standard
keyboard.
L
- LabelTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag class for creating labels.
- LabelTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.LabelTag
-
- layoutContainer(Container) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Determines the coordinates and sizes of all components that belong to
this layout.
- LayoutTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A base tag handler class for layout tags.
- LayoutTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.LayoutTag
-
- LifeCycleBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
An abstract base class for
BeanProvider
implementations with
life-cycle support.
- LifeCycleBeanProvider(BeanProvider, Invokable) - Constructor for class 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.
- LifeCycleBeanProvider(BeanProvider) - Constructor for class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Creates a new instance of
LifeCycleBeanProvider
and
initializes it with the BeanProvider
for creating the bean
instance.
- linkLabel(Object, Object, String) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Associates a link with another component.
- linkLabel(Object, Object, String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Associates a link with another component.
- linkLabel(Object, Object, String) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Associates a label with another component.
- ListBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A specific
CollectionBeanProvider
implementation that creates
a list bean.
- ListBeanProvider(Collection<Dependency>) - Constructor for class 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 - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific input component tag that creates a list box component.
- ListBoxTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
- ListComponentHandler - Interface in net.sf.jguiraffe.gui.builder.components.model
-
A specialized component handler interface for components with list-like
structures.
- listenerTypeName() - Method in enum net.sf.jguiraffe.gui.builder.event.FormListenerType
-
Returns the listener type name.
- ListModel - Interface in net.sf.jguiraffe.gui.builder.components.model
-
Definition of an interface that is used to obtain the content of a list box
or combo box component.
- ListModelItemTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class that creates an item for a list model.
- ListModelItemTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Creates a new instance of
ListModelItemTag
.
- ListModelSupport - Interface in net.sf.jguiraffe.gui.builder.components.tags
-
Definition of an interface for tags that support a list model.
- ListModelUtils - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A helper class for dealing with model objects.
- ListTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized
CollectionTag
implementation for creating lists.
- ListTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ListTag
-
- loadClass(String, String) - Method in interface net.sf.jguiraffe.di.ClassLoaderProvider
-
Returns the class specified by the given name.
- loadClass(String, String) - Method in class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Loads the class with the specified name using the class loader identified
by the given symbolic reference.
- loadClass(String, String) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Loads a class using the specified class loader.
- loadClass(String, ClassLoader) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Loads the class with the specified name using the given class loader.
- loadGroup(Locale, Object) - Method in class net.sf.jguiraffe.resources.impl.bundle.BundleResourceLoader
-
Loads the specified resource group from a resource bundle.
- loadGroup(Locale, Object) - Method in interface net.sf.jguiraffe.resources.ResourceLoader
-
Performs all necessary steps to retrieve the specified resource group.
- LocalizedTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specialized tag handler class for loading localized texts and passing them
to tags implementing the
ValueSupport
interface.
- LocalizedTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
-
- locate(String, String, ClassLoader) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Locates a resource either from a URL or a class path resource, returning
null if the resource cannot be resolved.
- locate(String, String) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Locates a resource either from a URL or a class path resource (using a
default class loader), returning null if the resource cannot be
resolved.
- locateEx(String, String, ClassLoader) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Locates a resource either from a URL or a class path resource, throwing
an exception if the resource cannot be resolved.
- locateEx(String, String) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Locates a resource either from a URL or a class path resource (using a
default class loader), throwing an exception if the resource cannot be
resolved.
- locateResource(String, ClassLoader) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Tries to locate a resource in the class path using the specified class
loader.
- locateResource(String) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Tries to locate a resource in the class path.
- locateURL(String) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Locates a file using a string, which can be either a full URL or a file
name.
- Locator - Interface in net.sf.jguiraffe.locators
-
Definition of the base
Locator
interface.
- LocatorConverter - Class in net.sf.jguiraffe.locators
-
A specialized
Converter
implementation dealing with Locator
objects.
- LocatorConverter(ClassLoaderProvider) - Constructor for class net.sf.jguiraffe.locators.LocatorConverter
-
Creates a new instance of
LocatorConverter
and initializes it
with the given ClassLoaderProvider
.
- LocatorConverter() - Constructor for class net.sf.jguiraffe.locators.LocatorConverter
-
Creates a new instance of
LocatorConverter
without a class loader
provider.
- LocatorException - Exception in net.sf.jguiraffe.locators
-
An exception class for reporting error conditions related to
Locator
objects.
- LocatorException() - Constructor for exception net.sf.jguiraffe.locators.LocatorException
-
Creates a new instance of
LocatorException
.
- LocatorException(String) - Constructor for exception net.sf.jguiraffe.locators.LocatorException
-
Creates a new instance of
LocatorException
and sets an
error message.
- LocatorException(String, Throwable) - Constructor for exception net.sf.jguiraffe.locators.LocatorException
-
Creates a new instance of
LocatorException
and sets an
error message and a root cause.
- LocatorException(Throwable) - Constructor for exception net.sf.jguiraffe.locators.LocatorException
-
Creates a new instance of
LocatorException
and sets the
root cause.
- locatorForMainScript(Configuration) - Method in class net.sf.jguiraffe.gui.app.Application
-
Returns the locator object for the application's main build script.
- locatorToDataString(String) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Extracts the data of the string representation of a
Locator
.
- locatorToDataString(Locator) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Returns the data string for the specified
Locator
.
- locatorToString(Locator, String) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Creates a string representation of a
Locator
object.
- LocatorUtils - Class in net.sf.jguiraffe.locators
-
A helper class for locating resources.
- LocatorWrapper - Class in net.sf.jguiraffe.locators
-
A wrapper implementation for locators.
- LocatorWrapper(Locator) - Constructor for class net.sf.jguiraffe.locators.LocatorWrapper
-
Creates a new instance of
LocatorWrapper
and initializes it
with the given wrapped locator.
- log - Variable in class net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
-
The logger.
- log - Variable in class net.sf.jguiraffe.gui.app.Application
-
The logger to use.
- LongTransformer - Class in net.sf.jguiraffe.transform
-
A specialized number transformer implementation that deals with numbers of
type
java.lang.Long
.
- LongTransformer() - Constructor for class net.sf.jguiraffe.transform.LongTransformer
-
M
- Main - Class in net.sf.jguiraffe.examples.tutorial
-
The main application class of the JGUIraffe tutorial application.
- Main() - Constructor for class net.sf.jguiraffe.examples.tutorial.Main
-
- main(String[]) - Static method in class net.sf.jguiraffe.examples.tutorial.Main
-
The main method of the application.
- main(String[]) - Static method in class net.sf.jguiraffe.gui.app.Application
-
A main method for applications based on this framework.
- MainWndController - Class in net.sf.jguiraffe.examples.tutorial.mainwnd
-
The controller class for the main window.
- MainWndController(Application, TreeHandler, TableHandler, WidgetHandler) - Constructor for class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Creates a new instance of
MainWndController
and initializes it
with references to its dependencies.
- MapBeanProvider - Class 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) - Constructor for class net.sf.jguiraffe.di.impl.providers.MapBeanProvider
-
Creates a new instance of
MapBeanProvider
and initializes
it.
- MapTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized
BeanTag
implementation for creating maps.
- MapTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Creates a new instance of
MapTag
.
- maximumLayoutSize(Container) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the maximum layout size.
- MenuBarTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A tag handler class for creating menu bars.
- MenuBarTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
-
- MenuItemTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A tag handler class that creates menu items.
- MenuItemTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.MenuItemTag
-
- MenuTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A tag handler class for defining menus.
- MenuTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Creates a new instance of
MenuTag
.
- merge(FormValidatorResults, FormValidatorResults) - Static method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Returns a
FormValidatorResults
object with the combined
information of the specified FormValidatorResults
objects.
- merge(ValidationResult, ValidationResult) - Static method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Combines two validation result objects to a combined result.
- message(ApplicationResources.Keys) - Static method in class net.sf.jguiraffe.gui.app.ApplicationResources
-
Returns a
Message
object for the specified enumeration literal.
- Message - Class in net.sf.jguiraffe.resources
-
A convenience class for dealing with localized messages that can have
parameters.
- Message(Object) - Constructor for class net.sf.jguiraffe.resources.Message
-
Creates a new instance of
Message
and initializes it with a
resource key.
- Message(Object, Object) - Constructor for class 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) - Constructor for class 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) - Constructor for class 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...) - Constructor for class 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 - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the message type ERROR.
- MESSAGE_INFO - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the message type INFO.
- MESSAGE_PLAIN - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the message type PLAIN.
- MESSAGE_QUESTION - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the message type QUESTION.
- MESSAGE_WARNING - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the message type WARNING.
- messageBox(Object, Object, int, int) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
A convenience method for displaying a message box.
- messageBox(Object, Object, int, int) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
A convenience method for displaying a message box.
- MessageOutput - Interface in net.sf.jguiraffe.gui.builder.utils
-
Definition of an interface for creating message boxes in a platform
independent way.
- MethodInvocation - Class in net.sf.jguiraffe.di.impl
-
A class that represents a method invocation.
- MethodInvocation(String, ClassDescription[], Dependency...) - Constructor for class net.sf.jguiraffe.di.impl.MethodInvocation
-
Creates a new instance of
MethodInvocation
for non-static
method invocations.
- MethodInvocation(ClassDescription, String, ClassDescription[], Dependency...) - Constructor for class 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, String, boolean, ClassDescription[], Dependency...) - Constructor for class net.sf.jguiraffe.di.impl.MethodInvocation
-
Creates a new instance of
MethodInvocation
and initializes most
of the properties.
- MethodInvocation(ClassDescription, Dependency, String, boolean, ClassDescription[], Dependency...) - Constructor for class net.sf.jguiraffe.di.impl.MethodInvocation
-
Creates a new instance of
MethodInvocation
and fully initializes
it.
- MethodInvocationBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A specialized
BeanProvider
that creates beans by invoking a
method.
- MethodInvocationBeanProvider(Dependency, MethodInvocation) - Constructor for class 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(MethodInvocation) - Constructor for class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Creates a new instance of
MethodInvocationBeanProvider
and
initializes it with the description of the method to invoke.
- MethodInvocationBeanProvider(Dependency, MethodInvocation, ClassDescription) - Constructor for class 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.
- MethodInvocationTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized
InvocationTag
implementation that deals with
MethodInvocation
objects.
- MethodInvocationTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
- minimumLayoutSize(Container) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the minimum size of this layout.
- Modifiers - Enum in net.sf.jguiraffe.gui.builder.event
-
An enumeration class representing special modifier keys.
- mouseClicked(FormMouseEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormMouseListener
-
Event notification method that is called when a mouse button is clicked.
- mouseClicked(MouseEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
-
Notifies this listener about a mouse entered event.
- mouseDoubleClicked(FormMouseEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormMouseListener
-
Event notification method that is called when a mouse button is
double-clicked.
- mouseEntered(FormMouseEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormMouseListener
-
Event notification method that is called when the mouse cursor enters the
space occupied by the monitored component.
- mouseEntered(MouseEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
-
Notifies this listener about a mouse entered event.
- MouseEventAdapter - Class in net.sf.jguiraffe.gui.platform.swing.builder.event
-
A specific Swing event adapter implementation that deals with mouse events.
- MouseEventAdapter(FormMouseListener, ComponentHandler<?>, String) - Constructor for class 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
.
- MouseEventAdapter(FormEventManager, ComponentHandler<?>, String) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
-
Creates a new instance of
MouseEventAdapter
that passes the
events it receives to the FormEventManager
.
- mouseExited(FormMouseEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormMouseListener
-
Event notification method that is called when the mouse cursor leaves the
space occupied by the monitored component.
- mouseExited(MouseEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
-
Notifies this listener about a mouse exited event.
- MouseListenerTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specialized event listener tag that deals with mouse events.
- MouseListenerTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.MouseListenerTag
-
Creates a new instance of
MouseListenerTag
.
- mousePressed(FormMouseEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormMouseListener
-
Event notification method that is called when a mouse button is pressed.
- mousePressed(MouseEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
-
Notifies this listener about a mouse pressed event.
- mouseReleased(FormMouseEvent) - Method in interface net.sf.jguiraffe.gui.builder.event.FormMouseListener
-
Event notification method that is called when a mouse button is released.
- mouseReleased(MouseEvent) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.MouseEventAdapter
-
Notifies this listener about a mouse released event.
- MutableBeanStore - Interface in net.sf.jguiraffe.di
-
Definition of an interface for a
BeanStore
that can be
manipulated.
N
- NameDependency - Class 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.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.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() - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Returns a new
Builder
instance.
- newBuilder() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns a new
Builder
instance.
- newInstance(int, int, int) - Static method in class net.sf.jguiraffe.gui.builder.components.Color
-
Deprecated.
Use
newRGBInstance()
instead.
- newInstance(TableTag) - Static method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Creates a new instance of
TableColumnWidthController
and
initializes it with the information provided by the given TableTag
.
- newLogicInstance(String) - Static method in class 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) - Static method in class 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 - Static variable in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Constant for an undefined mouse button.
- NO_LINE_WRAP - Static variable in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Constant for a line length which disables line wrapping.
- nonNull(NumberWithUnit) - Static method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
A convenience method for performing checks for null values.
- NORTH - Static variable in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Constant for the layout constraints North.
- NSURI_ACTION_BUILDER - Static variable in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Constant for the default name space URI for the action builder tag
library.
- NSURI_COMPONENT_BUILDER - Static variable in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Constant for the default name space URI for the component builder tag
library.
- NSURI_DI_BUILDER - Static variable in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilderFactory
-
Constant for the default name space URI for the DIBuilder tag library.
- NSURI_WINDOW_BUILDER - Static variable in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Constant for the default namespace URI for the window builder tag
library.
- NULL - Static variable in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Constant for a dependency that will be resolved to null.
- NullEnabler - Class in net.sf.jguiraffe.gui.builder.enablers
-
A trivial implementation of the
ElementEnabler
interface that does
nothing.
- NullEnabler() - Constructor for class net.sf.jguiraffe.gui.builder.enablers.NullEnabler
-
- NullInvocation - Class in net.sf.jguiraffe.di.impl
-
Deprecated.
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() - Constructor for class net.sf.jguiraffe.di.impl.NullInvocation
-
Deprecated.
- NullMessageOutput - Class in net.sf.jguiraffe.gui.builder.utils
-
An implementation of the
MessageOutput
interface that does not output
a message.
- NullMessageOutput() - Constructor for class net.sf.jguiraffe.gui.builder.utils.NullMessageOutput
-
- NullTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler class for specifying null values.
- NullTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.NullTag
-
- NumberTransformerBase<T extends Number> - Class in net.sf.jguiraffe.transform
-
An abstract base class for transformers and validators for numbers.
- NumberTransformerBase() - Constructor for class net.sf.jguiraffe.transform.NumberTransformerBase
-
- NumberWithUnit - Class in net.sf.jguiraffe.gui.layout
-
A class that combines a value with a unit.
- NumberWithUnit(int) - Constructor for class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Creates a new instance of
NumberWithUnit
with the given
value and the unit pixels.
- NumberWithUnit(double, Unit) - Constructor for class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Creates a new instance of
NumberWithUnit
and initializes it.
- NumberWithUnit(String) - Constructor for class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Creates a new instance of
NumberWithUnit
and initializes it from
the given string representation.
O
- okButtonClicked(FormActionEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
The OK button was clicked.
- onException(Throwable) - Method in interface net.sf.jguiraffe.gui.cmd.Command
-
Callback method that is invoked if an exception occurs during command
execution.
- onException(Throwable) - Method in class net.sf.jguiraffe.gui.cmd.CommandBase
-
This method is called if an exception occurs.
- onException(Throwable) - Method in class net.sf.jguiraffe.gui.cmd.CommandWrapper
-
Notifies this command about an exception that occurred during execution.
- onFinally() - Method in interface net.sf.jguiraffe.gui.cmd.Command
-
This method will be executed after each command execution, no matter if
an exception has occurred or not.
- onFinally() - Method in class net.sf.jguiraffe.gui.cmd.CommandBase
-
This method is called after each command execution.
- onFinally() - Method in class net.sf.jguiraffe.gui.cmd.CommandWrapper
-
This method is called after the execution of the command.
- onShutdown() - Method in class net.sf.jguiraffe.gui.app.Application
-
A hook for shutdown.
- open() - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Opens the window.
- open() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Opens this internal frame.
- open() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Opens this window.
- OpenDesktopTask - Class in net.sf.jguiraffe.examples.tutorial.mainwnd
-
A specialized action task for opening a file or directory.
- OpenDesktopTask(MainWndController) - Constructor for class net.sf.jguiraffe.examples.tutorial.mainwnd.OpenDesktopTask
-
Creates a new instance of
OpenDesktopTask
and initializes it with
the main controller.
- openStream(Locator) - Static method in class net.sf.jguiraffe.locators.LocatorUtils
-
Obtains an input stream for the specified locator.
- OpenViewSettingsDlgCommand - Class in net.sf.jguiraffe.examples.tutorial.viewset
-
A specialized command class for opening the dialog with the view settings.
- OpenViewSettingsDlgCommand() - Constructor for class 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 - Class in net.sf.jguiraffe.gui.app
-
A specialized
Command
implementation for opening a sub window.
- OpenWindowCommand(Locator) - Constructor for class net.sf.jguiraffe.gui.app.OpenWindowCommand
-
Creates a new instance of
OpenWindowCommand
and initializes it
with the Locator
pointing to the builder script.
- OrEventFilter - Class in net.sf.jguiraffe.gui.builder.event.filter
-
A specialized chained filter implementation that provides a OR or ANY
semantics.
- OrEventFilter() - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.OrEventFilter
-
Creates a new instance of
OrEventFilter
that has no child
filters.
- OrEventFilter(Collection<EventFilter>) - Constructor for class 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 - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specialized
ChainedEventFilter
implementation that creates
an
OrEventFilter
.
- OrEventFilterTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.OrEventFilterTag
-
Creates a new instance of
OrEventFilterTag
.
- Orientation - Enum in net.sf.jguiraffe.gui.builder.components
-
An enumeration class that defines allowed values for the orientation of
components.
- overridesProperties(TransformerContext) - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Tests whether properties in the specified
TransformerContext
override properties of this object.
P
- packWindow() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Packs this internal frame.
- packWindow() - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
-
"Packs" the window.
- packWindow() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Packs the window.
- PanelTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific container tag implementation that creates a panel.
- PanelTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Creates a new instance of
PanelTag
.
- parametersToString(StringBuilder) - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Creates a string representation of the current parameter values.
- ParameterTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler class for defining the parameters of a method or constructor
invocation.
- ParameterTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Creates a new instance of
ParameterTag
.
- parentPath() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns the parent path of this
TreeNodePath
.
- parse(String) - Static method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns an
Accelerator
instance from the specified string
representation.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTaskTag
-
Passes the resulting bean to the nesting action tag.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ChainedEventFilterTag
-
Performs post processing of the new bean.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventFilterTag
-
Performs post processing on the bean.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventRegistrationTag
-
Performs the registration of the event listener.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.PopupHandlerTag
-
Processes the bean managed by this tag.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentHandlerTag
-
Passes the results of this tag to its target tag.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ConverterTag
-
Processes the bean created by this tag.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableEditorValidationHandlerTag
-
Passes the results of this tag.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableSelectionHandlerTag
-
Passes the
TableSelectionHandler
created by this tag to
the enclosing table tag.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
-
Passes the bean to its target.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
This method is called after the result bean is fully initialized.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ValidatorsTag
-
Passes the resulting bean to its target.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.window.tags.FormControllerListenerTag
-
Passes the bean to the owning object.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.window.tags.FormControllerTag
-
Passes the bean to the owning component.
- passResults(Object) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowControllerTag
-
Processes and initializes the controller bean and passes it to an
enclosing window tag.
- PasswordFieldTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specialized tag handler implementation for creating password text fields.
- PasswordFieldTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PasswordFieldTag
-
- paste() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Pastes the content of the system clipboard into this text component.
- pathToKey(DefaultConfigurationKey) - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Appends this path to the given
ConfigurationKey
.
- PercentCellConstraintsTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
An abstract base class for tags that define cell constraints of a percent
layout.
- PercentCellConstraintsTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
-
- PercentCellGroupTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler base class for tags that define cell groups for a percent
layout.
- PercentCellGroupTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
- PercentColConstraintsTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A concrete cell constraints tag implementation.
- PercentColConstraintsTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PercentColConstraintsTag
-
- PercentColGroupTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A concrete cell group tag that creates a column group for a percent layout.
- PercentColGroupTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PercentColGroupTag
-
- PercentConstraintsTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific layout constraints tag that creates a
PercentData
object, i.e. layout constraints for the PercentLayout
class.
- PercentConstraintsTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
- PercentData - Class in net.sf.jguiraffe.gui.layout
-
A constraints class used by
PercentLayout
.
- PercentData.Builder - Class in net.sf.jguiraffe.gui.layout
-
A builder implementation for creating instances of
PercentData
.
- PercentLayout - Class in net.sf.jguiraffe.gui.layout
-
The concrete percent layout implementation.
- PercentLayout(int, int) - Constructor for class net.sf.jguiraffe.gui.layout.PercentLayout
-
Creates a new instance of
PercentLayout
and sets the
layout's dimensions.
- PercentLayout(Collection<? extends CellConstraints>, Collection<? extends CellConstraints>) - Constructor for class net.sf.jguiraffe.gui.layout.PercentLayout
-
Creates a new instance of
PercentLayout
and initializes it
from the specified collections with CellConstraints
objects.
- PercentLayout(String, String) - Constructor for class 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.
- PercentLayoutBase - Class in net.sf.jguiraffe.gui.layout
-
The main class of the percent layout manager.
- PercentLayoutBase() - Constructor for class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Creates a new, uninitialized instance of
PercentLayoutBase
.
- PercentLayoutBase(int, int) - Constructor for class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Creates a new instance of
PercentLayoutBase
and sets the
numbers of the rows and columns.
- PercentLayoutBase(Collection<? extends CellConstraints>, Collection<? extends CellConstraints>) - Constructor for class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Creates a new instance of
PercentLayoutBase
and initializes
it.
- PercentLayoutBase(String, String) - Constructor for class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Creates a new instance of
PercentLayoutBase
and initializes
it.
- PercentLayoutPlatformAdapter - Interface in net.sf.jguiraffe.gui.layout
-
Definition of an interface that encapsulates platform (library) specific
access to GUI components that are managed by a percent layout manager.
- PercentLayoutTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific layout tag that creates a Percent Layout manager.
- PercentLayoutTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
- PercentRowConstraintsTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A concrete cell constraints tag implementation.
- PercentRowConstraintsTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PercentRowConstraintsTag
-
- PercentRowGroupTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A concrete cell group tag that creates a row group for a percent layout.
- PercentRowGroupTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PercentRowGroupTag
-
- performBuild(Locator, BuilderData, Object) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
The main method for executing a builder script.
- performDesktopOperation(Desktop) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
-
Performs the desired operation with the selected file.
- performDesktopOperation(Desktop) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.EditDesktopTask
-
Performs the desktop operation.
- performDesktopOperation(Desktop) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.OpenDesktopTask
-
Performs the desktop operation.
- performDesktopOperation(Desktop) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.PrintDesktopTask
-
Performs the desktop operation.
- performGUIUpdate() - Method in class net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskCommand
-
Performs UI-related updates after the execution of the command.
- performGUIUpdate() - Method in class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileCommand
-
Updates the UI after a successful execution of this command.
- performGUIUpdate() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.CreateViewSettingsCommand
-
Updates the UI after a successful execution of this command.
- performGUIUpdate() - Method in class net.sf.jguiraffe.gui.app.OpenWindowCommand
-
Updates the UI after background processing is complete.
- performGUIUpdate() - Method in class net.sf.jguiraffe.gui.cmd.CommandBase
-
Performs GUI updates.
- performLayout(Object, int[], int[], int[], int[]) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Layouts all components that are contained in the associated container.
- performLayout(Object, Rectangle, Dimension) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Layouts all components in the associated container calculating all
necessary intermediate sizes and positions.
- PersonBean - Class in net.sf.jguiraffe
-
A test bean class that can be used by tests which need to access bean properties..
- PersonBean() - Constructor for class net.sf.jguiraffe.PersonBean
-
- PlatformEventManager - Interface in net.sf.jguiraffe.gui.builder.event
-
Definition of an interface for dealing with platform (i.e. a specific GUI
library) specific events.
- popComponentStore() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Removes a component store from this object.
- popFormContext() - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Removes the outer most form context.
- popFormContext(Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Removes the outer most form context passing in information about the
responsible source.
- populate(StaticTextDataImpl, TransformerContext) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
Fills the specified data object with default values.
- PopupHandlerTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A tag handler class that allows registering a handler for a popup menu at a
component.
- PopupHandlerTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.PopupHandlerTag
-
Creates a new instance of
PopupHandlerTag
.
- PopupMenuBuilder - Interface in net.sf.jguiraffe.gui.builder.action
-
A builder interface for creating popup menus.
- PopupMenuHandler - Interface in net.sf.jguiraffe.gui.builder.action
-
Definition of an interface for controlling popup menus that can be associated
with GUI components.
- pos(int, int) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Returns a
PercentData
object with the specified column and
row index.
- POS_UNDEF - Static variable in class net.sf.jguiraffe.gui.layout.PercentData
-
Constant for an undefined cell position.
- preferredLayoutSize(Container) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Returns the preferred size of this layout.
- PREFIX_SEPARATOR - Static variable in class net.sf.jguiraffe.locators.LocatorConverter
-
Constant for the prefix separator.
- prepareBuilderData(ApplicationBuilderData) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.OpenViewSettingsDlgCommand
-
Prepares the
ApplicationBuilderData
object before the builder is
called.
- prepareBuilderData(ApplicationBuilderData) - Method in class net.sf.jguiraffe.gui.app.OpenWindowCommand
-
Prepares the
ApplicationBuilderData
object.
- prepareComponent(Object, TableTag, Object, boolean, boolean, int, int) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.table.TableSelectionHandler
-
Prepares the renderer or editor component before it is displayed.
- prepareComponent(Object, TableTag, Object, boolean, boolean, int, int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableSelectionHandler
-
Prepares the renderer or editor component.
- prepareInputSource(Locator) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Prepares an
InputSource
object for the specified
Locator
.
- PrintDesktopTask - Class in net.sf.jguiraffe.examples.tutorial.mainwnd
-
A specialized action task for printing a file.
- PrintDesktopTask(MainWndController) - Constructor for class net.sf.jguiraffe.examples.tutorial.mainwnd.PrintDesktopTask
-
Creates a new instance of
PrintDesktopTask
and initializes the
controller.
- process() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Executes this task.
- process() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.action.tags.SeparatorTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Performs processing of some default attributes.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
-
Executes this tag after its body was processed.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ConstraintsTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Processes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.LayoutTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
-
Processes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
-
Processes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.RadioGroupTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SimpleComponentTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Processes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Processes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Processes this tag after its body has been evaluated.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Processes this tag after its body has been evaluated.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
-
The main processing method.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
-
Executes this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ShutdownHandlerTag
-
Performs the actual processing of this tag.
- process() - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Executes this tag.
- processBean(String, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Processes the newly created bean.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Performs processing before the body of this tag gets executed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Performs processing before the tag's body is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
-
Executes this tag before its body was processed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Executes this tag before its body is processed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
-
Performs processing before this tag's body is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
-
Executes this tag before its body is processed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Callback before processing of the tag's body.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Performs processing before this tag's body is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Performs processing of this tag before its body is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Performs steps before evaluation of this tag's body.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
-
Processes this tag before its body gets executed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.RadioButtonTag
-
Performs processing before the execution of the tag body.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.RadioGroupTag
-
Performs processing before the tag's body is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SimpleComponentTag
-
Callback before processing of the tag's body.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Performs processing before evaluation of the tag body.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Performs processing before the evaluation of this tag's body.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.ColumnComponentTag
-
Performs processing before this tag's body is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Performs processing before the tag's body is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Processes this tag before the body is executed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
-
Called before evaluation of the tag's body.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Performs pre-processing before the body of this tag is executed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Performs pre-processing before the body of this tag is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Performs pre-processing before the body of this tag is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Performs tag-specific actions before the body gets executed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
-
Performs some pre-processing before the tag's body is evaluated.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Performs some processing before the body gets executed.
- processBeforeBody() - Method in class net.sf.jguiraffe.gui.builder.di.tags.ShutdownHandlerTag
-
Performs some processing of this tag before the body is evaluated.
- processCommandLine(String[]) - Method in class net.sf.jguiraffe.gui.app.Application
-
Hook method for processing the command line arguments.
- processDependencyDefinitions() - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Evaluates the definitions of the dependency.
- processingFinished(Command) - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
This method is called by a worker thread if a command has been executed.
- processInvokable(Invokable) - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Processes the
Invokable
object after its creation.
- processMessages(StringBuilder, StrSubstitutor, FormValidatorResults, Form, String, Map<String, String>) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Applies the template for the error messages to all messages available for
the current field.
- processSpecification(String) - Method in class net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
-
Processes the specified specification and creates a corresponding
ElementEnabler
.
- ProgressBarHandler - Interface in net.sf.jguiraffe.gui.builder.components.model
-
A specialized component handler that represents a progress bar component.
- ProgressBarTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A special input component tag that defines a progress bar.
- ProgressBarTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Creates a new instance of
ProgressBarTag
.
- PROP_AFTER - Static variable in class net.sf.jguiraffe.transform.DateTransformerBase
-
Constant for the after property.
- PROP_APPCTX - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the application context property in the config file.
- PROP_BEAN_BUILDER_FACTORY - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the bean builder factory property.
- PROP_BEAN_DEFS - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the bean definitions property.
- PROP_BEFORE - Static variable in class net.sf.jguiraffe.transform.DateTransformerBase
-
Constant for the before property.
- PROP_BUILDER_FACTORY - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the builder factory property.
- PROP_BUILDER_MAIN_SCRIPT - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the builder main script property.
- PROP_BUILDER_MENU_ICON - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the builder menu icon property.
- PROP_BUILDER_TOOLBAR_TEXT - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the builder toolbar text property.
- PROP_CASE_INSENSITIVE - Static variable in class net.sf.jguiraffe.transform.RegexValidator
-
Constant for the caseInsensitive property.
- PROP_CONFIG_NAME - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the system property with the resource name of the
configuration file.
- PROP_CONFIG_URL - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the system property with the URL to the configuration file.
- PROP_DATE_FORMAT_STYLE - Static variable in class net.sf.jguiraffe.transform.ToStringTransformer
-
Constant for the date format style property.
- PROP_DEFRESGROUP - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the default resource group property in the config file.
- PROP_DOT_ALL - Static variable in class net.sf.jguiraffe.transform.RegexValidator
-
Constant for the multiLine property.
- PROP_EQUAL - Static variable in class net.sf.jguiraffe.transform.DateTransformerBase
-
Constant for the equal property.
- PROP_GROUPING_USED - Static variable in class net.sf.jguiraffe.transform.ToStringTransformer
-
Constant for the grouping used property.
- PROP_HEIGHT - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the height property in the config file.
- PROP_LENIENT - Static variable in class net.sf.jguiraffe.transform.DateTransformerBase
-
Constant for the lenient property.
- PROP_LOCALE - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the locale property in the config file.
- PROP_MAXIMUM - Static variable in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Constant for the maximum property.
- PROP_MAXIMUM_FRACTION_DIGITS - Static variable in class net.sf.jguiraffe.transform.ToStringTransformer
-
Constant for the maximum fraction digits property.
- PROP_MESSAGE_LEVEL - Static variable in class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Constant for the name of the property that defines the
ValidationMessageLevel
of the validation messages produced by
this object.
- PROP_MINIMUM - Static variable in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Constant for the minimum property.
- PROP_MINIMUM_FRACTION_DIGITS - Static variable in class net.sf.jguiraffe.transform.ToStringTransformer
-
Constant for the minimum fraction digits property.
- PROP_REFERENCE_DATE - Static variable in class net.sf.jguiraffe.transform.DateTransformerBase
-
Constant for the referenceDate property.
- PROP_REGEX - Static variable in class net.sf.jguiraffe.transform.RegexValidator
-
Constant for the regex property.
- PROP_SHORT_EVAL - Static variable in class net.sf.jguiraffe.transform.ChainValidator
-
Constant for the short evaluation property.
- PROP_STYLE - Static variable in class net.sf.jguiraffe.transform.DateTransformerBase
-
Constant for the style property.
- PROP_TIME_STYLE - Static variable in class net.sf.jguiraffe.transform.DateTimeTransformer
-
Constant for the time style property.
- PROP_USRCONF - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the storeuserconfig property in the config file.
- PROP_USRCONFNAME - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the userconfigname property in the config file.
- PROP_WIDTH - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the width property in the config file.
- PROP_XPOS - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the xpos property in the config file.
- PROP_YPOS - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the ypos property in the config file.
- properties() - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Returns a map with properties maintained by this context.
- properties() - Method in interface net.sf.jguiraffe.transform.TransformerContext
-
Returns a map with properties.
- properties() - Method in class net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
-
Returns a map with properties.
- PropertiesBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A specialized
BeanProvider
implementation for creating a
java.util.Properties
object.
- PropertiesBeanProvider(Collection<Dependency>, Collection<Dependency>) - Constructor for class net.sf.jguiraffe.di.impl.providers.PropertiesBeanProvider
-
Creates a new instance of
PropertiesBeanProvider
and
initializes it with the dependencies for keys and values.
- PropertiesSupport - Interface in net.sf.jguiraffe.gui.builder.components.tags
-
Definition of an interface to be implemented by tags that support a
properties object.
- PropertiesTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag for creating a map with properties and passing it to a target tag.
- PropertiesTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
-
- PropertiesTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized
MapTag
implementation for creating a
java.util.Properties
object.
- PropertiesTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.PropertiesTag
-
Creates a new instance of
PropertiesTag
.
- PropertySupport - Interface in net.sf.jguiraffe.gui.builder.components.tags
-
Definition of an interface to be implemented by tags that support setting of
properties.
- PropertyTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag for setting a property.
- PropertyTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
-
- providerFor(Object) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Returns a bean provider for the specified bean.
- providerNames() - Method in interface net.sf.jguiraffe.di.BeanStore
-
Returns a set with the names of all
BeanProvider
objects
that are registered in this bean store.
- providerNames() - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns a set with the names of all
BeanProvider
objects that can
be queried from this CombinedBeanStore
.
- providerNames() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Returns a set with the names of all contained bean providers.
- providerNames() - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Returns a set with the names of the available bean providers.
- providerNames() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyContextBeanStore
-
Returns a set with the names of the existing
BeanProvider
s.
- PushButtonTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
An abstract base class for tag handler classes that implement push buttons
like checkboxes or radio buttons.
- PushButtonTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Creates a new instance of
PushButtonTag
.
- pushComponentStore(ComponentStore) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Adds a new component store to this object that will replace the current
store.
- pushFormContext(Form) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Installs a new form context for the specified form.
- pushFormContext(Form, Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Installs a new form context for the specified form and passes information
about the responsible source.
- put(JellyContext) - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Stores this object in the given Jelly context.
- put(JellyContext) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Stores this instance in the specified context.
- put(JellyContext) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Stores this instance in the specified context.
- put(JellyContext) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Stores this instance in the specified Jelly context.
- putWindow(String, Window) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Adds a result window to this data object.
R
- RadioButtonTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific input component tag for creating a radio button.
- RadioButtonTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.RadioButtonTag
-
Creates a new instance of
RadioButtonTag
.
- RadioGroupTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag for creating a radio group.
- RadioGroupTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.RadioGroupTag
-
- readBeanDefinition(Locator, MutableBeanStore, ClassLoaderProvider) - Method in class net.sf.jguiraffe.gui.app.Application
-
A convenience method for processing a file with bean definitions.
- readFields(Object) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Reads the form's fields and copies their content into the passed in form
bean.
- readFields(Object, Set<String>) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Reads a sub set of this form's fields and writes their content into the
specified bean.
- readProperty(Object, String) - Method in class net.sf.jguiraffe.gui.forms.bind.BeanBindingStrategy
-
Reads a property from a model object.
- readProperty(Object, String) - Method in class net.sf.jguiraffe.gui.forms.bind.DummyBindingStrategy
-
Reads a property from the given model object.
- readProperty(Object, String) - Method in interface net.sf.jguiraffe.gui.forms.BindingStrategy
-
Reads the value of the specified property from the given model object.
- readStream(InputStream, boolean) - Static method in class net.sf.jguiraffe.JGuiraffeTestHelper
-
Reads the content of the specified input stream and provides it as byte
array stream.
- recalibrate(int[]) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnRecalibrator
-
Recalibrates the internally stored column sizes.
- recalibrate(int[]) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Recalibrates the internally stored column sizes.
- ReferenceTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class that can be used to define references to other components
or groups in the body of a
ComponentHandlerTag
.
- ReferenceTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
-
- ReflectionUtils - Class in net.sf.jguiraffe.di
-
An utility class that provides some functionality related to reflection and
dependency injection.
- RefreshActionTask - Class in net.sf.jguiraffe.examples.tutorial.mainwnd
-
The task of the refresh action.
- RefreshActionTask(MainWndController) - Constructor for class net.sf.jguiraffe.examples.tutorial.mainwnd.RefreshActionTask
-
Creates a new instance of
RefreshActionTask
and sets the main
controller.
- RegexValidator - Class in net.sf.jguiraffe.transform
-
A specialized
Validator
implementation that uses regular expressions
to validate user input.
- RegexValidator() - Constructor for class net.sf.jguiraffe.transform.RegexValidator
-
- registerAutoCloseListener() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Registers an internal listener that handles auto-close operations.
- registerAutoCloseListener() - Method in interface 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() - Method in class 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<?>) - Method in class net.sf.jguiraffe.di.ConversionHelper
-
Registers a converter for the given base class and all derived classes.
- registerBeanCreationListeners(BeanContext, BuilderData) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Registers the
BeanCreationListener
objects defined by the
BuilderData
object at the specified BeanContext
.
- registerChangeListener() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
-
Registers this object as change listener at the managed button.
- registerClassLoader(String, ClassLoader) - Method in interface net.sf.jguiraffe.di.ClassLoaderProvider
-
Registers a
ClassLoader
under the given name.
- registerClassLoader(String, ClassLoader) - Method in class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Allows to register a class loader under a symbolic name.
- registerClassLoader(String, ClassLoader) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Registers a class loader under a name.
- registerController(Object, Window) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowControllerTag
-
Checks the interfaces implemented by the controller bean and performs
necessary registrations.
- registerConverter(Converter, Class<?>) - Method in class net.sf.jguiraffe.di.ConversionHelper
-
Registers a converter for the specified target class.
- registerDefaultConverters(ConversionHelper) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Registers default converters at the specified
ConversionHelper
instance.
- registerExtendedTagLibraries(JellyContext, BuilderData) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Registers the builder tag libraries at the given context.
- registerListener(EventListener) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Registers the event listener.
- registerListener(EventListener) - Method in class net.sf.jguiraffe.gui.builder.action.tags.FormEventListenerTag
-
Registers the specified event listener.
- registerListener(String, ComponentHandler<?>, FormEventManager, FormListenerType) - Method in interface net.sf.jguiraffe.gui.builder.event.PlatformEventManager
-
Registers an event listener of the given type at the specified component.
- registerListener(EventListener) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowListenerTag
-
Registers the event listener.
- registerListener(String, ComponentHandler<?>, FormEventManager, FormListenerType) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventManager
-
Registers the event manager as an event listener at the specified
component.
- registerPopupMenuHandler(Object, PopupMenuHandler, ComponentBuilderData) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionManager
-
Registers the specified
PopupMenuHandler
at the given UI
component.
- registerPopupMenuHandler(Object, PopupMenuHandler, ComponentBuilderData) - Method in class net.sf.jguiraffe.gui.builder.action.ActionManagerWrapper
-
Registers the specified
PopupMenuHandler
at the given UI
component.
- registerPopupMenuHandler(Object, PopupMenuHandler, ComponentBuilderData) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
Associates a
PopupMenuHandler
with a UI component.
- registerTableListener(TableTag, SwingTableComponentHandler) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Registers a specialized listener for resizing table columns if required.
- registerTagLibraries(JellyContext) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Registers the required builder tag libraries at the given context.
- release(BeanBuilderResult) - Method in interface net.sf.jguiraffe.gui.builder.BeanBuilder
-
Releases the specified
BeanBuilderResult
object.
- release(BuilderData) - Method in interface net.sf.jguiraffe.gui.builder.Builder
-
Releases the specified
BuilderData
object.
- release(BeanBuilderResult) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Releases the specified
BeanBuilderResult
object.
- release(BuilderData) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Frees all resources associated with the specified
BuilderData
object.
- releaseBeanBuilderResults(Collection<BeanBuilderResult>) - Method in class net.sf.jguiraffe.gui.app.Application
-
Releases the results of bean builder operations that were created during
initialization of this application.
- removeAction(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Removes the action with the specified name from this store.
- removeActionFromGroup(String, String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Removes the specified action from the given group.
- removeActionListener(String, FormActionListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes the specified action listener for the specified component.
- removeActionListener(FormActionListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes an action listener that is registered for all components.
- removeActionListener(ActionListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
-
Removes an action listener from this component.
- removeActionListener(ActionListener) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
-
Removes the specified action listener from this event source.
- removeBean(String) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Removes the bean with the given name.
- removeBeanContributor(SimpleBeanStoreImpl.BeanContributor) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Removes the specified bean contributor from this object.
- removeBeanCreationListener(BeanCreationListener) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Removes the specified
BeanCreationListener
from this context.
- removeBeanCreationListener(BeanCreationListener) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Removes the specified
BeanCreationListener
from this context.
- removeBeanCreationListener(BeanCreationListener) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Removes the specified
BeanCreationListener
from this context.
- removeBeanProvider(String) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Removes the
BeanProvider
with the specified name from this
bean store.
- removeBeanProvider(String) - Method in interface net.sf.jguiraffe.di.MutableBeanStore
-
Removes the
BeanProvider
with the specified name from this
bean store.
- removeChangeListener(String, FormChangeListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes the specified change listener for the specified component.
- removeChangeListener(FormChangeListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes a change listener that is registered for all components.
- removeChangeListener(ChangeListener) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
-
Removes the specified change listener from this event source.
- removeComponent(Object) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Removes the specified component from this layout.
- removeCovariantDuplicates(List<Method>) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Removes duplicate methods from the specified list.
- removeEventListener(String, String, EventListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes an arbitrary event listener from a component.
- removeEventListenerFromObject(Object, String, EventListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes an arbitrary event listener from the specified object.
- removeExpansionListener(TreeExpansionListener) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Removes the specified expansion listener from this tree component.
- removeFieldStatusListener(FormControllerFieldStatusListener) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Removes the specified
FormControllerFieldStatusListener
from this
controller.
- removeFocusListener(String, FormFocusListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes the specified focus listener for the specified component.
- removeFocusListener(FormFocusListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes a focus listener that is registered for all components.
- removeFocusListener(FocusListener) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
-
Removes the specified focus listener from this event source.
- removeFormContextListener(FormContextListener) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Removes the specified
FormContextListener
from this object.
- removeFormListener(FormControllerFormListener) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Removes the specified
FormControllerFormListener
from this
controller.
- removeGroup(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Removes the group with the specified name.
- removeItem(int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.ListComponentHandler
-
Removes the list item at the given index.
- removeLayoutComponent(Component) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Removes the specified component from the layout manager.
- removeListener(FormListenerType, String, FormEventListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Performs the actual removal of an event listener.
- removeMouseListener(String, FormMouseListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes the specified mouse listener from the component with the given
name.
- removeMouseListener(FormMouseListener) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Removes a mouse listener that is registered for all components.
- removeMouseListener(FormMouseListener) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Removes the specified mouse listener from this window.
- removeMouseListener(MouseListener) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventSource
-
Removes the specified mouse listener from this event source.
- removeMouseListener(FormMouseListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Removes a mouse listener from this window.
- removeMouseListener(FormMouseListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Removes a mouse listener from this window.
- removePreExpansionListener(TreePreExpansionListener) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Removes the specified
TreePreExpansionListener
from this
tree component.
- removeQueueListener(CommandQueueListener) - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Removes the specified event listener from this command queue.
- removeQueueListener(CommandQueueListener) - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Removes the specified event listener from this queue.
- removeShutdownListener(ApplicationShutdownListener) - Method in class net.sf.jguiraffe.gui.app.Application
-
Removes the specified shutdown listener.
- removeTreeModelListener(TreeModelListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Removes the specified event listener from this model.
- removeValidationListener(FormControllerValidationListener) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Removes the specified
FormControllerValidationListener
from this
controller.
- removeWindowListener(WindowListener) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Removes a window listener for this window.
- removeWindowListener(WindowListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Removes the specified window listener.
- removeWindowListener(WindowListener) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Removes the specified window listener from this window.
- replaceSelectedText(String) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Replaces the text currently selected by the specified string.
- RequiredValidator - Class in net.sf.jguiraffe.transform
-
A specialized
Validator
implementation that checks
whether data was entered in mandatory fields.
- RequiredValidator() - Constructor for class net.sf.jguiraffe.transform.RequiredValidator
-
- reset() - Method in class net.sf.jguiraffe.gui.builder.enablers.EnablerBuilder
-
Resets this builder.
- reset() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Resets all properties set so far.
- reset() - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Resets all properties of this builder to default values.
- reset() - Method in class net.sf.jguiraffe.transform.DefaultValidationResult.Builder
-
Resets this builder.
- resetBean() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Resets any so far created bean.
- resetCurrentRow() - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Resets the current row index.
- resolve(BeanStore, DependencyProvider) - Method in interface net.sf.jguiraffe.di.Dependency
-
Resolves this dependency starting from the specified
BeanStore
.
- resolve(BeanStore, DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.ClassDependency
-
Resolves this dependency on the specified bean store.
- resolve(BeanStore, DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.NameDependency
-
Resolves the named dependency from the specified bean store.
- resolve(BeanStore, DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Returns the
BeanProvider
this Dependency
refers
to.
- resolve(ResourceManager, Locale) - Method in class net.sf.jguiraffe.resources.Message
-
Resolves this message and returns its text value in the given locale.
- resolveClass(ClassLoaderProvider) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
A convenience method for resolving the class specified by this data
object.
- resolveClassDescData(JellyContext, ClassDescData) - Static method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Resolves the specified
ClassDescData
object.
- resolveClassDescription(JellyContext, ClassDescription) - Static method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Resolves the specified
ClassDescription
.
- resolveColor(String) - Static method in class net.sf.jguiraffe.gui.builder.components.ColorHelper
-
The main method for resolving a color definition.
- resolveConstantValue(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Obtains the value of the constant field from the target class.
- resolveIconHandler(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Resolves the
TreeIconHandler
bean.
- resolveModel(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Obtains the model for the table.
- resolveResourceURL(String, String) - Static method in class net.sf.jguiraffe.gui.app.Application
-
Deprecated.
This method does not make sense in the public interface of
this class. It will be removed in later versions. Use corresponding
functionality from the
LocatorUtils
class instead.
- ResourceGroup - Interface in net.sf.jguiraffe.resources
-
Definition of an interface for resource groups.
- resourceID(ApplicationResources.Keys) - Static method in class net.sf.jguiraffe.gui.app.ApplicationResources
-
A convenience method for generating the resource ID for the specified
enumeration literal.
- ResourceLoader - Interface in net.sf.jguiraffe.resources
-
Definition of an interface for objects that are able to load resource groups.
- ResourceManager - Interface in net.sf.jguiraffe.resources
-
Definition of an interface for accessing resources in a generic way.
- ResourceManagerImpl - Class in net.sf.jguiraffe.resources.impl
-
A default implementation of the
ResourceManager
interface.
- ResourceManagerImpl() - Constructor for class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Creates a new instance of
ResourceManagerImpl
.
- ResourceManagerImpl(ResourceLoader) - Constructor for class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Creates a new instance of
ResourceManagerImpl
and
initializes the associated resource loader.
- ResourceTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag for resolving resources on the class path and creating corresponding
URI strings.
- ResourceTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
- RestrictedDependencyProvider - Class in net.sf.jguiraffe.di.impl
-
An implementation of the
DependencyProvider
interface, which does not
support external dependencies.
- RestrictedDependencyProvider(ClassLoaderProvider, InvocationHelper) - Constructor for class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Creates a new instance of
RestrictedDependencyProvider
and
initializes it with the specified ClassLoaderProvider
and the
InvocationHelper
.
- RET_CANCEL - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the return value CANCEL.
- RET_NO - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the return value NO.
- RET_OK - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the return value OK.
- RET_YES - Static variable in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Constant for the return value YES.
- rowsDeleted(int, int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Notifies the table that a number of rows has been deleted.
- rowsInserted(int, int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Notifies the table that new rows have been inserted.
- rowsUpdated(int, int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Notifies the table that a number of rows has been modified.
- run() - Method in class net.sf.jguiraffe.examples.tutorial.createfile.AppendTextActionTask
-
Executes this task.
- run() - Method in class net.sf.jguiraffe.examples.tutorial.createfile.ClearTextActionTask
-
Executes this task.
- run() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.AbstractDesktopTask
-
Executes this task.
- run() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.DummyActionTask
-
Executes this task.
- run() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.OpenDesktopTask
-
Executes this task.
- run() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.RefreshActionTask
-
Executes this task.
- run() - Method in class net.sf.jguiraffe.gui.app.Application
-
The main execute method of this application.
- run() - Method in class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
Executes this task.
- run() - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Executes this task.
- run(FormAction, BuilderEvent) - Method in interface net.sf.jguiraffe.gui.builder.action.ActionTask
-
Implements the logic behind an action.
S
- save(File) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Stores this object in the specified directory.
- saveUserConfiguration() - Method in class net.sf.jguiraffe.gui.app.Application
-
Stores the configuration with user specific settings.
- ScheduleAware - Interface in net.sf.jguiraffe.gui.cmd
-
Definition of an interface to be implemented by
Command
objects that
are interested in the point of time they are passed to a CommandQueue
.
- ScrollSizeSupport - Interface in net.sf.jguiraffe.gui.builder.components.tags
-
Definition of an interface to be implemented by tags that allow the
specification of a preferred scroll width and height.
- select(int, int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Sets the selection of the text field.
- selectAll() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TextHandler
-
Selects all text contained in the text component.
- selectCurrentRow(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Tells this controller that the specified row becomes the current row.
- selectSubDirectory(File) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Selects the specified directory in the tree view.
- SeparatorTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A simple tag handler class for creating a separator for menus, toolbars, and
related components.
- SeparatorTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.SeparatorTag
-
- serialize(T) - Static method in class net.sf.jguiraffe.JGuiraffeTestHelper
-
Helper method for serializing an object.
- setAccelerator(Accelerator) - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Sets the accelerator.
- setAccelerator(Accelerator) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Allows setting an
Accelerator
for the represented action.
- setAcceleratorDef(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Set method of the acceleratorDef attribute.
- setAcceleratorRef(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Set method of the acceleratorRef attribute.
- setAcceptNull(boolean) - Method in class net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
-
Sets the
acceptNull
flag.
- setActionBuilderNamespace(String) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Sets the name space used for the action builder tag library.
- setActionData(ActionData) - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Initializes this object from the specified
ActionData
object.
- setActionManager(ActionManager) - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Sets the action manager.
- setActionManager(ActionManager) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Sets the action manager to be used by this builder.
- setActionName(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Setter method for the actionName attribute.
- setActionName(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Setter method for the actionName attribute.
- setActionStore(ActionStore) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the action store.
- setActionStore(ActionStore) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Sets the application's
ActionStore
.
- setActionStore(ActionStore) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the application's
ActionStore
.
- setActionStore(ActionStore) - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Sets the action store.
- setAdditionalTipSeparator(String) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Sets the separator between the standard and the additional tool tip.
- setAdditionalToolTip(Object, String) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Sets the additional tool tip for the specified component.
- setAdditionalToolTip(String, String) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Sets the additional tool tip for the component with the given name.
- setAdditionalToolTip(Object, String) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Sets the additional (dynamic) tool tip for the specified component.
- setAdditionalToolTip(String, String) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Sets the additional (dynamic) tool tip for the component with the given
name.
- setAfter(boolean) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Sets the after flag.
- setAfterEnabler(ElementEnabler) - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Sets the
ElementEnabler
that is invoked after the execution of
this task.
- setAlign(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Sets the alignment.
- setAlignment(TextIconAlignment) - Method in interface net.sf.jguiraffe.gui.builder.components.model.StaticTextData
-
Sets the alignment of the text and the icon.
- setAlignment(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Setter method of the alignment attribute.
- setAlignment(TextIconAlignment) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Sets the alignment of the text and icon.
- setAlignment(TextIconAlignment) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
Sets the default
TextIconAlignment
.
- setAlignment(TextIconAlignment) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Sets the alignment of the icon relative to the text.
- setAlignment(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Setter method of the alignment attribute.
- setAlignment(ButtonLayout.Alignment) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Sets the alignment of the button bar.
- setAlignmentString(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Sets the alignment of the icon relative to the name as string.
- setAllowText(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Set method for the allowText attribute.
- setAlternativeResourceGroups(String) - Method in class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Sets the alternative resource groups.
- setApplication(Application) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.DummyActionTask
-
- setApplication(Application) - Method in interface net.sf.jguiraffe.gui.app.ApplicationClient
-
Sets a reference to the global
Application
object.
- setApplication(Application) - Method in class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
Sets the central
Application
object.
- setApplication(Application) - Method in class net.sf.jguiraffe.gui.app.OpenWindowCommand
-
Sets the central
Application
instance.
- setApplication(Application) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
-
Initializes this object with a reference to the central
Application
object.
- setApplicationContext(ApplicationContext) - Method in class net.sf.jguiraffe.gui.app.Application
-
Sets the application context.
- setApplicationReference(Object, Application) - Static method in class net.sf.jguiraffe.gui.app.Application
-
Tries to the set a reference to the global
Application
object in the target object.
- setAttributes(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Set method of the
attributes
attribute.
- setAutoClose(boolean) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Sets the auto-close flag.
- setAutoRelease(boolean) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the auto release flag.
- setBackColor(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Sets the background color for this component as a string.
- setBackgroundColor(Color) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setBackgroundColor(Color) - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Sets the background color of the underlying widget.
- setBackgroundColor(FieldValidationStatus, Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the background color for fields with the specified
FieldValidationStatus
.
- setBaseClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Sets the bean's base class.
- setBaseClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.event.filter.AbstractEventFilter
-
Sets the base class.
- setBeanBuilderFactory(BeanBuilderFactory) - Method in class net.sf.jguiraffe.gui.app.Application
-
Allows to set the
BeanBuilderFactory
.
- setBeanBuilderResult(BeanBuilderResult) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the result object for the bean builder.
- setBeanBuilderResult(BeanBuilderResult) - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Sets the result of the bean builder.
- setBeanClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method of the beanClass attribute.
- setBeanClassDesc(ClassDescription) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Sets the class description for the managed bean.
- setBeanClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method of the beanClassLoader attribute.
- setBeanClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method of the beanClassName attribute.
- setBeanContext(BeanContext) - Method in interface net.sf.jguiraffe.di.BeanContextClient
-
Passes the current
BeanContext
to this object.
- setBeanContext(BeanContext) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the global bean context.
- setBeanContext(BeanContext) - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Sets the current
BeanContext
.
- setBeanContext(BeanContext) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Allows to set a specific
BeanContext
.
- setBeanCreator(BeanProvider) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Sets the
BeanProvider
that will be used for creating the
managed bean.
- SetBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A specialized
CollectionBeanProvider
implementation that
creates a java.util.Set
bean.
- SetBeanProvider(Collection<Dependency>, boolean) - Constructor for class net.sf.jguiraffe.di.impl.providers.SetBeanProvider
-
Creates a new instance of
SetBeanProvider
and initializes
it with the dependencies of its elements and the ordered flag.
- setBeanStoreTag(BeanStoreTag) - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Sets the reference to the enclosing
BeanStoreTag
.
- setBeanTag(BeanTag) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstructorTag
-
Initializes the reference to the enclosing
BeanTag
.
- setBeanTag(BeanTag) - Method in class net.sf.jguiraffe.gui.builder.di.tags.FactoryTag
-
Initializes the reference to the enclosing
BeanTag
.
- setBefore(boolean) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Sets the before flag.
- setBeforeEnabler(ElementEnabler) - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Sets the
ElementEnabler
that is invoked before the execution of
this task.
- setBindingStrategy(BindingStrategy) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the
BindingStrategy
to be used by the current form.
- setBold(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Set method of the
bold
attribute.
- setBorder(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Setter method of the border attribute.
- setBorderref(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Setter method of the borderref attribute.
- setBottomMargin(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Sets the bottom margin.
- setBottomMargin(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Sets the bottom margin.
- setBottomMargin(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Sets the bottom margin.
- setBottomMargin(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Sets the bottom margin.
- setBounds(int, int, int, int) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Allows to set the window's bounds.
- setBounds(int, int, int, int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Sets all coordinates for this window.
- setBtnCancelName(String) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the name of the component representing the cancel button.
- setBtnOkName(String) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the name of the component representing the OK button.
- setBuilder(Builder) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the
Builder
that processed this object.
- setBuilder(Builder) - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Sets a reference to the
Builder
that performs this builder
operation.
- setBuilderContext(BeanContext) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the bean context used by the builder.
- setBuilderContext(BeanContext) - Method in interface net.sf.jguiraffe.gui.builder.BuilderData
-
Sets the bean context used during the builder operation.
- setBuilderName(String) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets a name for the builder.
- setBuilderName(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the name of the current builder.
- setCancelCommand(Command) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the command to be executed when the form is canceled.
- setCanShrink(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Set method of the
canShrink
attribute.
- setCanShrink(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Sets method of the
canShrink
attribute.
- setCanShrink(boolean) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Sets a flag whether this layout can shrink below its preferred size.
- setCaseInsensitive(boolean) - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Sets a flag whether string matches are case insensitive.
- setCenter(boolean) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the center attribute.
- setChecked(boolean) - Method in interface net.sf.jguiraffe.gui.builder.action.FormAction
-
Allows to set this action's checked flag.
- setChecked(boolean) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionControlTag
-
Setter method for the checked attribute.
- setChecked(boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
-
Sets the value of the
checked
property.
- setClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Set method for the
classLoader
attribute.
- setClassLoaderName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Sets the name of the class loader to be used.
- setClassLoaderProvider(ClassLoaderProvider) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Sets the
ClassLoaderProvider
to be used by this context.
- setClassLoaderProvider(ClassLoaderProvider) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Sets the
ClassLoaderProvider
to be used by this context.
- setClassLoaderProvider(ClassLoaderProvider) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Sets the
ClassLoaderProvider
to be used by this bean context.
- setClassLoaderProvider(ClassLoaderProvider) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Sets the
ClassLoaderProvider
to be used.
- setClassLoaderProvider(ClassLoaderProvider) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the
ClassLoaderProvider
.
- setClassLoaderProvider(ClassLoaderProvider) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Sets the
ClassLoaderProvider
to be used.
- setClearVariables(boolean) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Sets the value of the
clear variables
flag.
- setClosable(boolean) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the closable attribute.
- setCloseOnEsc(boolean) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Sets the close on escape flag.
- setCol(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Setter method for the col attribute.
- setColconstr(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Setter method for the colconstr attribute.
- setColumnClass(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Set method for the columnClass attribute.
- setColumnConstraints(int, CellConstraints) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Sets the column constraints object for the column with the given index.
- setColumns(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Setter method of the columns attribute.
- setColumns(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Setter method of the columns attribute.
- setColumns(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
-
Setter method for the columns attributes.
- setColumnValue(Object, int, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Sets the value for the given column in the current row.
- setCommand(Command) - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Sets the command object.
- setCommand(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ToggleButtonTag
-
Setter method of the command attribute.
- setCommandBeanName(String) - Method in class net.sf.jguiraffe.gui.app.CommandActionTask
-
Sets the name of the command bean.
- setCommandQueue(CommandQueue) - Method in class net.sf.jguiraffe.gui.app.Application
-
Sets the command queue that is used for executing commands.
- setCommandQueue(CommandQueue) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the
CommandQueue
.
- setComponent(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
-
Setter method of the component attribute.
- setComponent(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Sets the component of this register.
- setComponent(Object) - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Sets the underlying component.
- setComponentBounds(int, int, Rectangle) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Sets the bounds of the component at the specified column and row
position.
- setComponentBounds(Object, Rectangle) - Method in interface net.sf.jguiraffe.gui.layout.PercentLayoutPlatformAdapter
-
Sets the bounds of a component.
- setComponentBounds(Object, Rectangle) - Method in class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Initializes the bounds for the specified component.
- setComponentBuilderData(ComponentBuilderData) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the
ComponentBuilderData
object.
- setComponentBuilderNamespace(String) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Sets the name space used for the component builder tag library.
- setComponentHandler(ComponentHandler<?>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FieldTag
-
Sets the component handler to be used by this tag.
- setComponentHandler(ComponentHandler<?>) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the component handler.
- setComponentManager(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the component manager.
- setComponentManager(ComponentManager) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Sets the component manager to be used by this builder.
- setComponentref(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.LabelTag
-
Setter method of the componentref attribute.
- setComponentStore(ComponentStore) - Method in class net.sf.jguiraffe.gui.builder.event.FormEventManager
-
Sets the component store to be used.
- setComponentType(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Allows to explicitly set the type of the corresponding field handler
object.
- setComposite(AccessibleComposite) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Sets the
AccessibleComposite
implementation used by this
container tag.
- setConfigResourceName(String) - Method in class net.sf.jguiraffe.gui.app.Application
-
Sets the resource name under which the configuration file can be loaded.
- setConfiguration(Configuration) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Sets the global configuration object of this application.
- setConfiguration(Configuration) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the global configuration.
- setConfigURL(String) - Method in class net.sf.jguiraffe.gui.app.Application
-
Sets the URL to the configuration file.
- setConstr(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellConstraintsTag
-
Setter method for the constr attribute.
- setConstraints(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Sets the constraints object for this component.
- setContainer(Object) - Method in class net.sf.jguiraffe.gui.builder.components.CompositeImpl
-
Sets the container represented by this object.
- setContainerLayout(Object, Object) - Method in interface net.sf.jguiraffe.gui.builder.components.ComponentManager
-
Defines the layout manager for a container.
- setContainerLayout(Object, Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentManagerWrapper
-
Defines the layout manager for a container.
- setContainerLayout(Object, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Sets the layout manager for the specified container.
- setContainerSelector(ContainerSelector) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the
ContainerSelector
to be used by this object.
- setContent(List<FileData>) - Method in class net.sf.jguiraffe.examples.tutorial.model.DirectoryData
-
Sets the list with the content of this directory.
- setController(Object) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Sets the controller of this window.
- setConversionHelper(ConversionHelper) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Sets the
ConversionHelper
object to be associated with this
instance.
- setConversionHelper(ConversionHelper) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Sets the
ConversionHelper
associated with this object.
- setCreationBeanContext(BeanContext) - Method in interface net.sf.jguiraffe.di.DependencyProvider
-
Sets the
BeanContext
that is responsible for a
BeanCreationEvent
notification.
- setCreationBeanContext(BeanContext) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Sets the context that is responsible for a bean creation event.
- setData(T) - Method in class net.sf.jguiraffe.gui.builder.components.model.AbstractRadioButtonHandler
-
Sets the data of this handler.
- setData(T) - Method in interface net.sf.jguiraffe.gui.forms.ComponentHandler
-
Sets the data of the wrapped component.
- setData(Object) - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Sets data of this handler.
- setData(Object) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the data for this field.
- setData(Object) - Method in interface net.sf.jguiraffe.gui.forms.FieldHandler
-
Sets the data of this field.
- setData(Boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
-
Sets the component's data.
- setDateFormatStyle(int) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Sets the style to be used for formatting dates.
- setDefault(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonTag
-
Set method of the
default
attribute.
- setDefaultAlignment(CellAlignment) - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Sets the default
CellAlignment
used by this builder.
- setDefaultBeanStore(BeanStore) - Method in interface net.sf.jguiraffe.di.BeanContext
-
Sets the default bean store.
- setDefaultBeanStore(BeanStore) - Method in class net.sf.jguiraffe.di.impl.BeanContextWrapper
-
Sets the default bean store.
- setDefaultBeanStore(BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Sets the default bean store.
- setDefaultButtonName(String) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the name of the default button.
- setDefaultClassLoaderName(String) - Method in interface net.sf.jguiraffe.di.ClassLoaderProvider
-
Sets the name of the default class loader.
- setDefaultClassLoaderName(String) - Method in class net.sf.jguiraffe.di.impl.DefaultClassLoaderProvider
-
Sets the name of the default class loader.
- setDefaultClassLoaderName(String) - Method in class net.sf.jguiraffe.di.impl.RestrictedDependencyProvider
-
Sets the name of the default class loader.
- setDefaultResourceGroup(Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the default resource group.
- setDefaultResourceGroup(Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the default resource group.
- setDefaultResourceGroup(Object) - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Sets the name of the default resource group.
- setDefaultResourceGroup(Object) - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Sets the name of the default resource group.
- setDefaultResourceGroup(String) - Method in class net.sf.jguiraffe.transform.DefaultValidationMessageHandler
-
Sets the name of the default resource group.
- setDelimiter(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Set method for the
delimiter
attribute.
- setDependency(Dependency) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Sets the internal dependency.
- setDiBuilderNameSpaceURI(String) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Sets the name space URI for the DI tag library.
- setDiBuilderNameSpaceURI(String) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilderFactory
-
Sets the URI for the name space of the DI builder tag library.
- setDisplayName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Set method of the displayName attribute.
- setDisplayName(String) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the display name.
- setDisplayNamegrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Set method of the displayNamegrp attribute.
- setDisplayNameres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Set method of the displayNameres attribute.
- setDotAll(boolean) - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Sets a flag whether the dot place holder should also match line
terminators.
- setDragmode(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag
-
Setter method of the dragmode attribute.
- setDragMode(DesktopPanelTag.DragMode) - Method in class net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag
-
Sets the desktop panel's drag mode.
- setDuration(int) - Method in class net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
-
- setEastGap(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Sets the east gap.
- setEastGap(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Sets the east gap.
- setEditable(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
-
Setter method of the editable attribute.
- setEditable(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Set method for the editable attribute.
- setEditable(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method of the editable attribute.
- setEditable(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Set method of the editable attribute.
- setEditorSelectionHandler(TableSelectionHandler) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Sets the selection handler for editor components.
- setEditorValidationHandler(TableEditorValidationHandler) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Sets the editor validation handler.
- setElementClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Set method for the elementClass attribute.
- setElementClassDesc(ClassDescription) - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Sets the class description for the elements of this collection.
- setElementClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Set method for the elementClassLoader attribute.
- setElementClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Set method for the elementClassName attribute.
- setEnabled(boolean) - Method in interface net.sf.jguiraffe.gui.builder.action.FormAction
-
Allows to set this action's enabled flag.
- setEnabled(boolean) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Setter method for the enabled attribute.
- setEnabled(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.AbstractCompositeComponentHandler
-
Changes the enabled state of this
ComponentHandler
.
- setEnabled(boolean) - Method in interface net.sf.jguiraffe.gui.forms.ComponentHandler
-
Allows to set the enabled flag.
- setEnabled(boolean) - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Sets the enabled flag.
- setEnabledState(ComponentBuilderData, boolean) - Method in class net.sf.jguiraffe.gui.builder.enablers.ActionEnabler
-
Performs the change of the enabled state.
- setEnabledState(ComponentBuilderData, boolean) - Method in class net.sf.jguiraffe.gui.builder.enablers.ActionGroupEnabler
-
Performs the change of the enabled state.
- setEnabledState(ComponentBuilderData, boolean) - Method in class net.sf.jguiraffe.gui.builder.enablers.ChainElementEnabler
-
Performs the change of the enabled state.
- setEnabledState(ComponentBuilderData, boolean) - Method in class net.sf.jguiraffe.gui.builder.enablers.ComponentEnabler
-
Performs the change of the enabled state.
- setEnabledState(ComponentBuilderData, boolean) - Method in interface net.sf.jguiraffe.gui.builder.enablers.ElementEnabler
-
Changes the enabled state of the element this
ElementEnabler
is
responsible for.
- setEnabledState(ComponentBuilderData, boolean) - Method in class net.sf.jguiraffe.gui.builder.enablers.InverseEnabler
-
Performs the change of the enabled state.
- setEnabledState(ComponentBuilderData, boolean) - Method in class net.sf.jguiraffe.gui.builder.enablers.NullEnabler
-
Changes the enabled state of the element this
ElementEnabler
is
responsible for.
- setEqual(boolean) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Sets the equal flag.
- setEventFilter(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Setter method for the eventFilter attribute.
- setEventManager(FormEventManager) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Allows to set an event manager.
- setEventType(String) - Method in class net.sf.jguiraffe.gui.builder.event.filter.TypeEventFilter
-
Sets the event type name.
- setException(Throwable) - Method in class net.sf.jguiraffe.gui.cmd.CommandBase
-
Sets an exception that was thrown during the execution of this command.
- setExitHandler(Runnable) - Method in class net.sf.jguiraffe.gui.app.Application
-
Sets the exit handler for this application.
- setExitPromptMessageResource(Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
Sets the resource ID for the message of the exit prompt dialog.
- setExitPromptTitleResource(Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationShutdownActionTask
-
Sets the resource ID for the title of the exit prompt dialog.
- setField(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Set method of the
field
attribute.
- setFieldErrorTemplate(String) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Sets the template for the error messages of an input field.
- setFieldFooterTemplate(String) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Sets the template for the footer of a field.
- setFieldHandlerFactory(FieldHandlerFactory) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the field handler factory.
- setFieldHandlerFactory(FieldHandlerFactory) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Sets the field handler factory to be used by this builder.
- setFieldHeaderTemplate(String) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Sets the template for the header of a field.
- setFieldValidator(ValidatorWrapper) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Sets the field level validator.
- setFieldWarningTemplate(String) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Sets the template for the warning messages of an input field.
- setFileContent(String) - Method in class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
-
- setFileDateFrom(Date) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setFileDateTo(Date) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setFileName(String) - Method in class net.sf.jguiraffe.examples.tutorial.createfile.CreateFileData
-
- setFileTypes(String[]) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setFilterDate(boolean) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setFilterSize(boolean) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setFilterTypes(boolean) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setFirstName(String) - Method in class net.sf.jguiraffe.PersonBean
-
- setFixedWidth(int, int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnWidthController
-
Sets the fixed width of the column with the specified index (in pixels).
- setFont(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Sets the font object for this component.
- setFont(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Sets the font of this widget.
- setFontRef(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Sets the name of the font to be used by this component.
- setForeColor(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Sets the foreground color of this component as string.
- setForegroundColor(Color) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setForegroundColor(Color) - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Sets the foreground color of the underlying widget.
- setForegroundColor(FieldValidationStatus, Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the foreground color for fields with the specified
FieldValidationStatus
.
- setFormBean(Object) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the form bean.
- setFormBean(Object) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Sets the form bean.
- setFormValidator(FormValidator) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the
FormValidator
for validating the current form.
- setFormValidator(ValidatorWrapper) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Sets the form level validator.
- setFormValidator(FormValidator) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets a
FormValidator
for the the associated form.
- setFormValidator(FormValidator) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Sets the form validator.
- setGap(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Sets the gap.
- setGap(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Sets the width of the gap between the buttons.
- setGroup(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Setter method for the group attribute.
- setGroup(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ReferenceTag
-
Setter method of the group attribute.
- setGroupingUsed(boolean) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Sets the grouping used flag.
- setGroups(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Setter method of the groups attribute.
- setGUISynchronizer(GUISynchronizer) - Method in class net.sf.jguiraffe.gui.app.Application
-
Sets the
GUISynchronizer
object to be used by this
application.
- setGUISynchronizer(GUISynchronizer) - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Sets the
GUISynchronizer
to be used by this command queue.
- setGUISynchronizer(GUISynchronizer) - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Sets the
GUISynchronizer
.
- setHeader(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Set method for the header attribute.
- setHeaderres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Set method for the headerres attribute.
- setHeight(int) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the height attribute.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Sets the icon for the represented action.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Sets the icon for this action.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Sets the icon for this menu.
- setIcon(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.model.StaticTextData
-
Sets the icon of the affected element.
- setIcon(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.IconSupport
-
Allows to set an icon on this component.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Setter method for the icon attribute.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Sets the icon.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
Sets the default icon for the newly created
StaticTextData
objects.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Sets the icon for this register.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Allows to set an icon for this tab.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Sets the icon object.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Setter method for the icon attribute.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
-
Sets the icon.
- setIcon(Object) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Allows to set this window's icon.
- setIconDirectory(Object) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Sets the icon for directories.
- setIconFile(Object) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.MainWndController
-
Sets the icon for files.
- setIconHandler(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Set method of the iconHandler attribute.
- setIconifiable(boolean) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the iconifiable attribute.
- setIdNo(int) - Method in class net.sf.jguiraffe.PersonBean
-
- setIdx1(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Setter method for the idx1 attribute.
- setIdx2(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Setter method for the idx2 attribute.
- setIfName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Sets the value of the ifName attribute.
- setIndices(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentCellGroupTag
-
Setter method for the indices attribute.
- setInvalidBackground(Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the background color for invalid input fields.
- setInvalidForeground(Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the foreground color for invalid input fields.
- setInvocationHelper(InvocationHelper) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the
InvocationHelper
.
- setInvocationHelper(InvocationHelper) - Method in class net.sf.jguiraffe.gui.builder.di.DIBuilderData
-
Sets the
InvocationHelper
to be used by this object.
- setItalic(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Set method of the
italic
attribute.
- setKey(Object) - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Sets the key of this entry.
- setKeyClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Set method for the keyClass attribute.
- setKeyClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Sets the class of the keys of this map.
- setKeyClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Set method for the keyClassLoader attribute.
- setKeyClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Specifies the class loader to be used for the resolving the key class.
- setKeyClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Set method for the keyClassName attribute.
- setKeyClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Sets the name of the class for the keys of this map.
- setKeyDependency(Dependency) - Method in class net.sf.jguiraffe.gui.builder.di.tags.EntryTag
-
Sets the dependency for the key of the map entry.
- setLastName(String) - Method in class net.sf.jguiraffe.PersonBean
-
- setLastValidationStatus(String, FieldValidationStatus) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the last
FieldValidationStatus
for the specified field.
- setLayout(Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the layout for the root container.
- setLayout(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.Composite
-
Sets the layout object for this container.
- setLayout(Object) - Method in class net.sf.jguiraffe.gui.builder.components.CompositeImpl
-
Sets the layout object for this container.
- setLayout(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ContainerTag
-
Sets the layout object for this container.
- setLayout(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Sets a layout for this container.
- setLayout(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Sets a layout object for this container.
- setLeftMargin(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Sets the left margin.
- setLeftMargin(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Sets the left margin.
- setLeftMargin(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Sets the left margin.
- setLeftMargin(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Sets the left margin.
- setLenient(boolean) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Sets the lenient flag.
- setListenerClass(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
-
Set method of the
listenerClass
attribute.
- setListModel(ListModel) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
-
Sets the list model for this combo box.
- setListModel(ListModel) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Sets the list model for this combo box.
- setListModel(ListModel) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.ListModelSupport
-
Sets the
ListModel
.
- setLocale(Locale) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Allows to set the current locale.
- setLocale(Locale) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the current locale.
- setLocator(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Setter method of the
locator
attribute.
- setLockID(Long) - Method in interface net.sf.jguiraffe.di.BeanProvider
-
Locks or unlocks this
BeanProvider
.
- setLockID(Long) - Method in class net.sf.jguiraffe.di.impl.providers.FactoryBeanProvider
-
Sets the ID of the locking transaction.
- setLockID(Long) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Sets the ID of the locking transaction.
- setLockID(Long) - Method in class net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
-
Sets the lock ID of the current transaction.
- setLogicValidator(ValidatorWrapper) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the validator used for validation on the logic level.
- setMainWindow(Window) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Allows to set the application's main window.
- setMainWindow(Window) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Allows to set the application's main window.
- setMajorTicks(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the
majorTicks
attribute.
- setMax(Integer) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Set method for the max attribute.
- setMax(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the
max
attribute.
- setMaximizable(boolean) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the maximizable attribute.
- setMaximum(T) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Sets the maximum value.
- setMaximumFractionDigits(int) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Sets the maximum number of fraction digits.
- setMaxlength(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Setter method of the maxlength attribute.
- setMaxlength(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
-
Setter method for the maxlength attribute.
- setMenu(String) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the menu attribute.
- setMenuIcon(boolean) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the menu icon flag.
- setMenuIcon(boolean) - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Sets the value of the menu icon flag.
- setMessageOutput(MessageOutput) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the
MessageOutput
object.
- setMessageOutput(MessageOutput) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Sets the message output object to be used by this application.
- setMessageOutput(MessageOutput) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the message output object to be used by this application.
- setMessageOutput(MessageOutput) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the
MessageOutput
object to be used by this controller.
- setMethod(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Set method of the method attribute.
- setMin(Integer) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Set method for the min attribute.
- setMin(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the
min
attribute.
- setMinFileSize(Integer) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setMinimum(T) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Sets the minimum value.
- setMinimumFractionDigits(int) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Sets the minimum number of fraction digits.
- setMinorTicks(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the
minorTicks
attribute.
- setMnemonic(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Setter method for the mnemonic attribute.
- setMnemonic(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Setter method for the mnemonic attribute.
- setMnemonic(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Setter method of the mnemonic attribute.
- setMnemonic(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Sets a mnemonic for this register.
- setMnemonic(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Set method for the mnemonic attribute.
- setMnemonic(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Setter method of the mnemonic attribute.
- setMnemonicKey(int) - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Sets the mnemonic key.
- setMnemonicKey(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Sets the mnemonic's key code.
- setMnemonicres(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Setter method for the mnemonicres attribute.
- setMnemonicres(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Setter method for the mnemonicres attribute.
- setMnemonicres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Setter method of the mnemonicres attribute.
- setMnemonicres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Set method for the mnemonicres attribute.
- setMnemonicres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Setter method of the mnemonicres attribute.
- setMnemonicResID(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Sets the resource ID for the mnemonic.
- setModal(boolean) - Method in class net.sf.jguiraffe.gui.builder.window.tags.DialogTag
-
Setter method for the modal attribute.
- setModel(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method for the model attribute.
- setModel(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Sets the name of the variable that serves as tree model.
- setModelRef(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComboBoxTag
-
Setter method of the modelRef attribute.
- setModelRef(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Setter method of the modelRef attribute.
- setMulti(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Setter method of the
multi
attribute.
- setMultiSelection(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method for the multiSelection attribute.
- setMultiSelection(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Set method for the multiSelection attribute.
- setName(String) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Sets the name of this bean store.
- setName(String) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Sets the name of this bean store.
- setName(String) - Method in interface net.sf.jguiraffe.di.MutableBeanStore
-
Sets the name of this bean store.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Sets the name of this action.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Sets the name of this component.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuBarTag
-
Setter method for the name attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderConstraintsTag
-
Setter method for the name attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Setter method for the name attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentGroupTag
-
Setter method of the name attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Set method of the
name
attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
-
Sets the name of the icon.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
Set method of the name attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method of the name attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.CollectionTag
-
Set method of the
name
attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Set method of the
name
attribute.
- setName(String) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Sets the name of this builder.
- setNoField(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Setter method for the no field attribute.
- setNorthGap(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Sets the north gap.
- setNorthGap(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Sets the north gap.
- setNotVisitedInvalidBackground(Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the background color for input fields in the state not visited,
invalid.
- setNotVisitedInvalidForeground(Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the foreground color for input fields in the state not visited,
invalid.
- setNotVisitedWarningBackground(Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the background color for input fields in the state not visited,
warning.
- setNotVisitedWarningForeground(Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the foreground color for input fields in the state not visited,
warning.
- setOkCommand(Command) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the command to be executed when the form is closed in reaction of
the OK button.
- setOrdered(boolean) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Sets the value of the ordered attribute.
- setOrdered(boolean) - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetTag
-
Sets the value of the
ordered
attribute.
- setOrientation(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the
orientation
attribute.
- setOrientation(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Set method for the
orientation
attribute.
- setOutput(MessageOutput) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
-
Sets the message output object to be used for displaying message boxes.
- setParameterClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Set method of the parameterClass attribute.
- setParameterClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Set method of the parameterClassLoader attribute.
- setParameterClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ParameterTag
-
Set method of the parameterClassName attribute.
- setParent(BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Sets the parent for this bean store.
- setParent(BeanStore) - Method in class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Sets the parent bean store.
- setParent(BeanStore) - Method in interface net.sf.jguiraffe.di.MutableBeanStore
-
Sets the parent for this bean store.
- setParent(ActionStore) - Method in class net.sf.jguiraffe.gui.builder.action.ActionStore
-
Sets the parent store.
- setParentContext(BeanContext) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the parent bean context.
- setParentName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
Set method of the parentName attribute.
- setParentStoreTag(BeanStoreTag) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanStoreTag
-
Sets the reference to the enclosing
BeanStoreTag
.
- setParentWindow(Window) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the parent window.
- setParentWindow(Window) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Sets the parent window.
- setParentWindow(Window) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Sets this window's parent window.
- setParentWindow(Window) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
-
Sets this window's parent window.
- setParentWindow(Window) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Sets the window's parent.
- setPercentWidth(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Set method of the
percentWidth
attribute.
- setPlacement(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Set method of the placement attribute.
- setPlacementValue(TabbedPaneTag.Placement) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Allows to directly specify a placement value.
- setPlatformAdapter(PercentLayoutPlatformAdapter) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Sets the platform adapter for this layout manager.
- setPos(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Setter method for the pos attribute.
- setProgressText(String) - Method in interface net.sf.jguiraffe.gui.builder.components.model.ProgressBarHandler
-
Sets the text of the progress bar.
- setProperties(Map<String, Object>) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets additional properties for the builder operation.
- setProperties(Map<String, Object>) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.PropertiesSupport
-
Sets a map with properties.
- setProperties(Map<String, Object>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
-
Sets properties for the created bean.
- setProperty(Object, String, Object) - Method in class net.sf.jguiraffe.di.InvocationHelper
-
Sets a property of the given bean.
- setProperty(Object, String, Object) - Static method in class net.sf.jguiraffe.di.ReflectionUtils
-
Sets the value of a property for the specified bean.
- setProperty(String, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
-
Sets a property.
- setProperty(String, Object) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.PropertySupport
-
Sets the specified property.
- setProperty(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
-
Set method of the
property
attribute.
- setProperty(String, Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Sets a property.
- setProperty(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
-
Set method of the property attribute.
- SetPropertyInvocation - Class in net.sf.jguiraffe.di.impl
-
A special
Invocation
implementation for setting properties.
- SetPropertyInvocation(String, Dependency) - Constructor for class net.sf.jguiraffe.di.impl.SetPropertyInvocation
-
Creates a new instance of
SetPropertyInvocation
and
initializes it.
- setPropertyName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Setter method for the propertyName attribute.
- setPropertyName(String) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the property name of this field.
- SetPropertyTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler class that creates a
SetPropertyInvocation
object.
- SetPropertyTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
-
- setReadTransformer(TransformerWrapper) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Sets the read transformer.
- setReadTransformer(TransformerWrapper) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the read transformer.
- setRef(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Setter method for the var attribute.
- setRef(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
-
Set method of the ref attribute.
- setRefClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method for the refClass attribute.
- setRefClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method for the refClassLoader attribute.
- setRefClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method for the refClassName attribute.
- setReferenceDate(String) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Sets the reference date.
- setRefName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method of the refName attribute.
- setRegex(String) - Method in class net.sf.jguiraffe.transform.RegexValidator
-
Sets the regular expression as a string.
- setRendererSelectionHandler(TableSelectionHandler) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Sets the selection handler for renderer components.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Setter method for the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Setter method for the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Setter method of the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
-
Setter method for the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Setter method for the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Set method for the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Setter method for the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Set method for the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Set method for the titlegrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Sets the resource group.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Setter method for the resgrp attribute.
- setResgrp(String) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the resgrp attribute.
- setResid(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.LocalizedTag
-
Setter method for the resid attribute.
- setResizable(boolean) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the resizable attribute.
- setResizeWeight(float) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Setter method for the resizeWeight attribute.
- setResource(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Setter method for the resource attribute.
- setResource(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Set method for the
resource
attribute.
- setResourceLoader(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Setter method for the
resourceLoader
attribute.
- setResourceLoader(ResourceLoader) - Method in class net.sf.jguiraffe.resources.impl.ResourceManagerImpl
-
Sets the
ResourceLoader
to use.
- setResourceLoader(ResourceLoader) - Method in interface net.sf.jguiraffe.resources.ResourceManager
-
Sets the
ResourceLoader
for this resource manager.
- setResourceManager(ResourceManager) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Sets the resource manager.
- setResourceManager(ResourceManager) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the resource manager.
- setResult(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Set method of the result attribute.
- setResultVar(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method of the
resultVar
attribute.
- setResultVariableName(String) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Sets the name of the result variable.
- setResultWindow(Window) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Sets the result window.
- setRightMargin(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Sets the right margin.
- setRightMargin(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Sets the right margin.
- setRightMargin(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Sets the right margin.
- setRightMargin(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Sets the right margin.
- setRootContainer(Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the root container.
- setRootVisible(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Set method of the rootVisible attribute.
- setRow(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Setter method for the row attribute.
- setRowconstr(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Setter method for the rowconstr attribute.
- setRowConstraints(int, CellConstraints) - Method in class net.sf.jguiraffe.gui.layout.PercentLayoutBase
-
Sets the row constraints object for the row with the given index.
- setRows(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentLayoutTag
-
Setter method of the rows attribute.
- setRows(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Setter method of the rows attribute.
- setSalary(double) - Method in class net.sf.jguiraffe.PersonBean
-
- setScrollHeight(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Set method of the
scrollHeight
attribute.
- setScrollHeight(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method of the
scrollHeight
attribute.
- setScrollHeight(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Set method of the
scrollHeight
attribute.
- setScrollHeight(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Set method of the
scrollHeight
attribute.
- setScrollWidth(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListBoxTag
-
Set method of the
scrollWidth
attribute.
- setScrollWidth(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method of the
scrollWidth
attribute.
- setScrollWidth(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Set method of the
scrollWidth
attribute.
- setScrollWidth(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Set method of the
scrollWidth
attribute.
- setSelectedIndex(int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Sets the index of the selected row.
- setSelectedIndices(int[]) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Sets the indices of the selected rows in multi selection mode.
- setSelectedPath(TreeNodePath) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeHandler
-
Sets a single selected node.
- setSelectionBackground(Color) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setSelectionBackground(Color) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Sets the background color for the selection.
- setSelectionBackground(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method for the selectionBackground attribute.
- setSelectionForeground(Color) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setSelectionForeground(Color) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Sets the foreground color for the selection.
- setSelectionForeground(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method for the selectionForeground attribute.
- setShortEvaluation(boolean) - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Sets the
shortEvaluation
flag.
- setShowLabels(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the
showLabels
attribute.
- setShowTicks(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
Set method of the
showTicks
attribute.
- setShutdownHandler(Invokable) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Sets a shutdown handler.
- setShutdownMethod(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method for the shutdownMethod attribute.
- setSingleton(boolean) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method of the singleton attribute.
- setSize(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Set method of the
size
attribute.
- setSize(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
Setter method of the size attribute.
- setSortColumn(Integer) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setSortDescending(boolean) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setSortDirectories(Integer) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
- setSource(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Set method of the source attribute.
- setSource(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.SetPropertyTag
-
Set method of the source attribute.
- setSouthGap(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Sets the south gap.
- setSouthGap(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Sets the south gap.
- setSpanx(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Setter method for the spanx attribute.
- setSpany(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Setter method for the spany attribute.
- setStatic(boolean) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Set method of the static attribute.
- setStore(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Set method of the store attribute.
- setStyle(int) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Sets the style for the date to be parsed.
- setSuppressWarnings(boolean) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Sets a flag whether warning messages should be suppressed.
- setSyntaxValidator(ValidatorWrapper) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the validator used for validation on the syntax level.
- SetTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A specialized
CollectionTag
implementation for creating sets.
- SetTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.SetTag
-
- setTargetBean(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Set method of the
targetBean
attribute.
- setTargetClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Sets the target class of the class description.
- setTargetClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Set method of the
targetClass
attribute.
- setTargetClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Set method of the targetClass attribute.
- setTargetClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Set method of the
targetClassLoader
attribute.
- setTargetClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Set method of the targetClassLoader attribute.
- setTargetClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ClassDescData
-
Sets the name of the target class for the class description.
- setTargetClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Set method of the
targetClassName
attribute.
- setTargetClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.InvocationTag
-
Set method of the targetClassName attribute.
- setTargetCol(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Sets the target column.
- setTargetDependency(Dependency) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MethodInvocationTag
-
Sets the target dependency of this method invocation.
- setTargetRow(int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PercentConstraintsTag
-
Sets the target row.
- setTask(Object) - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Allows setting the task of this action.
- setTask(Object) - Method in interface net.sf.jguiraffe.gui.builder.action.FormAction
-
Sets the task of this action.
- setTask(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Allows to directly set the task for the represented action.
- setTask(Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
-
Sets the task of this action.
- setTaskBean(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Setter method for the taskBean attribute.
- setTaskBeanClass(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Setter method for the taskBeanClass attribute.
- setTaskClass(Object) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionTag
-
Setter method for the taskClass attribute.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Sets the text of this action.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Setter method of the text attribute.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Setter method for the text attribute.
- setText(String) - Method in interface net.sf.jguiraffe.gui.builder.components.model.StaticTextData
-
Sets the text of the affected element.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Setter method of the text attribute.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Setter method for the text attribute.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Set method for the text attribute.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Setter method for the text attribute.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Sets the text.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
Sets the default text for the newly created
StaticTextData
objects.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Sets the text.
- setText(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Setter method for the text attribute.
- setTextColor(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Setter method of the textColor attribute.
- setTextFontRef(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Setter method of the textFontRef attribute.
- setTextres(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Setter method for the textres attribute.
- setTextres(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.MenuTag
-
Setter method for the textres attribute.
- setTextres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Setter method of the textres attribute.
- setTextres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Setter method for the textres attribute.
- setTextres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Set method for the textres attribute.
- setTextres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Setter method for the textres attribute.
- setTextres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Sets the resource ID of the text.
- setTextres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Setter method for the textres attribute.
- setTimeStyle(int) - Method in class net.sf.jguiraffe.transform.DateTimeTransformer
-
Sets the style for the time.
- setTitle(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Sets the title for this register.
- setTitle(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Set method for the title attribute.
- setTitle(String) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the title attribute.
- setTitle(String) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Sets the window's title.
- setTitleFont(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PanelTag
-
Allows to specify the font for the panel's text (the title).
- setTitleres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Set method for the titleres attribute.
- setTitleres(String) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the titleres attribute.
- setToolbarText(boolean) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the toolbar text flag.
- setToolbarText(boolean) - Method in class net.sf.jguiraffe.gui.builder.action.ActionBuilder
-
Sets the value of the toolbar text flag.
- setToolTip(String) - Method in class net.sf.jguiraffe.gui.builder.action.ActionDataImpl
-
Sets the tool tip text of this action.
- setTooltip(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Setter method for the tooltip attribute.
- setToolTip(Object, String) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Sets the tool tip for the specified component.
- setToolTip(String, String) - Method in class net.sf.jguiraffe.gui.builder.components.DefaultToolTipManager
-
Sets the standard tool tip for the component with the given name.
- setTooltip(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Set method of the
tooltip
attribute.
- setToolTip(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
Sets a tool tip for this register.
- setTooltip(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Set method for the tooltip attribute.
- setToolTip(Object, String) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Sets the tool tip of the specified component.
- setToolTip(String, String) - Method in interface net.sf.jguiraffe.gui.builder.components.ToolTipManager
-
Sets the tool tip of the component with the given name.
- setToolTip(String) - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Sets the tool tip text of the underlying widget.
- setToolTipManager(ToolTipManager) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Sets the
ToolTipManager
for this object.
- setTooltipres(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.AbstractActionDataTag
-
Setter method for the tooltipres attribute.
- setTooltipres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Set method of the
tooltipres
attribute.
- setTooltipres(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Set method for the tooltipres attribute.
- setTooltipresgrp(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ComponentBaseTag
-
Set method of the
tooltipresgrp
attribute.
- setTopMargin(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Sets the top margin.
- setTopMargin(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ButtonLayoutTag
-
Sets the top margin.
- setTopMargin(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Sets the top margin.
- setTopMargin(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.ButtonLayout
-
Sets the top margin.
- setTransformerContext(TransformerContext) - Method in class net.sf.jguiraffe.gui.app.ApplicationBuilderData
-
Sets the transformer context.
- setTreeModel(HierarchicalConfiguration) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Sets the configuration used as tree model.
- setType(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTypeTag
-
Set method of the
type
attribute.
- setType(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
-
Setter method for the type attribute.
- setType(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
-
Sets the type of the values of this list model.
- setType(Class<?>) - Method in class net.sf.jguiraffe.gui.forms.ComponentHandlerImpl
-
Allows to set this handler's data type.
- setType(Class<?>) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the data type for this form field.
- setTypedProperty(Class<T>, T) - Method in interface net.sf.jguiraffe.gui.app.ApplicationContext
-
Sets the value of a typed property.
- setTypedProperty(Class<T>, T) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the value of the given typed property.
- setTypeName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Setter method for the typeName attribute.
- setUnlessName(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FormBaseTag
-
Sets the value of the unlessName attribute.
- setUpExtendedJellyContext(BuilderData, Object) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Creates and initializes the Jelly context to be used for executing the
builder script.
- setUpJellyContext() - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBeanBuilder
-
Creates and initializes the Jelly context to be used for executing the
builder script.
- setUpVariablesForField(Map<String, String>, FormValidatorResults, Form, String) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Initializes the variables for the specified field of the validation
results object.
- setUpVariablesForMessage(Map<String, String>, FormValidatorResults, Form, String, String, int) - Method in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Initializes the variables for an error message.
- setUrl(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Setter method for the URL attribute.
- setValidationErrorCaption(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Sets the title of the message box that is displayed if validation fails.
- setValidationMessageBoxCaption(String) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the caption of the message box for displaying validation error
messages.
- setValidationMessageFormat(FormValidationMessageFormat) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the
FormValidationMessageFormat
object to be used by
this controller.
- setValidationMessageHandler(ValidationMessageHandler) - Method in class net.sf.jguiraffe.gui.app.ApplicationContextImpl
-
Sets the
ValidationMessageHandler
.
- setValidationTrigger(FormValidationTrigger) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the
FormValidationTrigger
.
- setValue(int) - Method in interface net.sf.jguiraffe.gui.builder.components.model.ProgressBarHandler
-
Sets the current value of the progress bar.
- setValue(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Setter method of the value attribute.
- setValue(Integer) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ProgressBarTag
-
Set method for the value attribute.
- setValue(Object) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertyTag
-
Set method of the value attribute.
- setValue(Object) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method for the value attribute.
- setValue(Object) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method for the value attribute.
- setValue(Object) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Set method of the value attribute.
- setValue(Object) - Method in interface net.sf.jguiraffe.gui.builder.di.tags.ValueSupport
-
Sets the value.
- setValueAt(Object, int, int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Sets the value for the specified cell.
- setValueClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method for the valueClass attribute.
- setValueClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method for the valueClass attribute.
- setValueClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Sets the class of the values stored in this map.
- setValueClass(Class<?>) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Set method for the valueClass attribute.
- setValueClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method for the valueClassLoader attribute.
- setValueClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method for the valueClassLoader attribute.
- setValueClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Specifies the class loader to be used for the resolving the value class.
- setValueClassLoader(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Set method for the valueClassLoader attribute.
- setValueClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.BeanTag
-
Set method for the valueClassName attribute.
- setValueClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method for the valueClassName attribute.
- setValueClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.MapTag
-
Sets the name of the class of the values stored in this map.
- setValueClassName(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Set method for the valueClassName attribute.
- setValueRef(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.ListModelItemTag
-
Set method of the
valueRef
attribute
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.ActionDataTag
-
Set method of the
var
attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.action.tags.EventListenerTag
-
Set method of the
var
attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.FontTag
-
Set method of the
var
attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.IconTag
-
Setter method of the var attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.PropertiesTag
-
Set method of the var attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Set method of the var attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
-
Setter method for the var attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ConstantValueTag
-
Set method of the
var
attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.DependencyTag
-
Set method of the var attribute.
- setVar(String) - Method in class net.sf.jguiraffe.gui.builder.di.tags.ResourceTag
-
Set method for the
var
attribute.
- setVariable(String, Object) - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Sets the value of the specified variable.
- setVisible(boolean) - Method in interface net.sf.jguiraffe.gui.builder.components.WidgetHandler
-
Sets the visible flag of the wrapped widget.
- setVisible(boolean) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Sets the window's visible flag.
- setVisible(boolean) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Sets the visible flag for this window.
- setVisual(boolean) - Method in class net.sf.jguiraffe.examples.tutorial.bgtask.BgTaskData
-
- setWarningBackground(Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the background color for input fields in the state warning.
- setWarningForeground(Color) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Sets the foreground color for input fields in the state warning.
- setWestGap(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.BorderLayoutTag
-
Sets the west gap.
- setWestGap(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Sets the west gap.
- setWidth(String) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Set method for the width attribute.
- setWidth(int) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method of the width attribute.
- setWindowBuilderData(WindowBuilderData) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Sets the
WindowBuilderData
object.
- setWindowBuilderNamespace(String) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Sets the name space used for the window builder tag library.
- setWindowClosingStrategy(WindowClosingStrategy) - Method in interface net.sf.jguiraffe.gui.builder.window.Window
-
Sets the
WindowClosingStrategy
for this window.
- setWindowClosingStrategy(WindowClosingStrategy) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Sets the closing strategy for this window.
- setWindowClosingStrategy(WindowClosingStrategy) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Sets the window's closing strategy.
- setWindowController(Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.InternalFrameAdapter
-
Sets the window's controller.
- setWindowController(Object) - Method in interface net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindow
-
Sets the window's controller.
- setWindowController(Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Allows to set the window's controller.
- setWindowManager(WindowManager) - Method in class net.sf.jguiraffe.gui.builder.impl.JellyBuilder
-
Sets the window manager to be used by this builder.
- setWindowManager(WindowManager) - Method in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Sets the window manager.
- setWrap(boolean) - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
Setter method of the wrap attribute.
- setWriteTransformer(TransformerWrapper) - Method in class net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Sets the write transformer.
- setWriteTransformer(TransformerWrapper) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Sets the write transformer.
- setXpos(int) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method for the xpos attribute.
- setYpos(int) - Method in class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Setter method for the ypos attribute.
- show(Window, Object, String, int, int) - Method in interface net.sf.jguiraffe.gui.builder.utils.MessageOutput
-
Displays a message box based on the given options.
- show(Window, Object, String, int, int) - Method in class net.sf.jguiraffe.gui.builder.utils.NullMessageOutput
-
Outputs the specified message.
- show(Window, Object, String, int, int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Displays a message box.
- showMainWindow(Window) - Method in class net.sf.jguiraffe.gui.app.Application
-
Shows the application's main window.
- showMenu(JPopupMenu) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
-
Displays the specified popup menu.
- showPane(JOptionPane, JDialog) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Displays the given option pane.
- shutdown(DependencyProvider) - Method in interface net.sf.jguiraffe.di.BeanProvider
-
Notifies this
BeanProvider
that it (and the bean(s) created by
it) is no longer needed.
- shutdown(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Notifies this
BeanProvider
that it is no longer needed.
- shutdown(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
-
Shuts down this
BeanProvider
.
- shutdown(DependencyProvider) - Method in class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Tells this provider that it is no more needed.
- shutdown(Object, Object) - Method in class net.sf.jguiraffe.gui.app.Application
-
Shuts down this application.
- shutdown() - Method in class net.sf.jguiraffe.gui.app.Application
-
Shuts down this application unconditionally.
- shutdown(Application) - Method in interface net.sf.jguiraffe.gui.app.ApplicationShutdownListener
-
Notifies this listener that the associated application terminates now.
- shutdown(boolean) - Method in interface net.sf.jguiraffe.gui.cmd.CommandQueue
-
Initiates the shutdown sequence.
- shutdown(boolean) - Method in class net.sf.jguiraffe.gui.cmd.CommandQueueImpl
-
Shuts down this command queue.
- ShutdownHandlerTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler class that defines a shutdown script for a
BeanProvider
.
- ShutdownHandlerTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ShutdownHandlerTag
-
- SimpleBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A base class for simple bean providers.
- SimpleBeanProvider() - Constructor for class net.sf.jguiraffe.di.impl.providers.SimpleBeanProvider
-
- SimpleBeanStoreImpl - Class in net.sf.jguiraffe.di.impl
-
A helper class that simplifies implementations of the
BeanStore
interface.
- SimpleBeanStoreImpl() - Constructor for class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Creates a new instance of
SimpleBeanStoreImpl
.
- SimpleBeanStoreImpl(String, BeanStore) - Constructor for class net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Creates a new instance of
SimpleBeanStoreImpl
and sets the
name and the reference to the parent.
- SimpleBeanStoreImpl.BeanContributor - Interface in net.sf.jguiraffe.di.impl
-
Definition of an interface for objects that can contribute beans for a
SimpleBeanStoreImpl
object.
- SimpleComponentTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
An abstract base class for tags that create simple GUI components.
- SimpleComponentTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.SimpleComponentTag
-
- SimplePopupMenuHandler - Class in net.sf.jguiraffe.gui.builder.action
-
A specialized implementation of a
PopupMenuHandler
,
which can be used out of the box for creating not too complex, mostly static
popup menus.
- SimplePopupMenuHandler(Collection<?>) - Constructor for class net.sf.jguiraffe.gui.builder.action.SimplePopupMenuHandler
-
Creates a new instance of
SimplePopupMenuHandler
and
initializes it with the content of the menu.
- SingletonBeanProvider - Class in net.sf.jguiraffe.di.impl.providers
-
A specialized life-cycle supporting
BeanProvider
implementation for
creating singleton beans.
- SingletonBeanProvider(BeanProvider, Invokable, Invokable) - Constructor for class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Creates a new instance of
SingletonBeanProvider
and initializes
it with the bean provider for creating a bean instance and Invokable
objects for initializing and releasing the bean managed by
this provider.
- SingletonBeanProvider(BeanProvider, Invokable) - Constructor for class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Creates a new instance of
SingletonBeanProvider
and
initializes it with the bean provider for creating a bean instance and
the invocation object for performing initialization.
- SingletonBeanProvider(BeanProvider) - Constructor for class net.sf.jguiraffe.di.impl.providers.SingletonBeanProvider
-
Creates a new instance of
SingletonBeanProvider
and
initializes it with the bean provider for creating a bean instance.
- size() - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns the number of
Invokable
objects contained in this
chain.
- size() - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns the number of child
BeanStore
objects stored in this
combined store.
- size() - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.FileSystemListModel
-
Returns the size of this model.
- size() - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ColorListModel
-
Returns the size of this model.
- size() - Method in interface net.sf.jguiraffe.gui.builder.components.model.ListModel
-
Returns the number of entries in this model.
- size() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns the length of this path.
- size() - Method in class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
-
Returns this model's size.
- size() - Method in class net.sf.jguiraffe.transform.ChainValidator
-
Returns the number of child validators.
- SliderTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specialized input component tag that defines a slider component.
- SliderTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.SliderTag
-
- SOUTH - Static variable in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Constant for the layout constraints South.
- span(int, int) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Initializes the number of columns and rows occupied by the component
association with the
PercentData
instance to be created.
- spanX(int) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Initializes the number of columns occupied by the component
associated with the
PercentData
instance to be created.
- spanY(int) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Initializes the number of rows occupied by the component associated
with the
PercentData
instance to be created.
- SplitterTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag for implementing a splitter component.
- SplitterTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.SplitterTag
-
- startup(Application, String[]) - Static method in class net.sf.jguiraffe.gui.app.Application
-
Starts an application.
- StaticTextData - Interface in net.sf.jguiraffe.gui.builder.components.model
-
Definition of an interface for describing the properties of a static
text element.
- StaticTextDataImpl - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A default implementation of the
StaticTextData
interface.
- StaticTextDataImpl() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataImpl
-
Creates a new instance of
StaticTextDataImpl
.
- StaticTextDataTransformer - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A special implementation of the
Transformer
interface for converting
data to StaticTextData
objects.
- StaticTextDataTransformer() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
- StaticTextHandler - Interface in net.sf.jguiraffe.gui.builder.components.model
-
Definition of an interface for a handler that represents a static text
component.
- StaticTextTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class for creating a static text component.
- StaticTextTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.StaticTextTag
-
Creates a new instance of
StaticTextTag
.
- store(BeanProvider) - Method in class net.sf.jguiraffe.gui.builder.di.tags.AbstractBeanTag
-
Stores the newly created
BeanProvider
in the correct bean
store.
- storeComponent(String, Object) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Stores the specified component in the current
ComponentStore
.
- storeComponentHandler(String, ComponentHandler<?>) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Stores the given component handler in the current
ComponentStore
.
- storeFieldHandler(String, FieldHandler) - Method in class net.sf.jguiraffe.gui.builder.components.ComponentBuilderData
-
Stores the specified field handler.
- storeGroup(JellyContext, String, ComponentGroup) - Static method in class net.sf.jguiraffe.gui.builder.components.ComponentGroup
-
Stores a component group in the jelly context under a given name.
- subMenuBuilder(ActionData) - Method in class net.sf.jguiraffe.gui.builder.action.AbstractPopupMenuBuilder
-
Returns a builder for creating a sub menu.
- subMenuBuilder(ActionData) - Method in interface net.sf.jguiraffe.gui.builder.action.PopupMenuBuilder
-
Returns a builder for creating a sub menu.
- SwingActionManager - Class in net.sf.jguiraffe.gui.platform.swing.builder.action
-
The Swing specific implementation of the
ActionManager
interface.
- SwingActionManager() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingActionManager
-
- SwingButtonHandler - Class in net.sf.jguiraffe.gui.platform.swing.builder.components
-
A specific Swing component handler implementation that deals with several
kinds of button like components.
- SwingButtonHandler(AbstractButton) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
-
Creates a new instance of
SwingButtonHandler
.
- SwingComponentManager - Class in net.sf.jguiraffe.gui.platform.swing.builder.components
-
The Swing specific implementation of the
ComponentManager
interface.
- SwingComponentManager() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentManager
-
Creates a new instance of
SwingComponentManager
.
- SwingConfigurationTreeModel - Class in net.sf.jguiraffe.gui.platform.swing.builder.components
-
A specialized implementation of
TreeModel
that obtains its data
from a Configuration
object.
- SwingConfigurationTreeModel(HierarchicalConfiguration) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
Creates a new instance of
SwingConfigurationTreeModel
and
initializes it with the given HierarchicalConfiguration
object.
- SwingEventAdapter - Class in net.sf.jguiraffe.gui.platform.swing.builder.event
-
The base class for Swing event adapters.
- SwingEventAdapter(FormEventManager, ComponentHandler<?>, String) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
-
Creates a new instance of
SwingEventAdapter
that uses the FormEventManager
to broadcast events.
- SwingEventAdapter(FormEventListener, ComponentHandler<?>, String) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventAdapter
-
Creates a new instance of
SwingEventAdapter
that serves a
specific event listener.
- SwingEventConstantMapper - Class in net.sf.jguiraffe.gui.platform.swing.builder.event
-
An utility class for converting Swing-specific constants related to events to
the toolkit-independent constants used by the JGUIraffe library.
- SwingEventManager - Class in net.sf.jguiraffe.gui.platform.swing.builder.event
-
Swing specific implementation of the
PlatformEventManager
interface.
- SwingEventManager() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventManager
-
Creates a new instance of
SwingEventManager
.
- SwingEventSource - Interface in net.sf.jguiraffe.gui.platform.swing.builder.event
-
Definition of an interface for registering and unregistering Swing event
listeners.
- SwingFormAction - Class in net.sf.jguiraffe.gui.platform.swing.builder.action
-
A Swing specific implementation of the
FormAction
interface.
- SwingFormAction(String, Object) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction
-
Creates a new instance of
SwingFormAction
and initializes
it.
- SwingGUISynchronizer - Class in net.sf.jguiraffe.gui.platform.swing.builder.utils
-
The Swing specific implementation of the
GUISynchronizer
interface.
- SwingGUISynchronizer() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingGUISynchronizer
-
- SwingMessageOutput - Class in net.sf.jguiraffe.gui.platform.swing.builder.utils
-
A Swing specific implementation of the
MessageOutput
interface.
- SwingMessageOutput() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Creates a new instance of
SwingMessageOutput
and sets a default
maximum line length.
- SwingMessageOutput(int) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingMessageOutput
-
Creates a new instance of
SwingMessageOutput
with the specified
maximum message line length.
- SwingPercentLayoutAdapter - Class in net.sf.jguiraffe.gui.platform.swing.layout
-
Implementation of a Swing-specific adapter class for the percent layout
manager.
- SwingPercentLayoutAdapter(PercentLayoutBase) - Constructor for class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter
-
Creates a new instance of
SwingPercentLayouAdaptert
and sets the
associated percent layout.
- SwingPopupMenuBuilder - Class in net.sf.jguiraffe.gui.platform.swing.builder.action
-
A specialized implementation of the
PopupMenuBuilder
interface
for constructing Swing popup menus.
- SwingPopupMenuBuilder(ActionManager, ActionBuilder, MouseEvent) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
-
Creates a new instance of
SwingPopupMenuBuilder
and initializes
it with information about the action manager to be delegated to and the
mouse event that triggered the invocation of this builder.
- SwingPopupMenuBuilder(MouseEvent) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingPopupMenuBuilder
-
Deprecated.
Use the constructor which expects information about an
ActionManager
; this constructor only creates a partly
initialized object.
- SwingSizeHandler - Class in net.sf.jguiraffe.gui.platform.swing.layout
-
Swing specific implementation of the
SizeHandler
interface.
- SwingSizeHandler() - Constructor for class net.sf.jguiraffe.gui.platform.swing.layout.SwingSizeHandler
-
Creates a new instance of
SwingSizeHandler
.
- SwingTableColumnWidthListener - Class in net.sf.jguiraffe.gui.platform.swing.builder.components.table
-
A specialized event listener class for keeping track of and resizing the
columns of a table.
- SwingTableColumnWidthListener(JTable, TableColumnWidthController) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableColumnWidthListener
-
Creates a new instance of
SwingTableColumnWidthListener
and
initializes it.
- SwingTableEditorValidationHandler - Class in net.sf.jguiraffe.gui.platform.swing.builder.components.table
-
Deprecated.
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() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableEditorValidationHandler
-
Deprecated.
- SwingTableModel - Class in net.sf.jguiraffe.gui.platform.swing.builder.components.table
-
A table model implementation for tables defined by the
TableTag
tag
handler class.
- SwingTableModel(TableTag, JTable) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Creates a new instance of
SwingTableModel
and initializes it.
- SwingTableRowHeightUpdater - Class in net.sf.jguiraffe.gui.platform.swing.builder.components.table
-
A helper class for setting the correct row heights for a Swing table.
- SwingTableRowHeightUpdater() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableRowHeightUpdater
-
- SwingTableSelectionHandler - Class in net.sf.jguiraffe.gui.platform.swing.builder.components.table
-
A Swing-specific default implementation of the
TableSelectionHandler
interface.
- SwingTableSelectionHandler() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableSelectionHandler
-
- SwingWindow - Interface in net.sf.jguiraffe.gui.platform.swing.builder.window
-
Definition of an extended window interface implemented by Swing window
implementations.
- SwingWindowManager - Class in net.sf.jguiraffe.gui.platform.swing.builder.window
-
The Swing specific implementation of the
WindowManager
interface.
- SwingWindowManager() - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.window.SwingWindowManager
-
- syncInvoke(Runnable) - Method in interface net.sf.jguiraffe.gui.builder.utils.GUISynchronizer
-
Invokes the given runnable object synchronously on the event dispatch
thread.
- syncInvoke(Runnable) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.utils.SwingGUISynchronizer
-
Invokes the given runnable synchronously on the event dispatch thread.
T
- TabbedPaneTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specialized tag handler implementation for creating a tabbed pane.
- TabbedPaneTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag
-
Creates a new instance of
TabbedPaneTag
.
- TabbedPaneTag.Placement - Enum in net.sf.jguiraffe.gui.builder.components.tags
-
An enumeration class that defines the valid values for the
placement
attribute.
- TabbedPaneTag.TabData - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A data class that holds all properties of a register that can be added to
a tabbed pane.
- TabData() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.TabData
-
- TableChangeListener - Class in net.sf.jguiraffe.examples.tutorial.mainwnd
-
An event listener for change events fired by the table with the directory
content.
- TableChangeListener(MainWndController) - Constructor for class net.sf.jguiraffe.examples.tutorial.mainwnd.TableChangeListener
-
Creates a new instance of
TableChangeListener
and initializes it
with the reference to the main controller.
- TableColumnRecalibrator - Interface in net.sf.jguiraffe.gui.builder.components.tags.table
-
Definition of an interface for a component which can recalibrate itself based
on the column widths of a table.
- TableColumnTag - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A tag handler class for defining columns of a table component.
- TableColumnTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.TableColumnTag
-
Creates a new instance of
TableColumnTag
.
- TableColumnWidthCalculator - Interface in net.sf.jguiraffe.gui.builder.components.tags.table
-
Definition of an interface for a component which can calculate the widths of
a table's columns given the total width of the table.
- TableColumnWidthController - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A helper class that provides functionality for managing the widths of the
columns of a table.
- tableDataChanged() - Method in interface net.sf.jguiraffe.gui.builder.components.model.TableHandler
-
Notifies the table about an unspecific change in the data of its model.
- TableEditorValidationHandler - Interface in net.sf.jguiraffe.gui.builder.components.tags.table
-
Definition of an interface to be implemented by objects interested in
validation events triggered by a column editor.
- TableEditorValidationHandlerTag - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A tag handler class for defining the
TableEditorValidationHandler
to be used for a table
component.
- TableEditorValidationHandlerTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.TableEditorValidationHandlerTag
-
Creates a new instance of
TableEditorValidationHandlerTag
.
- TableFormController - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A helper class for dealing with
Form
objects related to table
components.
- TableFormController(TableTag) - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Creates a new instance of
TableFormController
and initializes it
from the passed in TableTag
.
- TableHandler - Interface in net.sf.jguiraffe.gui.builder.components.model
-
A specialized
ComponentHandler
interface dealing with specific
functionality provided by tables.
- TablePopupHandler - Class in net.sf.jguiraffe.examples.tutorial.mainwnd
-
A
PopupMenuHandler
implementation for creating the popup menu of the
directory table.
- TablePopupHandler() - Constructor for class net.sf.jguiraffe.examples.tutorial.mainwnd.TablePopupHandler
-
- TableSelectionHandler - Interface in net.sf.jguiraffe.gui.builder.components.tags.table
-
Definition of an interface that allows changing the way a selected or focused
cell in the table is displayed.
- TableSelectionHandlerTag - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A tag handler class for defining selection handlers for a table component.
- TableSelectionHandlerTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.TableSelectionHandlerTag
-
Creates a new instance of
TableSelectionHandlerTag
.
- TableTag - Class in net.sf.jguiraffe.gui.builder.components.tags.table
-
A tag that creates a table component.
- TableTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.table.TableTag
-
Creates a new instance of
TableTag
.
- TabTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class for creating register tab pages of a tabbed pane.
- TabTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TabTag
-
Creates a new instance of
TabTag
.
- testTrivialEquals(Object) - Static method in class net.sf.jguiraffe.JGuiraffeTestHelper
-
Helper method for performing some trivial checks of the equals() method
of an object.
- TextAreaTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific component tag that constructs a text area component.
- TextAreaTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TextAreaTag
-
- TextData - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A helper class that provides some functionality for components that can
display an internationalized text.
- TextData(FormBaseTag) - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TextData
-
Creates a new instance of
TextData
and initializes it with
the given tag.
- TextFieldTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific input component tag that constructs a text field component.
- TextFieldTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TextFieldTag
-
- TextHandler - Interface in net.sf.jguiraffe.gui.builder.components.model
-
A specialized
ComponentHandler
implementation for text components.
- TextIconAlignment - Enum in net.sf.jguiraffe.gui.builder.components.model
-
An enumeration class that defines the alignment of the text and the icon of a
label or button-like component.
- TextIconData - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A helper class that provides some functionality for components that can
display both a text and an icon.
- TextIconData(FormBaseTag) - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TextIconData
-
Creates an instance of
TextIconData
and associates it with
the specified tag.
- TextIconTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A base class for simple components that support a display text and an icon.
- TextIconTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TextIconTag
-
Creates a new instance of
TextIconTag
.
- TextListModel() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag.TextListModel
-
Creates a new instance of
TextListModel
.
- TextListModelTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class that creates a text based
ListModel
.
- TextListModelTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TextListModelTag
-
- TextListModelTag.TextListModel - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A simple implementation of the
ListModel
interface that
maintains a list of display texts and a list with the corresponding
values.
- TimeTransformer - Class in net.sf.jguiraffe.transform
-
A specialized transformer that transforms strings into date objects, taking
only the time portion into account.
- TimeTransformer() - Constructor for class net.sf.jguiraffe.transform.TimeTransformer
-
- toDisplay(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.model.EditableComboBoxModel
-
Transforms a value object to a display object.
- ToggleButtonTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A specific tag handler class for creating toggle buttons.
- ToggleButtonTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ToggleButtonTag
-
- ToolbarTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specialized tag handler class for creating a toolbar component.
- ToolbarTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ToolbarTag
-
- ToolButtonTag - Class in net.sf.jguiraffe.gui.builder.action.tags
-
A specific tag handler class for creating toolbar buttons.
- ToolButtonTag() - Constructor for class net.sf.jguiraffe.gui.builder.action.tags.ToolButtonTag
-
- ToolTipFieldMarker - Class in net.sf.jguiraffe.gui.builder.window.ctrl
-
A specialized
FormControllerValidationListener
implementation that is
able to adapt the tool tips of input elements for which validation messages
are available.
- ToolTipFieldMarker(FormValidationMessageFormat) - Constructor for class net.sf.jguiraffe.gui.builder.window.ctrl.ToolTipFieldMarker
-
Creates a new instance of
ToolTipFieldMarker
and initializes it
with the given FormValidationMessageFormat
object.
- ToolTipManager - Interface in net.sf.jguiraffe.gui.builder.components
-
Definition of an interface for a component that manages the tool tips of UI
elements.
- toPixel(UnitSizeHandler, Object, boolean) - Method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Converts this number into a pixel value.
- toPixel(double, UnitSizeHandler, Object, boolean) - Method in enum net.sf.jguiraffe.gui.layout.Unit
-
Converts the specified value from this unit into pixels.
- toSpecificationString() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints
-
Returns a string specification for this
CellConstraints
object.
- toString() - Method in class net.sf.jguiraffe.di.impl.ChainedInvocation
-
Returns a string representation for this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.ClassDependency
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.ClassDescription
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.CombinedBeanStore
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.DefaultBeanStore
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.Invocation
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.NameDependency
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.NullInvocation
-
Deprecated.
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.providers.ConstantBeanProvider
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.providers.ConstructorBeanProvider
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.providers.LifeCycleBeanProvider
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.di.impl.providers.MethodInvocationBeanProvider
-
Returns a string representation for this object.
- toString() - Method in class net.sf.jguiraffe.examples.tutorial.model.DirectoryData
-
Returns a string representation for this object.
- toString() - Method in class net.sf.jguiraffe.examples.tutorial.model.FileData
-
Returns a string representation for this object.
- toString() - Method in class net.sf.jguiraffe.gui.builder.action.Accelerator
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.gui.builder.components.Color
-
Returns a String representation of this object.
- toString() - Method in class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Returns a string representation for this object.
- toString() - Method in class net.sf.jguiraffe.gui.builder.event.FormMouseEvent
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Returns a string representation for this object.
- toString() - Method in class net.sf.jguiraffe.gui.layout.CellConstraints
-
Returns a string representation of this constraints object.
- toString() - Method in class net.sf.jguiraffe.gui.layout.CellGroup
-
Creates a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.gui.layout.PercentData
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.locators.ByteArrayLocator
-
Returns a string representation for this object.
- toString() - Method in class net.sf.jguiraffe.locators.ClassPathLocator
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.locators.FileLocator
-
Returns a string representation for this object.
- toString() - Method in class net.sf.jguiraffe.locators.URLLocator
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.resources.Message
-
Returns a string representation of this object.
- toString() - Method in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Returns a string representation for this object.
- ToStringTransformer - Class in net.sf.jguiraffe.transform
-
A generic
Transformer
implementation that transforms arbitrary
objects into formatted strings.
- ToStringTransformer() - Constructor for class net.sf.jguiraffe.transform.ToStringTransformer
-
Creates a new instance of
ToStringTransformer
.
- toUnitString() - Method in class net.sf.jguiraffe.gui.layout.NumberWithUnit
-
Returns a string representation for the stored value and the unit.
- toValue(Object) - Method in interface net.sf.jguiraffe.gui.builder.components.model.EditableComboBoxModel
-
Transforms a display object to a value object.
- toWindow(Object) - Static method in class net.sf.jguiraffe.gui.builder.window.WindowUtils
-
Tries to cast the specified object into a
Window
.
- toWindowEx(Object) - Static method in class net.sf.jguiraffe.gui.builder.window.WindowUtils
-
Tries to cast the specified object into a
Window
.
- transform(Object, TransformerContext) - Method in class net.sf.jguiraffe.examples.tutorial.mainwnd.FileSizeTransformer
-
Performs the transformation.
- transform(Object, TransformerContext) - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextDataTransformer
-
The main method of the
Transformer
interface.
- transform(Object) - Method in class net.sf.jguiraffe.gui.forms.DefaultTransformerWrapper
-
Invokes the transformer.
- transform(Object) - Method in interface net.sf.jguiraffe.gui.forms.TransformerWrapper
-
Invokes the wrapped transformer for transforming the passed in object.
- transform(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Transforms the specified object.
- transform(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.DummyTransformer
-
Transforms the passed in object.
- transform(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Transforms the specified object to the target format.
- transform(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Transforms the specified object.
- transform(Object, TransformerContext) - Method in interface net.sf.jguiraffe.transform.Transformer
-
The main method of the
Transformer
interface.
- transformDate(String, DateFormat) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Parses the specified date string.
- transformDate(Date, TransformerContext) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Transforms a date object.
- transformDecimalNumber(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Transforms a decimal number object.
- Transformer - Interface in net.sf.jguiraffe.transform
-
Definition of the
Transformer
interface.
- TransformerBaseTag<T> - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A base class for tags that create transformers or validators.
- TransformerBaseTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
-
Creates a new instance of
TransformerBaseTag
.
- TransformerBaseTag(Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TransformerBaseTag
-
Creates a new instance of
TransformerBaseTag
and sets the
default class.
- TransformerContext - Interface in net.sf.jguiraffe.transform
-
Definition of an interface for accessing data needed by transformers.
- TransformerContextPropertiesWrapper - Class in net.sf.jguiraffe.transform
-
A specialized implementation of the
TransformerContext
interface that allows wrapping an existing context and extending its
properties.
- TransformerContextPropertiesWrapper(TransformerContext, Map<String, Object>) - Constructor for class net.sf.jguiraffe.transform.TransformerContextPropertiesWrapper
-
Creates a new instance of
TransformerContextPropertiesWrapper
and initializes it.
- TransformerTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class for creating
Transformer
objects and passing them
to input component tags.
- TransformerTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TransformerTag
-
Creates a new instance of
TransformerTag
.
- TransformerTag.Type - Enum in net.sf.jguiraffe.gui.builder.components.tags
-
An enumeration for the possible types of a transformer.
- TransformerWrapper - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for objects that wrap a transformer.
- transformIntegerNumber(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Transforms an integer number object.
- transformNull(TransformerContext) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Transforms a null object.
- transformObject(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.ToStringTransformer
-
Transforms an arbitrary object.
- transformSqlDate(String) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Transforms a date in string form to a date object.
- transformToDate(Object, TransformerContext) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Performs a transformation to a date object.
- transformToNumber(Object, TransformerContext, NumberFormat) - Method in class net.sf.jguiraffe.transform.NumberTransformerBase
-
Transforms the given object into a number.
- transformToString(Date, TransformerContext) - Method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Performs a transformation from a date to string.
- TreeChangeListener - Class in net.sf.jguiraffe.examples.tutorial.mainwnd
-
An event listener for change events fired by the tree view.
- TreeChangeListener(MainWndController) - Constructor for class net.sf.jguiraffe.examples.tutorial.mainwnd.TreeChangeListener
-
Creates a new instance of
TreeChangeListener
and initializes it
with its dependencies.
- TreeConfigurationChangeHandler - Class in net.sf.jguiraffe.gui.builder.components.model
-
A helper class for concrete tree view implementations that supports the
processing of change events fired by a configuration serving as tree model.
- TreeConfigurationChangeHandler(HierarchicalConfiguration, TreeModelChangeListener) - Constructor for class net.sf.jguiraffe.gui.builder.components.model.TreeConfigurationChangeHandler
-
Creates a new instance of
TreeConfigurationChangeHandler
and
initializes it with the given HierarchicalConfiguration
and the
change listener.
- TreeExpandVetoException - Exception in net.sf.jguiraffe.gui.builder.components.model
-
An exception class to be thrown to prevent a tree from expanding or
collapsing a tree node.
- TreeExpandVetoException(TreeExpansionEvent, String) - Constructor for exception net.sf.jguiraffe.gui.builder.components.model.TreeExpandVetoException
-
Creates a new instance of
TreeExpandVetoException
and
initializes it with the causing event and a message.
- TreeExpansionEvent - Class in net.sf.jguiraffe.gui.builder.components.model
-
An event class reporting a change in the expanded state of a tree's node.
- TreeExpansionEvent(Object, TreeHandler, String, TreeExpansionEvent.Type, TreeNodePath) - Constructor for class net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent
-
Creates a new instance of
TreeExpansionEvent
and initializes
it.
- TreeExpansionEvent.Type - Enum in net.sf.jguiraffe.gui.builder.components.model
-
An enumeration class defining the different types of a
TreeExpansionEvent
.
- TreeExpansionListener - Interface in net.sf.jguiraffe.gui.builder.components.model
-
An event listener interface to be implemented by objects that are interested
in changes of the expansion state of tree nodes.
- TreeHandler - Interface in net.sf.jguiraffe.gui.builder.components.model
-
A specialized
ComponentHandler
interface for dealing with tree
components.
- TreeIconHandler - Interface in net.sf.jguiraffe.gui.builder.components.tags
-
Definition of an interface for components that determine the icons displayed
by a tree component.
- TreeIconTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag for defining icons for tree components.
- TreeIconTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TreeIconTag
-
- treeModelChanged(ConfigurationNode) - Method in interface net.sf.jguiraffe.gui.builder.components.model.TreeModelChangeListener
-
Notifies this object that a change of the model configuration was
detected.
- treeModelChanged(ConfigurationNode) - Method in class 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 - Interface in net.sf.jguiraffe.gui.builder.components.model
-
Definition of an interface to be implemented by components interested in
changes on a tree model.
- TreeNodePath - Class in net.sf.jguiraffe.gui.builder.components.model
-
A class that represents a path in a tree component.
- TreeNodePath(ConfigurationNode) - Constructor for class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Creates a new instance of
TreeNodePath
and initializes it
with the target node.
- TreeNodePath(Collection<ConfigurationNode>) - Constructor for class net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Creates a new instance of
TreeNodePath
and initializes it
with the nodes comprising the path.
- TreePreExpansionListener - Interface in net.sf.jguiraffe.gui.builder.components.model
-
An event listener interface to be implemented by objects that need to be
notified before the expansion state of a tree's node changes.
- TreeTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag that creates a tree component.
- TreeTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.TreeTag
-
Creates a new instance of
TreeTag
.
- TypeEventFilter - Class in net.sf.jguiraffe.gui.builder.event.filter
-
A specialized
EventFilter
implementation that filters by an event
type.
- TypeEventFilter() - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.TypeEventFilter
-
Creates a new instance of
TypeEventFilter
.
- TypeEventFilter(String) - Constructor for class net.sf.jguiraffe.gui.builder.event.filter.TypeEventFilter
-
Creates a new instance of
TypeEventFilter
and sets the name
of the event type to be filtered.
U
- UNDEFINED - Static variable in class net.sf.jguiraffe.gui.builder.components.Color
-
Constant for an undefined color.
- UNDEFINED - Static variable in interface net.sf.jguiraffe.gui.builder.window.WindowData
-
Constant for an undefined coordinate or size information.
- UniqueFileNameValidator - Class 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() - Constructor for class net.sf.jguiraffe.examples.tutorial.createfile.UniqueFileNameValidator
-
- Unit - Enum in net.sf.jguiraffe.gui.layout
-
An enumeration class for defining units.
- UnitSizeHandler - Interface in net.sf.jguiraffe.gui.layout
-
Definition of an interface for performing size calculations in a manner
independent of a certain component model.
- unregisterChangeListener() - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingButtonHandler
-
Unregisters this object as change listener at the managed button.
- unregisterListener(String, ComponentHandler<?>, FormEventManager, FormListenerType) - Method in interface net.sf.jguiraffe.gui.builder.event.PlatformEventManager
-
Removes an event listener of the given type from the specified component.
- unregisterListener(String, ComponentHandler<?>, FormEventManager, FormListenerType) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.event.SwingEventManager
-
Unregisters the event listener from the specified component.
- updateDatePart(Date, Date) - Static method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Writes the given date part into the specified date object.
- updateField(FormController, String, FormValidatorResults, boolean) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
Updates the colors for the given field.
- updateRowHeights(JTable) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableRowHeightUpdater
-
Updates the heights of all rows in the specified table.
- updateRowHeights(JTable, int, int) - Method in class 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) - Static method in class net.sf.jguiraffe.transform.DateTransformerBase
-
Writes the given time part into the specified date object.
- updateUserConfiguration() - Method in class net.sf.jguiraffe.gui.app.Application
-
Updates the user configuration.
- URLLocator - Class in net.sf.jguiraffe.locators
-
A specialized
Locator
implementation that operates on URLs.
- UseBeanBaseTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler base class for tags that deal with the creation of service
beans.
- UseBeanBaseTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Creates a new instance of
UseBeanBaseTag
.
- UseBeanBaseTag(Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Creates an instance of
UseBeanBaseTag
and sets the default
class for newly created beans.
- UseBeanBaseTag(Class<?>, Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Creates an instance of
UseBeanBaseTag
and sets the default
class for newly created beans and the base class for new beans as well.
- useExistingBean(XMLOutput) - Method in class net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
This method gets called if an existing bean should be used rather than
creating a new one.
- USRCONF_NAME - Static variable in class net.sf.jguiraffe.gui.app.Application
-
Constant for the name of the user configuration.
V
- VALID - Static variable in class net.sf.jguiraffe.transform.DefaultValidationResult
-
Constant for a validation result object for a successful validation.
- validate() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Performs a validation of the associated form.
- validate(ValidationPhase) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Performs validation for the specified phase and returns the results.
- validate(ValidationPhase) - Method in interface net.sf.jguiraffe.gui.forms.FieldHandler
-
Validates this field either at the field or the form level.
- validate(Object) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Validates this form and writes its content into the specified model
object if validation is successful.
- validateAndDisplayMessages() - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Performs a validation of the associated form and displays validation
messages if this is not successful.
- validateColumn(Object, int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.TableFormController
-
Validates a column in the current row.
- validateColumn(int) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel
-
Validates the column with the specified index.
- validateFieldData(Object) - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Performs a form level validation of this field.
- validateFieldLevel() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Performs validation on the field level.
- validateFields() - Method in class net.sf.jguiraffe.gui.forms.Form
-
Validates the fields of this form.
- validateFields(Set<String>) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Validates a sub set of the fields of this form.
- validateForm(Object) - Method in class net.sf.jguiraffe.gui.forms.Form
-
Validates the whole form using the
FormValidator
.
- validateFormLevel() - Method in class net.sf.jguiraffe.gui.forms.DefaultFieldHandler
-
Performs validation on the form level.
- validateTag() - Method in class net.sf.jguiraffe.gui.builder.components.tags.PushButtonTag
-
Validates the attributes of this tag.
- validateTag() - Method in class net.sf.jguiraffe.gui.builder.components.tags.StaticTextTag
-
Performs a validation for this tag.
- ValidationMessage - Interface in net.sf.jguiraffe.transform
-
Definition of an interface describing a validation message.
- ValidationMessageConstants - Class in net.sf.jguiraffe.transform
-
This class defines constants for the keys of validation messages.
- ValidationMessageHandler - Interface in net.sf.jguiraffe.transform
-
Definition of an interface for a central instance that manages validation
messages.
- ValidationMessageLevel - Enum in net.sf.jguiraffe.transform
-
An enumeration class that defines possible levels for validation messages.
- validationPerformed(Object, Form, TableTag, FormValidatorResults, int, int) - Method in class net.sf.jguiraffe.gui.builder.components.tags.table.DefaultTableEditorValidationHandler
-
Reacts on a validation.
- validationPerformed(Object, Form, TableTag, FormValidatorResults, int, int) - Method in interface net.sf.jguiraffe.gui.builder.components.tags.table.TableEditorValidationHandler
-
Validation has been performed for a column editor of a table.
- validationPerformed(FormControllerValidationEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ColorFieldMarker
-
A validation operation was performed by the
FormController
.
- validationPerformed(FormControllerValidationEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerValidationListener
-
Notifies this event listener that a validation operation was performed.
- validationPerformed(FormControllerValidationEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.ToolTipFieldMarker
-
A validation operation has been performed.
- ValidationPhase - Enum in net.sf.jguiraffe.gui.forms
-
An enumeration class that describes the different validation phases.
- ValidationResult - Interface in net.sf.jguiraffe.transform
-
An interface that defines the results of a validation process.
- Validator - Interface in net.sf.jguiraffe.transform
-
Definition of a validator interface.
- ValidatorBaseTag<T extends Validator> - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A base class for tag handler implementations that create validators for input
components.
- ValidatorBaseTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag
-
Creates a new instance of
ValidatorTag
.
- ValidatorBaseTag(Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ValidatorBaseTag
-
Creates a new instance of
ValidatorTag
and sets the
default class.
- ValidatorsTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class for combining multiple validators to be assigned to an
input component.
- ValidatorsTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ValidatorsTag
-
Creates a new instance of
ValidatorsTag
.
- ValidatorTag - Class in net.sf.jguiraffe.gui.builder.components.tags
-
A tag handler class for creating
Validator
objects and
associating them with input components.
- ValidatorTag() - Constructor for class net.sf.jguiraffe.gui.builder.components.tags.ValidatorTag
-
- ValidatorWrapper - Interface in net.sf.jguiraffe.gui.forms
-
Definition of an interface for objects that wrap a
Validator
.
- validResultMapForForm(Form) - Static method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Creates a
java.util.Map
with validation information for all
fields of the specified Form
.
- validResultsForForm(Form) - Static method in class net.sf.jguiraffe.gui.forms.DefaultFormValidatorResults
-
Creates a valid
DefaultFormValidatorResults
for the fields of the
specified Form
.
- ValueData - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A data class for holding all information required for creating a value.
- ValueData(Tag) - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ValueData
-
Creates a new instance of
ValueData
.
- valueForPathChanged(TreePath, Object) - Method in class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingConfigurationTreeModel
-
The value of a node was changed.
- valueOf(String) - Static method in enum net.sf.jguiraffe.di.impl.HelperInvocations
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.app.ApplicationResources.Keys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag.DragMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.Placement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.TransformerTag.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.event.FormFocusEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.event.FormListenerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.event.Keys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.event.Modifiers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.forms.DummyWrapper
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.forms.ValidationPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.layout.ButtonLayout.Alignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.layout.CellAlignment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.layout.CellSize
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.gui.layout.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.sf.jguiraffe.transform.ValidationMessageLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.sf.jguiraffe.di.impl.HelperInvocations
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.app.ApplicationResources.Keys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.components.ColorHelper.NamedColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.components.model.TextIconAlignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.components.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.DesktopPanelTag.DragMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.Placement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.table.ColumnClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.components.tags.TransformerTag.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.event.FormFocusEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.event.FormListenerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.event.FormMouseEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.event.Keys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.event.Modifiers
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFormEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.builder.window.WindowEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.cmd.CommandQueueEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.forms.DummyWrapper
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.forms.ValidationPhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.layout.ButtonLayout.Alignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.layout.CellAlignment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.layout.CellSize
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.gui.layout.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.sf.jguiraffe.transform.ValidationMessageLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueSupport - Interface in net.sf.jguiraffe.gui.builder.di.tags
-
Definition of an interface for tag handler classes that can be assigned a
value.
- ValueTag - Class in net.sf.jguiraffe.gui.builder.di.tags
-
A tag handler class for defining a value.
- ValueTag() - Constructor for class net.sf.jguiraffe.gui.builder.di.tags.ValueTag
-
Creates a new instance of
ValueTag
.
- VAR_FIELD - Static variable in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Constant for the field variable.
- VAR_MSG - Static variable in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Constant for the msg variable.
- VAR_MSG_COUNT - Static variable in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Constant for the msgCount variable.
- VAR_MSG_INDEX - Static variable in class net.sf.jguiraffe.gui.forms.FormValidationMessageFormat
-
Constant for the msgIndex variable.
- VIEW_SETTINGS_FILE - Static variable in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Constant for the name of the file with the view settings.
- ViewSettings - Class in net.sf.jguiraffe.examples.tutorial.viewset
-
A data class for storing a view definition.
- ViewSettings() - Constructor for class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings
-
Creates a new instance of
ViewSettings
and initializes it with
default values.
- ViewSettingsFormController - Class in net.sf.jguiraffe.examples.tutorial.viewset
-
A specialized
FormController
class for the view settings dialog.
- ViewSettingsFormController() - Constructor for class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettingsFormController
-
- ViewSettingsFormValidator - Class in net.sf.jguiraffe.examples.tutorial.viewset
-
A
FormValidator
implementation for validating the dialog with view
settings.
- ViewSettingsFormValidator() - Constructor for class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettingsFormValidator
-
W
- waitForTx(BeanStore) - Method in class net.sf.jguiraffe.di.impl.DefaultBeanContext
-
Waits at the specified bean store until the current transaction finishes.
- WEST - Static variable in class net.sf.jguiraffe.gui.layout.BorderLayout
-
Constant for the layout constraints West.
- WidgetHandler - Interface in net.sf.jguiraffe.gui.builder.components
-
Definition of an interface for dealing with widgets.
- Window - Interface in net.sf.jguiraffe.gui.builder.window
-
Definition of an interface for describing windows in a platform independent
way.
- WINDOW_PREFIX - Static variable in class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Constant for the prefix for window beans.
- windowActivated(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.AutoReleaseListener
-
Window activated event.
- windowActivated(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Dummy implementation of this window event.
- windowActivated(WindowEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowListener
-
Callback method to notify a listener that a window was activated.
- WindowAdapter - Class 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) - Constructor for class net.sf.jguiraffe.gui.platform.swing.builder.window.WindowAdapter
-
Creates a new instance of
WindowAdapter
and initializes it
with the wrapped window.
- WindowBaseTag - Class in net.sf.jguiraffe.gui.builder.window.tags
-
A base class for all tag handler classes that create windows.
- WindowBaseTag() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.WindowBaseTag
-
Creates a new instance of
WindowBaseTag
.
- WindowBuilderData - Class in net.sf.jguiraffe.gui.builder.window
-
A data class that stores important information needed during a window builder
process.
- WindowBuilderData() - Constructor for class net.sf.jguiraffe.gui.builder.window.WindowBuilderData
-
Creates a new instance of
WindowBuilderData
.
- WindowBuilderException - Exception in net.sf.jguiraffe.gui.builder.window
-
A specialized exception class used for reporting error conditions related to
the window builder.
- WindowBuilderException(String) - Constructor for exception net.sf.jguiraffe.gui.builder.window.WindowBuilderException
-
Creates a new instance of
WindowBuilderException
and sets
the error message.
- WindowBuilderException(Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.window.WindowBuilderException
-
Creates a new instance of
WindowBuilderException
and sets
the root cause.
- WindowBuilderException(String, Throwable) - Constructor for exception net.sf.jguiraffe.gui.builder.window.WindowBuilderException
-
Creates a new instance of
WindowBuilderException
and sets
the error message and the root cause.
- WindowBuilderTagLibrary - Class in net.sf.jguiraffe.gui.builder.window.tags
-
The tag library with the window builder tags.
- WindowBuilderTagLibrary() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.WindowBuilderTagLibrary
-
Creates a new instance of
WindowBuilderTagLibrary
.
- windowClosed(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.AutoReleaseListener
-
The window was closed.
- windowClosed(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
The associated window was closed.
- windowClosed(WindowEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowListener
-
Callback method to notify a listener that a window was closed.
- windowClosing(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.AutoReleaseListener
-
Window closing event.
- windowClosing(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Dummy implementation of this window event.
- windowClosing(WindowEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowListener
-
Callback method to notify a listener that a window is about to be closed.
- WindowClosingStrategy - Interface in net.sf.jguiraffe.gui.builder.window
-
Definition of an interface used to control whether a window can be closed.
- WindowControllerTag - Class in net.sf.jguiraffe.gui.builder.window.tags
-
A tag handler class that allows the creation of window controllers.
- WindowControllerTag() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.WindowControllerTag
-
Creates a new instance of
WindowControllerTag
.
- WindowControllerTag(Class<?>, Class<?>) - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.WindowControllerTag
-
Creates a new instance of
WindowControllerTag
and allows
setting a default bean class and a base class.
- WindowData - Interface in net.sf.jguiraffe.gui.builder.window
-
Definition of an interface for providing (platform-independent) information
about a window to be created.
- windowDeactivated(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.AutoReleaseListener
-
Window deactivated event.
- windowDeactivated(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Dummy implementation of this window event.
- windowDeactivated(WindowEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowListener
-
Callback method to notify a listener that a window was deactivated.
- windowDeiconified(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.AutoReleaseListener
-
Window deiconified event.
- windowDeiconified(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Dummy implementation of this window event.
- windowDeiconified(WindowEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowListener
-
Callback method to notify a listener that a window was deiconified.
- WindowEvent - Class in net.sf.jguiraffe.gui.builder.window
-
An event class used by the window builder framework to deliver event
information related to windows.
- WindowEvent(Object, Window, WindowEvent.Type) - Constructor for class net.sf.jguiraffe.gui.builder.window.WindowEvent
-
Creates an instance of
WindowEvent
and sets the properties.
- WindowEvent.Type - Enum in net.sf.jguiraffe.gui.builder.window
-
An enumeration for the different types of window events.
- windowFromEvent(WindowEvent) - Static method in class net.sf.jguiraffe.gui.builder.window.WindowUtils
-
Tries to cast the source window from the specified event object into a
Window
object.
- windowFromEventEx(WindowEvent) - Static method in class net.sf.jguiraffe.gui.builder.window.WindowUtils
-
Tries to cast the source window from the specified event object into a
Window
object.
- windowIconified(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.AutoReleaseListener
-
Window iconified event.
- windowIconified(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Dummy implementation of this window event.
- windowIconified(WindowEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowListener
-
Callback method to notify a listener that a window was iconified.
- WindowListener - Interface in net.sf.jguiraffe.gui.builder.window
-
Definition of an interface that must be implemented by objects that are
interested in window related events.
- WindowListenerTag - Class in net.sf.jguiraffe.gui.builder.window.tags
-
A specialized event listener tag that can be used to register window
listeners.
- WindowListenerTag() - Constructor for class net.sf.jguiraffe.gui.builder.window.tags.WindowListenerTag
-
Creates a new instance of
WindowListenerTag
.
- WindowManager - Interface in net.sf.jguiraffe.gui.builder.window
-
Definition of an interface for platform (or GUI library) specific window
manager implementations.
- WindowManagerWrapper - Class in net.sf.jguiraffe.gui.builder.window
-
A base class for wrapper implementations of the
WindowManager
interface.
- WindowManagerWrapper(WindowManager) - Constructor for class net.sf.jguiraffe.gui.builder.window.WindowManagerWrapper
-
Creates a new instance of
WindowManagerWrapper
and initializes it
with the wrapped WindowManager
.
- windowOpened(WindowEvent) - Method in class net.sf.jguiraffe.examples.tutorial.viewset.ViewSettingsFormController
-
The associated window was opened.
- windowOpened(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.AutoReleaseListener
-
Window opened event.
- windowOpened(WindowEvent) - Method in class net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
The window containing the associated form was opened.
- windowOpened(WindowEvent) - Method in interface net.sf.jguiraffe.gui.builder.window.WindowListener
-
Callback method to notify a listener that a window was opened.
- WindowUtils - Class in net.sf.jguiraffe.gui.builder.window
-
A static utility class providing useful functionality for dealing with
Window
objects.
- WindowWrapper - Interface in net.sf.jguiraffe.gui.builder.window
-
Definition of an interface for objects that wrap "real" windows.
- withCellAlignment(CellAlignment) - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Sets the
alignment
property of the CellConstraints
instance to be created.
- withCellSize(CellSize) - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Sets the
size
property of the CellConstraints
instance to be created.
- withColumnConstraints(CellConstraints) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Sets a
CellConstraints
reference for the column for the
PercentData
instance to be created.
- withMinimumSize(NumberWithUnit) - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Sets the
minimumSize
property of the CellConstraints
instance to be created.
- withRowConstraints(CellConstraints) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Sets a
CellConstraints
reference for the row for the PercentData
instance to be created.
- withTargetColumn(int) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Initializes the
targetColumn
property of the PercentData
instance to be created.
- withTargetRow(int) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Initializes the
targetRow
property of the PercentData
instance to be created.
- withWeight(int) - Method in class net.sf.jguiraffe.gui.layout.CellConstraints.Builder
-
Sets the
weight
property of the CellConstraints
instance to be created.
- writeProperty(Object, String, Object) - Method in class net.sf.jguiraffe.gui.forms.bind.BeanBindingStrategy
-
Writes a property to a model object.
- writeProperty(Object, String, Object) - Method in class net.sf.jguiraffe.gui.forms.bind.DummyBindingStrategy
-
Writes a property of the given model object.
- writeProperty(Object, String, Object) - Method in interface net.sf.jguiraffe.gui.forms.BindingStrategy
-
Writes the specified value of a property of the given model object.
X
- xy(int, int) - Method in class net.sf.jguiraffe.gui.layout.PercentData.Builder
-
Initializes the column and the row index of the
PercentData
instance to be created.
Z
- ZERO - Static variable in class 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 R S T U V W X Z
Copyright © 2016 The JGUIraffe Team. All rights reserved.