A B C D E F G H I J K L M N O P R S T U V W X Z

A

AbstractActionContext - Class in net.sf.doolin.gui.action.support
Provides support for the context object.
AbstractActionContext() - Constructor for class net.sf.doolin.gui.action.support.AbstractActionContext
Constructor with a null context.
AbstractActionContext(Object) - Constructor for class net.sf.doolin.gui.action.support.AbstractActionContext
Constructor with an initial context.
AbstractActionPath - Class in net.sf.doolin.gui.action.path.item
Basic implementation for an ActionPath.
AbstractActionPath() - Constructor for class net.sf.doolin.gui.action.path.item.AbstractActionPath
Constructor with an empty stack.
AbstractActionPath(List<String>) - Constructor for class net.sf.doolin.gui.action.path.item.AbstractActionPath
Constructor with a predefined stack.
AbstractApplication - Class in net.sf.doolin.context
Abstract application based on a Spring application context.
AbstractApplication() - Constructor for class net.sf.doolin.context.AbstractApplication
 
AbstractChildren - Class in net.sf.doolin.gui.field.tree.support
Abstract root ancestor for children definition.
AbstractChildren() - Constructor for class net.sf.doolin.gui.field.tree.support.AbstractChildren
 
AbstractCompositeGUIWindowDescriptor<B,C> - Class in net.sf.doolin.gui.window.descriptor
Window descriptor that contains several views.
AbstractCompositeGUIWindowDescriptor() - Constructor for class net.sf.doolin.gui.window.descriptor.AbstractCompositeGUIWindowDescriptor
 
AbstractContextPropertyDisplayStateHandler<S> - Class in net.sf.doolin.gui.display
This display state handler is based on a property of the context.
AbstractContextPropertyDisplayStateHandler() - Constructor for class net.sf.doolin.gui.display.AbstractContextPropertyDisplayStateHandler
Default constructor
AbstractContextPropertyDisplayStateHandler(String) - Constructor for class net.sf.doolin.gui.display.AbstractContextPropertyDisplayStateHandler
Constructor.
AbstractDefinitionParser - Class in net.sf.doolin.context.spring
Utility parser for beans.
AbstractDefinitionParser() - Constructor for class net.sf.doolin.context.spring.AbstractDefinitionParser
 
AbstractDialogAction<B> - Class in net.sf.doolin.gui.window.dialog
Abstract implementation for an action which deals with a DialogGUIWindow.
AbstractDialogAction(String, String, boolean) - Constructor for class net.sf.doolin.gui.window.dialog.AbstractDialogAction
Constructor for the action
AbstractDialogActionsFactory<B> - Class in net.sf.doolin.gui.window.dialog
This abstract implementation of DialogActionsFactory provides methods to create instances of default dialog actions: OK and Cancel.
AbstractDialogActionsFactory() - Constructor for class net.sf.doolin.gui.window.dialog.AbstractDialogActionsFactory
 
AbstractDialogWindow<B> - Class in net.sf.doolin.gui.window.dialog
Window for a dialog.
AbstractDialogWindow(DialogActionsFactory) - Constructor for class net.sf.doolin.gui.window.dialog.AbstractDialogWindow
Constructor
AbstractDisplayStateHandler - Class in net.sf.doolin.gui.display
Abstract root for the display state handlers.
AbstractDisplayStateHandler() - Constructor for class net.sf.doolin.gui.display.AbstractDisplayStateHandler
 
AbstractField<V> - Class in net.sf.doolin.gui.field.support
Abstract field definition.
AbstractField(GUIView<V>, FieldDescriptor<V>) - Constructor for class net.sf.doolin.gui.field.support.AbstractField
Constructor.
AbstractFieldActionContext - Class in net.sf.doolin.gui.field.support
Abstract action context for a field.
AbstractFieldActionContext() - Constructor for class net.sf.doolin.gui.field.support.AbstractFieldActionContext
Default constructor
AbstractFieldActionContext(Object) - Constructor for class net.sf.doolin.gui.field.support.AbstractFieldActionContext
Constructor with a contextual value
AbstractFieldDescriptor<V> - Class in net.sf.doolin.gui.field
Abstract field descriptor.
AbstractFieldDescriptor() - Constructor for class net.sf.doolin.gui.field.AbstractFieldDescriptor
 
AbstractFieldText<V,J extends JTextComponent> - Class in net.sf.doolin.gui.field
JTextField field descriptor.
AbstractFieldText() - Constructor for class net.sf.doolin.gui.field.AbstractFieldText
 
AbstractFieldTypeParser<C> - Class in net.sf.doolin.gui.spring
Parser for an AbstractFieldDescriptor.
AbstractFieldTypeParser(Class<C>) - Constructor for class net.sf.doolin.gui.spring.AbstractFieldTypeParser
Constructor
AbstractFilePath - Class in net.sf.doolin.gui.swing
Abstract implementation for a IFilePath that provides support for the listeners.
AbstractFilePath() - Constructor for class net.sf.doolin.gui.swing.AbstractFilePath
 
AbstractFixedDisplayStateHandler - Class in net.sf.doolin.gui.display
Handler for a fixed value.
AbstractFixedDisplayStateHandler() - Constructor for class net.sf.doolin.gui.display.AbstractFixedDisplayStateHandler
 
AbstractGUIAction - Class in net.sf.doolin.gui.action
Abstract action for a default controlled behaviour.
AbstractGUIAction() - Constructor for class net.sf.doolin.gui.action.AbstractGUIAction
 
AbstractGUIEdit - Class in net.sf.doolin.gui.edit
Abstract ancestor for GUIEdit implementations, which provides support for the message and for the life-cycle.
AbstractGUIEdit(String, Object...) - Constructor for class net.sf.doolin.gui.edit.AbstractGUIEdit
Constructor.
AbstractGUIPreferences - Class in net.sf.doolin.gui.service.support
The Class AbstractGUIPreferences.
AbstractGUIPreferences() - Constructor for class net.sf.doolin.gui.service.support.AbstractGUIPreferences
 
AbstractGUITask<B,R> - Class in net.sf.doolin.gui.action.task
An abstract implementation for GUITask that provides a default support for the management of the exceptions.
AbstractGUITask() - Constructor for class net.sf.doolin.gui.action.task.AbstractGUITask
 
AbstractGUIView<V> - Class in net.sf.doolin.gui.view.support
Abstract view
AbstractGUIView(GUIWindow<?>, GUIViewDescriptor<V>, V) - Constructor for class net.sf.doolin.gui.view.support.AbstractGUIView
Constructor.
AbstractGUIViewDecorator - Class in net.sf.doolin.gui.view.decorator
Abstract view decorator that provides services for actions and icons.
AbstractGUIViewDecorator() - Constructor for class net.sf.doolin.gui.view.decorator.AbstractGUIViewDecorator
 
AbstractGUIViewDescriptor<V> - Class in net.sf.doolin.gui.view.descriptor
Abstract view descriptor.
AbstractGUIViewDescriptor() - Constructor for class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
 
AbstractGUIWindow<B> - Class in net.sf.doolin.gui.window.support
Utility ancestor for application windows.
AbstractGUIWindow() - Constructor for class net.sf.doolin.gui.window.support.AbstractGUIWindow
 
AbstractGUIWindowDescriptor<B> - Class in net.sf.doolin.gui.window.descriptor
Window descriptor that provides common attributes and methods.
AbstractGUIWindowDescriptor() - Constructor for class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
 
AbstractIconService - Class in net.sf.doolin.gui.service.icon
Icon manager that loads icon from a map of icon definitions.
AbstractIconService() - Constructor for class net.sf.doolin.gui.service.icon.AbstractIconService
Constructor.
AbstractIconService.IconItem - Class in net.sf.doolin.gui.service.icon
Associations between icon sizes and actual icons.
AbstractIconService.IconItem() - Constructor for class net.sf.doolin.gui.service.icon.AbstractIconService.IconItem
 
AbstractIWindow<W extends Window> - Class in net.sf.doolin.gui.window.support
Abstract IWindow implementation that holds the concrete implementation of a Window.
AbstractIWindow(ActionContext) - Constructor for class net.sf.doolin.gui.window.support.AbstractIWindow
Constructor
AbstractJMenuBuilder - Class in net.sf.doolin.gui.action.swing
Base implementation for the build of a JMenu.
AbstractJMenuBuilder() - Constructor for class net.sf.doolin.gui.action.swing.AbstractJMenuBuilder
 
AbstractListPropertyFieldDescriptor<V,E> - Class in net.sf.doolin.gui.field.list
Abstract field descriptor for fields that are based on a list of objects.
AbstractListPropertyFieldDescriptor() - Constructor for class net.sf.doolin.gui.field.list.AbstractListPropertyFieldDescriptor
 
AbstractListPropertyFieldTypeParser<C> - Class in net.sf.doolin.gui.spring
Parser for an AbstractListPropertyFieldDescriptor
AbstractListPropertyFieldTypeParser(Class<C>) - Constructor for class net.sf.doolin.gui.spring.AbstractListPropertyFieldTypeParser
Constructor
AbstractMenuBuilder - Class in net.sf.doolin.gui.action.swing
Base implementation for the MenuBuilder implementation.
AbstractMenuBuilder() - Constructor for class net.sf.doolin.gui.action.swing.AbstractMenuBuilder
 
AbstractOXMLAction - Class in net.sf.doolin.oxml.action
Utility ancestor for OXML actions.
AbstractOXMLAction() - Constructor for class net.sf.doolin.oxml.action.AbstractOXMLAction
 
AbstractOXMLConfig - Class in net.sf.doolin.oxml.config
Abstract utility ancestor.
AbstractOXMLConfig() - Constructor for class net.sf.doolin.oxml.config.AbstractOXMLConfig
 
AbstractOXMLInstanceFactory<T> - Class in net.sf.doolin.oxml.adapter
Creates an instance from the current node.
AbstractOXMLInstanceFactory() - Constructor for class net.sf.doolin.oxml.adapter.AbstractOXMLInstanceFactory
 
AbstractOXMLSource - Class in net.sf.doolin.oxml.source
Utility ancestor for the setup of the parser.
AbstractOXMLSource() - Constructor for class net.sf.doolin.oxml.source.AbstractOXMLSource
 
AbstractPropertyBasedTableEventListFactory<E> - Class in net.sf.doolin.gui.field.table.support
 
AbstractPropertyBasedTableEventListFactory() - Constructor for class net.sf.doolin.gui.field.table.support.AbstractPropertyBasedTableEventListFactory
 
AbstractPropertyFieldDescriptor<V> - Class in net.sf.doolin.gui.field
Abstract field descriptor for fields based on a property.
AbstractPropertyFieldDescriptor() - Constructor for class net.sf.doolin.gui.field.AbstractPropertyFieldDescriptor
 
AbstractPropertyFieldTypeParser<C> - Class in net.sf.doolin.gui.spring
Parser for an AbstractPropertyFieldDescriptor
AbstractPropertyFieldTypeParser(Class<C>) - Constructor for class net.sf.doolin.gui.spring.AbstractPropertyFieldTypeParser
Constructor
AbstractPropertySet - Class in net.sf.doolin.util
 
AbstractPropertySet() - Constructor for class net.sf.doolin.util.AbstractPropertySet
 
AbstractRootPaneGUIWindow<B> - Class in net.sf.doolin.gui.window.support
Window implementation that allows the management of tool bars and menu bars.
AbstractRootPaneGUIWindow() - Constructor for class net.sf.doolin.gui.window.support.AbstractRootPaneGUIWindow
 
AbstractSequenceOXMLAction - Class in net.sf.doolin.oxml.action
Action that contains a sequence of OXML actions.
AbstractSequenceOXMLAction() - Constructor for class net.sf.doolin.oxml.action.AbstractSequenceOXMLAction
 
AbstractServiceNameFactoryBean<F> - Class in net.sf.doolin.context.support
 
AbstractServiceNameFactoryBean() - Constructor for class net.sf.doolin.context.support.AbstractServiceNameFactoryBean
 
AbstractSimpleDisplayStateHandler - Class in net.sf.doolin.gui.display
 
AbstractSimpleDisplayStateHandler() - Constructor for class net.sf.doolin.gui.display.AbstractSimpleDisplayStateHandler
 
AbstractSimpleGUIAction - Class in net.sf.doolin.gui.action
This class provides support for the text and the icon.
AbstractSimpleGUIAction() - Constructor for class net.sf.doolin.gui.action.AbstractSimpleGUIAction
 
AbstractSimpleOXMLAdapter<T> - Class in net.sf.doolin.oxml.adapter
Adapter that converts the string value to an object.
AbstractSimpleOXMLAdapter() - Constructor for class net.sf.doolin.oxml.adapter.AbstractSimpleOXMLAdapter
 
AbstractStateAdapter<S> - Class in net.sf.doolin.gui.display
Abstract adapter that manages the read-only state
AbstractStateAdapter() - Constructor for class net.sf.doolin.gui.display.AbstractStateAdapter
 
AbstractSubscriber<M> - Class in net.sf.doolin.bus.support
Abstract subscriber that relies on an external SubscriberValidator for its validation.
AbstractSubscriber(Class<M>, SubscriberValidator) - Constructor for class net.sf.doolin.bus.support.AbstractSubscriber
Builds a subscriber.
AbstractSwingAction - Class in net.sf.doolin.gui.action.support
Ancestor for Swing Actions used in the Doolin GUI framework.
AbstractSwingAction() - Constructor for class net.sf.doolin.gui.action.support.AbstractSwingAction
 
AbstractTabularColumn<T> - Class in net.sf.doolin.tabular.support
Defines the definition of a column with a title.
AbstractTabularColumn(String) - Constructor for class net.sf.doolin.tabular.support.AbstractTabularColumn
Constructor.
AbstractTabularModel<T> - Class in net.sf.doolin.tabular.support
This class defines an abstract common implementation for a tabular model.
AbstractTabularModel() - Constructor for class net.sf.doolin.tabular.support.AbstractTabularModel
 
AbstractTemplate - Class in net.sf.doolin.template.support
Utility ancestor for template implementations.
AbstractTemplate() - Constructor for class net.sf.doolin.template.support.AbstractTemplate
 
AbstractTemplateEngine - Class in net.sf.doolin.template.support
Utility ancestor for the template engine implementations.
AbstractTemplateEngine() - Constructor for class net.sf.doolin.template.support.AbstractTemplateEngine
 
AbstractTemplateManager - Class in net.sf.doolin.template.support
Utility root ancestor for template manager implementations.
AbstractTemplateManager() - Constructor for class net.sf.doolin.template.support.AbstractTemplateManager
 
AbstractTextAction - Class in net.sf.doolin.gui.action
Abstract implementation for an action is based on a text key.
AbstractTextAction(String, String, boolean) - Constructor for class net.sf.doolin.gui.action.AbstractTextAction
Constructor for the action
AbstractTextBusLog - Class in net.sf.doolin.bus.support
This BusLog implementation logs bus events using a text representation.
AbstractTextBusLog() - Constructor for class net.sf.doolin.bus.support.AbstractTextBusLog
 
AbstractTextOXMLInstanceFactory<T> - Class in net.sf.doolin.oxml.adapter
Creates an instance from the text of the current element.
AbstractTextOXMLInstanceFactory() - Constructor for class net.sf.doolin.oxml.adapter.AbstractTextOXMLInstanceFactory
 
AbstractToken - Class in net.sf.doolin.util.expression
Utility ancestor for the Token classes.
AbstractToken(TokenType) - Constructor for class net.sf.doolin.util.expression.AbstractToken
Constructor.
AbstractTypedGUIAction<T> - Class in net.sf.doolin.gui.action
Deprecated. Use AbstractGUIAction.setActionContextDataExtractor(net.sf.doolin.gui.action.support.ActionContextDataExtractor)
AbstractTypedGUIAction() - Constructor for class net.sf.doolin.gui.action.AbstractTypedGUIAction
Deprecated.  
AbstractValidationGUIViewDecorator - Class in net.sf.doolin.gui.validation
Abstract implementation for a view decorator that setups the validation on a view.
AbstractValidationGUIViewDecorator() - Constructor for class net.sf.doolin.gui.validation.AbstractValidationGUIViewDecorator
 
AbstractValidator<B> - Class in net.sf.doolin.gui.validation
Abstract validator.
AbstractValidator() - Constructor for class net.sf.doolin.gui.validation.AbstractValidator
 
AbstractViewOpener<V> - Class in net.sf.doolin.gui.window.opener
 
AbstractViewOpener() - Constructor for class net.sf.doolin.gui.window.opener.AbstractViewOpener
 
AbstractWizardAction - Class in net.sf.doolin.gui.wizard.support
Abstract action for a wizard.
AbstractWizardAction(String, String) - Constructor for class net.sf.doolin.gui.wizard.support.AbstractWizardAction
Constructor
AbstractWizardActionsFactory - Class in net.sf.doolin.gui.wizard.support
This abstract factory provides methods to create default wizard actions.
AbstractWizardActionsFactory() - Constructor for class net.sf.doolin.gui.wizard.support.AbstractWizardActionsFactory
 
AbstractWizardDisplayStateHandler - Class in net.sf.doolin.gui.wizard.state
DisplayStateHandler for a wizard action.
AbstractWizardDisplayStateHandler() - Constructor for class net.sf.doolin.gui.wizard.state.AbstractWizardDisplayStateHandler
 
AbstractWizardRule - Class in net.sf.doolin.gui.wizard.rule.condition
Rule implementation which gives access to the result.
AbstractWizardRule() - Constructor for class net.sf.doolin.gui.wizard.rule.condition.AbstractWizardRule
 
AbstractWizardRules<B> - Class in net.sf.doolin.gui.wizard.rule
Basic implementation for the wizard navigation rules.
AbstractWizardRules() - Constructor for class net.sf.doolin.gui.wizard.rule.AbstractWizardRules
 
accept(M) - Method in interface net.sf.doolin.bus.SubscriberTrigger
Checks the message
accept(PropertyChangeMessage) - Method in class net.sf.doolin.bus.support.BothWayPropertyChangeSubscriber
 
accept(PropertyChangeMessage) - Method in class net.sf.doolin.bus.support.PropertyChangeSubscriber
 
accept(M) - Method in class net.sf.doolin.bus.support.SubscriberAdapter
 
accept(M) - Method in class net.sf.doolin.bus.support.Subscription
Checks if this subscription accepts a message
accept(File) - Method in class net.sf.doolin.util.PatternFileFilter
 
accept(String) - Method in class net.sf.doolin.util.PatternFileFilter
Checks if a file name (or any string) complies with the pattern.
accept(String) - Method in class net.sf.doolin.util.PatternFormat
Utility method
ACTION_NAME - Static variable in class net.sf.doolin.gui.swing.JFontChooser.DialogCancelAction
The Constant ACTION_NAME.
ACTION_NAME - Static variable in class net.sf.doolin.gui.swing.JFontChooser.DialogOKAction
The Constant ACTION_NAME.
ActionAbout - Class in net.sf.doolin.gui.action.util
Standard action for displaying an "About..." dialog box.
ActionAbout() - Constructor for class net.sf.doolin.gui.action.util.ActionAbout
 
ActionAbout.ImagePosition - Enum in net.sf.doolin.gui.action.util
Positions for the image.
ActionBarContext - Class in net.sf.doolin.gui.action.path
Menu bar and its context.
ActionBarContext(ActionPathList, ActionContext) - Constructor for class net.sf.doolin.gui.action.path.ActionBarContext
Instantiates a new menu bar context.
ActionCallback - Interface in net.sf.doolin.gui.template.component
Call-back method for dealing with pseudo protocol "action:"
ActionContext - Interface in net.sf.doolin.gui.action
Context for the execution of an action.
ActionContextDataExtractor - Interface in net.sf.doolin.gui.action.support
 
ActionContextPath - Class in net.sf.doolin.gui.action.path
Association of an action context and of an action path.
ActionContextPath(ActionContext, ActionPath) - Constructor for class net.sf.doolin.gui.action.path.ActionContextPath
Instantiates a new action context path.
ActionContextPathList - Interface in net.sf.doolin.gui.action.path
List of ActionContextPath.
ActionDelegate<T> - Interface in net.sf.doolin.gui.action.support
Defines an object that can be called from an action.
ActionFactory - Interface in net.sf.doolin.gui.action.swing
Defines the factory for components based on actions.
ActionPath - Interface in net.sf.doolin.gui.action.path.item
Defines a way to install an action in a MenuBuilder for a given ActionContext.
ActionPathList - Interface in net.sf.doolin.gui.action.path.list
Container for a list of ActionPath.
actionPerformed(ActionEvent) - Method in class net.sf.doolin.gui.action.support.SwingAction
Delegates to GUIAction.execute(ActionContext).
actionPerformed(ActionEvent) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor.CloseAction
 
actionPerformed(ActionEvent) - Method in class net.sf.doolin.gui.swing.JFontChooser.DialogCancelAction
 
actionPerformed(ActionEvent) - Method in class net.sf.doolin.gui.swing.JFontChooser.DialogOKAction
 
ActionProxyDelegate<T> - Class in net.sf.doolin.gui.action.support
This action set a property on the action context data and delegates to an action.
ActionProxyDelegate() - Constructor for class net.sf.doolin.gui.action.support.ActionProxyDelegate
 
ActionURLStreamHandler - Class in net.sf.doolin.gui.template.component
Placeholder for the action protocol.
ActionURLStreamHandler() - Constructor for class net.sf.doolin.gui.template.component.ActionURLStreamHandler
 
ACTIVATE_LOGGING - Static variable in class net.sf.doolin.gui.bus.BusMonitoringModel
 
activateView() - Method in class net.sf.doolin.gui.docking.DockingComponent
Activates the view
activateView(GUIWindow<B>, GUIView<?>) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
 
activateView(GUIWindow<B>, GUIView<?>) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Does nothing.
activateView(GUIWindow<B>, GUIView<?>) - Method in interface net.sf.doolin.gui.window.descriptor.GUIWindowDescriptor
Activates the view in the window.
adapt(Node, String, OXMLContext) - Method in class net.sf.doolin.oxml.adapter.AbstractSimpleOXMLAdapter
 
adapt(String, OXMLContext) - Method in class net.sf.doolin.oxml.adapter.AbstractSimpleOXMLAdapter
Adapts a simple string to an object.
adapt(String, OXMLContext) - Method in class net.sf.doolin.oxml.adapter.DefaultOXMLAdapter
 
adapt(String, OXMLContext) - Method in class net.sf.doolin.oxml.adapter.DimensionOXMLAdapter
 
adapt(String, OXMLContext) - Method in class net.sf.doolin.oxml.adapter.EnumOXMLAdapter
 
adapt(Node, String, OXMLContext) - Method in interface net.sf.doolin.oxml.adapter.OXMLAdapter
Adapts a value taken from the XML to a value suitable in the object model.
AdaptedContextPropertyDisplayStateHandler<S> - Class in net.sf.doolin.gui.display
This display state handler is based on a property of the context.
AdaptedContextPropertyDisplayStateHandler() - Constructor for class net.sf.doolin.gui.display.AdaptedContextPropertyDisplayStateHandler
Default constructor
AdaptedContextPropertyDisplayStateHandler(String, Adapter<S, DisplayState>) - Constructor for class net.sf.doolin.gui.display.AdaptedContextPropertyDisplayStateHandler
Constructor.
Adapter<S,T> - Interface in net.sf.doolin.util
Adapter between a subject type and a target type.
add(Subscriber<M>) - Method in class net.sf.doolin.bus.support.Subscriptions
 
add(JComponent) - Method in class net.sf.doolin.gui.action.swing.AbstractMenuBuilder
 
add(SubscriberValidator, Action) - Method in class net.sf.doolin.gui.action.swing.JButtonBarBuilder
 
add(SubscriberValidator, Action) - Method in class net.sf.doolin.gui.action.swing.JMenuBarBuilder
 
add(SubscriberValidator, Action) - Method in class net.sf.doolin.gui.action.swing.JMenuBuilder
 
add(SubscriberValidator, Action) - Method in class net.sf.doolin.gui.action.swing.JPopupMenuBuilder
 
add(JComponent) - Method in class net.sf.doolin.gui.action.swing.JToolBarBuilder
 
add(SubscriberValidator, Action) - Method in class net.sf.doolin.gui.action.swing.JToolBarBuilder
 
add(JComponent) - Method in interface net.sf.doolin.gui.action.swing.MenuBuilder
Adds a direct component in this menu
add(SubscriberValidator, Action) - Method in interface net.sf.doolin.gui.action.swing.MenuBuilder
Adds a single action to the builder
add(DockDescription) - Method in class net.sf.doolin.gui.docking.DockDescription
Adds a child to this dock
add(JPanel, JComponent, Object) - Method in class net.sf.doolin.gui.layout.FormLayoutService
 
add(JPanel, JComponent, Object) - Method in class net.sf.doolin.gui.layout.LayoutManagerService
Adds a component to a panel using the given constraint.
add(JPanel, JComponent, Object) - Method in interface net.sf.doolin.gui.layout.LayoutService
Adds a component to a panel using the given constraint.
add(JPanel, JComponent, Object) - Method in class net.sf.doolin.gui.layout.SingleLayoutService
 
add(JPanel, JComponent, Object) - Method in class net.sf.doolin.gui.layout.TableLayoutService
 
ADD - Static variable in class net.sf.doolin.gui.swing.DoolinIcons
Add icon
add(Action) - Method in class net.sf.doolin.gui.swing.JButtonBar
Adds a button to this bar using an action.
add(Token) - Method in class net.sf.doolin.util.expression.KeyToken
 
add(Token) - Method in class net.sf.doolin.util.expression.TextToken
 
add(Token) - Method in interface net.sf.doolin.util.expression.Token
Adds the.
add(Token) - Method in class net.sf.doolin.util.expression.TokenList
 
add(Token) - Method in class net.sf.doolin.util.expression.ValueToken
Adds the.
addAllFrom(GUIValidation) - Method in class net.sf.doolin.gui.validation.GUIValidation
Merge the subResults to this validation object.
addAttribute(String) - Method in class net.sf.doolin.gui.spring.LayoutManagerServiceParser
 
addAttributeRef(String) - Method in class net.sf.doolin.context.spring.SimpleDefinitionParser
Uses the value of an attribute as a reference to a bean.
addAttributeRef(String, String) - Method in class net.sf.doolin.context.spring.SimpleDefinitionParser
Uses the value of an attribute as a reference to a bean.
addColumn(TabularColumn<T>) - Method in class net.sf.doolin.tabular.support.AbstractTabularModel
Adds a column to the model
addConstantAttribute(Class<?>, String) - Method in class net.sf.doolin.gui.spring.LayoutManagerServiceParser
 
addCustomBeanAs(String, String) - Method in class net.sf.doolin.context.spring.SimpleDefinitionParser
Registers a child element which must be parsed as a custom element.
addCustomNamespace(String) - Static method in class net.sf.doolin.context.spring.CustomNamespaces
Registers a new custom namespace
addEdit(GUIEdit) - Method in class net.sf.doolin.gui.edit.DefaultGUIEditManager
 
addEdit(GUIEdit) - Method in interface net.sf.doolin.gui.edit.GUIEditManager
Adds a new task.
addFactoryFromAttribute(String, String, SimpleBeanFactory) - Method in class net.sf.doolin.context.spring.SimpleDefinitionParser
Specifies that the value of an attribute must be used to create an object that will be used as a property value.
addField(GUIView<V>, FieldDescriptor<V>) - Method in class net.sf.doolin.gui.form.FormPanel
Adds the field.
addFilePathListener(FilePathListener) - Method in class net.sf.doolin.gui.swing.AbstractFilePath
 
addFilePathListener(FilePathListener) - Method in interface net.sf.doolin.gui.swing.IFilePath
Adds a listener for the path change
addGUIWindowListener(GUIWindowListener<B>) - Method in interface net.sf.doolin.gui.window.GUIWindow
Adds a listener for the window
addGUIWindowListener(GUIWindowListener<B>) - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
 
addLayoutComponent(Component, Object) - Method in class net.sf.doolin.gui.swing.DockLayout
 
addMessage(GUIValidationMessage) - Method in class net.sf.doolin.gui.validation.GUIValidation
Adds a validation message
addMessage(Object, String, Object...) - Method in class net.sf.doolin.gui.validation.GUIValidation
Adds a validation message
addMultiComboListener(MultiComboListener) - Method in class net.sf.doolin.gui.field.list.multi.MultiComboComponent
 
addParam(String, boolean) - Method in class net.sf.doolin.util.ParameterSet
Adds a boolean parameter
addParam(String, int) - Method in class net.sf.doolin.util.ParameterSet
Adds an integer parameter
addParam(String, String) - Method in class net.sf.doolin.util.ParameterSet
Add a parameter
addParams(Map<String, String>) - Method in class net.sf.doolin.util.ParameterSet
Adds a set of parameters
addPropertyValue(String, String) - Method in class net.sf.doolin.context.spring.SimpleDefinitionParser
Specifies the value for a property
addSeparator() - Method in class net.sf.doolin.gui.action.swing.AbstractMenuBuilder
Checks if a separator has been created before before creating a new one.
addSeparator() - Method in interface net.sf.doolin.gui.action.swing.MenuBuilder
Adds a separator for this menu
addSimpleAttribute(String) - Method in class net.sf.doolin.context.spring.SimpleDefinitionParser
Specifies that the value of the given attribute must be used as the value for the property that has the same name
addSimpleAttribute(String, String) - Method in class net.sf.doolin.context.spring.SimpleDefinitionParser
Specifies that the value of the given attribute must be used as the value of a property.
addStyle(Style) - Method in class net.sf.doolin.gui.style.ChainedStyle
Adds a style to the chain
addSubscriptionClassInfo(ISubscriptionClassInfo) - Method in class net.sf.doolin.bus.support.BusInfo
 
addSubscriptionInfo(Subscription<?>) - Method in class net.sf.doolin.bus.support.SubscriptionClassInfo
 
addText(char) - Method in class net.sf.doolin.util.expression.KeyToken
 
addText(char) - Method in class net.sf.doolin.util.expression.TextToken
 
addText(char) - Method in interface net.sf.doolin.util.expression.Token
Adds the text.
addText(char) - Method in class net.sf.doolin.util.expression.TokenList
 
addText(char) - Method in class net.sf.doolin.util.expression.ValueToken
Adds the text.
addView(GUIView<?>) - Method in interface net.sf.doolin.gui.window.GUIWindow
Registers a new view in this window
addView(GUIView<?>) - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
 
addView(GUIView<?>) - Method in class net.sf.doolin.gui.wizard.support.WizardWindow
 
addViewListener(GUIViewListener<B>) - Method in interface net.sf.doolin.gui.view.GUIView
Adds a listener for the view life-cycle
addViewListener(GUIViewListener<V>) - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
 
addWarning(String) - Method in class net.sf.doolin.oxml.OXMLReaderOutput
Adds a warning.
addWindowListener(WindowListener) - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogWindow
 
addWindowListener(WindowListener) - Method in class net.sf.doolin.gui.window.support.AbstractIWindow
 
addWindowListener(WindowListener) - Method in interface net.sf.doolin.gui.window.support.IWindow
Adds a window listener
afterPropertiesSet() - Method in class net.sf.doolin.context.support.AbstractServiceNameFactoryBean
 
afterPropertiesSet() - Method in class net.sf.doolin.gui.service.icon.SimpleIconService
AggregatedActionPathList - Class in net.sf.doolin.gui.action.path.list
This class aggregates several list of ActionPath.
AggregatedActionPathList() - Constructor for class net.sf.doolin.gui.action.path.list.AggregatedActionPathList
 
AlternateColorTableStyle - Class in net.sf.doolin.gui.field.table.style
Style that alternates colors between rows.
AlternateColorTableStyle() - Constructor for class net.sf.doolin.gui.field.table.style.AlternateColorTableStyle
 
AlwaysDisabledDisplayStateHandler - Class in net.sf.doolin.gui.display
Returns a state that is always DisplayState.DISABLED.
AlwaysDisabledDisplayStateHandler() - Constructor for class net.sf.doolin.gui.display.AlwaysDisabledDisplayStateHandler
 
AlwaysEnabledDisplayStateHandler - Class in net.sf.doolin.gui.display
Returns a state that is always DisplayState.ENABLED.
AlwaysEnabledDisplayStateHandler() - Constructor for class net.sf.doolin.gui.display.AlwaysEnabledDisplayStateHandler
 
AlwaysHiddenDisplayStateHandler - Class in net.sf.doolin.gui.display
Returns a state that is always DisplayState.HIDDEN.
AlwaysHiddenDisplayStateHandler() - Constructor for class net.sf.doolin.gui.display.AlwaysHiddenDisplayStateHandler
 
AndDisplayStateHandler - Class in net.sf.doolin.gui.display
Display state handler that operates a conjunction between several handlers.
AndDisplayStateHandler() - Constructor for class net.sf.doolin.gui.display.AndDisplayStateHandler
Default constructor
AndDisplayStateHandler(List<DisplayStateHandler>) - Constructor for class net.sf.doolin.gui.display.AndDisplayStateHandler
Constructor from a list.
AndDisplayStateHandler(DisplayStateHandler...) - Constructor for class net.sf.doolin.gui.display.AndDisplayStateHandler
Constructor from an array
AndSubscriberValidator - Class in net.sf.doolin.bus.support
This validator performs a logical and between several validators.
AndSubscriberValidator() - Constructor for class net.sf.doolin.bus.support.AndSubscriberValidator
Constructor with no validator.
AndSubscriberValidator(List<SubscriberValidator>) - Constructor for class net.sf.doolin.bus.support.AndSubscriberValidator
Constructor with a list of validators.
AndSubscriberValidator(SubscriberValidator...) - Constructor for class net.sf.doolin.bus.support.AndSubscriberValidator
Constructor with an an array of validators
Application - Interface in net.sf.doolin.context
Life-cycle of an application.
ApplicationActionContext - Class in net.sf.doolin.gui.app.support
Action context for an application
ApplicationActionContext(GUIApplication) - Constructor for class net.sf.doolin.gui.app.support.ApplicationActionContext
Constructor
ApplicationLauncher - Class in net.sf.doolin.context
Application.
apply(ActionContext) - Method in class net.sf.doolin.gui.action.support.DataActionContextConverter
 
apply(GUITreeNode) - Method in class net.sf.doolin.gui.field.tree.model.GUITreeNodeUserObjectPredicate
 
apply(Component) - Method in class net.sf.doolin.gui.style.BackgroundStyle
 
apply(Component) - Method in class net.sf.doolin.gui.style.ChainedStyle
 
apply(Component) - Method in class net.sf.doolin.gui.style.FontStyle
 
apply(Component) - Method in class net.sf.doolin.gui.style.PropertyStyle
 
apply(Component) - Method in interface net.sf.doolin.gui.style.Style
Applies this style to this component
apply(Component) - Method in class net.sf.doolin.gui.swing.SwingUtils.ClassComponentPredicate
 
apply(E) - Method in class net.sf.doolin.util.collection.MapPredicate
 
apply(E) - Method in class net.sf.doolin.util.collection.PropertyPredicate
 
apply(T) - Method in class net.sf.doolin.util.CopyFunction
 
apply(S) - Method in class net.sf.doolin.util.MethodFunction
Calls the method on the source object and casts the result to <T>.
apply(S) - Method in class net.sf.doolin.util.PropertyFunction
 
applyStyle(Component, JTable, int, int) - Method in class net.sf.doolin.gui.field.table.renderer.GUITableCellRenderer
Applies style.
arrange(GUIWindow<B>) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Arranges the content of the window.
arrangeActionBars(GUIWindow<B>) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Creates and setup the action bars (menu bars, tool bars, action bars).
arrangeView(GUIWindow<B>, GUIView<V>, C, DecorationStyle) - Method in class net.sf.doolin.gui.window.descriptor.AbstractCompositeGUIWindowDescriptor
Arrange view.
arrangeViewInWindow(GUIWindow<B>, GUIView<V>, JComponent, DockingConstraint) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
 
arrangeViewInWindow(GUIWindow<B>, GUIView<V>, JComponent, C) - Method in class net.sf.doolin.gui.window.descriptor.AbstractCompositeGUIWindowDescriptor
Arrange view.
arrangeViewInWindow(GUIWindow<B>, GUIView<V>, JComponent, Object) - Method in class net.sf.doolin.gui.window.descriptor.LayoutGUIWindowDescriptor
 
arrangeViewInWindow(GUIWindow<B>, GUIView<V>, JComponent, Object) - Method in class net.sf.doolin.gui.window.descriptor.TabbedGUIWindowDescriptor
 
arrangeViewReference(ViewReference<V, C>, GUIWindow<B>) - Method in class net.sf.doolin.gui.window.descriptor.AbstractCompositeGUIWindowDescriptor
Arrange view reference.
arrangeViews(GUIWindow<B>) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
 
arrangeViews(GUIWindow<B>) - Method in class net.sf.doolin.gui.window.descriptor.AbstractCompositeGUIWindowDescriptor
Arranges the views inside the window.
arrangeViews(GUIWindow<B>) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Arranges the views inside the window.
arrangeViews(GUIWindow<B>) - Method in class net.sf.doolin.gui.window.descriptor.SimpleGUIWindowDescriptor
 
arrangeViews(GUIWindow<B>) - Method in class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
 
arrangeViewWithReference(GUIWindow<B>, ViewReference<V, C>, V) - Method in class net.sf.doolin.gui.window.descriptor.AbstractCompositeGUIWindowDescriptor
Arrange view with reference.
arrangeWindow(GUIWindow<B>) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
 
arrangeWindow(GUIWindow<B>) - Method in class net.sf.doolin.gui.window.descriptor.AbstractCompositeGUIWindowDescriptor
Arranges the window.
arrangeWindow(GUIWindow<B>) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Arranges the window.
arrangeWindow(GUIWindow<B>) - Method in class net.sf.doolin.gui.window.descriptor.LayoutGUIWindowDescriptor
 
arrangeWindow(GUIWindow<B>) - Method in class net.sf.doolin.gui.window.descriptor.SimpleGUIWindowDescriptor
 
arrangeWindow(GUIWindow<B>) - Method in class net.sf.doolin.gui.window.descriptor.TabbedGUIWindowDescriptor
 
arrangeWindow(GUIWindow<B>) - Method in class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
 
asList(Collection<T>) - Static method in class net.sf.doolin.util.Utils
Get a collection has a list.
asPropertyPath(String...) - Static method in class net.sf.doolin.util.Utils
Gets a property path from a list of properties
AuthorizedUser - Interface in net.sf.doolin.util
User with some authorizations
AUTO_REFRESH - Static variable in class net.sf.doolin.gui.bus.BusMonitoringModel
 

B

BackgroundGUITaskExecutor<B,R> - Class in net.sf.doolin.gui.action.task
This GUITaskExecutor executes the task in the background, using a SwingWorker.
BackgroundGUITaskExecutor() - Constructor for class net.sf.doolin.gui.action.task.BackgroundGUITaskExecutor
 
BackgroundStyle - Class in net.sf.doolin.gui.style
Style that changes the background colour of the component.
BackgroundStyle() - Constructor for class net.sf.doolin.gui.style.BackgroundStyle
White colour
BackgroundStyle(Color) - Constructor for class net.sf.doolin.gui.style.BackgroundStyle
Constructor with a given colour
BarPosition - Enum in net.sf.doolin.gui.action.path.toolbar
Specification for the position of a tool bar in its hosting component.
BasicPropertySet - Class in net.sf.doolin.util
 
BasicPropertySet() - Constructor for class net.sf.doolin.util.BasicPropertySet
 
Bean - Class in net.sf.doolin.bus.bean
This class defines an object that can notify its changes to the bus.
Bean() - Constructor for class net.sf.doolin.bus.bean.Bean
 
BEAN_APPLICATION - Static variable in class net.sf.doolin.context.ApplicationLauncher
Default bean name for the application.
BeanMethodInterceptor<T> - Class in net.sf.doolin.bus.cglib
 
BeanMethodInterceptor(T) - Constructor for class net.sf.doolin.bus.cglib.BeanMethodInterceptor
 
BeanNotificationSupport - Class in net.sf.doolin.bus.bean
This class defines an object that can notify the changes of an object to the bus.
BeanNotificationSupport(Object) - Constructor for class net.sf.doolin.bus.bean.BeanNotificationSupport
 
BeanProxyFactory - Class in net.sf.doolin.bus.cglib
 
BeanProxyFactory() - Constructor for class net.sf.doolin.bus.cglib.BeanProxyFactory
 
BeanSet - Class in net.sf.doolin.bus.bean
 
BeanSet() - Constructor for class net.sf.doolin.bus.bean.BeanSet
 
BeanSet(Object, String) - Constructor for class net.sf.doolin.bus.bean.BeanSet
 
BooleanStateAdapter - Class in net.sf.doolin.gui.display
Adapter from a Boolean value to a DisplayState.
BooleanStateAdapter() - Constructor for class net.sf.doolin.gui.display.BooleanStateAdapter
 
BORDER_STYLE_BORDER_ONLY - Static variable in class net.sf.doolin.gui.view.decorator.DecorationStyle
borderOnly border style where no title is displayed in the view but a border is drawn around the view.
BORDER_STYLE_BORDER_TITLE - Static variable in class net.sf.doolin.gui.view.decorator.DecorationStyle
borderTitle border style where a titled border is drawn around the view.
BORDER_STYLE_NONE - Static variable in class net.sf.doolin.gui.view.decorator.DecorationStyle
none border style where no title is displayed in the view.
BORDER_STYLE_TITLE_BAR - Static variable in class net.sf.doolin.gui.view.decorator.DecorationStyle
titleBar border style where the title is displayed in a bar at the top of the view.
BothWayPropertyChangeSubscriber - Class in net.sf.doolin.bus.support
This subscriber connects two properties in two different beans, in both directions.
BothWayPropertyChangeSubscriber(SubscriberValidator, Object, String, Object, String) - Constructor for class net.sf.doolin.bus.support.BothWayPropertyChangeSubscriber
Constructor.
BOTTOM - Static variable in class net.sf.doolin.gui.swing.DockLayout
BOTTOM location
browse(URL) - Method in interface net.sf.doolin.gui.service.DesktopService
Browses the URL using the desktop browser
browse(URL) - Method in class net.sf.doolin.gui.service.support.JDK6DesktopService
 
browse(Component) - Method in class net.sf.doolin.gui.swing.FileBrowser
Browses for a file or a directory.
build() - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogWindow
 
build(GUIApplication, GUIWindowDescriptor<B>, B) - Method in interface net.sf.doolin.gui.window.GUIWindow
Builds and initializes the window.
build() - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
Builds the window.
build(GUIApplication, GUIWindowDescriptor<B>, B) - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
Builds and initializes the window.
build() - Method in class net.sf.doolin.gui.window.support.AbstractRootPaneGUIWindow
 
build() - Method in class net.sf.doolin.gui.window.support.FrameGUIWindow
Builds the window.
buildRadio(GUIView<V>, SimpleField<V>, E) - Method in class net.sf.doolin.gui.field.list.FieldRadioGroup
Creates a radio button for a given value.
buildRadioList(GUIView<V>, SimpleField<V>, JPanel) - Method in class net.sf.doolin.gui.field.list.FieldRadioGroup
Creates the radio button list
buildWindow() - Method in class net.sf.doolin.gui.window.support.AbstractIWindow
Actually builds the window instance
buildWindow() - Method in class net.sf.doolin.gui.window.support.DialogIWindow
Creates a JDialog.
buildWindow() - Method in class net.sf.doolin.gui.window.support.FrameIWindow
Creates a JFrame.
Bus - Class in net.sf.doolin.bus
Bus holder.
Bus() - Constructor for class net.sf.doolin.bus.Bus
 
BusDataFactory - Class in net.sf.doolin.bus.sido
 
BusDataFactory() - Constructor for class net.sf.doolin.bus.sido.BusDataFactory
 
BusDataObjectController - Class in net.sf.doolin.bus.sido
 
BusDataObjectController() - Constructor for class net.sf.doolin.bus.sido.BusDataObjectController
 
BusDynaBean - Class in net.sf.doolin.bus.bean
 
BusDynaBean() - Constructor for class net.sf.doolin.bus.bean.BusDynaBean
 
BusDynaBean(Object, String) - Constructor for class net.sf.doolin.bus.bean.BusDynaBean
 
BusExpression - Class in net.sf.doolin.bus.expression
A BusExpression is an Expression which is linked to a bean model, its value may change as the model changes.
BusExpression(Locale, String) - Constructor for class net.sf.doolin.bus.expression.BusExpression
Builds an expression with a fixed text.
BusExpression(Locale, SubscriberValidator, Object, String) - Constructor for class net.sf.doolin.bus.expression.BusExpression
Parses the expression
BusExpression(String) - Constructor for class net.sf.doolin.bus.expression.BusExpression
Builds an expression with a fixed text and for the default locale
BusExpression(SubscriberValidator, Object, String) - Constructor for class net.sf.doolin.bus.expression.BusExpression
Parses the expression
busFactory() - Static method in class net.sf.doolin.bus.sido.BusDataFactory
 
BusInfo - Class in net.sf.doolin.bus.support
 
BusInfo() - Constructor for class net.sf.doolin.bus.support.BusInfo
 
BusLog - Interface in net.sf.doolin.bus
Defines an interface for logging events that occur in a Bus.
BusMonitoringChartField - Class in net.sf.doolin.gui.bus
 
BusMonitoringChartField() - Constructor for class net.sf.doolin.gui.bus.BusMonitoringChartField
 
BusMonitoringLog - Class in net.sf.doolin.gui.bus
 
BusMonitoringLog(BusLog) - Constructor for class net.sf.doolin.gui.bus.BusMonitoringLog
 
BusMonitoringLogEntry - Class in net.sf.doolin.gui.bus
 
BusMonitoringLogEntry(Object, Subscriber<?>) - Constructor for class net.sf.doolin.gui.bus.BusMonitoringLogEntry
 
BusMonitoringModel - Class in net.sf.doolin.gui.bus
Bean model used by the Bus Monitoring API.
BusMonitoringModel() - Constructor for class net.sf.doolin.gui.bus.BusMonitoringModel
Constructor.
BusMonitoringRefreshActionPath - Class in net.sf.doolin.gui.bus
 
BusMonitoringRefreshActionPath() - Constructor for class net.sf.doolin.gui.bus.BusMonitoringRefreshActionPath
 
BusMonitoringRefreshTask - Class in net.sf.doolin.gui.bus
 
BusMonitoringRefreshTask(BusMonitoringModel) - Constructor for class net.sf.doolin.gui.bus.BusMonitoringRefreshTask
 
BusMonitoringStat - Class in net.sf.doolin.gui.bus
 
BusMonitoringStat(DateTime, int, int) - Constructor for class net.sf.doolin.gui.bus.BusMonitoringStat
 
BusMonitoringSubscription - Class in net.sf.doolin.gui.bus
Bean model for the representation of a Bus subscription.
BusMonitoringSubscription(int, String, ISubscriptionInfo) - Constructor for class net.sf.doolin.gui.bus.BusMonitoringSubscription
Constructor
BusMonitoringTestAction - Class in net.sf.doolin.gui.bus
GUIAction that tests the validity of a subscription and displays the result in the Standard Output.
BusMonitoringTestAction() - Constructor for class net.sf.doolin.gui.bus.BusMonitoringTestAction
 
BusMonitoringWindowListener - Class in net.sf.doolin.gui.bus
 
BusMonitoringWindowListener() - Constructor for class net.sf.doolin.gui.bus.BusMonitoringWindowListener
 
BusMonitorRegistrationPeriodLabelInfoProvider - Class in net.sf.doolin.gui.bus
 
BusMonitorRegistrationPeriodLabelInfoProvider() - Constructor for class net.sf.doolin.gui.bus.BusMonitorRegistrationPeriodLabelInfoProvider
 
BUTTON_GROUP - Static variable in class net.sf.doolin.gui.field.list.FieldRadioGroup
Field property for the button group
ButtonParser - Class in net.sf.doolin.gui.spring
Parser for FieldButton.
ButtonParser() - Constructor for class net.sf.doolin.gui.spring.ButtonParser
Constructor
ByClassAndPropertyFormat<T> - Class in net.sf.doolin.gui.swing
Completion handler that is based on a bean class name and one of its properties to store the text value
ByClassAndPropertyFormat(Class<T>, String) - Constructor for class net.sf.doolin.gui.swing.ByClassAndPropertyFormat
Constructor
ByClassAndPropertyFormat() - Constructor for class net.sf.doolin.gui.swing.ByClassAndPropertyFormat
Default constructor

C

call(Object, Method, Object[]) - Method in class net.sf.doolin.bus.cglib.BeanMethodInterceptor
 
call(ActionContext, T) - Method in interface net.sf.doolin.gui.action.support.ActionDelegate
Calls the delegate
call(ActionContext, T) - Method in class net.sf.doolin.gui.action.support.ActionProxyDelegate
 
call(ActionContext, S) - Method in class net.sf.doolin.gui.action.support.ConverterDelegate
 
call(ActionContext, E) - Method in class net.sf.doolin.gui.action.support.MethodActionDelegate
 
call(ActionContext, T) - Method in class net.sf.doolin.gui.action.support.NOPActionDelegate
Does nothing
call(ActionContext, E) - Method in class net.sf.doolin.gui.action.support.SaveInPrefsActionDelegate
 
call(ActionContext, E) - Method in class net.sf.doolin.gui.action.support.ServiceActionDelegate
 
call(ActionContext, T) - Method in class net.sf.doolin.gui.action.support.ViewOpenerDelegate
 
CallableTask<T> - Class in net.sf.doolin.gui.monitor
Task based on a Callable.
CallableTask(Callable<T>) - Constructor for class net.sf.doolin.gui.monitor.CallableTask
Constructor
callMethod(Object, String, Object...) - Static method in class net.sf.doolin.util.Utils
Calls a method using introspection.
cancel() - Method in class net.sf.doolin.bus.support.PropertyChangeMessage
Cancels the update
CANCEL - Static variable in interface net.sf.doolin.gui.window.dialog.DialogAction
Cancel action
CANCEL - Static variable in interface net.sf.doolin.gui.wizard.support.WizardAction
"Cancel"
CANCEL_OPTION - Static variable in class net.sf.doolin.gui.swing.JFontChooser
Return value from showDialog().
canClose(GUIWindow<T>) - Method in class net.sf.doolin.gui.action.CloseWindowAction
Checks if the window can be closed by closing all views.
canClose() - Method in interface net.sf.doolin.gui.window.GUIWindow
Checks if the window can be closed
canClose() - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
Tries to close all views
canFinish(String, B) - Method in class net.sf.doolin.gui.wizard.rule.condition.ConditionWizardRules
Checks if the wizard can be finished.
canFinish(String, B) - Method in class net.sf.doolin.gui.wizard.rule.SequenceWizardRules
The wizard can be finished if the current view is the last one.
canFinish(String, B) - Method in interface net.sf.doolin.gui.wizard.rule.WizardRules
Checks if the wizard can be finished in its current status.
canFinish() - Method in class net.sf.doolin.gui.wizard.state.WizardState
Checks if the wizard can be finished
canNext() - Method in class net.sf.doolin.gui.wizard.state.WizardState
Checks if the wizard can be navigated to the next view.
CANNOT_CREATE_TEMPLATE - Static variable in interface net.sf.doolin.template.TemplateMessages
Cannot create template from \"{1}\" for \"{0}\" engine.
CANNOT_FIND_ACTION - Static variable in interface net.sf.doolin.gui.GUIErrorCodes
Cannot find action with name \"{0}\".
CANNOT_FIND_ENGINE - Static variable in interface net.sf.doolin.template.TemplateMessages
No template engine can be found for name {0}.
CANNOT_GENERATE_TEMPLATE - Static variable in interface net.sf.doolin.template.TemplateMessages
Cannot generate template:\n{0}
CANNOT_GET_VALUE_MODEL_LOADER - Static variable in interface net.sf.doolin.gui.GUIErrorCodes
Cannot get ValueModelLoader for property \"{0}\".
CANNOT_INITIALIZE_ENGINE - Static variable in interface net.sf.doolin.template.TemplateMessages
Cannot initialize "{0}" engine.
canPrevious() - Method in class net.sf.doolin.gui.wizard.state.WizardState
Checks if the wizard can be navigated to the previous view.
canRedo() - Method in class net.sf.doolin.gui.edit.AbstractGUIEdit
 
canRedo() - Method in class net.sf.doolin.gui.edit.DefaultGUIEditManager
 
canRedo() - Method in interface net.sf.doolin.gui.edit.GUIEdit
Can this task be done again
canRedo() - Method in interface net.sf.doolin.gui.edit.GUIEditManager
Checks if some tasks are available for doing again.
canUndo() - Method in class net.sf.doolin.gui.edit.AbstractGUIEdit
 
canUndo() - Method in class net.sf.doolin.gui.edit.DefaultGUIEditManager
 
canUndo() - Method in interface net.sf.doolin.gui.edit.GUIEdit
Can this task be undone
canUndo() - Method in interface net.sf.doolin.gui.edit.GUIEditManager
Checks if some tasks are available for undoing.
ChainedGUIViewDecorator - Class in net.sf.doolin.gui.view.decorator
Chain of view decorators.
ChainedGUIViewDecorator() - Constructor for class net.sf.doolin.gui.view.decorator.ChainedGUIViewDecorator
Default constructor with an empty chain of decorators
ChainedGUIViewDecorator(GUIViewDecorator...) - Constructor for class net.sf.doolin.gui.view.decorator.ChainedGUIViewDecorator
Constructor from a list of decorators
ChainedItemConverter<S,T,U> - Class in net.sf.doolin.util
Deprecated. Use Functions.compose(com.google.common.base.Function, com.google.common.base.Function) instead.
ChainedItemConverter(ItemConverter<S, T>, ItemConverter<T, U>) - Constructor for class net.sf.doolin.util.ChainedItemConverter
Deprecated. Constructor.
ChainedStyle - Class in net.sf.doolin.gui.style
Combination of styles.
ChainedStyle() - Constructor for class net.sf.doolin.gui.style.ChainedStyle
 
ChainedTableStyle - Class in net.sf.doolin.gui.field.table.style
Style that relies on a chain of styles which are applied in sequence.
ChainedTableStyle() - Constructor for class net.sf.doolin.gui.field.table.style.ChainedTableStyle
 
ChainedValidator<B> - Class in net.sf.doolin.gui.validation
Chain of validators.
ChainedValidator() - Constructor for class net.sf.doolin.gui.validation.ChainedValidator
 
change(Object, String, Object, Object) - Static method in class net.sf.doolin.bus.support.PropertyChangeSupport
Notifies the Bus that a property has changed
changedUpdate(DocumentEvent) - Method in class net.sf.doolin.gui.swing.JFontChooser.ListSearchTextFieldDocumentHandler
 
CheckOXMLAction - Class in net.sf.doolin.oxml.action
check action.
CheckOXMLAction() - Constructor for class net.sf.doolin.oxml.action.CheckOXMLAction
 
CheckParser - Class in net.sf.doolin.gui.spring
Parser for FieldCheck
CheckParser() - Constructor for class net.sf.doolin.gui.spring.CheckParser
Constructor
checkUsed(Node, OXMLReaderOutput) - Method in class net.sf.doolin.oxml.OXMLContext
Checks if the node has been used.
Children - Interface in net.sf.doolin.gui.field.tree
Children definition for a node.
ClassLabelInfoProvider - Class in net.sf.doolin.gui.swing
This label provider is based on the class name of the item.
ClassLabelInfoProvider() - Constructor for class net.sf.doolin.gui.swing.ClassLabelInfoProvider
 
clear() - Method in interface net.sf.doolin.bus.IBus
Clears all subscriptions from the bus, use with care!
clear() - Method in interface net.sf.doolin.bus.jmx.IJmxBusBean
 
clear() - Method in class net.sf.doolin.bus.jmx.JmxBusBean
 
clear() - Method in class net.sf.doolin.bus.support.DefaultBus
 
clear() - Method in class net.sf.doolin.bus.support.Subscriptions
 
clear() - Method in class net.sf.doolin.gui.action.swing.JButtonBarBuilder
 
clear() - Method in class net.sf.doolin.gui.action.swing.JMenuBarBuilder
 
clear() - Method in class net.sf.doolin.gui.action.swing.JMenuBuilder
 
clear() - Method in class net.sf.doolin.gui.action.swing.JPopupMenuBuilder
 
clear() - Method in class net.sf.doolin.gui.action.swing.JToolBarBuilder
 
clear() - Method in interface net.sf.doolin.gui.action.swing.MenuBuilder
Removes all entries from the underlying component
clear() - Method in class net.sf.doolin.gui.bus.BusMonitoringLog
 
clear() - Method in class net.sf.doolin.gui.edit.DefaultGUIEditManager
 
clear() - Method in interface net.sf.doolin.gui.edit.GUIEditManager
Clears all tasks
clear() - Method in class net.sf.doolin.gui.swing.JButtonBar
Removes all buttons from this bar
clearLog() - Method in class net.sf.doolin.gui.bus.BusMonitoringModel
 
CLIENT_PROPERTY_DOCK_MODEL - Static variable in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Client property that stores in the window the DockModel.
clone(T) - Static method in class net.sf.doolin.util.Utils
Duplicates an object using serialization.
close(GUIWindow<T>) - Method in class net.sf.doolin.gui.action.CloseWindowAction
Actually closes the window
close(GUIWindow<T>) - Method in class net.sf.doolin.gui.action.ExitAction
 
CLOSE - Static variable in class net.sf.doolin.gui.swing.DoolinIcons
Close icon
close(GUIView<V>, boolean) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Closes the view
close(GUIView<V>, boolean) - Method in interface net.sf.doolin.gui.view.descriptor.GUIViewDescriptor
Closes the view
close() - Method in interface net.sf.doolin.gui.view.GUIView
Actually closes the view
close(boolean) - Method in interface net.sf.doolin.gui.view.GUIView
Closes the view
close() - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
 
close(boolean) - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
Delegates to the view descriptor.
close() - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogWindow
Closes the dialog
close() - Method in interface net.sf.doolin.gui.window.GUIWindow
Closes the window.
close() - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
Notifies the window descriptor.
close() - Method in class net.sf.doolin.gui.window.support.FrameGUIWindow
Saves in preferences when the frame is closed Notifies the window descriptor.
close() - Method in interface net.sf.doolin.oxml.OXMLSource
Closes the resources for this source.
close() - Method in class net.sf.doolin.oxml.source.FileOXMLSource
Closes the opened stream.
close() - Method in class net.sf.doolin.oxml.source.StreamOXMLSource
Does nothing.
close() - Method in class net.sf.doolin.oxml.source.URLOXMLSource
Does nothing.
close() - Method in class net.sf.doolin.util.expression.AbstractToken
 
close() - Method in interface net.sf.doolin.util.expression.Token
Close.
closeStream() - Method in class net.sf.doolin.oxml.source.StreamOXMLSource
Internal protected method to close the stream.
CloseWindowAction<T> - Class in net.sf.doolin.gui.action
Closes the current view.
CloseWindowAction() - Constructor for class net.sf.doolin.gui.action.CloseWindowAction
 
CodecUtils - Class in net.sf.doolin.util
Codec method
CodeLabel - Class in net.sf.doolin.util
Code and label
CodeLabel() - Constructor for class net.sf.doolin.util.CodeLabel
Constructor
CodeLabel(String, String) - Constructor for class net.sf.doolin.util.CodeLabel
Code label constructor
COL_ITEM - Static variable in class net.sf.doolin.gui.field.list.multi.MultiComboTableFormat
Column index for the item
COL_SELECTED - Static variable in class net.sf.doolin.gui.field.list.multi.MultiComboTableFormat
Column index for the selection
CollapsablePanel - Class in net.sf.doolin.gui.swing
Panel which has a border where the user can click to collapse the panel.
CollapsablePanel(JPanel, Border) - Constructor for class net.sf.doolin.gui.swing.CollapsablePanel
Constructor.
CollaspableBorder - Class in net.sf.doolin.gui.swing
Border that displays the collapsed state of a panel.
CollaspableBorder(Border) - Constructor for class net.sf.doolin.gui.swing.CollaspableBorder
Constructor
collect(Object, OXMLContext) - Method in class net.sf.doolin.oxml.action.CreateOXMLAction
Collects the instances
collect(String, Object) - Method in class net.sf.doolin.oxml.OXMLContext
Collects a value.
Collection - Annotation Type in net.sf.doolin.oxml.annotation
The Collection annotation defines that a property is a potential collection of fixed values and those values must be collected while the OXML script is executed.
ColorEditor - Class in net.sf.doolin.gui.spring
Editor for the Color type.
ColorEditor() - Constructor for class net.sf.doolin.gui.spring.ColorEditor
 
ColorParser - Class in net.sf.doolin.gui.spring
Parser for FieldColor
ColorParser() - Constructor for class net.sf.doolin.gui.spring.ColorParser
Constructor
Column - Class in net.sf.doolin.gui.field.table
Column definition.
Column() - Constructor for class net.sf.doolin.gui.field.table.Column
 
ColumnAlwaysEditable<T> - Class in net.sf.doolin.gui.field.table.column
Defines a column that is always editable.
ColumnAlwaysEditable() - Constructor for class net.sf.doolin.gui.field.table.column.ColumnAlwaysEditable
 
ColumnDateDecorator - Class in net.sf.doolin.gui.spring.table
Decorator for a LabelInfoTableCellRenderer based on DateLabelInfoProvider.
ColumnDateDecorator() - Constructor for class net.sf.doolin.gui.spring.table.ColumnDateDecorator
Instantiates a new column date decorator.
ColumnEditable<T> - Interface in net.sf.doolin.gui.field.table.column
Defines if a column is editable for an object.
ColumnEnumDecorator - Class in net.sf.doolin.gui.spring.table
* Decorator for a LabelInfoTableCellRenderer based on EnumLabelInfoProvider.
ColumnEnumDecorator() - Constructor for class net.sf.doolin.gui.spring.table.ColumnEnumDecorator
Instantiates a new column enum decorator.
ColumnExpressionDecorator - Class in net.sf.doolin.gui.spring.table
* Decorator for a LabelInfoTableCellRenderer based on ExpressionLabelInfoProvider.
ColumnExpressionDecorator() - Constructor for class net.sf.doolin.gui.spring.table.ColumnExpressionDecorator
Instantiates a new column expression decorator.
ColumnGenerator<V,E> - Interface in net.sf.doolin.gui.field.table
Generates the column list for a table.
ColumnMenuItem<V,E> - Class in net.sf.doolin.gui.field.table.support
Check-box menu item for the menu that allows the user to define the visibility of columns.
ColumnMenuItem(Column, GUITable<V, E>) - Constructor for class net.sf.doolin.gui.field.table.support.ColumnMenuItem
Constructor.
ColumnParser - Class in net.sf.doolin.gui.spring.table
Parser for Column.
ColumnParser() - Constructor for class net.sf.doolin.gui.spring.table.ColumnParser
Constructor
ColumnsParser - Class in net.sf.doolin.gui.spring.table
Decorator for a list of columns.
ColumnsParser() - Constructor for class net.sf.doolin.gui.spring.table.ColumnsParser
Constructor
ColumnUpdatePolicy - Enum in net.sf.doolin.gui.field.table.column
Defines the way the table is updated when a cell is updated.
ColumnValueFactory - Interface in net.sf.doolin.gui.field.table
Gets and sets the value for an item in a table.
ComboFilePath - Class in net.sf.doolin.gui.swing
IFilePath implementation based on an editable JComboBox.
ComboFilePath(EventList<String>) - Constructor for class net.sf.doolin.gui.swing.ComboFilePath
Constructor.
ComboParser - Class in net.sf.doolin.gui.spring
Parser for FieldCombo
ComboParser() - Constructor for class net.sf.doolin.gui.spring.ComboParser
Constructor
ComboTableCellEditor<V,E> - Class in net.sf.doolin.gui.field.table.editor
Table cell editor based on a JComboBox.
ComboTableCellEditor() - Constructor for class net.sf.doolin.gui.field.table.editor.ComboTableCellEditor
 
compare(Object, Object) - Method in class net.sf.doolin.util.PropertyComparator
Compares two objects
compareTo(Version) - Method in class net.sf.doolin.util.Version
Compares two versions
CompletionSupport<E> - Class in net.sf.doolin.gui.swing
Support class for the auto-completion of JComboBox.
CompletionSupport() - Constructor for class net.sf.doolin.gui.swing.CompletionSupport
 
computeMaximum(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldDecimal
 
computeMinimum(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldDecimal
 
ConditionalDisplayStateHandler - Class in net.sf.doolin.gui.display
Handler that evaluates a condition on a property of the context.
ConditionalDisplayStateHandler() - Constructor for class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
 
ConditionalJEXLDisplayStateHandler - Class in net.sf.doolin.gui.display
Handler that evaluates a condition on a property of the context.
ConditionalJEXLDisplayStateHandler() - Constructor for class net.sf.doolin.gui.display.ConditionalJEXLDisplayStateHandler
 
ConditionalOperator - Enum in net.sf.doolin.gui.display
Operator that evaluates to boolean results.
ConditionalStateAdapter - Class in net.sf.doolin.gui.display
State adapter based on a condition
ConditionalStateAdapter() - Constructor for class net.sf.doolin.gui.display.ConditionalStateAdapter
 
ConditionWizardRules<B> - Class in net.sf.doolin.gui.wizard.rule.condition
Wizard rule based on a list of conditions.
ConditionWizardRules() - Constructor for class net.sf.doolin.gui.wizard.rule.condition.ConditionWizardRules
 
configureAction(Action) - Method in class net.sf.doolin.gui.swing.MnemonicInfo
Configures an action with this mnemonic information
configureButton(AbstractButton) - Method in class net.sf.doolin.gui.swing.MnemonicInfo
Configures a button with the mnemonic
configureEnclosingScrollPane() - Method in class net.sf.doolin.gui.field.table.support.GUITable
 
configureLabel(JLabel) - Method in class net.sf.doolin.gui.swing.MnemonicInfo
Configures a label with this mnemonic information
confirm(ActionContext, Object, Object...) - Method in interface net.sf.doolin.gui.service.InfoService
Asks a confirmation from the user
confirm(ActionContext, Object, Object...) - Method in class net.sf.doolin.gui.service.support.DefaultInfoService
 
confirm3(ActionContext, Object, Object...) - Method in interface net.sf.doolin.gui.service.InfoService
Asks a three-choices confirmation from the user
confirm3(ActionContext, Object, Object...) - Method in class net.sf.doolin.gui.service.support.DefaultInfoService
 
ConfirmPasswordValidator<B> - Class in net.sf.doolin.gui.validation
Validator used for the validation of a password input.
ConfirmPasswordValidator() - Constructor for class net.sf.doolin.gui.validation.ConfirmPasswordValidator
 
ConfirmResult - Enum in net.sf.doolin.gui.service
Choices for confirmation.
connect(SubscriberValidator, Object, String) - Method in class net.sf.doolin.bus.expression.BusExpression
Connects the expression value to a bean
connect(ActionContext, JLabel) - Method in class net.sf.doolin.gui.action.path.statusbar.ExpressionLabelConnector
 
connect(ActionContext, JLabel) - Method in interface net.sf.doolin.gui.action.path.statusbar.LabelConnector
Connects the label's text to the application state
connect(ActionContext, JLabel) - Method in class net.sf.doolin.gui.action.path.statusbar.StatusBarLabel
Uses the connector to bind the label test
connect(ActionContext, Object, String) - Method in class net.sf.doolin.gui.display.AbstractDisplayStateHandler
 
connect(ActionContext, Object, String, Adapter<DisplayState, T>) - Method in class net.sf.doolin.gui.display.AbstractDisplayStateHandler
 
connect(ActionContext, Object, String) - Method in interface net.sf.doolin.gui.display.DisplayStateHandler
Connects this DisplayStateHandler to the given property and for the given ActionContext.
connect(ActionContext, Object, String, Adapter<DisplayState, T>) - Method in interface net.sf.doolin.gui.display.DisplayStateHandler
Connects this DisplayStateHandler to the given property and for the given ActionContext.
connectBothWays(SubscriberValidator, Object, String, Object, String) - Static method in class net.sf.doolin.bus.support.PropertyChangeSupport
Operates a two-ways connection between two beans and two properties.
connectOneWay(SubscriberValidator, Object, String, Object, String) - Static method in class net.sf.doolin.bus.support.PropertyChangeSupport
Connects a source property to a target property, in one way only.
connectOneWay(SubscriberValidator, Object, String, Object, String, Adapter<S, T>) - Static method in class net.sf.doolin.bus.support.PropertyChangeSupport
Connects a source property to a target property, in one way only, using an adapter between the two properties.
connectOneWayAndUpdate(SubscriberValidator, Object, String, Object, String) - Static method in class net.sf.doolin.bus.support.PropertyChangeSupport
Connects a source property to a target property, in one way only, and updates the target immediately.
connectOneWayAndUpdate(SubscriberValidator, Object, String, Object, String, Adapter<S, T>) - Static method in class net.sf.doolin.bus.support.PropertyChangeSupport
Connects a source property to a target property, in one way only, using an adapter between the two properties, and updates the target property immediately.
ContextDisplayStateHandler - Class in net.sf.doolin.gui.display
Checks that the context is not null.
ContextDisplayStateHandler() - Constructor for class net.sf.doolin.gui.display.ContextDisplayStateHandler
 
ContextElements - Interface in net.sf.doolin.context.spring
List of elements for the Context schema.
ContextNamespaceHandler - Class in net.sf.doolin.context.spring
Namespace handler for Doolin Context.
ContextNamespaceHandler() - Constructor for class net.sf.doolin.context.spring.ContextNamespaceHandler
 
contextPutAll(Map<String, Object>) - Method in class net.sf.doolin.oxml.OXMLContext
Puts all the instances in the context instance map.
ContextUtils - Class in net.sf.doolin.context.util
Utilities for dealing with Spring context.
convert() - Method in class net.sf.doolin.gui.docking.storage.OXMLDocking
Converts this bean to a DockDescription instance
convert(C) - Method in class net.sf.doolin.gui.layout.IdentityLayoutConstraintAdapter
 
convert(C) - Method in interface net.sf.doolin.gui.layout.LayoutConstraintAdapter
Converts the constraint
convert(S) - Method in class net.sf.doolin.util.ChainedItemConverter
Deprecated.  
convert(T) - Method in class net.sf.doolin.util.IdentityConverter
Deprecated.  
convert(S) - Method in interface net.sf.doolin.util.ItemConverter
Deprecated. Convert a source to a target
convert(T) - Method in class net.sf.doolin.util.ItemCopyConverter
Deprecated.  
convert(S) - Method in class net.sf.doolin.util.MethodItemConverter
Deprecated. Calls the method on the source object and casts the result to <T>.
convert(S) - Method in class net.sf.doolin.util.PropertyItemConverter
Deprecated.  
convert(S) - Method in class net.sf.doolin.util.ToStringItemConverter
Deprecated.  
convert(Unit, Number) - Method in class net.sf.doolin.util.unit.ValueUnit
Converts this value to another unit.
convert(Collection<? extends S>, Collection<T>, Function<S, T>) - Static method in class net.sf.doolin.util.Utils
Converts a collection into another using a converter.
convert(Collection<? extends S>, Collection<T>, ItemConverter<S, T>) - Static method in class net.sf.doolin.util.Utils
Deprecated. Use Utils.convert(Collection, Collection, Function) instead
ConverterDelegate<S,T> - Class in net.sf.doolin.gui.action.support
Delegates that operates a transformation on the parameter before delegating to another delegate.
ConverterDelegate() - Constructor for class net.sf.doolin.gui.action.support.ConverterDelegate
 
convertMap(Map<K, ? extends T>, ItemConverter<T, V>) - Static method in class net.sf.doolin.util.collection.ListUtils
Deprecated. Use Maps.transformValues(Map, com.google.common.base.Function) instead.
convertMap(Map<K, ? extends T>, String) - Static method in class net.sf.doolin.util.collection.ListUtils
Converts values from a source map to a target map, by getting a property from the source value.
convertSubjectToTarget(Boolean) - Method in class net.sf.doolin.gui.display.BooleanStateAdapter
 
convertSubjectToTarget(Object) - Method in class net.sf.doolin.gui.display.ConditionalStateAdapter
 
convertSubjectToTarget(S) - Method in class net.sf.doolin.gui.display.MapStateAdapter
 
convertSubjectToTarget(S) - Method in interface net.sf.doolin.util.Adapter
Conversion from the subject to the target
convertSubjectToTarget(E) - Method in class net.sf.doolin.util.Enum2StringAdapter
 
convertSubjectToTarget(Object) - Method in class net.sf.doolin.util.ReadOnlyNotNullBooleanAdapter
Returns true if subjectValue is not null.
convertSubjectToTarget(S) - Method in class net.sf.doolin.util.ReadOnlyStringAdapter
 
convertTargetToSubject(DisplayState) - Method in class net.sf.doolin.gui.display.AbstractStateAdapter
Read-only, no adaptation
convertTargetToSubject(T) - Method in interface net.sf.doolin.util.Adapter
Conversion from the target to the subject
convertTargetToSubject(String) - Method in class net.sf.doolin.util.Enum2StringAdapter
 
convertTargetToSubject(T) - Method in class net.sf.doolin.util.ReadOnlyAdapter
Logs a warning and returns null.
convertToList(Collection<? extends S>, Function<S, T>) - Static method in class net.sf.doolin.util.Utils
Converts a collection to a list using a function.
convertToList(Collection<? extends S>, ItemConverter<S, T>) - Static method in class net.sf.doolin.util.Utils
Deprecated. Use Lists.transform(List, com.google.common.base.Function) instead.
convertToList(Collection<? extends S>, String) - Static method in class net.sf.doolin.util.Utils
Converts a collection to a list using a PropertyItemConverter.
convertToSet(Collection<? extends S>, Function<S, T>) - Static method in class net.sf.doolin.util.Utils
Converts a collection to a set using a function.
convertToSet(Collection<? extends S>, ItemConverter<S, T>) - Static method in class net.sf.doolin.util.Utils
Deprecated. Use Utils.convertToSet(Collection, Function) instead
copy() - Method in class net.sf.doolin.gui.field.table.Column
Creates a copy of this column.
copy(T, T) - Method in interface net.sf.doolin.util.ItemCopier
Copies the source to the target
copy(T, T) - Method in class net.sf.doolin.util.SimpleItemCopier
 
CopyFunction<T> - Class in net.sf.doolin.util
This class performs a conversion by performing a copy using an ItemCopier.
CopyFunction() - Constructor for class net.sf.doolin.util.CopyFunction
 
copyProperties(Object, Object, String...) - Static method in class net.sf.doolin.util.copy.CopyUtils
Copies properties of the same type from one object to the other
copyProperties(Object, Object) - Static method in class net.sf.doolin.util.Utils
Copy properties from one bean to the other
copyToolbar(JToolBar, JToolBar) - Static method in class net.sf.doolin.gui.swing.SwingUtils
Copies items of a tool bar to another tool bar
CopyUtils - Class in net.sf.doolin.util.copy
Copy utilities methods.
COUNT - Static variable in class net.sf.doolin.gui.bus.BusMonitoringModel
 
create(Class<T>) - Static method in class net.sf.doolin.bus.cglib.BeanProxyFactory
Creates a proxy from a class, by using a default constructor and annotations on the method.
create(String) - Method in interface net.sf.doolin.context.spring.SimpleBeanFactory
Creates an object.
create(Object) - Method in class net.sf.doolin.gui.model.EnumListDataFactory
 
create(Object) - Method in class net.sf.doolin.gui.model.MethodDataFactory
 
create(Object) - Method in class net.sf.doolin.gui.model.PropertyDataFactory
 
create(Object) - Method in class net.sf.doolin.gui.util.PreferencesDataFactory
 
create(OXMLContext) - Method in class net.sf.doolin.oxml.action.CreateOXMLAction
Creates the instance
create(Element) - Method in class net.sf.doolin.oxml.OXMLFactory
Creates an instance from a definition, using the class attribute and a list of param children as properties.
create(Object) - Method in interface net.sf.doolin.util.factory.DataFactory
Creates an arbitrary object.
create(Object) - Method in class net.sf.doolin.util.factory.IdentityDataFactory
Returns context.
create(Object) - Method in class net.sf.doolin.util.factory.InitialisingDataFactory
 
create(Object) - Method in class net.sf.doolin.util.factory.InstanceDataFactory
 
create(Object) - Method in class net.sf.doolin.util.factory.SimpleDataFactory
 
createAction(ActionContext, GUIAction, IconSize) - Method in interface net.sf.doolin.gui.action.swing.ActionFactory
Creates a Swing Action from a GUIAction.
createAction(ActionContext, GUIAction, IconSize) - Method in class net.sf.doolin.gui.action.swing.DefaultActionFactory
 
createAction(String) - Method in class net.sf.doolin.oxml.action.OXMLActionFactory
Creates an OXML action from a tag name.
createBeanName(String) - Method in class net.sf.doolin.context.support.AbstractServiceNameFactoryBean
 
createBeanName(String) - Method in class net.sf.doolin.context.support.ServiceNamePatternFactoryBean
 
createButtonBar(ActionBarContext) - Method in interface net.sf.doolin.gui.action.swing.ActionFactory
Creates a button bar from a list of actions
createButtonBar(ActionBarContext) - Method in class net.sf.doolin.gui.action.swing.DefaultActionFactory
 
createChildTreeNode(SubscriberValidator, GUITreeModel, Node, Object) - Method in class net.sf.doolin.gui.field.tree.model.GUITreeNode
Creates a node for a child.
createComponent(ActionContext) - Method in interface net.sf.doolin.gui.action.path.statusbar.StatusBarComponent
Creates the component for the given action context.
createComponent(ActionContext) - Method in class net.sf.doolin.gui.action.path.statusbar.StatusBarLabel
 
createConverter() - Method in class net.sf.doolin.gui.field.FieldPassword
 
createDefaultBorder() - Static method in class net.sf.doolin.gui.action.path.statusbar.GUIStatusBar
Creates a border for the components that are put in the status bar.
CreateDefOXMLAction - Class in net.sf.doolin.oxml.action
createDef action.
CreateDefOXMLAction() - Constructor for class net.sf.doolin.oxml.action.CreateDefOXMLAction
 
createDialog() - Method in class net.sf.doolin.gui.monitor.TaskMonitor
Creates the dialog
createDialog(Component) - Method in class net.sf.doolin.gui.swing.JFontChooser
Creates the dialog.
createDock() - Method in enum net.sf.doolin.gui.docking.DockType
Creates a dock.
createEventList(SubscriberValidator, Object) - Method in interface net.sf.doolin.gui.field.table.ITableEventListFactory
 
createEventList(SubscriberValidator, Object) - Method in class net.sf.doolin.gui.field.table.support.PropertyTableEventListFactory
 
createField(GUIView<BusMonitoringModel>) - Method in class net.sf.doolin.gui.bus.BusMonitoringChartField
 
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.AbstractFieldText
Creates a field.
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldButton
Creates the field.
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldCheck
Creates a field.
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldColor
 
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldDecimal
Creates a field.
createField(GUIView<V>) - Method in interface net.sf.doolin.gui.field.FieldDescriptor
Creates a field.
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldFile
Creates a field.
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldFont
 
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldInteger
Creates a field.
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldLabel
 
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldLabelInfo
 
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldLong
Creates a field.
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldPassword
 
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldRadio
 
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldSeparator
 
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldToggle
Creates a field.
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.list.FieldCombo
Creates a field.
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.list.FieldRadioGroup
Creates a field.
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.table.FieldTable
Creates a field.
createField(GUIView<V>) - Method in class net.sf.doolin.gui.field.tree.FieldTree
 
createField(GUIView<V>) - Method in class net.sf.doolin.gui.form.FormSection
 
createField(GUIView<V>) - Method in class net.sf.doolin.gui.template.field.FieldTemplate
 
createHeader(GUITable<V, E>) - Method in interface net.sf.doolin.gui.field.table.header.GUITableHeaderFactory
Creates the header for the table
createHeader(GUITable<V, E>) - Method in class net.sf.doolin.gui.field.table.header.support.DefaultGUITableHeaderFactory
 
createHeaderComponent(GUITable<V, E>) - Method in interface net.sf.doolin.gui.field.table.header.CustomHeaderFactory
Creates the custom header for the table
createHTML(ActionContext, String) - Method in class net.sf.doolin.gui.action.util.ActionAbout
Creates an HTML container for the text.
createInstance(Element, OXMLContext) - Method in class net.sf.doolin.oxml.adapter.AbstractOXMLInstanceFactory
Creates the instance from the current element
createInstance(OXMLContext) - Method in class net.sf.doolin.oxml.adapter.AbstractOXMLInstanceFactory
 
createInstance(Element, OXMLContext) - Method in class net.sf.doolin.oxml.adapter.AbstractTextOXMLInstanceFactory
 
createInstance(String, OXMLContext) - Method in class net.sf.doolin.oxml.adapter.AbstractTextOXMLInstanceFactory
Creates the instance from the current text
createInstance(OXMLContext) - Method in interface net.sf.doolin.oxml.adapter.OXMLInstanceFactory
Creates an object from the context
createIWindow(ActionContext, boolean) - Method in class net.sf.doolin.gui.window.support.DefaultIWindowFactory
 
createIWindow(ActionContext, boolean) - Method in interface net.sf.doolin.gui.window.support.IWindowFactory
Creates a wrapper around a Window implementation.
createListener() - Method in class net.sf.doolin.gui.template.component.JTemplate
Creates an hyperlink listener which is suitable for the HTML page.
createListWithNull(EventList<E>) - Method in class net.sf.doolin.gui.field.list.AbstractListPropertyFieldDescriptor
Creates the list with null.
createMenu(String, String) - Method in class net.sf.doolin.gui.action.swing.AbstractJMenuBuilder
Creates a JMenu with the given name and label.
createMenu(GUITable<V, E>) - Method in interface net.sf.doolin.gui.field.table.header.GUITableHeaderMenuFactory
Creates a menu for the table header
createMenu(GUITable<V, E>) - Method in class net.sf.doolin.gui.field.table.header.support.DefaultGUITableHeaderMenuFactory
 
createMenuBar(ActionContextPathList) - Method in interface net.sf.doolin.gui.action.swing.ActionFactory
Creates a menu bar
createMenuBar(ActionContextPathList) - Method in class net.sf.doolin.gui.action.swing.DefaultActionFactory
 
createMenuItem(SubscriberValidator, Action) - Method in class net.sf.doolin.gui.action.swing.AbstractJMenuBuilder
Creates a JMenuItem.
createMessage(String, Object, Object) - Method in class net.sf.doolin.bus.bean.BeanNotificationSupport
 
createMessageComponent(String) - Method in class net.sf.doolin.gui.service.support.DefaultInfoService
Creates the component for a message
createNonValidatingDigester() - Static method in class net.sf.doolin.util.xml.DigesterUtils
Creates a non validating digester
CreateOXMLAction - Class in net.sf.doolin.oxml.action
create action.
CreateOXMLAction() - Constructor for class net.sf.doolin.oxml.action.CreateOXMLAction
 
createPopupMenu(ActionBarContext) - Method in interface net.sf.doolin.gui.action.swing.ActionFactory
Creates a pop-up menu from an action group.
createPopupMenu(ActionBarContext) - Method in class net.sf.doolin.gui.action.swing.DefaultActionFactory
 
createPropertySet(PropertyAccessor, String) - Method in class net.sf.doolin.bus.bean.BeanSet
 
createPropertySet(PropertyAccessor, String) - Method in class net.sf.doolin.util.AbstractPropertySet
 
createPropertySet(PropertyAccessor, String) - Method in class net.sf.doolin.util.BasicPropertySet
 
createSAXNonValidatingParser() - Static method in class net.sf.doolin.util.xml.XMLUtils
Creates a simple non validating SAX parser
createSAXValidatingParser(URL) - Static method in class net.sf.doolin.util.xml.XMLUtils
Creates a SAX parser that validates against a schema.
createSeparator() - Method in class net.sf.doolin.gui.action.swing.AbstractMenuBuilder
This method is called when a sub-class must create a separator.
createSeparator() - Method in class net.sf.doolin.gui.action.swing.JButtonBarBuilder
 
createSeparator() - Method in class net.sf.doolin.gui.action.swing.JMenuBarBuilder
 
createSeparator() - Method in class net.sf.doolin.gui.action.swing.JMenuBuilder
 
createSeparator() - Method in class net.sf.doolin.gui.action.swing.JPopupMenuBuilder
 
createSeparator() - Method in class net.sf.doolin.gui.action.swing.JToolBarBuilder
 
createSubMenu(String, String) - Method in class net.sf.doolin.gui.action.swing.JButtonBarBuilder
 
createSubMenu(String, String) - Method in class net.sf.doolin.gui.action.swing.JMenuBarBuilder
 
createSubMenu(String, String) - Method in class net.sf.doolin.gui.action.swing.JMenuBuilder
 
createSubMenu(String, String) - Method in class net.sf.doolin.gui.action.swing.JPopupMenuBuilder
 
createSubMenu(String, String) - Method in class net.sf.doolin.gui.action.swing.JToolBarBuilder
 
createSubMenu(String, String) - Method in interface net.sf.doolin.gui.action.swing.MenuBuilder
Creates a sub-menu builder from this builder
createTextComponent() - Method in class net.sf.doolin.gui.field.AbstractFieldText
 
createTextComponent() - Method in class net.sf.doolin.gui.field.FieldMemo
 
createTextComponent() - Method in class net.sf.doolin.gui.field.FieldText
 
createToolBar(ActionBarContext) - Method in interface net.sf.doolin.gui.action.swing.ActionFactory
Creates a tool bar from an action group.
createToolBar(ActionBarContext) - Method in class net.sf.doolin.gui.action.swing.DefaultActionFactory
 
createURLStreamHandler(String) - Method in class net.sf.doolin.util.URLUtils.GlobalURLStreamHandlerFactory
 
createValidatingDigester(URL) - Static method in class net.sf.doolin.util.xml.DigesterUtils
Creates a digester that validates against a schema.
createValidationComponent(GUIView<V>, JComponent, DecorationStyle, ValidationSupport<V>) - Method in class net.sf.doolin.gui.validation.AbstractValidationGUIViewDecorator
Creates a component for the validation.
createValidationComponent(GUIView<V>, JComponent, DecorationStyle, ValidationSupport<V>) - Method in class net.sf.doolin.gui.validation.DefaultValidationGUIViewDecorator
 
createValidationSupport() - Method in class net.sf.doolin.gui.action.support.AbstractActionContext
Creates the validation support
createValidationSupport() - Method in class net.sf.doolin.gui.field.support.AbstractFieldActionContext
The validation support for a field is the validation support of the view.
createValidationSupport() - Method in class net.sf.doolin.gui.view.support.ViewActionContext
 
createValidationSupport() - Method in class net.sf.doolin.gui.window.support.WindowActionContext
 
createView(GUIWindow<?>, V) - Method in class net.sf.doolin.gui.form.FormViewDescriptor
 
createView(GUIWindow<?>, V) - Method in interface net.sf.doolin.gui.view.descriptor.GUIViewDescriptor
Creates a view according to this descriptor
createViewDockable(GUIWindow<B>, GUIView<V>, JComponent, DockingConstraint) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Creates a Dockable for a view.
createWindow(Class<T>, Component) - Static method in class net.sf.doolin.gui.swing.SwingUtils
Creates an instance of a frame or a dialog
createWindow(GUIApplication, B) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
 
createWindow(GUIApplication, B) - Method in interface net.sf.doolin.gui.window.descriptor.GUIWindowDescriptor
Creates a new window.
createWindow() - Method in class net.sf.doolin.gui.window.dialog.CustomDialogWindowFactory
 
createWindow() - Method in interface net.sf.doolin.gui.window.GUIWindowFactory
Creates a GUIWindow instance.
createWindow() - Method in class net.sf.doolin.gui.window.support.DialogWindowFactory
 
createWindow() - Method in class net.sf.doolin.gui.window.support.FrameWindowFactory
 
createWindow() - Method in class net.sf.doolin.gui.wizard.support.WizardWindowFactory
 
CSVAdapter - Interface in net.sf.doolin.tabular.csv
This interface allows the adaptation of a model value to a CSV string.
CSVWriter<T> - Class in net.sf.doolin.tabular.csv
Writer for CSV format.
CSVWriter() - Constructor for class net.sf.doolin.tabular.csv.CSVWriter
 
CURRENT_VIEW - Static variable in class net.sf.doolin.gui.wizard.state.WizardState
Property name for the current view: "currentView"
CustomDialogActionsFactory<B> - Class in net.sf.doolin.gui.window.dialog
This DialogActionsFactory returns predefined list of actions.
CustomDialogActionsFactory(List<GUIAction>) - Constructor for class net.sf.doolin.gui.window.dialog.CustomDialogActionsFactory
Sets the list of actions for the dialog
CustomDialogWindowFactory - Class in net.sf.doolin.gui.window.dialog
DialogWindowFactory that uses a list of actions instead of the default ones.
CustomDialogWindowFactory() - Constructor for class net.sf.doolin.gui.window.dialog.CustomDialogWindowFactory
 
CustomHeaderFactory<V,E> - Interface in net.sf.doolin.gui.field.table.header
Factory for a custom header in a table scroll pane.
CustomNamespaces - Class in net.sf.doolin.context.spring
Management of custom namespaces.

D

DataActionContextConverter - Class in net.sf.doolin.gui.action.support
Converts an action context to another by getting a property of the original action context data.
DataActionContextConverter() - Constructor for class net.sf.doolin.gui.action.support.DataActionContextConverter
 
DataFactory<T> - Interface in net.sf.doolin.util.factory
Creates an arbitrary object.
dateFormat(Date, String) - Method in class net.sf.doolin.template.velocity.VelocityTools
Format a date using the specified format
DateLabelInfoProvider - Class in net.sf.doolin.gui.swing
Label provider for a date.
DateLabelInfoProvider() - Constructor for class net.sf.doolin.gui.swing.DateLabelInfoProvider
 
DecimalParser - Class in net.sf.doolin.gui.spring
Parser for FieldDecimal
DecimalParser() - Constructor for class net.sf.doolin.gui.spring.DecimalParser
Constructor
decodeBase64(String) - Static method in class net.sf.doolin.util.CodecUtils
Decode using Base 64
decodeCharsBase64(String) - Static method in class net.sf.doolin.util.CodecUtils
Decode a password that has been encoded using Base64
decodePassword(String) - Static method in class net.sf.doolin.util.PasswordUtils
Decodes a password from Base64
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class net.sf.doolin.context.spring.SimpleDefinitionParser
 
decorate(JComponent) - Method in class net.sf.doolin.gui.layout.TableLayoutService
Decorates a component before it is put in the layout.
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class net.sf.doolin.gui.spring.ListDecorator
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class net.sf.doolin.gui.spring.PropertiesDecorator
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class net.sf.doolin.gui.spring.ToolBarDecorator
 
decorate(GUIView<V>, JComponent, DecorationStyle) - Method in class net.sf.doolin.gui.validation.AbstractValidationGUIViewDecorator
Decorates a view with a component that allows the validation.
decorate(GUIView<V>, JComponent, DecorationStyle) - Method in class net.sf.doolin.gui.view.decorator.ChainedGUIViewDecorator
Creates a decorated component for the view.
decorate(GUIView<V>, JComponent, DecorationStyle) - Method in interface net.sf.doolin.gui.view.decorator.GUIViewDecorator
Creates a decorated component for the view.
decorate(GUIView<V>, JComponent, DecorationStyle) - Method in class net.sf.doolin.gui.view.decorator.TitledGUIViewDecorator
 
decorateComponent(J) - Method in class net.sf.doolin.gui.field.AbstractFieldText
Decorates the text field before it is actually set as the field component
decorateComponent(JTextArea) - Method in class net.sf.doolin.gui.field.FieldMemo
Uses the scroll pane for the text area.
decorateField(Field<V>, JComponent) - Method in class net.sf.doolin.gui.validation.DefaultValidationGUIViewDecorator
 
decorateField(Field<V>, JComponent) - Method in interface net.sf.doolin.gui.validation.GUIValidationDecorator
Decorates a field.
decorateWithTitleBar(GUIView<V>, JComponent) - Method in class net.sf.doolin.gui.view.decorator.TitledGUIViewDecorator
Decorates the component with a title bar
decorateWithTitledBorder(GUIView<V>, JComponent) - Method in class net.sf.doolin.gui.view.decorator.TitledGUIViewDecorator
Decorates the component with a titled border.
DecorationStyle - Class in net.sf.doolin.gui.view.decorator
A decoration style is a set of parameters that is used by GUIViewDecorators.
DecorationStyle() - Constructor for class net.sf.doolin.gui.view.decorator.DecorationStyle
Constructor
DEFAULT_SCREEN_RESOLUTION - Static variable in class net.sf.doolin.util.ScreenUtils
Default screen resolution to be used in a headless environment.
DefaultActionContextDataExtractor - Class in net.sf.doolin.gui.action.support
 
DefaultActionContextDataExtractor() - Constructor for class net.sf.doolin.gui.action.support.DefaultActionContextDataExtractor
 
DefaultActionContextDataExtractor(boolean) - Constructor for class net.sf.doolin.gui.action.support.DefaultActionContextDataExtractor
 
DefaultActionContextDataExtractor(boolean, DataFactory<? extends Object>) - Constructor for class net.sf.doolin.gui.action.support.DefaultActionContextDataExtractor
 
DefaultActionContextDataExtractor(DataFactory<? extends Object>) - Constructor for class net.sf.doolin.gui.action.support.DefaultActionContextDataExtractor
 
DefaultActionContextPathList - Class in net.sf.doolin.gui.action.path
Implementation for a list of ActionContextPath.
DefaultActionContextPathList(List<ActionContextPath>) - Constructor for class net.sf.doolin.gui.action.path.DefaultActionContextPathList
Constructor.
DefaultActionContextPathList(Map<String, ActionBarContext>) - Constructor for class net.sf.doolin.gui.action.path.DefaultActionContextPathList
Creates a menu bar context by merging several definitions
DefaultActionFactory - Class in net.sf.doolin.gui.action.swing
Default action factory used in the Doolin GUI framework.
DefaultActionFactory() - Constructor for class net.sf.doolin.gui.action.swing.DefaultActionFactory
 
DefaultActionPathList - Class in net.sf.doolin.gui.action.path.list
Default list of action paths.
DefaultActionPathList() - Constructor for class net.sf.doolin.gui.action.path.list.DefaultActionPathList
Constructor with a non-defined list
DefaultActionPathList(ActionPath...) - Constructor for class net.sf.doolin.gui.action.path.list.DefaultActionPathList
Constructir with a predefined list of paths.
DefaultBus - Class in net.sf.doolin.bus.support
 
DefaultBus() - Constructor for class net.sf.doolin.bus.support.DefaultBus
 
DefaultBusLog - Class in net.sf.doolin.bus.support
Logs only the error messages.
DefaultBusLog() - Constructor for class net.sf.doolin.bus.support.DefaultBusLog
 
DefaultColumnGenerator<V,E> - Class in net.sf.doolin.gui.field.table.column
Column generated that holds a fixed list of columns.
DefaultColumnGenerator() - Constructor for class net.sf.doolin.gui.field.table.column.DefaultColumnGenerator
 
DefaultDialogActionsFactory<B> - Class in net.sf.doolin.gui.window.dialog
This DialogActionsFactory returns the default OK and Cancel actions for a dialog.
DefaultDialogActionsFactory() - Constructor for class net.sf.doolin.gui.window.dialog.DefaultDialogActionsFactory
 
DefaultDockingStorage - Class in net.sf.doolin.gui.docking.storage
Implementation of DockingStorage that stores window position as properties in the preferences.
DefaultDockingStorage() - Constructor for class net.sf.doolin.gui.docking.storage.DefaultDockingStorage
 
DefaultErrorMessageService - Class in net.sf.doolin.gui.service.info
Default implementation for an ErrorMessageService.
DefaultErrorMessageService() - Constructor for class net.sf.doolin.gui.service.info.DefaultErrorMessageService
 
DefaultExceptionTranslator - Class in net.sf.doolin.gui.service.info
 
DefaultExceptionTranslator() - Constructor for class net.sf.doolin.gui.service.info.DefaultExceptionTranslator
 
DefaultGUIEditManager - Class in net.sf.doolin.gui.edit
Default implementation for the GUIEditManager.
DefaultGUIEditManager() - Constructor for class net.sf.doolin.gui.edit.DefaultGUIEditManager
 
DefaultGUIPreferences - Class in net.sf.doolin.gui.service.support
Implementation of preferences based on default JDK preferences implementation.
DefaultGUIPreferences() - Constructor for class net.sf.doolin.gui.service.support.DefaultGUIPreferences
 
DefaultGUITableHeaderFactory<V,E> - Class in net.sf.doolin.gui.field.table.header.support
Default actory for the header of a GUITable.
DefaultGUITableHeaderFactory() - Constructor for class net.sf.doolin.gui.field.table.header.support.DefaultGUITableHeaderFactory
 
DefaultGUITableHeaderMenuFactory<V,E> - Class in net.sf.doolin.gui.field.table.header.support
Default implementation for the contextual menu factory.
DefaultGUITableHeaderMenuFactory() - Constructor for class net.sf.doolin.gui.field.table.header.support.DefaultGUITableHeaderMenuFactory
 
DefaultGUIView<V> - Class in net.sf.doolin.gui.view.support
View based on a panel.
DefaultGUIView(GUIWindow<?>, GUIViewDescriptor<V>, V, boolean) - Constructor for class net.sf.doolin.gui.view.support.DefaultGUIView
Constructor.
DefaultGUIViewDecorator - Class in net.sf.doolin.gui.view.decorator
Default view decorator that is adding a title to the view
DefaultGUIViewDecorator() - Constructor for class net.sf.doolin.gui.view.decorator.DefaultGUIViewDecorator
Constructor
DefaultIconService - Class in net.sf.doolin.gui.service.icon
Default icon manager.
DefaultIconService() - Constructor for class net.sf.doolin.gui.service.icon.DefaultIconService
 
DefaultInfoService - Class in net.sf.doolin.gui.service.support
Logger service based on the display of alerts.
DefaultInfoService() - Constructor for class net.sf.doolin.gui.service.support.DefaultInfoService
 
DefaultIWindowFactory - Class in net.sf.doolin.gui.window.support
Default window implementation factory that creates a dialog for modal purpose and a frame for the modeless purpose.
DefaultIWindowFactory() - Constructor for class net.sf.doolin.gui.window.support.DefaultIWindowFactory
 
DefaultLabelInfoProvider - Class in net.sf.doolin.gui.swing
LabelInfo provider that returns only the Object.toString() result of the item
DefaultLabelInfoProvider() - Constructor for class net.sf.doolin.gui.swing.DefaultLabelInfoProvider
 
DefaultOXMLAdapter - Class in net.sf.doolin.oxml.adapter
Takes the node value as a String.
DefaultOXMLAdapter() - Constructor for class net.sf.doolin.oxml.adapter.DefaultOXMLAdapter
 
DefaultParameters - Class in net.sf.doolin.gui.service.support
Default implementation of the Parameters service.
DefaultParameters() - Constructor for class net.sf.doolin.gui.service.support.DefaultParameters
 
DefaultPropertyResolver - Class in net.sf.doolin.util
 
DefaultPropertyResolver() - Constructor for class net.sf.doolin.util.DefaultPropertyResolver
 
DefaultStorage - Class in net.sf.doolin.gui.docking.storage
Implementation for Storage that stores data associated with a window in the preferences.
DefaultStorage() - Constructor for class net.sf.doolin.gui.docking.storage.DefaultStorage
 
DefaultSubscriberValidator - Class in net.sf.doolin.bus.support
This subscription validator returns always true.
DefaultSubscriberValidator() - Constructor for class net.sf.doolin.bus.support.DefaultSubscriberValidator
 
DefaultTableStyle - Class in net.sf.doolin.gui.field.table.style
Style that just applies the default background to a row.
DefaultTableStyle() - Constructor for class net.sf.doolin.gui.field.table.style.DefaultTableStyle
 
DefaultTemplateManager - Class in net.sf.doolin.template.support
Default template manager implementation.
DefaultTemplateManager() - Constructor for class net.sf.doolin.template.support.DefaultTemplateManager
Default list of engines.
DefaultTextLabelInfoProvider - Class in net.sf.doolin.gui.swing
Generates a text-only label info, using the text representation of the given object or a default text if the given object is null or blank.
DefaultTextLabelInfoProvider() - Constructor for class net.sf.doolin.gui.swing.DefaultTextLabelInfoProvider
 
DefaultValidationGUIViewDecorator - Class in net.sf.doolin.gui.validation
Default decorator for the validation of the view.
DefaultValidationGUIViewDecorator() - Constructor for class net.sf.doolin.gui.validation.DefaultValidationGUIViewDecorator
 
DefaultWizardActionsFactory - Class in net.sf.doolin.gui.wizard.support
Default factory for the wizard actions: Previous, Next, Finish and Cancel.
DefaultWizardActionsFactory() - Constructor for class net.sf.doolin.gui.wizard.support.DefaultWizardActionsFactory
 
delegate(Element, String, String, AbstractDefinitionParser, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.context.spring.AbstractDefinitionParser
Delegates the parsing of the current element to a child element.
delegate(ActionContext, V) - Method in class net.sf.doolin.gui.window.opener.AbstractViewOpener
 
DelegateDataActionContext - Class in net.sf.doolin.gui.action.support
This action context wraps another action context but provides its own data.
DelegateDataActionContext(ActionContext, Object) - Constructor for class net.sf.doolin.gui.action.support.DelegateDataActionContext
Constructor
DelegateDialogAction<T> - Class in net.sf.doolin.gui.action
Dialog action that delegates to another object after the dialog has been validated.
DelegateDialogAction() - Constructor for class net.sf.doolin.gui.action.DelegateDialogAction
 
DelegateGUIAction - Class in net.sf.doolin.gui.action
This action delegates the execution to another action, adapting the action context to a new value.
DelegateGUIAction() - Constructor for class net.sf.doolin.gui.action.DelegateGUIAction
 
delete(String) - Method in interface net.sf.doolin.gui.service.GUIPreferences
Deletes a preference entry.
delete(String) - Method in class net.sf.doolin.gui.service.support.DefaultGUIPreferences
 
delete(String) - Method in class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
 
DELETE - Static variable in class net.sf.doolin.gui.swing.DoolinIcons
Delete icon
DesktopService - Interface in net.sf.doolin.gui.service
This service is used to interact with the user's desktop.
dialog - Variable in class net.sf.doolin.gui.action.util.ActionAbout
Displayed dialog
DialogAction<T> - Class in net.sf.doolin.gui.action
This action opens a dialog.
DialogAction() - Constructor for class net.sf.doolin.gui.action.DialogAction
 
DialogAction - Interface in net.sf.doolin.gui.window.dialog
List of predefined dialog actions.
DialogActionsFactory - Interface in net.sf.doolin.gui.window.dialog
Factory for the list of actions in a dialog.
DialogCancelAction<B> - Class in net.sf.doolin.gui.window.dialog
Standard Cancel action for a dialog
DialogCancelAction() - Constructor for class net.sf.doolin.gui.window.dialog.DialogCancelAction
Constructor
DialogGUIWindow<B> - Class in net.sf.doolin.gui.window.dialog
Window for a modal dialog.
DialogGUIWindow() - Constructor for class net.sf.doolin.gui.window.dialog.DialogGUIWindow
Constructor with a DefaultDialogActionsFactory.
DialogGUIWindow(DialogActionsFactory) - Constructor for class net.sf.doolin.gui.window.dialog.DialogGUIWindow
Constructor with a given DialogActionsFactory.
DialogIWindow - Class in net.sf.doolin.gui.window.support
Window implementation based on a JDialog.
DialogIWindow(ActionContext) - Constructor for class net.sf.doolin.gui.window.support.DialogIWindow
Constructor.
DialogOKAction<B> - Class in net.sf.doolin.gui.window.dialog
Standard OK action for a dialog
DialogOKAction() - Constructor for class net.sf.doolin.gui.window.dialog.DialogOKAction
Constructor
dialogResultValue - Variable in class net.sf.doolin.gui.swing.JFontChooser
The dialog result value.
DialogWindowFactory - Class in net.sf.doolin.gui.window.support
GUIWindowFactory for a dialog.
DialogWindowFactory() - Constructor for class net.sf.doolin.gui.window.support.DialogWindowFactory
 
DigesterUtils - Class in net.sf.doolin.util.xml
Utilities for dealing with a Jakarta Commons Digester.
DigesterUtils() - Constructor for class net.sf.doolin.util.xml.DigesterUtils
Protected constructor, used internally
digestPassword(char[]) - Static method in class net.sf.doolin.util.PasswordUtils
Computes an encoded digest for a password
DimensionOXMLAdapter - Class in net.sf.doolin.oxml.adapter
OXMLAdapter for a Dimension object which has been rendered as "width,height".
DimensionOXMLAdapter() - Constructor for class net.sf.doolin.oxml.adapter.DimensionOXMLAdapter
 
DirExistsObjectValidator - Class in net.sf.doolin.gui.validation.support
Validator that checks if a File is a directory and exists.
DirExistsObjectValidator() - Constructor for class net.sf.doolin.gui.validation.support.DirExistsObjectValidator
 
DISABLED - Static variable in interface net.sf.doolin.gui.display.DisplayStateHandlers
Always disabled
display() - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogWindow
 
display() - Method in interface net.sf.doolin.gui.window.GUIWindow
Displays the window on the screen.
display() - Method in class net.sf.doolin.gui.window.support.FrameGUIWindow
Displays the window on the screen.
displayCollections(Map<String, Set<Object>>) - Static method in class net.sf.doolin.oxml.OXMLUtils
Displays the list of collections on the system console.
DisplayState - Enum in net.sf.doolin.gui.display
List of possible display states.
DisplayStateHandler - Interface in net.sf.doolin.gui.display
Defines the display state of a field.
DisplayStateHandlers - Interface in net.sf.doolin.gui.display
List of predefined display state handlers
DisplayStateHandlerUtils - Class in net.sf.doolin.gui.display
Utility methods for dealing with display states.
dispose() - Method in class net.sf.doolin.gui.window.support.AbstractIWindow
 
dispose() - Method in interface net.sf.doolin.gui.window.support.IWindow
Disposes of the window.
doAction(String, Map<String, String>) - Method in interface net.sf.doolin.gui.template.component.ActionCallback
Executes a command.
doAction(String, Map<String, String>) - Method in class net.sf.doolin.gui.template.component.JTemplate
Executes a command.
DockDescription - Class in net.sf.doolin.gui.docking
Description for the docked views in a window.
DockDescription(String, boolean, String, Dimension) - Constructor for class net.sf.doolin.gui.docking.DockDescription
Constructor.
DockingComponent<V> - Class in net.sf.doolin.gui.docking
Component that is associated to a view for being stored in a dockable.
DockingComponent(GUIView<V>, JComponent) - Constructor for class net.sf.doolin.gui.docking.DockingComponent
Constructor
DockingComponent.FocusRequester - Class in net.sf.doolin.gui.docking
Focus management
DockingComponent.FocusRequester() - Constructor for class net.sf.doolin.gui.docking.DockingComponent.FocusRequester
 
DockingConstraint - Class in net.sf.doolin.gui.docking
Specification for the constraints of a view in a DockingWindowDescriptor.
DockingConstraint() - Constructor for class net.sf.doolin.gui.docking.DockingConstraint
 
DockingFormatter - Class in net.sf.doolin.gui.docking.storage
Utility class used by the XML template in XMLDockingStorage.
DockingFormatter() - Constructor for class net.sf.doolin.gui.docking.storage.DockingFormatter
 
DockingPathConstraints - Class in net.sf.doolin.gui.docking
Parser for a docking path.
DockingPathConstraints(String) - Constructor for class net.sf.doolin.gui.docking.DockingPathConstraints
Instantiates a new docking path constraints.
DockingStorage - Interface in net.sf.doolin.gui.docking.storage
This interface defines a way to store and retrieve the DockDescription for a window.
DockingWindowDescriptor<B> - Class in net.sf.doolin.gui.docking
Window descriptor based on Javadocking API.
DockingWindowDescriptor() - Constructor for class net.sf.doolin.gui.docking.DockingWindowDescriptor
 
DockingWindowDescriptor.CloseAction - Class in net.sf.doolin.gui.docking
Decorator for the close action that controls if the view can be closed
DockingWindowDescriptor.CloseAction(Action, GUIView<?>) - Constructor for class net.sf.doolin.gui.docking.DockingWindowDescriptor.CloseAction
Constructor
DockingWindowParser - Class in net.sf.doolin.gui.spring
Parser for DockingWindowDescriptor.
DockingWindowParser() - Constructor for class net.sf.doolin.gui.spring.DockingWindowParser
Constructor
DockLayout - Class in net.sf.doolin.gui.swing
BorderLayout sub-class that allows the docking of several toolbars on the borders.
DockLayout() - Constructor for class net.sf.doolin.gui.swing.DockLayout
 
DockType - Enum in net.sf.doolin.gui.docking
List of docks that can be created.
doClose() - Method in class net.sf.doolin.gui.field.list.multi.MultiComboComponent
 
doDelete() - Method in class net.sf.doolin.gui.field.list.multi.MultiComboComponent
 
doExecute(ActionContext) - Method in class net.sf.doolin.gui.action.AbstractGUIAction
Executes the action and throws any kind of error.
doExecute(ActionContext) - Method in class net.sf.doolin.gui.action.AbstractTypedGUIAction
Deprecated.  
doExecute(ActionContext, T) - Method in class net.sf.doolin.gui.action.AbstractTypedGUIAction
Deprecated. Executes the action with a typed action context data
doExecute(ActionContext) - Method in class net.sf.doolin.gui.action.CloseWindowAction
 
doExecute(ActionContext) - Method in class net.sf.doolin.gui.action.DelegateGUIAction
 
doExecute(ActionContext) - Method in class net.sf.doolin.gui.action.DialogAction
 
doExecute(ActionContext) - Method in class net.sf.doolin.gui.action.GUITaskAction
 
doExecute(ActionContext) - Method in class net.sf.doolin.gui.action.MethodGUIAction
 
doExecute(ActionContext) - Method in class net.sf.doolin.gui.action.NOPGUIAction
Does nothing.
doExecute(ActionContext) - Method in class net.sf.doolin.gui.action.OpenViewAction
Builds a new model and opens the view
doExecute(ActionContext) - Method in class net.sf.doolin.gui.action.PromptGUIAction
 
doExecute(ActionContext) - Method in class net.sf.doolin.gui.action.ServiceGUIAction
 
doExecute(ActionContext) - Method in class net.sf.doolin.gui.action.util.ActionAbout
 
doExecute(ActionContext) - Method in class net.sf.doolin.gui.bus.BusMonitoringTestAction
 
doExecute(ActionContext) - Method in class net.sf.doolin.gui.edit.GUIEditAction
 
doExecute(ActionContext) - Method in class net.sf.doolin.gui.field.table.action.OpenItemAction
 
doExecute(ActionContext) - Method in class net.sf.doolin.gui.lf.LFAction
 
doExecute(ActionContext) - Method in class net.sf.doolin.gui.window.dialog.DialogCancelAction
Invalidates the model and cancels the dialog
doExecute(ActionContext) - Method in class net.sf.doolin.gui.window.dialog.DialogOKAction
 
doExecute(ActionContext) - Method in class net.sf.doolin.gui.wizard.support.WizardCancelAction
Invalidates the model and cancels the dialog
doExecute(ActionContext) - Method in class net.sf.doolin.gui.wizard.support.WizardFinishAction
Just closes the wizard.
doExecute(ActionContext) - Method in class net.sf.doolin.gui.wizard.support.WizardNextAction
Gets the WizardState from the context and calls its WizardState.doNext(ActionContext) method.
doExecute(ActionContext) - Method in class net.sf.doolin.gui.wizard.support.WizardPreviousAction
Gets the WizardState from the context and calls its WizardState.doPrevious(ActionContext) method.
doInBackground(ActionContext, B) - Method in interface net.sf.doolin.gui.action.task.GUITask
Performs the main task, outside of the EDT.
doInBackground(ActionContext, B) - Method in class net.sf.doolin.gui.action.task.MethodGUITask
Gets the property on bean defined by the propertyPath property and calls the methodName method on it.
doInBackground() - Method in class net.sf.doolin.gui.monitor.CallableTask
Calls the Callable
doInit() - Method in class net.sf.doolin.gui.service.icon.PropertyIconService
Loads all definitions from the property file.
DOMUtils - Class in net.sf.doolin.util.xml
Methods for exploring a DOM tree.
doNext(ActionContext) - Method in class net.sf.doolin.gui.wizard.state.WizardState
Actually navigates to the next view in the wizard.
DoolinIcons - Class in net.sf.doolin.gui.swing
Accessor for the Doolin icons.
doOnException(ActionContext, B, Throwable) - Method in class net.sf.doolin.gui.action.task.AbstractGUITask
If delegateException property is true, a RuntimeException is thrown.
doOnException(ActionContext, B, Throwable) - Method in interface net.sf.doolin.gui.action.task.GUITask
This method is called by the task executor whenever that task has returned an error
doOnResult(ActionContext, B, R) - Method in interface net.sf.doolin.gui.action.task.GUITask
This method is called on the EDT when the task has completed its work.
doOnResult(ActionContext, B, R) - Method in class net.sf.doolin.gui.action.task.MethodGUITask
Does nothing.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.context.spring.AbstractDefinitionParser
Changes scope to public.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.context.spring.SimpleDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.context.spring.StringsDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.gui.spring.LayoutManagerServiceParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.gui.spring.ListDecorator
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.gui.spring.PropertiesDecorator
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.gui.spring.PropertyIconServiceParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.gui.spring.table.ColumnDateDecorator
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.gui.spring.table.ColumnEnumDecorator
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.gui.spring.table.ColumnExpressionDecorator
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.gui.spring.ToolBarDecorator
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.gui.spring.tree.TreeNodeParser
 
doPrevious(ActionContext) - Method in class net.sf.doolin.gui.wizard.state.WizardState
Actually navigates to the previous view.
doTask() - Method in class net.sf.doolin.gui.edit.AbstractGUIEdit
Runs the main task.
drawGrayShape(JComponent, Rectangle) - Static method in class net.sf.doolin.gui.swing.SwingUtils
Draws a shape for a component
drawXORShape(JComponent, Rectangle) - Static method in class net.sf.doolin.gui.swing.SwingUtils
Draws an XOR shape in a component

E

EditableValue<T> - Class in net.sf.doolin.util
Defines a value that is editable.
EditableValue(T, Object) - Constructor for class net.sf.doolin.util.EditableValue
Constructor.
editFile(File) - Method in interface net.sf.doolin.gui.service.DesktopService
Opens the file for edition.
editFile(File) - Method in class net.sf.doolin.gui.service.support.JDK6DesktopService
 
ELocaleMode - Enum in net.sf.doolin.util
Defines how a Locale must be used when looking for resources
EMPTY - Static variable in class net.sf.doolin.gui.validation.GUIValidation
Empty (valid) validation object.
ENABLED - Static variable in interface net.sf.doolin.gui.display.DisplayStateHandlers
Always enabled (default)
encodeBase64(byte[]) - Static method in class net.sf.doolin.util.CodecUtils
Encode using Base 64
encodeCharsBase64(char[]) - Static method in class net.sf.doolin.util.CodecUtils
Encode a given password using Base64
encodePassword(char[]) - Static method in class net.sf.doolin.util.PasswordUtils
Encodes a password using Base64
entries() - Method in class net.sf.doolin.util.TreeProperties
 
Enum2StringAdapter<E extends Enum<E>> - Class in net.sf.doolin.util
Adapter from a String to an enumeration.
Enum2StringAdapter() - Constructor for class net.sf.doolin.util.Enum2StringAdapter
 
EnumLabelInfoProvider - Class in net.sf.doolin.gui.swing
This label provider is based on an enumeration.
EnumLabelInfoProvider() - Constructor for class net.sf.doolin.gui.swing.EnumLabelInfoProvider
 
EnumListDataFactory<E extends Enum<E>> - Class in net.sf.doolin.gui.model
Returns the value model for a list of enumeration values.
EnumListDataFactory(Class<E>) - Constructor for class net.sf.doolin.gui.model.EnumListDataFactory
Constructor
EnumOXMLAdapter - Class in net.sf.doolin.oxml.adapter
Adapter towards an enumeration.
EnumOXMLAdapter() - Constructor for class net.sf.doolin.oxml.adapter.EnumOXMLAdapter
 
equals(Object) - Method in class net.sf.doolin.bus.support.Subscription
 
equals(Object) - Method in class net.sf.doolin.util.CodeLabel
 
equals(Object) - Method in class net.sf.doolin.util.I18NString
Equality.
equals(Object) - Method in class net.sf.doolin.util.Pair
 
equals(Object) - Method in class net.sf.doolin.util.PatternFormat
 
equals(Object) - Method in class net.sf.doolin.util.unit.ValueUnit
 
equals(Object) - Method in class net.sf.doolin.util.Version
 
error(ActionContext, Throwable, Object, Object...) - Method in interface net.sf.doolin.gui.service.InfoService
Logs an error
error(ActionContext, Throwable, Object, Object...) - Method in class net.sf.doolin.gui.service.support.DefaultInfoService
 
error(SAXParseException) - Method in class net.sf.doolin.util.xml.SimpleErrorHandler
 
ERROR_OPTION - Static variable in class net.sf.doolin.gui.swing.JFontChooser
Return value from showDialog().
ErrorMessageService - Interface in net.sf.doolin.gui.service.info
This service is used to generate a user message from an exception.
escapeXML(String) - Method in class net.sf.doolin.template.velocity.VelocityTools
Escape a string for XML
evaluate(Object, Object) - Method in enum net.sf.doolin.gui.display.ConditionalOperator
Evaluates the operator with the value and the operand.
evaluate(Object) - Method in class net.sf.doolin.gui.wizard.rule.condition.FinishWizardRule
 
evaluate(Object) - Method in class net.sf.doolin.gui.wizard.rule.condition.FixedWizardRule
 
evaluate(Object) - Method in class net.sf.doolin.gui.wizard.rule.condition.JEXLWizardRule
Evaluates the JEXL expression to a boolean.
evaluate(Object) - Method in interface net.sf.doolin.gui.wizard.rule.condition.WizardRule
Evaluates the rule against the wizard bean.
evaluate() - Method in class net.sf.doolin.util.expression.Expression
Internal method used to evaluate the value of the expression.
evaluate(Locale, Object) - Method in class net.sf.doolin.util.expression.KeyToken
 
evaluate(Locale, Object) - Method in class net.sf.doolin.util.expression.SequenceToken
 
evaluate(Locale, Object) - Method in class net.sf.doolin.util.expression.TextToken
 
evaluate(Locale, Object) - Method in interface net.sf.doolin.util.expression.Token
Evaluate.
evaluate(Locale, Object) - Method in class net.sf.doolin.util.expression.ValueToken
Evaluate.
evaluateBoolean(Node, String) - Method in class net.sf.doolin.util.xml.XPathUtils
Evaluates a boolean from an XPath expression.
evaluateString(Node, String) - Method in class net.sf.doolin.util.xml.XPathUtils
Evaluates a string from an XPath expression.
ExcelWriter<T> - Class in net.sf.doolin.tabular.excel
Writes to an Excel workbook.
ExcelWriter() - Constructor for class net.sf.doolin.tabular.excel.ExcelWriter
 
ExceptionTranslator - Interface in net.sf.doolin.gui.service.info
 
excludes(Throwable) - Method in class net.sf.doolin.gui.service.info.DefaultErrorMessageService
 
execute(ActionContext) - Method in class net.sf.doolin.gui.action.AbstractGUIAction
Executes the action and deals with errors.
execute(ActionContext) - Method in interface net.sf.doolin.gui.action.GUIAction
Executes the action.
execute(ActionContext, B, GUITask<B, R>) - Method in class net.sf.doolin.gui.action.task.BackgroundGUITaskExecutor
 
execute(ActionContext, B, GUITask<B, R>) - Method in interface net.sf.doolin.gui.action.task.GUITaskExecutor
Executes a given task, starting from a given action context and with a given bean input.
execute(ActionContext, B, GUITask<B, R>) - Method in class net.sf.doolin.gui.action.task.MonitoredGUITaskExecutor
 
execute(GUIEditManager) - Method in class net.sf.doolin.gui.edit.GUIEditAction
Executes this action for its associated GUIEditManager.
execute(GUIEditManager) - Method in class net.sf.doolin.gui.edit.GUIRedoAction
 
execute(GUIEditManager) - Method in class net.sf.doolin.gui.edit.GUIUndoAction
 
execute(OXMLContext) - Method in class net.sf.doolin.oxml.action.SequenceOXMLAction
Executes the sequence
exit(int) - Method in class net.sf.doolin.gui.app.GUIApplication
Exits the application
ExitAction<T> - Class in net.sf.doolin.gui.action
Exits the application.
ExitAction() - Constructor for class net.sf.doolin.gui.action.ExitAction
 
Expression - Class in net.sf.doolin.util.expression
A Expression is basically a text string whose content can be created from bundle keys or properties in a bean model.
Expression(Locale, Object, String) - Constructor for class net.sf.doolin.util.expression.Expression
Parses the expression
Expression(Locale, String) - Constructor for class net.sf.doolin.util.expression.Expression
Builds an expression with a fixed text.
Expression(Object, String) - Constructor for class net.sf.doolin.util.expression.Expression
Parses the expression
Expression(String) - Constructor for class net.sf.doolin.util.expression.Expression
Builds an expression with a fixed text and for the default locale
ExpressionLabelConnector - Class in net.sf.doolin.gui.action.path.statusbar
Connector that binds the label text to the result of an expression.
ExpressionLabelConnector() - Constructor for class net.sf.doolin.gui.action.path.statusbar.ExpressionLabelConnector
 
ExpressionLabelInfoProvider - Class in net.sf.doolin.gui.swing
LabelInfoProvider based on a GUIExpression.
ExpressionLabelInfoProvider() - Constructor for class net.sf.doolin.gui.swing.ExpressionLabelInfoProvider
Default constructor
ExpressionLabelInfoProvider(String) - Constructor for class net.sf.doolin.gui.swing.ExpressionLabelInfoProvider
Constructor with a default expression
extractList(Collection<? extends T>, Predicate<T>) - Static method in class net.sf.doolin.util.collection.ListUtils
Extracts a sub-list by evaluating a Predicate on the source list

F

FalseObjectValidator - Class in net.sf.doolin.gui.validation.support
This validator checks that the object can be evaluated to false.
FalseObjectValidator() - Constructor for class net.sf.doolin.gui.validation.support.FalseObjectValidator
 
fatalError(SAXParseException) - Method in class net.sf.doolin.util.xml.SimpleErrorHandler
 
Field<V> - Interface in net.sf.doolin.gui.field
Definition for a field instance.
FIELD_COLUMNS - Static variable in class net.sf.doolin.gui.field.table.column.DefaultColumnGenerator
Property name for the columns: "columns"
FIELD_COMPONENT_PROPERTY - Static variable in class net.sf.doolin.gui.form.FormPanel
Field property that contains the decorated component of the field
FieldActionContext<V> - Class in net.sf.doolin.gui.field.support
Action context for a field.
FieldActionContext(Field<V>) - Constructor for class net.sf.doolin.gui.field.support.FieldActionContext
Constructor
FieldActionContext(Field<V>, Object) - Constructor for class net.sf.doolin.gui.field.support.FieldActionContext
Constructor with an initial context value
FieldButton<V> - Class in net.sf.doolin.gui.field
JButton field descriptor.
FieldButton() - Constructor for class net.sf.doolin.gui.field.FieldButton
 
FieldCheck<V> - Class in net.sf.doolin.gui.field
JCheckBox field descriptor.
FieldCheck() - Constructor for class net.sf.doolin.gui.field.FieldCheck
 
FieldColor<V> - Class in net.sf.doolin.gui.field
This field allows the user to select a color.
FieldColor() - Constructor for class net.sf.doolin.gui.field.FieldColor
 
FieldCombo<V,E> - Class in net.sf.doolin.gui.field.list
JComboBox field descriptor.
FieldCombo() - Constructor for class net.sf.doolin.gui.field.list.FieldCombo
 
FieldDecimal<V> - Class in net.sf.doolin.gui.field
Field for an BigDecimal value.
FieldDecimal() - Constructor for class net.sf.doolin.gui.field.FieldDecimal
 
FieldDescriptor<V> - Interface in net.sf.doolin.gui.field
Field definition.
FieldFile<V> - Class in net.sf.doolin.gui.field
Field for a file selection.
FieldFile() - Constructor for class net.sf.doolin.gui.field.FieldFile
 
FieldFont<V> - Class in net.sf.doolin.gui.field
This field allows the user to pick a Font.
FieldFont() - Constructor for class net.sf.doolin.gui.field.FieldFont
 
FieldInteger<V> - Class in net.sf.doolin.gui.field
Field for an Integer value.
FieldInteger() - Constructor for class net.sf.doolin.gui.field.FieldInteger
 
FieldLabel<V> - Class in net.sf.doolin.gui.field
JLabel field descriptor.
FieldLabel() - Constructor for class net.sf.doolin.gui.field.FieldLabel
 
FieldLabelInfo<V> - Class in net.sf.doolin.gui.field
JLabel field descriptor based on a LabelInfoProvider.
FieldLabelInfo() - Constructor for class net.sf.doolin.gui.field.FieldLabelInfo
 
FieldLong<V> - Class in net.sf.doolin.gui.field
Field for an Long value.
FieldLong() - Constructor for class net.sf.doolin.gui.field.FieldLong
 
FieldMemo<V> - Class in net.sf.doolin.gui.field
JTextArea field descriptor.
FieldMemo() - Constructor for class net.sf.doolin.gui.field.FieldMemo
 
FieldMultiCombo<V,E> - Class in net.sf.doolin.gui.field.list.multi
Field descriptor for the selection of several items in a list.
FieldMultiCombo() - Constructor for class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
FieldPassword<V> - Class in net.sf.doolin.gui.field
This field is used to enter a password.
FieldPassword() - Constructor for class net.sf.doolin.gui.field.FieldPassword
 
FieldPasswordStore - Enum in net.sf.doolin.gui.field
 
FieldRadio<V,T> - Class in net.sf.doolin.gui.field
This field defines a JRadioButton.
FieldRadio() - Constructor for class net.sf.doolin.gui.field.FieldRadio
 
FieldRadioGroup<V,E> - Class in net.sf.doolin.gui.field.list
Field descriptor for a group of radio buttons.
FieldRadioGroup() - Constructor for class net.sf.doolin.gui.field.list.FieldRadioGroup
 
FieldSeparator<V> - Class in net.sf.doolin.gui.field
Descriptor for a separator.
FieldSeparator() - Constructor for class net.sf.doolin.gui.field.FieldSeparator
 
FieldTable<V,E> - Class in net.sf.doolin.gui.field.table
Table field descriptor.
FieldTable() - Constructor for class net.sf.doolin.gui.field.table.FieldTable
 
FieldTemplate<V> - Class in net.sf.doolin.gui.template.field
Read-only field that displays a template.
FieldTemplate() - Constructor for class net.sf.doolin.gui.template.field.FieldTemplate
 
FieldText<V> - Class in net.sf.doolin.gui.field
JTextField field descriptor.
FieldText() - Constructor for class net.sf.doolin.gui.field.FieldText
 
FieldToggle<V> - Class in net.sf.doolin.gui.field
JToggleButton field descriptor.
FieldToggle() - Constructor for class net.sf.doolin.gui.field.FieldToggle
 
FieldTransferHandler<V> - Class in net.sf.doolin.gui.field.support
TransferHandler associated with a Field.
FieldTransferHandler() - Constructor for class net.sf.doolin.gui.field.support.FieldTransferHandler
 
FieldTree<V> - Class in net.sf.doolin.gui.field.tree
 
FieldTree() - Constructor for class net.sf.doolin.gui.field.tree.FieldTree
 
FieldTreeSelectionPropertyMode - Enum in net.sf.doolin.gui.field.tree
 
FileBrowser - Class in net.sf.doolin.gui.swing
This class allows the browsing of files or directories.
FileBrowser() - Constructor for class net.sf.doolin.gui.swing.FileBrowser
Constructor with no support for preferences
FileBrowser(GUIPreferences) - Constructor for class net.sf.doolin.gui.swing.FileBrowser
Constructor with support for preferences
FileBrowsingMode - Enum in net.sf.doolin.gui.swing
File browsing model.
FileOXMLSource - Class in net.sf.doolin.oxml.source
DOM source from a file
FileOXMLSource(File) - Constructor for class net.sf.doolin.oxml.source.FileOXMLSource
Constructs a source from an XML file.
FileParser - Class in net.sf.doolin.gui.spring
Parser for FieldFile
FileParser() - Constructor for class net.sf.doolin.gui.spring.FileParser
Constructor
filePathChanged(String) - Method in interface net.sf.doolin.gui.swing.FilePathListener
Listens for the change of the path in a IFilePath instance
FilePathListener - Interface in net.sf.doolin.gui.swing
Listener for IFilePath implementations.
fill(SubscriberValidator, GUITreeModel, Object) - Method in class net.sf.doolin.gui.field.tree.model.GUITreeNode
Initializes a node
fill(OXMLReaderOutput) - Method in class net.sf.doolin.oxml.OXMLContext
Fills the output.
fillCollections(Map<String, Set<Object>>) - Method in class net.sf.doolin.oxml.OXMLContext
Merges the collections.
fillDockDescription(DockDescription, CompositeDock) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Fills the dock description for a dock.
fillNodeFromList(SubscriberValidator, GUITreeModel, Node, Collection<?>) - Method in class net.sf.doolin.gui.field.tree.model.GUITreeNode
 
fillWarnings(OXMLReaderOutput) - Method in class net.sf.doolin.oxml.OXMLContext
Fills the warnings.
filter(List<Column>) - Static method in class net.sf.doolin.gui.field.table.Column
Filter.
find(List<? extends E>, Predicate<E>) - Static method in class net.sf.doolin.util.collection.ListUtils
Finds the first element in a list which is evaluated to true by a Predicate.
findComponentInTree(Container, Predicate<Component>) - Static method in class net.sf.doolin.gui.swing.SwingUtils
Recursively descends the parent container, applies the predicate to each component and returns the first one the predicate has returned true for.
findViewReference(GUIWindow<B>, GUIViewDescriptor<V>, V) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
 
findViewReference(GUIWindow<B>, GUIViewDescriptor<V>, V) - Method in class net.sf.doolin.gui.window.descriptor.AbstractCompositeGUIWindowDescriptor
Finds a view reference for the given view descriptor and view model.
FINISH - Static variable in interface net.sf.doolin.gui.wizard.rule.condition.WizardRule
Special result (@{value}) which means that the view can be finished.
FINISH - Static variable in interface net.sf.doolin.gui.wizard.support.WizardAction
"Finish"
FinishDisplayStateHandler - Class in net.sf.doolin.gui.wizard.state
DisplayStateHandler for the "Finish" action.
FinishDisplayStateHandler() - Constructor for class net.sf.doolin.gui.wizard.state.FinishDisplayStateHandler
 
FinishWizardRule - Class in net.sf.doolin.gui.wizard.rule.condition
This rule is used for views that can be always finished.
FinishWizardRule() - Constructor for class net.sf.doolin.gui.wizard.rule.condition.FinishWizardRule
 
fireClosed() - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
Fires that this view is closed.
fireInit() - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
Fires that this view is initialised.
fireNewPath(String) - Method in class net.sf.doolin.gui.swing.AbstractFilePath
Fires to all listeners that the path has changed.
fireShown() - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
Fires that this view is shown.
fireTaskNote(String) - Method in class net.sf.doolin.gui.monitor.Task
Posts a message to the task listener, which is used to display a progress message to the TaskMonitor.
fireUpdated() - Method in class net.sf.doolin.gui.edit.DefaultGUIEditManager
Publishes to the bus that the state of tasks has changed
FixedColorTableStyle - Class in net.sf.doolin.gui.field.table.style
Style that applies a fixed color to the rows.
FixedColorTableStyle() - Constructor for class net.sf.doolin.gui.field.table.style.FixedColorTableStyle
 
FixedWizardRule - Class in net.sf.doolin.gui.wizard.rule.condition
This rule is always evaluated to true.
FixedWizardRule() - Constructor for class net.sf.doolin.gui.wizard.rule.condition.FixedWizardRule
 
FLOATABLE - Static variable in class net.sf.doolin.gui.action.path.toolbar.ToolBar
property
focusGained(FocusEvent) - Method in class net.sf.doolin.gui.docking.DockingComponent.FocusRequester
 
focusGained(FocusEvent) - Method in class net.sf.doolin.gui.swing.JFontChooser.TextFieldFocusHandlerForTextSelection
 
focusLost(FocusEvent) - Method in class net.sf.doolin.gui.docking.DockingComponent.FocusRequester
 
focusLost(FocusEvent) - Method in class net.sf.doolin.gui.swing.JFontChooser.TextFieldFocusHandlerForTextSelection
 
FontParser - Class in net.sf.doolin.gui.spring
Parser for FieldFont
FontParser() - Constructor for class net.sf.doolin.gui.spring.FontParser
Constructor
FontStyle - Class in net.sf.doolin.gui.style
Style that updates the font used for the component.
FontStyle() - Constructor for class net.sf.doolin.gui.style.FontStyle
 
FontTableStyle - Class in net.sf.doolin.gui.field.table.style
Style that updates the font used for the rows.
FontTableStyle() - Constructor for class net.sf.doolin.gui.field.table.style.FontTableStyle
 
forClass(String) - Static method in class net.sf.doolin.util.Utils
Protected call to Class.forName
format(Object, StringBuffer, FieldPosition) - Method in class net.sf.doolin.gui.swing.ByClassAndPropertyFormat
 
format() - Method in class net.sf.doolin.util.I18NString
Formatted representation, used for encoding.
format(Object...) - Method in class net.sf.doolin.util.PatternFileFilter
Format a string using some parameters.
format(Object...) - Method in class net.sf.doolin.util.PatternFormat
Utility method
formatDimension(Dimension) - Method in class net.sf.doolin.gui.docking.storage.DockingFormatter
Formats a Dimension into a String.
FormattedKeyLabelInfoProvider - Class in net.sf.doolin.gui.swing
This LabelInfoProvider uses a format to build the text key of both the text and the icon id.
FormattedKeyLabelInfoProvider() - Constructor for class net.sf.doolin.gui.swing.FormattedKeyLabelInfoProvider
Constructor, with no text and no icon.
formattedText() - Method in class net.sf.doolin.gui.validation.GUIValidationMessage
Gets the displayable text for this message and for the current locale.
FormLayoutService - Class in net.sf.doolin.gui.layout
Layout based on FormLayout.
FormLayoutService() - Constructor for class net.sf.doolin.gui.layout.FormLayoutService
Constructor with default values
FormLayoutService(String, String) - Constructor for class net.sf.doolin.gui.layout.FormLayoutService
Constructor
FormPanel<V> - Class in net.sf.doolin.gui.form
Descriptor for a panel that contains a list of fields.
FormPanel(LayoutService, GUIValidationDecorator, List<FieldDescriptor<V>>) - Constructor for class net.sf.doolin.gui.form.FormPanel
Constructor
FormSection<V> - Class in net.sf.doolin.gui.form
Field that contains other fields.
FormSection() - Constructor for class net.sf.doolin.gui.form.FormSection
 
FormViewDescriptor<V> - Class in net.sf.doolin.gui.form
Descriptor for a view that contains a list of fields.
FormViewDescriptor() - Constructor for class net.sf.doolin.gui.form.FormViewDescriptor
Instantiates a new form view descriptor.
ForOXMLAction - Class in net.sf.doolin.oxml.action
for action.
ForOXMLAction() - Constructor for class net.sf.doolin.oxml.action.ForOXMLAction
 
FrameGUIWindow<B> - Class in net.sf.doolin.gui.window.support
Application window based on a JFrame.
FrameGUIWindow() - Constructor for class net.sf.doolin.gui.window.support.FrameGUIWindow
 
FrameIWindow - Class in net.sf.doolin.gui.window.support
Window implementation based on a JFrame.
FrameIWindow(ActionContext) - Constructor for class net.sf.doolin.gui.window.support.FrameIWindow
Constructor
FrameWindowFactory - Class in net.sf.doolin.gui.window.support
GUIWindowFactory for a frame.
FrameWindowFactory() - Constructor for class net.sf.doolin.gui.window.support.FrameWindowFactory
 
fromISOFormat(String) - Static method in class net.sf.doolin.util.Utils
Parses a date as ISO 8601

G

generate(Writer, Map<String, Object>) - Method in interface net.sf.doolin.template.Template
Generates the template to an output stream using a given context.
generate(Writer, Map<String, Object>) - Method in class net.sf.doolin.template.velocity.VelocityTemplate
 
generateColumns(GUITableField<V, E>) - Method in class net.sf.doolin.gui.field.table.column.DefaultColumnGenerator
 
generateColumns(GUITableField<V, E>) - Method in interface net.sf.doolin.gui.field.table.ColumnGenerator
Generates the columns
generateString(Template, Map<String, Object>) - Static method in class net.sf.doolin.template.TemplateUtils
Generates a string from a template.
generateToken(int) - Static method in class net.sf.doolin.util.PasswordUtils
Generates an arbitrary token with nChars character length.
get() - Static method in class net.sf.doolin.bus.Bus
Gets the current bus.
get(Object, Object...) - Static method in class net.sf.doolin.gui.util.GUIStrings
Gets a localized string.
get(String) - Method in class net.sf.doolin.util.TreeProperties
Gets a value using a key.
getAction() - Method in class net.sf.doolin.gui.action.DelegateGUIAction
Returns the target action
getAction() - Method in class net.sf.doolin.gui.action.path.item.GUIActionPath
Gets the action.
getAction() - Method in class net.sf.doolin.gui.action.path.item.ReplacementActionPath
Gets the action to set
getAction(String) - Method in class net.sf.doolin.gui.action.path.list.ParsedActionPathList
Finds a GUIAction by its name in the ApplicationContext.
getAction() - Method in class net.sf.doolin.gui.action.path.statusbar.StatusBarLabel
Gets the action to execute when the user clicks on the label.
getAction() - Method in class net.sf.doolin.gui.action.PromptGUIAction
 
getAction() - Method in class net.sf.doolin.gui.action.support.ActionProxyDelegate
Returns the action to execute
getAction() - Method in class net.sf.doolin.gui.field.FieldButton
Gets the action.
getActionBarContext() - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogWindow
Returns the paths for the dialog actions
getActionCallback() - Method in class net.sf.doolin.gui.template.component.JTemplate
Returns the associated action callback.
getActionContext() - Method in class net.sf.doolin.gui.action.path.ActionBarContext
Gets the action context.
getActionContext() - Method in class net.sf.doolin.gui.action.path.ActionContextPath
Gets the action context.
getActionContext() - Method in interface net.sf.doolin.gui.field.Field
Gets the action context for this field
getActionContext() - Method in class net.sf.doolin.gui.field.support.AbstractField
Gets the action context for this field
getActionContext() - Method in interface net.sf.doolin.gui.view.GUIView
Gets the action context for this view
getActionContext() - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
 
getActionContext() - Method in interface net.sf.doolin.gui.window.GUIWindow
Gets the action context for this window
getActionContext() - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
 
getActionContext() - Method in class net.sf.doolin.gui.window.support.AbstractIWindow
Gets the associated action context
getActionContextConverter() - Method in class net.sf.doolin.gui.action.DelegateGUIAction
Returns the action context converter
getActionContextData(ActionContext) - Method in class net.sf.doolin.gui.action.AbstractGUIAction
Extracts the data to use from the action context.
getActionContextDataExtractor() - Method in class net.sf.doolin.gui.action.AbstractGUIAction
 
getActionContextPathList() - Method in interface net.sf.doolin.gui.action.path.ActionContextPathList
Gets the action context path list.
getActionContextPathList() - Method in class net.sf.doolin.gui.action.path.DefaultActionContextPathList
 
getActionDelegate() - Method in class net.sf.doolin.gui.window.opener.AbstractViewOpener
 
getActionFactory() - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
 
getActionFactory() - Method in interface net.sf.doolin.gui.field.FieldDescriptor
Returns the action factory
getActionFactory() - Method in class net.sf.doolin.gui.view.decorator.AbstractGUIViewDecorator
Gets the action factory.
getActionFactory() - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
 
getActionFactory() - Method in interface net.sf.doolin.gui.view.descriptor.GUIViewDescriptor
Returns the action factory
getActionFactory() - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Gets the action factory.
getActionFactory() - Method in interface net.sf.doolin.gui.window.descriptor.GUIWindowDescriptor
Gets the action factory.
getActionMap() - Method in class net.sf.doolin.gui.template.field.FieldTemplate
Gets the map of actions in the template.
getActionPath() - Method in class net.sf.doolin.gui.action.path.ActionContextPath
Gets the action path.
getActionPath() - Method in class net.sf.doolin.gui.action.path.item.SubActionPath
Gets the action path the installation is delegated to
getActionPath(String) - Method in class net.sf.doolin.gui.action.path.list.ParsedActionPathList
Finds an ActionPath by its name in the ApplicationContext .
getActionPathList() - Method in class net.sf.doolin.gui.action.path.toolbar.ToolBar
Gets the action path list.
getActionPathListList() - Method in class net.sf.doolin.gui.action.path.list.AggregatedActionPathList
Gets the list of action path lists.
getActionPaths() - Method in class net.sf.doolin.gui.action.path.ActionBarContext
Gets the action paths.
getActions() - Method in class net.sf.doolin.gui.docking.DockingConstraint
Returns the list of actions that are available for the view (all actions but closed can be defined this way).
getActionState(GUIEditManager) - Method in class net.sf.doolin.gui.edit.GUIEditAction
Gets the display state of this action according to the state of the task manager
getActionState(GUIEditManager) - Method in class net.sf.doolin.gui.edit.GUIRedoAction
 
getActionState(GUIEditManager) - Method in class net.sf.doolin.gui.edit.GUIUndoAction
 
getActionText(GUIEditManager) - Method in class net.sf.doolin.gui.edit.GUIEditAction
Gets the text of this action according to the state of the task manager
getActionText(GUIEditManager) - Method in class net.sf.doolin.gui.edit.GUIRedoAction
 
getActionText(GUIEditManager) - Method in class net.sf.doolin.gui.edit.GUIUndoAction
 
getActualCellRenderer() - Method in class net.sf.doolin.gui.field.list.AbstractListPropertyFieldDescriptor
Gets the actual cell renderer to use.
getActualColumn(int) - Method in class net.sf.doolin.gui.field.table.support.GUITableFormat
Gets the actual column.
getActualIconSize(GUIView<V>) - Method in class net.sf.doolin.gui.field.FieldButton
 
getAdapter() - Method in class net.sf.doolin.gui.display.AdaptedContextPropertyDisplayStateHandler
Gets the adapter.
getAdapter() - Method in class net.sf.doolin.gui.field.AbstractPropertyFieldDescriptor
Returns the adapter used between the model and the field
getAlignment() - Method in class net.sf.doolin.gui.field.FieldSeparator
Gets the alignment.
getAnnotation(Class<?>, Class<A>) - Static method in class net.sf.doolin.util.Utils
Get an annotation from the class or from its parent classes
getAnnotation(Class<A>, Object) - Static method in class net.sf.doolin.util.Utils
Gets an annotation for a type.
getApplication() - Method in interface net.sf.doolin.gui.action.ActionContext
Gets the running application
getApplication() - Method in class net.sf.doolin.gui.action.support.DelegateDataActionContext
 
getApplication() - Method in class net.sf.doolin.gui.app.support.ApplicationActionContext
 
getApplication() - Method in class net.sf.doolin.gui.field.support.FieldActionContext
 
getApplication() - Method in class net.sf.doolin.gui.field.table.support.TableActionContext
 
getApplication() - Method in class net.sf.doolin.gui.field.tree.support.TreeActionContext
 
getApplication() - Method in interface net.sf.doolin.gui.view.GUIView
Gets the view owner
getApplication() - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
Gets the application.
getApplication() - Method in class net.sf.doolin.gui.view.support.ViewActionContext
 
getApplication() - Method in interface net.sf.doolin.gui.window.GUIWindow
Gets the application.
getApplication() - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
Gets the application.
getApplication() - Method in class net.sf.doolin.gui.window.support.WindowActionContext
 
getAssociatedResult(JComponent, Map<Object, GUIValidation>) - Static method in class net.sf.doolin.gui.validation.ValidationComponentUtils
Gets GUIValidation object associated with a component.
getAsText() - Method in class net.sf.doolin.util.unit.ValueUnitEditor
 
getAttribute(Element, String, boolean, String) - Static method in class net.sf.doolin.util.xml.DOMUtils
Get the text of an attribute.
getAttribute(Element, String, String) - Static method in class net.sf.doolin.util.xml.DOMUtils
Get the text of an attribute.
getBean() - Method in class net.sf.doolin.bus.support.PropertyChangeMessage
Returns the bean
getBean(Class<T>) - Method in class net.sf.doolin.context.AbstractApplication
Gets a bean from the application, using a class as an identifier.
getBean(String) - Method in class net.sf.doolin.context.AbstractApplication
Gets a bean from the application.
getBean(Class<T>) - Method in class net.sf.doolin.gui.app.GUIApplication
If the bean is not defined in the Spring configuration, searches in the predefined services.
getBeanClass(Element) - Method in class net.sf.doolin.context.spring.SimpleDefinitionParser
 
getBeanClass(Element) - Method in class net.sf.doolin.context.spring.StringsDefinitionParser
 
getBeanClass(Element) - Method in class net.sf.doolin.gui.spring.LayoutManagerServiceParser
 
getBeanClass(Element) - Method in class net.sf.doolin.gui.spring.PropertiesDecorator
 
getBeanClass() - Method in class net.sf.doolin.gui.swing.ByClassAndPropertyFormat
Returns the beanClass
getBeanNotificationSupport() - Method in class net.sf.doolin.bus.bean.Bean
 
getBeanNotificationSupport() - Method in class net.sf.doolin.bus.bean.BeanSet
 
getBeanNotificationSupport() - Method in class net.sf.doolin.bus.bean.BusDynaBean
 
getBeanNotificationSupport() - Method in interface net.sf.doolin.bus.bean.IBean
 
getBigDecimal(GUIPreferences, String, BigDecimal) - Static method in class net.sf.doolin.gui.util.PreferencesUtils
Retrieves a BigDecimal from the preferences.
getBiggerSize() - Method in enum net.sf.doolin.gui.service.IconSize
 
getBoolean(String, Boolean) - Method in interface net.sf.doolin.gui.service.GUIPreferences
Get a preference value as a boolean
getBoolean(String, Boolean) - Method in class net.sf.doolin.gui.service.support.DefaultGUIPreferences
 
getBoolean(String, Boolean) - Method in class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
 
getBoolean(Element, String, boolean, boolean) - Static method in class net.sf.doolin.util.xml.DOMUtils
Get the text of a child element as a boolean.
getBooleanAttribute(Element, String, boolean, boolean) - Static method in class net.sf.doolin.util.xml.DOMUtils
Get the text of an attribute as a boolean.
getBooleanParam(String, boolean, boolean) - Method in class net.sf.doolin.util.ParameterSet
Get a boolean parameter
getBorder() - Method in class net.sf.doolin.gui.action.path.statusbar.GUIStatusBar
Gets the border to apply to the components in the status bar.
getBorderConstraint() - Method in enum net.sf.doolin.gui.action.path.toolbar.BarPosition
Gets the constraint for a BorderLayout.
getBorderInsets(Component) - Method in class net.sf.doolin.gui.swing.CollaspableBorder
 
getBuilder() - Method in class net.sf.doolin.oxml.config.XMLOXMLConfig
Creates a document builder for the parsing.
getBuilder() - Method in class net.sf.doolin.oxml.source.AbstractOXMLSource
Creates a document builder for the parsing.
getBusInfo() - Method in interface net.sf.doolin.bus.IBus
Gets information about the bus
getBusInfo() - Method in interface net.sf.doolin.bus.jmx.IJmxBusBean
 
getBusInfo() - Method in class net.sf.doolin.bus.jmx.JmxBusBean
 
getBusInfo() - Method in class net.sf.doolin.bus.support.DefaultBus
 
getButton(String) - Method in class net.sf.doolin.gui.swing.JButtonBar
Looks for a button with the given name
getButton(String) - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogWindow
 
getCa() - Method in class net.sf.doolin.util.Gradient
Gets the first color
getCancelAction() - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogActionsFactory
Creates the Cancel action for a dialog
getCancelAction() - Method in class net.sf.doolin.gui.wizard.support.AbstractWizardActionsFactory
Gets the default "Cancel" actions
getCb() - Method in class net.sf.doolin.util.Gradient
Gets the second color
getCellEditorValue() - Method in class net.sf.doolin.gui.field.table.editor.ComboTableCellEditor
 
getChildBeanList(Object, Children) - Method in class net.sf.doolin.gui.field.tree.model.GUITreeNode
Gets the list of beans which are associated to a children definition
getChildBeans(Object) - Method in interface net.sf.doolin.gui.field.tree.Children
Computes the children objects from a parent
getChildBeans(Object) - Method in class net.sf.doolin.gui.field.tree.support.PropertyChildren
 
getChildren() - Method in class net.sf.doolin.gui.field.tree.Node
 
getClassAttribute(Element, String, Class<T>) - Static method in class net.sf.doolin.util.xml.DOMUtils
Get a type attribute from an element.
getClassName() - Method in class net.sf.doolin.gui.docking.DockDescription
Gets the class of the dock
getClassName() - Method in class net.sf.doolin.gui.docking.storage.OXMLDocking
Gets the class name for the dock
getCloseAction() - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Gets the close action.
getCloseAction() - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Returns the action to call when the window is about to be closed
getCloseAction() - Method in interface net.sf.doolin.gui.window.descriptor.GUIWindowDescriptor
Returns the action to call when the window is about to be closed
getCloseAction() - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogWindow
Gets the close action for this dialog.
getCode() - Method in class net.sf.doolin.util.CodeLabel
 
getCode() - Method in class net.sf.doolin.util.I18NCode
 
getCollapsedPropertyPath() - Method in class net.sf.doolin.gui.form.FormSection
Gets the path to the property that defines the collapsed state
getCollections() - Method in class net.sf.doolin.oxml.OXMLReaderOutput
List of collections.
getColor() - Method in class net.sf.doolin.gui.field.table.style.FixedColorTableStyle
Gets the even row color.
getColor() - Method in class net.sf.doolin.gui.style.BackgroundStyle
Gets the colour to apply as background
getColor(GUIPreferences, String, Color) - Static method in class net.sf.doolin.gui.util.PreferencesUtils
Retrieves a Color from the preferences.
getColor(double) - Method in class net.sf.doolin.util.Gradient
Computes the color between the two ends, using the given percentage.
getColorSpace() - Method in class net.sf.doolin.util.Gradient
Gets the color space used by this gradient.
getColumn(int) - Method in interface net.sf.doolin.tabular.model.TabularModel
Gets the column at a specified index
getColumn(int) - Method in class net.sf.doolin.tabular.support.AbstractTabularModel
 
getColumnClass(int) - Method in class net.sf.doolin.gui.field.list.multi.MultiComboTableFormat
 
getColumnClass() - Method in class net.sf.doolin.gui.field.table.Column
Class for the column.
getColumnClass(int) - Method in class net.sf.doolin.gui.field.table.support.GUITableFormat
 
getColumnComparator(int) - Method in class net.sf.doolin.gui.field.list.multi.MultiComboTableFormat
 
getColumnComparator(int) - Method in class net.sf.doolin.gui.field.table.support.GUITableFormat
 
getColumnCount() - Method in class net.sf.doolin.gui.field.list.multi.MultiComboTableFormat
 
getColumnCount() - Method in class net.sf.doolin.gui.field.table.support.GUITableFormat
Number of columns.
getColumnCount() - Method in interface net.sf.doolin.tabular.model.TabularModel
Returns the column count
getColumnCount() - Method in class net.sf.doolin.tabular.support.AbstractTabularModel
 
getColumnGenerator() - Method in class net.sf.doolin.gui.field.table.FieldTable
Gets the column generator.
getColumnGroups() - Method in class net.sf.doolin.gui.layout.FormLayoutService
Gets the column groups.
getColumnName(int) - Method in class net.sf.doolin.gui.field.list.multi.MultiComboTableFormat
 
getColumnName(int) - Method in class net.sf.doolin.gui.field.table.support.GUITableFormat
 
getColumns() - Method in class net.sf.doolin.gui.field.AbstractFieldText
Gets the columns.
getColumns() - Method in class net.sf.doolin.gui.field.FieldPassword
Gets the number of columns for the password field
getColumns() - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
getColumns() - Method in class net.sf.doolin.gui.field.table.column.DefaultColumnGenerator
Gets the columns.
getColumnSpecs() - Method in class net.sf.doolin.gui.layout.FormLayoutService
Gets the column specifications.
getColumnSpecs() - Method in class net.sf.doolin.gui.layout.TableLayoutService
Gets the column specifications for a row
getColumnUpdatePolicy() - Method in class net.sf.doolin.gui.field.table.Column
Gets the column update policy.
getColumnValue(SelectableItem<E>, int) - Method in class net.sf.doolin.gui.field.list.multi.MultiComboTableFormat
 
getColumnValue(Object, int) - Method in class net.sf.doolin.gui.field.table.support.GUITableFormat
 
getComparator() - Method in class net.sf.doolin.gui.field.table.Column
Returns the comparator which is used by this column.
getComparator() - Method in interface net.sf.doolin.gui.field.table.ColumnValueFactory
Gets a comparator for the value
getComparator() - Method in class net.sf.doolin.gui.field.table.value.PropertyColumnValueFactory
 
getCompletionSupport() - Method in class net.sf.doolin.gui.field.list.FieldCombo
Gets the completion support for this combo box.
getComponent() - Method in interface net.sf.doolin.gui.action.ActionContext
Gets the component associated with this context.
getComponent() - Method in class net.sf.doolin.gui.action.support.DelegateDataActionContext
 
getComponent() - Method in class net.sf.doolin.gui.app.support.ApplicationActionContext
No component
getComponent() - Method in class net.sf.doolin.gui.field.support.FieldActionContext
 
getComponent() - Method in class net.sf.doolin.gui.field.table.support.TableActionContext
 
getComponent() - Method in class net.sf.doolin.gui.field.tree.support.TreeActionContext
 
getComponent() - Method in class net.sf.doolin.gui.swing.ComboFilePath
 
getComponent() - Method in interface net.sf.doolin.gui.swing.IFilePath
Gets the actual component
getComponent() - Method in class net.sf.doolin.gui.swing.TextFilePath
 
getComponent() - Method in class net.sf.doolin.gui.view.support.ViewActionContext
 
getComponent() - Method in class net.sf.doolin.gui.window.support.WindowActionContext
 
getComponentFactory() - Method in class net.sf.doolin.gui.field.FieldSeparator
Gets the component factory.
getComponents() - Method in class net.sf.doolin.gui.action.path.statusbar.GUIStatusBar
Gets the list of component definitions for this status bar.
getCondition() - Method in class net.sf.doolin.gui.display.ConditionalJEXLDisplayStateHandler
 
getCondition() - Method in class net.sf.doolin.gui.wizard.rule.condition.JEXLWizardRule
Gets the JEXL expression
getConfig() - Method in class net.sf.doolin.oxml.OXMLContext
Gets the config.
getConfirmPasswordPropertyPath() - Method in class net.sf.doolin.gui.validation.ConfirmPasswordValidator
Path to the property that contains the confirmation of the password
getConnector() - Method in class net.sf.doolin.gui.action.path.statusbar.StatusBarLabel
Gets the connector for the label text
getConstant(String, Class<?>, boolean, Object) - Method in class net.sf.doolin.util.ParameterSet
Gets a parameter as a constant name for a given class and then uses this constant name to get its actual value.
getConstant(Class<?>, String) - Static method in class net.sf.doolin.util.Utils
Gets the value for a constant.
getConstraint() - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
Gets the constraint.
getConstraint() - Method in interface net.sf.doolin.gui.field.FieldDescriptor
Layout constraint for the field.
getConstraintAdapter() - Method in class net.sf.doolin.gui.layout.LayoutManagerService
Gets the constraint adapter.
getContentFormat() - Method in class net.sf.doolin.gui.template.field.FieldTemplate
Gets the content format for this template.
getContentPane() - Method in class net.sf.doolin.gui.window.support.DialogIWindow
 
getContentPane() - Method in class net.sf.doolin.gui.window.support.FrameIWindow
 
getContentPane() - Method in interface net.sf.doolin.gui.window.support.IWindow
Gets the content pane of the window
getContext() - Method in interface net.sf.doolin.gui.action.ActionContext
Gets any contextual information linked to this context.
getContext() - Method in class net.sf.doolin.gui.action.support.AbstractActionContext
Returns the context.
getContext() - Method in class net.sf.doolin.gui.action.support.DelegateDataActionContext
 
getContext() - Method in class net.sf.doolin.gui.template.component.JTemplate
Gets the context.
getContext() - Method in class net.sf.doolin.gui.template.field.FieldTemplate
Gets the context to define for this template.
getContextData(ActionContext) - Method in class net.sf.doolin.gui.action.support.DefaultActionContextDataExtractor
 
getConverter() - Method in class net.sf.doolin.gui.action.support.ConverterDelegate
Gets the converter.
getCoreComponent() - Method in interface net.sf.doolin.gui.field.Field
 
getCoreComponent() - Method in class net.sf.doolin.gui.field.support.AbstractField
 
getCoreComponent() - Method in class net.sf.doolin.gui.field.table.support.GUITableField
 
getCoreComponent() - Method in class net.sf.doolin.gui.field.tree.support.GUITreeField
 
getCount() - Method in class net.sf.doolin.gui.bus.BusMonitoringModel
Returns the count of subscriptions.
getCount() - Method in class net.sf.doolin.gui.bus.BusMonitoringStat
 
getCreationDelegate() - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
getCSVValue(Object) - Method in interface net.sf.doolin.tabular.csv.CSVAdapter
Adapts a model value to a CSV string
getCSVValue(Object) - Method in class net.sf.doolin.tabular.csv.CSVWriter
Adapts a value for CSV
getCSVValue(Object) - Method in class net.sf.doolin.tabular.csv.PrimitiveCSVAdapter
Just renders the value by calling the toString() method on it.
getCSVValue(Object) - Method in class net.sf.doolin.tabular.csv.StringCSVAdapter
Just renders the value by calling the toString() method on it and escapes special characters.
getCurrentView() - Method in class net.sf.doolin.gui.wizard.state.WizardState
Gets the current view
getCustomHeaderFactory() - Method in class net.sf.doolin.gui.field.table.FieldTable
 
getData() - Method in interface net.sf.doolin.gui.action.ActionContext
Gets the data associated with this context.
getData(ActionContext) - Method in interface net.sf.doolin.gui.action.support.ActionContextDataExtractor
 
getData(ActionContext) - Method in class net.sf.doolin.gui.action.support.DefaultActionContextDataExtractor
 
getData() - Method in class net.sf.doolin.gui.action.support.DelegateDataActionContext
 
getData() - Method in class net.sf.doolin.gui.app.support.ApplicationActionContext
No data
getData() - Method in class net.sf.doolin.gui.field.support.FieldActionContext
 
getData() - Method in class net.sf.doolin.gui.field.table.support.TableActionContext
 
getData() - Method in class net.sf.doolin.gui.field.tree.support.TreeActionContext
 
getData() - Method in class net.sf.doolin.gui.view.support.ViewActionContext
 
getData() - Method in class net.sf.doolin.gui.window.support.WindowActionContext
 
getDataFactory() - Method in class net.sf.doolin.gui.action.support.DataActionContextConverter
Gets the factory for the action context data
getDataFactory() - Method in class net.sf.doolin.gui.action.support.DefaultActionContextDataExtractor
 
getDataFactory() - Method in class net.sf.doolin.gui.app.support.GUIWindowStartup
Gets the data factory.
getDataFactory() - Method in class net.sf.doolin.util.factory.InitialisingDataFactory
Gets the factory to call first.
getDate(Object) - Method in class net.sf.doolin.gui.swing.DateLabelInfoProvider
Extracts the date from the item.
getDateFormat() - Method in class net.sf.doolin.gui.swing.DateLabelInfoProvider
Computes the DataFormat to use.
getDateTime() - Method in class net.sf.doolin.gui.bus.BusMonitoringStat
 
getDecorationStyle() - Method in class net.sf.doolin.gui.window.descriptor.SimpleGUIWindowDescriptor
Gets the decoration style for the view decorator
getDecorationStyle() - Method in class net.sf.doolin.gui.window.descriptor.ViewReference
Gets the decoration style.
getDecorators() - Method in class net.sf.doolin.gui.view.decorator.ChainedGUIViewDecorator
Gets the decorators.
getDefaultAdapter() - Method in class net.sf.doolin.tabular.csv.CSVWriter
Returns the defaultAdapter property.
getDefaultState() - Method in class net.sf.doolin.gui.display.MapStateAdapter
Gets the default state.
getDefaultStyle() - Method in class net.sf.doolin.gui.field.table.style.PropertyValueTableStyle
Gets the default style.
getDefaultValue() - Method in class net.sf.doolin.util.I18NString
Get the default value
getDefinition() - Method in class net.sf.doolin.gui.field.tree.model.GUITreeNode
 
getDelegate() - Method in class net.sf.doolin.gui.action.DelegateDialogAction
Gets the delegate.
getDelegate() - Method in class net.sf.doolin.gui.action.support.ConverterDelegate
Gets the delegate.
getDelegateContext(ActionContext) - Method in class net.sf.doolin.gui.action.DelegateGUIAction
Gets the delegated action context
getDeleteDelegate() - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
getDescription() - Method in interface net.sf.doolin.bus.ISubscriptionInfo
 
getDescription() - Method in class net.sf.doolin.bus.support.SubscriptionInfo
 
getDescription() - Method in class net.sf.doolin.gui.bus.BusMonitoringSubscription
 
getDescriptions() - Method in class net.sf.doolin.gui.docking.DockDescription
Gets the list of children dock descriptions.
getDescriptions() - Method in class net.sf.doolin.gui.docking.storage.OXMLDocking
Gets the list of sub-docks
getDialog() - Method in class net.sf.doolin.gui.action.DialogAction
Gets the dialog.
getDialog(ActionContext) - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogAction
Gets the DialogGUIWindow instance for the ActionContext.
getDialogActions() - Method in class net.sf.doolin.gui.window.dialog.CustomDialogActionsFactory
 
getDialogActions() - Method in class net.sf.doolin.gui.window.dialog.DefaultDialogActionsFactory
 
getDialogActions() - Method in interface net.sf.doolin.gui.window.dialog.DialogActionsFactory
Returns the list of actions to use in the dialog
getDialogActions() - Method in class net.sf.doolin.gui.window.dialog.NoButtonDialogActionsFactory
 
getDialogActions() - Method in class net.sf.doolin.gui.window.dialog.OKOnlyDialogActionsFactory
 
getDialogActions() - Method in class net.sf.doolin.gui.wizard.support.DefaultWizardActionsFactory
 
getDialogActionsFactory() - Method in class net.sf.doolin.gui.window.support.DialogWindowFactory
Gets the dialog actions factory (for OK and Cancel)
getDigester() - Method in class net.sf.doolin.util.xml.DigesterUtils
Access to the underlying digester.
getDimension() - Method in class net.sf.doolin.util.Version
Returns the number of versions numbers
getDisplayName() - Method in class net.sf.doolin.gui.edit.AbstractGUIEdit
 
getDisplayName() - Method in interface net.sf.doolin.gui.edit.GUIEdit
Gets a display name for this task
getDisplayState(ActionContext) - Method in class net.sf.doolin.gui.display.AbstractContextPropertyDisplayStateHandler
 
getDisplayState(S) - Method in class net.sf.doolin.gui.display.AbstractContextPropertyDisplayStateHandler
Computes the display state from the given property value
getDisplayState(ActionContext) - Method in class net.sf.doolin.gui.display.AbstractFixedDisplayStateHandler
 
getDisplayState(ActionContext) - Method in class net.sf.doolin.gui.display.AbstractSimpleDisplayStateHandler
 
getDisplayState(S) - Method in class net.sf.doolin.gui.display.AdaptedContextPropertyDisplayStateHandler
 
getDisplayState(ActionContext) - Method in class net.sf.doolin.gui.display.AndDisplayStateHandler
 
getDisplayState(ActionContext) - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
 
getDisplayState(ActionContext) - Method in class net.sf.doolin.gui.display.ConditionalJEXLDisplayStateHandler
 
getDisplayState(ActionContext) - Method in class net.sf.doolin.gui.display.ContextDisplayStateHandler
 
getDisplayState(ActionContext) - Method in interface net.sf.doolin.gui.display.DisplayStateHandler
Gets the current DisplayState for the given action context
getDisplayState(ActionContext) - Method in class net.sf.doolin.gui.display.NotDisplayStateHandler
 
getDisplayState(ActionContext) - Method in class net.sf.doolin.gui.display.OrDisplayStateHandler
 
getDisplayState(ActionContext) - Method in class net.sf.doolin.gui.display.ValidationDisplayStateHandler
 
getDisplayState(ActionContext) - Method in class net.sf.doolin.gui.wizard.state.AbstractWizardDisplayStateHandler
 
getDisplayState(WizardState<B>, ActionContext) - Method in class net.sf.doolin.gui.wizard.state.AbstractWizardDisplayStateHandler
Gets the DisplayState according to the current WizardState and the action context.
getDisplayState(WizardState<B>, ActionContext) - Method in class net.sf.doolin.gui.wizard.state.FinishDisplayStateHandler
 
getDisplayState(WizardState<B>, ActionContext) - Method in class net.sf.doolin.gui.wizard.state.NextDisplayStateHandler
 
getDisplayState(WizardState<B>, ActionContext) - Method in class net.sf.doolin.gui.wizard.state.PreviousDisplayStateHandler
 
getDisplayStateHandler() - Method in class net.sf.doolin.gui.action.AbstractGUIAction
Display state handler for this action
getDisplayStateHandler() - Method in interface net.sf.doolin.gui.action.GUIAction
Display state handler for this action
getDisplayStateHandler() - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
 
getDisplayStateHandler() - Method in class net.sf.doolin.gui.field.FieldButton
Uses a conjunction between the action's handler and the button's handler.
getDisplayStateHandler() - Method in interface net.sf.doolin.gui.field.FieldDescriptor
Gets the display state handler.
getDock(Dock, String) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Gets the dock from a root dock using a docking path
getDockable(GUIView<?>) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Gets the Dockable for a view.
getDockAt(CompositeDock, Position) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Gets the dock at a given position
getDockingPath() - Method in class net.sf.doolin.gui.docking.DockingConstraint
Gets the docking path
getDockingPath(Dock) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Gets the docking path for a given dock, starting from the root.
getDockingPath(Dockable) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Gets the docking path for a Dockable from the root.
getDockModel(GUIWindow<B>) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Gets the DockModel that is associated to a window using its client property DockingWindowDescriptor.CLIENT_PROPERTY_DOCK_MODEL.
getDockType(Dock) - Static method in enum net.sf.doolin.gui.docking.DockType
Gets the dock type from the class
getDoubleClickAction() - Method in class net.sf.doolin.gui.field.table.FieldTable
Gets the action to execute when a row is double-clicked.
getDoubleParam(String, boolean, double) - Method in class net.sf.doolin.util.ParameterSet
Get a double parameter
getEditable() - Method in class net.sf.doolin.gui.field.table.Column
Gets the editable.
getEditManager(ActionContext) - Method in class net.sf.doolin.gui.edit.GUIEditAction
Gets the task manager from the action context
getEditManager() - Method in class net.sf.doolin.gui.edit.GUIEditManagerUpdateMessage
Gets the associated task manager
getEditManagerPropertyPath() - Method in class net.sf.doolin.gui.edit.GUIEditAction
Gets the path to the property that holds the task manager.
getEditor() - Method in class net.sf.doolin.gui.field.table.Column
Gets the editor.
getElement(Element, String) - Static method in class net.sf.doolin.util.xml.DOMUtils
Get a child element.
getElement(Element, String, String) - Static method in class net.sf.doolin.util.xml.DOMUtils
Get a child element.
getElements(Element) - Static method in class net.sf.doolin.util.xml.DOMUtils
List of all child elements
getElements(Element, String) - Static method in class net.sf.doolin.util.xml.DOMUtils
List of childrens with a given tag name and namespace
getElements(Element, String, String) - Static method in class net.sf.doolin.util.xml.DOMUtils
List of childrens with a given tag name.
getEncoding() - Method in class net.sf.doolin.tabular.csv.CSVWriter
Returns the encoding property.
getEngines() - Method in class net.sf.doolin.template.support.AbstractTemplateManager
Returns the indexed list of engines
getEntries() - Method in class net.sf.doolin.gui.bus.BusMonitoringLog
 
getEnum(String, Class<E>, E) - Method in interface net.sf.doolin.gui.service.Parameters
Gets a parameter as an enumeration.
getEnum(String, Class<E>, E) - Method in class net.sf.doolin.gui.service.support.DefaultParameters
Gets a parameter as an enumeration.
getEnum(GUIPreferences, String, Class<E>, E) - Static method in class net.sf.doolin.gui.util.PreferencesUtils
Retrieves a Enum from the preferences.
getErrorMessage(Throwable) - Method in class net.sf.doolin.gui.service.info.DefaultErrorMessageService
Computes the error message.
getErrorMessage(Throwable) - Method in interface net.sf.doolin.gui.service.info.ErrorMessageService
Extracts an error message from an exception
getErrorMessage(Throwable) - Method in class net.sf.doolin.gui.service.support.DefaultInfoService
Creates the error message for an exception
getErrorMessageService() - Method in class net.sf.doolin.gui.service.support.DefaultInfoService
 
getErrors() - Method in class net.sf.doolin.util.xml.SimpleErrorHandler
Returns the list of errors
getEvenRowColor() - Method in class net.sf.doolin.gui.field.table.style.AlternateColorTableStyle
Gets the even row color.
getEventTableModel() - Method in class net.sf.doolin.gui.field.table.support.GUITable
Gets the table model that is based on EventList.
getException() - Method in exception net.sf.doolin.gui.monitor.TaskException
Returns the encapsulated exception.
getExceptionTranslator() - Method in class net.sf.doolin.gui.service.info.DefaultErrorMessageService
 
getExecution() - Method in interface net.sf.doolin.bus.ISubscriptionInfo
 
getExecution() - Method in class net.sf.doolin.bus.support.SubscriptionInfo
 
getExecution() - Method in class net.sf.doolin.gui.bus.BusMonitoringSubscription
 
getExecutionDescription() - Method in interface net.sf.doolin.bus.SubscriberExecution
Describes the execution.
getExecutionDescription() - Method in class net.sf.doolin.bus.support.BothWayPropertyChangeSubscriber
 
getExecutionDescription() - Method in class net.sf.doolin.bus.support.PropertyChangeSubscriber
 
getExecutionDescription(Object, String) - Static method in class net.sf.doolin.bus.support.PropertyChangeSupport
 
getExecutionDescription() - Method in class net.sf.doolin.bus.support.SubscriberAdapter
 
getExpression() - Method in class net.sf.doolin.gui.action.path.statusbar.ExpressionLabelConnector
Gets the expression
getExpression() - Method in class net.sf.doolin.gui.swing.ExpressionLabelInfoProvider
Returns the expression
getField() - Method in class net.sf.doolin.gui.field.support.FieldTransferHandler
Gets the associated field
getFieldCombo() - Method in class net.sf.doolin.gui.field.table.editor.ComboTableCellEditor
Gets the field definition for the combo box
getFieldComponent() - Method in interface net.sf.doolin.gui.field.Field
Gets the component for the field.
getFieldComponent() - Method in class net.sf.doolin.gui.field.support.SimpleField
Gets the component for the field.
getFieldComponent() - Method in class net.sf.doolin.gui.field.table.support.GUITableField
 
getFieldComponent() - Method in class net.sf.doolin.gui.field.tree.support.GUITreeField
 
getFieldDescriptor() - Method in interface net.sf.doolin.gui.field.Field
Gets the field descriptor.
getFieldDescriptor() - Method in class net.sf.doolin.gui.field.support.AbstractField
Gets the field descriptor.
getFieldList() - Method in class net.sf.doolin.gui.form.FormSection
Gets the field list.
getFieldList() - Method in class net.sf.doolin.gui.form.FormViewDescriptor
Gets the field list.
getFile(String) - Method in interface net.sf.doolin.gui.service.GUIPreferences
Gets a preference value as a file.
getFile(String) - Method in class net.sf.doolin.gui.service.support.DefaultGUIPreferences
 
getFile(String) - Method in class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
 
getFile() - Method in class net.sf.doolin.gui.swing.JFile
Gets the file.
getFileDescription() - Method in class net.sf.doolin.gui.swing.FileBrowser
Returns the file description.
getFileFilter() - Method in class net.sf.doolin.gui.swing.FileBrowser
Gets the file filter.
getFilePath() - Method in class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
Gets the relative file path to the preferences file.
getFilePath() - Method in class net.sf.doolin.gui.swing.ComboFilePath
 
getFilePath() - Method in interface net.sf.doolin.gui.swing.IFilePath
Gets the current file path
getFilePath() - Method in class net.sf.doolin.gui.swing.TextFilePath
 
getFilter() - Method in class net.sf.doolin.gui.field.FieldFile
Gets the filter.
getFilter() - Method in class net.sf.doolin.gui.swing.JFile
Gets the filter.
getFilterDescription() - Method in class net.sf.doolin.gui.field.FieldFile
Gets the filter description.
getFilterDescription() - Method in class net.sf.doolin.gui.swing.JFile
Gets the filter description.
getFilterMode() - Method in class net.sf.doolin.gui.swing.CompletionSupport
Gets the filter mode as defined as constants in TextMatcherEditor .
getFinishAction() - Method in class net.sf.doolin.gui.wizard.support.AbstractWizardActionsFactory
Gets the default "Finish" actions
getFirstChildElement(Element) - Static method in class net.sf.doolin.util.xml.DOMUtils
Get the first element child of an element.
getFirstValue() - Method in class net.sf.doolin.util.Pair
 
getFont(GUIPreferences, String, Font) - Static method in class net.sf.doolin.gui.util.PreferencesUtils
Retrieves a Font from the preferences.
getFontColor() - Method in class net.sf.doolin.gui.style.FontStyle
Returns the color for the font
getFontFamilies() - Method in class net.sf.doolin.gui.swing.JFontChooser
Gets the font families.
getFontFamilyList() - Method in class net.sf.doolin.gui.swing.JFontChooser
Gets the font family list.
getFontFamilyPanel() - Method in class net.sf.doolin.gui.swing.JFontChooser
Gets the font family panel.
getFontFamilyTextField() - Method in class net.sf.doolin.gui.swing.JFontChooser
Gets the font family text field.
getFontSizeList() - Method in class net.sf.doolin.gui.swing.JFontChooser
Gets the font size list.
getFontSizePanel() - Method in class net.sf.doolin.gui.swing.JFontChooser
Gets the font size panel.
getFontSizeTextField() - Method in class net.sf.doolin.gui.swing.JFontChooser
Gets the font size text field.
getFontStyleList() - Method in class net.sf.doolin.gui.swing.JFontChooser
Gets the font style list.
getFontStyleNames() - Method in class net.sf.doolin.gui.swing.JFontChooser
Gets the font style names.
getFontStylePanel() - Method in class net.sf.doolin.gui.swing.JFontChooser
Gets the font style panel.
getFontStyleTextField() - Method in class net.sf.doolin.gui.swing.JFontChooser
Gets the font style text field.
getFormat() - Method in class net.sf.doolin.gui.swing.CompletionSupport
Gets the format used for items
getFormat() - Method in class net.sf.doolin.gui.swing.DateLabelInfoProvider
Returns the format property.
getFormat() - Method in class net.sf.doolin.gui.template.component.JTemplate
Gets the format.
getFractionDigits() - Method in class net.sf.doolin.gui.field.FieldDecimal
 
getGroup() - Method in class net.sf.doolin.gui.field.FieldRadio
Gets the name of the group this radio button belongs to.
getHandlers() - Method in class net.sf.doolin.gui.display.MultiDisplayStateHandler
Gets the handlers.
getHeaderFactory() - Method in class net.sf.doolin.gui.field.table.FieldTable
 
getHeaderMenuFactory() - Method in class net.sf.doolin.gui.field.table.header.support.DefaultGUITableHeaderFactory
 
getHeight() - Method in class net.sf.doolin.gui.window.support.AbstractIWindow
 
getHeight() - Method in interface net.sf.doolin.gui.window.support.IWindow
 
getHeight() - Method in class net.sf.doolin.gui.window.support.WindowSize
Gets the height.
getIcon(String, IconSize) - Method in class net.sf.doolin.gui.action.AbstractGUIAction
 
getIcon(String, IconSize) - Method in interface net.sf.doolin.gui.action.GUIAction
Gets the icon according to its ID
getIcon() - Method in class net.sf.doolin.gui.field.FieldToggle
Gets the icon ID associated with this button
getIcon(String, IconSize) - Method in class net.sf.doolin.gui.service.icon.AbstractIconService
Looks for the icon ata given size.
getIcon(String, IconSize) - Method in interface net.sf.doolin.gui.service.IconService
Fetch an icon
getIcon(String) - Static method in class net.sf.doolin.gui.swing.DoolinIcons
Returns the icon located at the given resource path.
getIcon() - Method in class net.sf.doolin.gui.swing.LabelInfo
Gets the icon.
getIconDefinitions() - Method in class net.sf.doolin.gui.service.icon.AbstractIconService
Gets the list of icon definitions
getIconExpression() - Method in class net.sf.doolin.gui.swing.ExpressionLabelInfoProvider
Returns the expression used to get icon id
getIconFormat() - Method in class net.sf.doolin.gui.swing.FormattedKeyLabelInfoProvider
Gets the format that is used to build the text key of the icon id.
getIconId() - Method in class net.sf.doolin.gui.action.AbstractSimpleGUIAction
Gets the icon id.
getIconId() - Method in class net.sf.doolin.gui.field.FieldLabel
Gets the ID of the icon to associate with this label.
getIconId() - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Gets the icon id
getIconId() - Method in interface net.sf.doolin.gui.view.descriptor.GUIViewDescriptor
Gets the icon id
getIconId() - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Gets the icon id.
getIconIDExpression(ActionContext) - Method in class net.sf.doolin.gui.action.AbstractSimpleGUIAction
 
getIconIDExpression(ActionContext) - Method in class net.sf.doolin.gui.action.AbstractTextAction
 
getIconIDExpression(ActionContext) - Method in class net.sf.doolin.gui.action.DelegateGUIAction
 
getIconIDExpression(ActionContext) - Method in interface net.sf.doolin.gui.action.GUIAction
Icon for the action
getIconIDExpression(ActionContext) - Method in class net.sf.doolin.gui.edit.GUIEditAction
 
getIconIDExpression(ActionContext) - Method in class net.sf.doolin.gui.lf.LFAction
 
getIconService() - Method in class net.sf.doolin.gui.action.AbstractGUIAction
Gets the icon service.
getIconService() - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
Gets the IconService service that is used to access icons.
getIconService() - Method in class net.sf.doolin.gui.swing.ClassLabelInfoProvider
Gets the icon service used to access icons
getIconService() - Method in class net.sf.doolin.gui.swing.EnumLabelInfoProvider
Gets the icon service used to access icons
getIconService() - Method in class net.sf.doolin.gui.swing.KeyLabelInfoProvider
Gets the icon service used to access icons
getIconService() - Method in class net.sf.doolin.gui.view.decorator.AbstractGUIViewDecorator
Gets the icon service.
getIconService() - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Gets the icon service.
getIconSize() - Method in class net.sf.doolin.gui.field.FieldButton
 
getIconURL(String, IconSize) - Method in class net.sf.doolin.gui.service.icon.AbstractIconService
 
getIconURL(String, IconSize) - Method in interface net.sf.doolin.gui.service.IconService
Returns the URL to an icon.
getId() - Method in class net.sf.doolin.gui.action.AbstractSimpleGUIAction
 
getId() - Method in class net.sf.doolin.gui.action.AbstractTextAction
 
getId() - Method in class net.sf.doolin.gui.action.DelegateGUIAction
 
getId() - Method in interface net.sf.doolin.gui.action.GUIAction
ID for the action
getId() - Method in class net.sf.doolin.gui.bus.BusMonitoringSubscription
Returns the ID of this subscription
getId() - Method in class net.sf.doolin.gui.edit.GUIEditAction
 
getId() - Method in interface net.sf.doolin.gui.field.tree.Children
 
getId() - Method in class net.sf.doolin.gui.field.tree.Node
 
getId() - Method in class net.sf.doolin.gui.field.tree.support.AbstractChildren
 
getId() - Method in class net.sf.doolin.gui.lf.LFAction
 
getID(V) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Gets the ID for the view (can depend on the model)
getID(V) - Method in interface net.sf.doolin.gui.view.descriptor.GUIViewDescriptor
Gets the ID for the view (can depend on the model)
getID() - Method in interface net.sf.doolin.gui.view.GUIView
Gets the ID for the view
getID() - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
Gets the ID for the view
getId() - Method in interface net.sf.doolin.gui.window.GUIWindow
Gets the ID for this window
getId() - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
Gets the ID for this window
getId() - Method in class net.sf.doolin.oxml.action.SequenceOXMLAction
Gets the id.
getIdClass() - Static method in class net.sf.doolin.gui.app.GUIApplication
Returns the class that identifies the application
getIfFalseState() - Method in class net.sf.doolin.gui.display.AbstractSimpleDisplayStateHandler
 
getIfFalseState() - Method in class net.sf.doolin.gui.display.BooleanStateAdapter
Gets the state if the boolean is evaluated to false
getIfFalseState() - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Gets the if false state.
getIfFalseState() - Method in class net.sf.doolin.gui.display.ConditionalJEXLDisplayStateHandler
Gets the if false state.
getIfFalseState() - Method in class net.sf.doolin.gui.display.ConditionalStateAdapter
Gets the if false state.
getIfPresent(String) - Static method in class net.sf.doolin.gui.util.GUIStrings
Gets a string from its code if defined, or returns null if it is not defined
getIfTrueState() - Method in class net.sf.doolin.gui.display.AbstractSimpleDisplayStateHandler
 
getIfTrueState() - Method in class net.sf.doolin.gui.display.BooleanStateAdapter
Gets the state if the boolean is evaluated to true
getIfTrueState() - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Gets the if true state.
getIfTrueState() - Method in class net.sf.doolin.gui.display.ConditionalJEXLDisplayStateHandler
Gets the if true state.
getIfTrueState() - Method in class net.sf.doolin.gui.display.ConditionalStateAdapter
Gets the if true state.
getIndividualMessage(Throwable) - Method in class net.sf.doolin.gui.service.info.DefaultErrorMessageService
 
getInfoService() - Method in class net.sf.doolin.gui.app.GUIApplication
Gets the information service for the application
getInitialisationMap() - Method in class net.sf.doolin.util.factory.InitialisingDataFactory
Gets the property paths and their values
getInitialListValueModel(GUIView<V>) - Method in class net.sf.doolin.gui.field.list.AbstractListPropertyFieldDescriptor
Gets the initial list value model.
getInitialView() - Method in class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
Gets the initial view for this wizard
getInstance(Class<T>) - Static method in class net.sf.doolin.context.spring.SimpleDefinitionParser
Creates an instance of a parser for the given bean class
getInstance() - Static method in class net.sf.doolin.oxml.action.OXMLActionFactory
Get the instance
getInstance() - Static method in class net.sf.doolin.oxml.OXMLFactory
Get the instance
getInt(String, Integer) - Method in interface net.sf.doolin.gui.service.GUIPreferences
Get a preference value as an integer
getInt(String, Integer) - Method in class net.sf.doolin.gui.service.support.DefaultGUIPreferences
 
getInt(String, Integer) - Method in class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
 
getInt(Element, String, boolean, int) - Static method in class net.sf.doolin.util.xml.DOMUtils
Get the text of a child element as an integer.
getIntAttribute(Element, String, boolean, int) - Static method in class net.sf.doolin.util.xml.DOMUtils
Get the text of an attribute as an integer.
getIntegerDigits() - Method in class net.sf.doolin.gui.field.FieldDecimal
 
getIntParam(String, boolean, int) - Method in class net.sf.doolin.util.ParameterSet
Get an int parameter
getItem() - Method in class net.sf.doolin.gui.field.list.multi.SelectableItem
 
getItemAt(int) - Method in class net.sf.doolin.gui.field.table.support.GUITable
Gets an item from the table
getItemListFactory() - Method in class net.sf.doolin.gui.field.FieldFile
Gets the item list factory when the user can select a path among some predefined one or enter one.
getItemListFactory() - Method in class net.sf.doolin.gui.field.list.AbstractListPropertyFieldDescriptor
Gets the item list factory.
getItemListFactory() - Method in class net.sf.doolin.gui.field.table.FieldTable
 
getIwindowFactory() - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogWindow
 
getIwindowFactory() - Method in class net.sf.doolin.gui.window.dialog.DialogGUIWindow
 
getIwindowFactory() - Method in class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
Gets the factory for the wizard window implementation
getIwindowFactory() - Method in class net.sf.doolin.gui.wizard.support.WizardWindow
 
getKey() - Method in class net.sf.doolin.gui.system.SystemInformation
 
getKey() - Method in class net.sf.doolin.gui.validation.ConfirmPasswordValidator
Key that identifies the password field
getKeyMap() - Method in class net.sf.doolin.gui.swing.KeyLabelInfoProvider
Gets the key map.
getKeys() - Method in class net.sf.doolin.util.I18NString
Get all defined locales
getLabel() - Method in class net.sf.doolin.util.CodeLabel
 
getLabelIcon(Object) - Method in class net.sf.doolin.gui.bus.BusMonitorRegistrationPeriodLabelInfoProvider
 
getLabelIcon(Object) - Method in class net.sf.doolin.gui.swing.ClassLabelInfoProvider
Gets the label information.
getLabelIcon(Object) - Method in class net.sf.doolin.gui.swing.DateLabelInfoProvider
 
getLabelIcon(Object) - Method in class net.sf.doolin.gui.swing.DefaultLabelInfoProvider
 
getLabelIcon(Object) - Method in class net.sf.doolin.gui.swing.DefaultTextLabelInfoProvider
 
getLabelIcon(Object) - Method in class net.sf.doolin.gui.swing.EnumLabelInfoProvider
Gets the label information.
getLabelIcon(Object) - Method in class net.sf.doolin.gui.swing.ExpressionLabelInfoProvider
 
getLabelIcon(Object) - Method in class net.sf.doolin.gui.swing.FormattedKeyLabelInfoProvider
 
getLabelIcon(Object) - Method in class net.sf.doolin.gui.swing.KeyLabelInfoProvider
 
getLabelIcon(Object) - Method in interface net.sf.doolin.gui.swing.LabelInfoProvider
Gets the label information.
getLabelIcon(Object) - Method in class net.sf.doolin.gui.swing.MapLabelInfoProvider
 
getLabelIcon(Object) - Method in class net.sf.doolin.gui.swing.PropertyLabelInfoProvider
 
getLabelInfo() - Method in class net.sf.doolin.gui.field.tree.model.GUITreeNode
Get the label information for this node.
getLabelInfoMap() - Method in class net.sf.doolin.gui.swing.MapLabelInfoProvider
Gets the label info map.
getLabelInfoProvider() - Method in class net.sf.doolin.gui.field.FieldLabelInfo
Gets the LabelInfoProvider used to render this field.
getLabelInfoProvider() - Method in class net.sf.doolin.gui.field.list.AbstractListPropertyFieldDescriptor
Gets the LabelInfoProvider used to render the cell.
getLabelKey() - Method in class net.sf.doolin.gui.validation.ConfirmPasswordValidator
Key for the text that defines the password field
getLabelProvider() - Method in class net.sf.doolin.gui.field.table.renderer.LabelInfoTableCellRenderer
Gets the label provider.
getLabelProvider() - Method in class net.sf.doolin.gui.field.tree.Node
 
getLabelProvider() - Method in class net.sf.doolin.gui.swing.LabelInfoListCellRenderer
Gets the label info provider
getLastModified(Resource) - Method in class net.sf.doolin.template.velocity.VelocityResourceLoader
Defaults to return 0
getLayout() - Method in class net.sf.doolin.gui.action.util.ActionAbout
Gets the layout.
getLayout() - Method in class net.sf.doolin.gui.form.FormSection
Gets the layout.
getLayout() - Method in class net.sf.doolin.gui.form.FormViewDescriptor
Gets the layout.
getLayoutManager() - Method in class net.sf.doolin.gui.layout.LayoutManagerService
Gets the layout manager.
getLayoutService() - Method in class net.sf.doolin.gui.window.descriptor.LayoutGUIWindowDescriptor
Gets the layout service.
getLfClassName() - Method in class net.sf.doolin.gui.util.GUILF
Returns the lfClassName.
getList() - Method in class net.sf.doolin.gui.field.table.support.GUITableField
Gets the event list which is used for the table model.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class net.sf.doolin.gui.swing.LabelInfoListCellRenderer
 
getListener() - Method in class net.sf.doolin.gui.monitor.Task
Gets the listener
getListModel(GUIView<V>) - Method in class net.sf.doolin.gui.field.list.AbstractListPropertyFieldDescriptor
Gets the list model.
getListModel() - Method in class net.sf.doolin.gui.field.table.support.GUITableField
Returns the value model that contains the list of items.
getLocale() - Static method in class net.sf.doolin.gui.util.GUIStrings
Gets the current locale
getLocale(Locale) - Method in enum net.sf.doolin.util.ELocaleMode
Converts a locale
getLocaleValue(Locale) - Method in class net.sf.doolin.util.I18NString
Get value for a locale, returning null if not found
getLog() - Method in interface net.sf.doolin.bus.IBus
Gets the log associated with this bus
getLog() - Method in class net.sf.doolin.bus.support.DefaultBus
 
getLoggingLimit() - Method in class net.sf.doolin.gui.bus.BusMonitoringLog
 
getLogo() - Method in class net.sf.doolin.gui.action.util.ActionAbout
Gets the logo.
getLong(String, Long) - Method in interface net.sf.doolin.gui.service.GUIPreferences
Get a preference value as a long
getLong(String, Long) - Method in class net.sf.doolin.gui.service.support.DefaultGUIPreferences
 
getLong(String, Long) - Method in class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
 
getLookAndFeelInfo() - Method in class net.sf.doolin.gui.lf.LFAction
Gets the look and feel info.
getMajor() - Method in class net.sf.doolin.util.Version
 
getMap() - Method in class net.sf.doolin.gui.display.MapStateAdapter
Gets the map.
getMatcherEditorFactory() - Method in class net.sf.doolin.gui.field.table.FieldTable
Returns the factory for the matcher editor used to filter the items in the table.
getMaximum() - Method in class net.sf.doolin.gui.bus.BusMonitoringModel
 
getMaximum() - Method in class net.sf.doolin.gui.bus.BusMonitoringStat
 
getMaximum() - Method in class net.sf.doolin.gui.field.FieldDecimal
Gets the maximum.
getMaximum() - Method in class net.sf.doolin.gui.field.FieldInteger
Gets the maximum.
getMaximum() - Method in class net.sf.doolin.gui.field.FieldLong
Gets the maximum.
getMaximumProperty() - Method in class net.sf.doolin.gui.field.FieldDecimal
Returns the path to the property that contains the maximum value for this field.
getMaximumProperty() - Method in class net.sf.doolin.gui.field.FieldInteger
Returns the path to the property that contains the maximum value for this field.
getMaximumProperty() - Method in class net.sf.doolin.gui.field.FieldLong
Returns the path to the property that contains the maximum value for this field.
getMenuBar() - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Gets the ActionPathList that defines the menu bar for this window.
getMenuByName(String) - Method in class net.sf.doolin.gui.action.swing.JMenuBarBuilder
Utility method that looks for a sub-menu using the name of the menu as an identifier.
getMenuByName(String) - Method in class net.sf.doolin.gui.action.swing.JMenuBuilder
Utility method that looks for a sub-menu using the name of the menu as an identifier.
getMenuByName(String) - Method in class net.sf.doolin.gui.action.swing.JPopupMenuBuilder
Utility method that looks for a sub-menu using the name of the menu as an identifier.
getMenuItemByName(String) - Method in class net.sf.doolin.gui.action.swing.JMenuBuilder
Utility method that looks for a menu item using the name of the menu item as an identifier.
getMessage(Throwable) - Method in class net.sf.doolin.gui.service.info.DefaultExceptionTranslator
 
getMessage(Throwable) - Method in interface net.sf.doolin.gui.service.info.ExceptionTranslator
 
getMessageClass() - Method in interface net.sf.doolin.bus.SubscriberTrigger
Gets the class that this subscriber accepts to handle
getMessageClass() - Method in class net.sf.doolin.bus.support.AbstractSubscriber
 
getMessageClass() - Method in class net.sf.doolin.bus.support.SubscriberAdapter
 
getMessageClass() - Method in class net.sf.doolin.gui.bus.BusMonitoringLogEntry
 
getMessageClassName() - Method in interface net.sf.doolin.bus.ISubscriptionClassInfo
 
getMessageClassName() - Method in class net.sf.doolin.bus.support.SubscriptionClassInfo
 
getMessageKeys(JComponent) - Static method in class net.sf.doolin.gui.validation.ValidationComponentUtils
Gets the field keys for a component
getMessages() - Method in class net.sf.doolin.bus.support.RecordingPropertyChangeListener
 
getMessages() - Method in class net.sf.doolin.gui.validation.GUIValidation
Gets the list of messages
getMessageString() - Method in class net.sf.doolin.gui.bus.BusMonitoringLogEntry
 
getMethodName() - Method in class net.sf.doolin.gui.action.ServiceGUIAction
 
getMethodName() - Method in class net.sf.doolin.util.MethodFunction
Returns the method name
getMethodName() - Method in class net.sf.doolin.util.MethodItemConverter
Deprecated. Returns the method name
getMinimum() - Method in class net.sf.doolin.gui.field.FieldDecimal
Gets the minimum.
getMinimum() - Method in class net.sf.doolin.gui.field.FieldInteger
Gets the minimum.
getMinimum() - Method in class net.sf.doolin.gui.field.FieldLong
Gets the minimum.
getMinimumProperty() - Method in class net.sf.doolin.gui.field.FieldDecimal
Returns the path to the property that contains the minimum value for this field.
getMinimumProperty() - Method in class net.sf.doolin.gui.field.FieldInteger
Returns the path to the property that contains the minimum value for this field.
getMinimumProperty() - Method in class net.sf.doolin.gui.field.FieldLong
Returns the path to the property that contains the minimum value for this field.
getMinor() - Method in class net.sf.doolin.util.Version
 
getMnemonic() - Method in class net.sf.doolin.gui.swing.MnemonicInfo
Returns the mnemonic character
getMnemonicIndex() - Method in class net.sf.doolin.gui.swing.MnemonicInfo
Returns the mnemonic index
getMnemonicIndex(String) - Method in class net.sf.doolin.gui.swing.MnemonicInfo
Returns the position of a valid & character.
getMode() - Method in class net.sf.doolin.gui.field.FieldFile
Gets the mode.
getMode() - Method in class net.sf.doolin.gui.swing.JFile
Gets the mode.
getModelFactory() - Method in class net.sf.doolin.gui.action.DialogAction
Gets the data factory.
getModelFactory() - Method in class net.sf.doolin.gui.action.OpenViewAction
Gets the model factory.
getModelFactory() - Method in class net.sf.doolin.gui.window.descriptor.ViewReference
Describes the way to get the model for the sub-view from the parent model
getModelName() - Method in class net.sf.doolin.gui.wizard.rule.condition.JEXLWizardRule
Gets the name of the wizard bean in the JEXL expression
getMonitoringLog() - Method in class net.sf.doolin.gui.bus.BusMonitoringModel
 
getMsgKey() - Method in class net.sf.doolin.gui.validation.ConfirmPasswordValidator
Key for the text that defines the validation message
getMsgKey() - Method in class net.sf.doolin.gui.validation.support.DirExistsObjectValidator
 
getMsgKey() - Method in class net.sf.doolin.gui.validation.support.NotBlankObjectValidator
 
getMsgKey() - Method in class net.sf.doolin.gui.validation.support.NotEmptyObjectValidator
 
getMsgKey() - Method in class net.sf.doolin.gui.validation.support.NotNullObjectValidator
 
getMsgKey() - Method in interface net.sf.doolin.gui.validation.support.ObjectValidator
Gets the string key of the validation error message
getMsgKey() - Method in class net.sf.doolin.gui.validation.support.TrueObjectValidator
 
getMsgMandatoryKey() - Method in class net.sf.doolin.gui.validation.AbstractValidator
Gets the msg mandatory key.
getMultiComboDescriptor() - Method in class net.sf.doolin.gui.field.list.multi.MultiComboField
 
getName() - Method in class net.sf.doolin.gui.action.path.item.PlaceholderActionPath
Returns the placeholder name
getName() - Method in class net.sf.doolin.gui.action.path.toolbar.ToolBar
Gets the name.
getName() - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
 
getName() - Method in interface net.sf.doolin.gui.field.FieldDescriptor
Name for the field.
getName() - Method in class net.sf.doolin.gui.field.table.Column
Gets the name.
getName() - Method in exception net.sf.doolin.util.MissingParameterException
 
getNameFromMethod(String, String) - Static method in class net.sf.doolin.bus.cglib.BeanMethodInterceptor
 
getNext(String, B) - Method in class net.sf.doolin.gui.wizard.rule.condition.ConditionWizardRules
Checks if the wizard can be navigated to the next view.
getNext(String, B) - Method in class net.sf.doolin.gui.wizard.rule.SequenceWizardRules
The wizard can be navigated to the next view if there is at least one view before the end of the sequence.
getNext(String, B) - Method in interface net.sf.doolin.gui.wizard.rule.WizardRules
Returns the next it is possible to navigate to or null if no next view is available.
getNextAction() - Method in class net.sf.doolin.gui.wizard.support.AbstractWizardActionsFactory
Gets the default "Next" actions
getNode(String) - Method in class net.sf.doolin.gui.field.tree.model.GUITreeModel
Looks for a node definition.
getNodeList(String) - Method in class net.sf.doolin.oxml.OXMLContext
Returns a list of nodes from the current node using an XPath expression.
getNodes() - Method in class net.sf.doolin.gui.field.tree.FieldTree
 
getNotValidState() - Method in class net.sf.doolin.gui.display.ValidationDisplayStateHandler
Gets the not valid state.
getNumber(int) - Method in class net.sf.doolin.util.Version
 
getObject() - Method in class net.sf.doolin.context.support.AbstractServiceNameFactoryBean
 
getObject(GUIPreferences, String) - Static method in class net.sf.doolin.gui.util.PreferencesUtils
Retrieves a Serializable object from the preferences.
getObjectType() - Method in class net.sf.doolin.context.support.AbstractServiceNameFactoryBean
 
getObjectValidators() - Method in class net.sf.doolin.gui.validation.SimpleValidator
Gets the map between the validator keys and the ObjectValidator instances.
getOddRowColor() - Method in class net.sf.doolin.gui.field.table.style.AlternateColorTableStyle
Gets the odd row color.
getOKAction() - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogActionsFactory
Creates the OK action for a dialog
getOldPropertyValue() - Method in class net.sf.doolin.bus.support.PropertyChangeMessage
Returns the previous value of the property
getOnEditAction() - Method in class net.sf.doolin.gui.field.table.Column
Gets the on edit action.
getOpenViews() - Method in interface net.sf.doolin.gui.window.GUIWindow
List of open views
getOpenViews() - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
 
getOperand() - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Gets the operand.
getOperand() - Method in class net.sf.doolin.gui.display.ConditionalStateAdapter
Gets the operand.
getOperandPath() - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Gets the path to the property that contains the operand.
getOperandValue() - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Gets the operand value as a String.
getOperator() - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Gets the operator.
getOperator() - Method in class net.sf.doolin.gui.display.ConditionalStateAdapter
Gets the operator.
getOrCreateTextFilterator() - Method in class net.sf.doolin.gui.swing.CompletionSupport
Returns the filter used by the combo box to convert items to text and creates it if needed
getOrientation() - Method in enum net.sf.doolin.gui.action.path.toolbar.BarPosition
Orientation of the tool bar, as defined in JToolBar.setOrientation(int).
getOrientation() - Method in class net.sf.doolin.gui.field.list.FieldRadioGroup
 
getOtherValue(Object) - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Gets the value for the operand.
getParam(String) - Method in class net.sf.doolin.util.ParameterSet
Get a parameter as a string
getParam(String, boolean, String) - Method in class net.sf.doolin.util.ParameterSet
Get a string parameter
getParamater(String) - Method in class net.sf.doolin.gui.view.decorator.DecorationStyle
Gets a parameter from the map.
getParameter() - Method in class net.sf.doolin.bus.SimpleMessage
 
getParameterMap() - Method in class net.sf.doolin.gui.view.decorator.DecorationStyle
Gets the parameter map.
getParameters() - Method in class net.sf.doolin.gui.app.GUIApplication
Gets the parameter service for this application.
getParameters() - Method in class net.sf.doolin.gui.service.support.DefaultParameters
Gets the parameters.
getParams(String) - Method in class net.sf.doolin.gui.validation.support.DirExistsObjectValidator
 
getParams(String) - Method in class net.sf.doolin.gui.validation.support.NotBlankObjectValidator
 
getParams(String) - Method in class net.sf.doolin.gui.validation.support.NotEmptyObjectValidator
 
getParams(String) - Method in class net.sf.doolin.gui.validation.support.NotNullObjectValidator
 
getParams(String) - Method in interface net.sf.doolin.gui.validation.support.ObjectValidator
Gets the parameters for the validation error message
getParams(String) - Method in class net.sf.doolin.gui.validation.support.TrueObjectValidator
 
getParams() - Method in class net.sf.doolin.util.ParameterSet
Read-only access to parameters
getParentBean() - Method in class net.sf.doolin.bus.bean.Bean
 
getParentBean() - Method in class net.sf.doolin.bus.bean.BeanSet
 
getParentBean() - Method in class net.sf.doolin.bus.bean.BusDynaBean
 
getParentBean() - Method in interface net.sf.doolin.bus.bean.IBean
 
getParentViewId() - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Gets the ID of any parent view for this view.
getParentWindow() - Method in interface net.sf.doolin.gui.view.GUIView
Gets the parent window.
getParentWindow() - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
Gets the parent window.
getParser() - Method in class net.sf.doolin.util.xml.DigesterUtils
Returns the associated SAX parser
getPasswordPropertyPath() - Method in class net.sf.doolin.gui.validation.ConfirmPasswordValidator
Path to the property that contains the password
getPatch() - Method in class net.sf.doolin.util.Version
 
getPath() - Method in class net.sf.doolin.gui.docking.DockingPathConstraints
Gets the path.
getPath() - Method in class net.sf.doolin.gui.template.component.JTemplate
Gets the path.
getPathID() - Method in class net.sf.doolin.gui.action.path.item.AbstractActionPath
Builds a path identifier from the path stack.
getPaths() - Method in class net.sf.doolin.context.util.StringBundles
Returns the paths
getPaths() - Method in interface net.sf.doolin.gui.action.path.list.ActionPathList
Returns the list of ActionPath.
getPaths() - Method in class net.sf.doolin.gui.action.path.list.AggregatedActionPathList
 
getPaths() - Method in class net.sf.doolin.gui.action.path.list.DefaultActionPathList
 
getPaths() - Method in class net.sf.doolin.gui.action.path.list.ParsedActionPathList
 
getPaths() - Method in class net.sf.doolin.gui.lf.LookAndFeelActionPathList
 
getPaths() - Method in class net.sf.doolin.gui.service.icon.IconDefinition
Gets the map of paths and icon sizes
getPathStack() - Method in class net.sf.doolin.gui.action.path.item.AbstractActionPath
 
getPathStack() - Method in interface net.sf.doolin.gui.action.path.item.ActionPath
Returns a stack of sub-paths where to install the action.
getPendingMessages() - Method in interface net.sf.doolin.bus.IBusInfo
 
getPendingMessages() - Method in class net.sf.doolin.bus.support.BusInfo
 
getPixels(Number) - Method in enum net.sf.doolin.util.unit.Unit
Calculates the number of corresponding pixels for this unit, according to a reference.
getPlaceholder() - Method in class net.sf.doolin.gui.action.path.item.ReplacementActionPath
Gets the placeholder to replace
getPosition() - Method in class net.sf.doolin.gui.action.path.toolbar.ToolBar
Gets the position.
getPosition() - Method in class net.sf.doolin.gui.docking.DockDescription
Gets the position of this dock
getPosition() - Method in class net.sf.doolin.gui.docking.DockingPathConstraints
Gets the position.
getPosition() - Method in class net.sf.doolin.gui.docking.storage.OXMLDocking
Gets the position of this dock
getPreferences() - Method in class net.sf.doolin.gui.app.GUIApplication
Gets the preferences for the application
getPreferredScrollableViewportSize() - Method in class net.sf.doolin.gui.swing.ScrollablePanel
 
getPreferredSize() - Method in enum net.sf.doolin.gui.service.IconSize
 
getPrefix() - Method in class net.sf.doolin.gui.service.icon.SimpleIconService
Gets the prefix.
getPreviousAction() - Method in class net.sf.doolin.gui.wizard.support.AbstractWizardActionsFactory
Gets the default "Previous" actions
getPrompt() - Method in class net.sf.doolin.gui.action.GUITaskAction
Gets the expression that is used to prompt the user before the task is executed.
getPromptExpression() - Method in class net.sf.doolin.gui.action.PromptGUIAction
 
getProperties() - Method in class net.sf.doolin.gui.action.path.ActionBarContext
Properties associated with this context
getProperties() - Method in class net.sf.doolin.gui.service.icon.PropertyIconService
 
getProperties() - Method in class net.sf.doolin.gui.service.icon.SimpleIconService
Gets the properties.
getProperties(Collection<?>, String) - Static method in class net.sf.doolin.util.Utils
List of properties for a set of objects
getProperty(Object) - Method in class net.sf.doolin.gui.action.path.ActionBarContext
 
getProperty(GUIView<V>) - Method in class net.sf.doolin.gui.field.AbstractPropertyFieldDescriptor
Gets the field property from the view.
getProperty(Object) - Method in class net.sf.doolin.gui.field.support.AbstractField
Retrieves a property from this view
getProperty(Object) - Method in class net.sf.doolin.gui.field.table.support.PropertyTableEventListFactory
 
getProperty() - Method in class net.sf.doolin.gui.field.tree.support.GUITreeField
 
getProperty() - Method in class net.sf.doolin.gui.field.tree.support.PropertyChildren
 
getProperty(Object) - Method in interface net.sf.doolin.gui.util.PropertyContainer
Retrieves a property from this view
getProperty(Object) - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
Retrieves a property from this view
getProperty(Object) - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
Retrieves a property from this view
getProperty(Object, String) - Method in class net.sf.doolin.util.DefaultPropertyResolver
 
getProperty(Object, String) - Method in interface net.sf.doolin.util.PropertyResolver
 
getProperty(Object, String) - Static method in class net.sf.doolin.util.Utils
Gets a property from a bean
getPropertyAnnotation(Class<A>, Object, String) - Static method in class net.sf.doolin.util.Utils
Gets an annotation for a property.
getPropertyGetter(Method, Object[]) - Static method in class net.sf.doolin.bus.cglib.BeanMethodInterceptor
 
getPropertyName(Property, Method, String...) - Static method in class net.sf.doolin.bus.cglib.BeanMethodInterceptor
 
getPropertyName() - Method in class net.sf.doolin.bus.support.PropertyChangeMessage
Returns the path to the changed property
getPropertyName() - Method in class net.sf.doolin.gui.display.SystemPropertyDisplayStateHandler
 
getPropertyName() - Method in class net.sf.doolin.gui.style.PropertyStyle
Gets the property name
getPropertyName() - Method in class net.sf.doolin.gui.swing.ByClassAndPropertyFormat
Returns the propertyName
getPropertyName() - Method in class net.sf.doolin.gui.template.field.FieldTemplate
Gets the name which is used to identify the field property in the template.
getPropertyPath() - Method in class net.sf.doolin.gui.action.support.ActionProxyDelegate
Returns the path to the property to set
getPropertyPath() - Method in class net.sf.doolin.gui.display.AbstractContextPropertyDisplayStateHandler
Gets the property path.
getPropertyPath() - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Gets the property path.
getPropertyPath() - Method in class net.sf.doolin.gui.display.ConditionalJEXLDisplayStateHandler
Gets the property path.
getPropertyPath() - Method in class net.sf.doolin.gui.field.AbstractPropertyFieldDescriptor
Gets the property path.
getPropertyPath() - Method in class net.sf.doolin.gui.field.table.action.NewItemAction
Gets the property path to the collection to add the new item to
getPropertyPath() - Method in interface net.sf.doolin.gui.field.table.ITableEventListFactory
 
getPropertyPath() - Method in class net.sf.doolin.gui.field.table.style.PropertyValueTableStyle
Gets the property path.
getPropertyPath() - Method in class net.sf.doolin.gui.field.table.support.AbstractPropertyBasedTableEventListFactory
 
getPropertyPath() - Method in class net.sf.doolin.gui.field.table.value.PropertyColumnValueFactory
Gets the property path.
getPropertyPath() - Method in class net.sf.doolin.gui.model.PropertyDataFactory
Property path to the value model
getPropertyPath() - Method in class net.sf.doolin.util.expression.ValueToken
Returns the associated property path
getPropertyResolver() - Static method in class net.sf.doolin.util.Utils
 
getPropertySetter(Method, Object[]) - Static method in class net.sf.doolin.bus.cglib.BeanMethodInterceptor
 
getPropertyValue() - Method in class net.sf.doolin.bus.support.PropertyChangeMessage
Returns the new value for the property
getPropertyValue() - Method in class net.sf.doolin.gui.style.PropertyStyle
Gets the property value
getProxy() - Method in class net.sf.doolin.bus.cglib.ProxyLink
 
getRedoDisplayName() - Method in class net.sf.doolin.gui.edit.DefaultGUIEditManager
 
getRedoDisplayName() - Method in interface net.sf.doolin.gui.edit.GUIEditManager
Gets the display name for the action that can be redone.
getRefreshInterval() - Method in class net.sf.doolin.gui.bus.BusMonitoringModel
 
getRegistrationPeriod() - Method in class net.sf.doolin.gui.bus.BusMonitoringSubscription
 
getRegistrationTime() - Method in interface net.sf.doolin.bus.ISubscriptionInfo
 
getRegistrationTime() - Method in class net.sf.doolin.bus.support.Subscription
Returns the registration date
getRegistrationTime() - Method in class net.sf.doolin.bus.support.SubscriptionInfo
 
getRegistrationTimestamp() - Method in class net.sf.doolin.gui.bus.BusMonitoringSubscription
 
getRenderer() - Method in class net.sf.doolin.gui.field.list.AbstractListPropertyFieldDescriptor
Gets the cell renderer for the list
getRenderer() - Method in class net.sf.doolin.gui.field.table.Column
Gets the renderer.
getResource(String, Locale) - Static method in class net.sf.doolin.util.LocaleUtils
Get a resource using a locale.
getResource(Class<?>, String) - Static method in class net.sf.doolin.util.Utils
Gets a resource URL from a reference class and a resource path.
getResourceAsStream(String, Locale) - Static method in class net.sf.doolin.util.LocaleUtils
Get a resource using a locale.
getResourceName(String, Locale) - Static method in class net.sf.doolin.util.LocaleUtils
Get a resource name according to the locale.
getResourceName(String, Locale, ELocaleMode) - Static method in class net.sf.doolin.util.LocaleUtils
Get a resource name according to the locale and a given mode.
getResourceStream(String) - Method in class net.sf.doolin.template.velocity.VelocityResourceLoader
Loads the resource from classpath
getResult() - Method in class net.sf.doolin.gui.wizard.rule.condition.AbstractWizardRule
 
getResult() - Method in class net.sf.doolin.gui.wizard.rule.condition.FinishWizardRule
 
getResult() - Method in interface net.sf.doolin.gui.wizard.rule.condition.WizardRule
Gets the result of this rule, either the view the wizard can be navigated to or null if the wizard can be finished.
getResultIcon(GUIValidation) - Method in class net.sf.doolin.gui.validation.IconFeedbackPanel
Gets the icon for a validation result
getRootAction() - Method in class net.sf.doolin.oxml.config.AbstractOXMLConfig
 
getRootAction() - Method in interface net.sf.doolin.oxml.OXMLConfig
Returns the root action for this configuration.
getRootNode() - Method in class net.sf.doolin.gui.field.tree.model.GUITreeModel
Looks for the root node definition.
getRootPane() - Method in class net.sf.doolin.gui.window.support.DialogIWindow
 
getRootPane() - Method in class net.sf.doolin.gui.window.support.FrameIWindow
 
getRootPane() - Method in interface net.sf.doolin.gui.window.support.IWindow
Deprecated. Uses direct accessors like IWindow.setDefaultButton(JButton)
getRootPanel() - Method in class net.sf.doolin.gui.window.support.AbstractRootPaneGUIWindow
Gets the root panel for this window.
getRowCount() - Method in class net.sf.doolin.gui.layout.FormLayoutService
Gets the row count.
getRowGap() - Method in class net.sf.doolin.gui.layout.FormLayoutService
Gets the row gap.
getRowGroups() - Method in class net.sf.doolin.gui.layout.FormLayoutService
Gets the row groups.
getRows() - Method in class net.sf.doolin.gui.field.FieldMemo
Gets the rows.
getRowSpec() - Method in class net.sf.doolin.gui.layout.FormLayoutService
Gets the specification for one row.
getRowSpecs() - Method in class net.sf.doolin.gui.layout.FormLayoutService
Gets the row specifications.
getSamplePanel() - Method in class net.sf.doolin.gui.swing.JFontChooser
Gets the sample panel.
getSampleString() - Method in class net.sf.doolin.gui.field.FieldFont
Gets the text which is used as a sample text to display the font.
getSampleString() - Method in class net.sf.doolin.gui.swing.JFontChooser
Gets the sample string.
getSampleTextField() - Method in class net.sf.doolin.gui.swing.JFontChooser
Gets the sample text field.
getScreenResolution() - Static method in class net.sf.doolin.util.ScreenUtils
 
getScrollableBlockIncrement(Rectangle, int, int) - Method in class net.sf.doolin.gui.swing.ScrollablePanel
 
getScrollableTracksViewportHeight() - Method in class net.sf.doolin.gui.swing.ScrollablePanel
 
getScrollableTracksViewportWidth() - Method in class net.sf.doolin.gui.swing.ScrollablePanel
 
getScrollableUnitIncrement(Rectangle, int, int) - Method in class net.sf.doolin.gui.swing.ScrollablePanel
 
getSecondValue() - Method in class net.sf.doolin.util.Pair
 
getSelectedFont() - Method in class net.sf.doolin.gui.swing.JFontChooser
Get the selected font.
getSelectedFontFamily() - Method in class net.sf.doolin.gui.swing.JFontChooser
Get the family name of the selected font.
getSelectedFontSize() - Method in class net.sf.doolin.gui.swing.JFontChooser
Get the size of the selected font.
getSelectedFontStyle() - Method in class net.sf.doolin.gui.swing.JFontChooser
Get the style of the selected font.
getSelectedItem() - Method in class net.sf.doolin.gui.field.table.support.GUITable
Gets the selected item.
getSelectedItems() - Method in class net.sf.doolin.gui.field.table.support.GUITable
Gets the list of selected items.
getSelection() - Method in class net.sf.doolin.gui.field.tree.support.GUITree
 
getSelectionList() - Method in class net.sf.doolin.gui.field.list.multi.MultiComboField
 
getSelectionMode() - Method in class net.sf.doolin.gui.field.table.FieldTable
Gets the selection mode for the table rows
getSelectionMode() - Method in enum net.sf.doolin.gui.field.table.TableSelectionMode
Gets the selection mode as for use in ListSelectionModel.setSelectionMode(int).
getSelectionPropertyMode() - Method in class net.sf.doolin.gui.field.tree.FieldTree
 
getSelectionPropertyPath() - Method in class net.sf.doolin.gui.field.table.FieldTable
Gets the path to the property that contains the selection of the table.
getSelectionPropertyPath() - Method in class net.sf.doolin.gui.field.tree.FieldTree
 
getSeparator() - Method in class net.sf.doolin.tabular.csv.CSVWriter
Returns the separator property.
getServiceInterface() - Method in class net.sf.doolin.context.support.AbstractServiceNameFactoryBean
 
getServiceNamePattern() - Method in class net.sf.doolin.context.support.ServiceNamePatternFactoryBean
 
getShortcut() - Method in class net.sf.doolin.gui.action.AbstractSimpleGUIAction
Gets the shortcut.
getShortcut() - Method in class net.sf.doolin.gui.action.AbstractTextAction
Gets the shortcut for this action
getShortcut() - Method in class net.sf.doolin.gui.window.dialog.DialogCancelAction
Shortcut
getShortcut() - Method in class net.sf.doolin.gui.window.dialog.DialogOKAction
 
getShortcut() - Method in class net.sf.doolin.gui.wizard.support.WizardCancelAction
Shortcut
getShortcut() - Method in class net.sf.doolin.gui.wizard.support.WizardFinishAction
 
getShortcut() - Method in class net.sf.doolin.gui.wizard.support.WizardNextAction
 
getShortcut() - Method in class net.sf.doolin.gui.wizard.support.WizardPreviousAction
 
getShortcutExpression(ActionContext) - Method in class net.sf.doolin.gui.action.AbstractSimpleGUIAction
Shortcut for the action
getShortcutExpression(ActionContext) - Method in class net.sf.doolin.gui.action.AbstractTextAction
 
getShortcutExpression(ActionContext) - Method in class net.sf.doolin.gui.action.DelegateGUIAction
 
getShortcutExpression(ActionContext) - Method in interface net.sf.doolin.gui.action.GUIAction
Shortcut for the action
getShortcutExpression(ActionContext) - Method in class net.sf.doolin.gui.edit.GUIEditAction
 
getShortcutExpression(ActionContext) - Method in class net.sf.doolin.gui.lf.LFAction
 
getSimple(String) - Method in class net.sf.doolin.util.AbstractPropertySet
 
getSimple(String) - Method in class net.sf.doolin.util.BasicPropertySet
 
getSimpleProperty(Object, String) - Method in class net.sf.doolin.util.DefaultPropertyResolver
 
getSize() - Method in class net.sf.doolin.gui.docking.DockDescription
Gets the size of this dock
getSize() - Method in class net.sf.doolin.gui.docking.DockingPathConstraints
Gets the size.
getSize() - Method in class net.sf.doolin.gui.docking.storage.OXMLDocking
Gets the size of this dock
getSize() - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Gets the size.
getSize() - Method in interface net.sf.doolin.gui.window.descriptor.GUIWindowDescriptor
Returns the size specification
getSmallerSize() - Method in enum net.sf.doolin.gui.service.IconSize
 
getSource() - Method in class net.sf.doolin.gui.action.path.item.AbstractActionPath
Returns null.
getSource() - Method in interface net.sf.doolin.gui.action.path.item.ActionPath
Defines an identifier for this action path when it is used as a replacement for another action path.
getSource() - Method in class net.sf.doolin.gui.action.path.item.ReplacementActionPath
Returns the placeholder complete identifier
getSource() - Method in interface net.sf.doolin.oxml.OXMLSource
Gets the XML source as a DOM
getSource() - Method in class net.sf.doolin.oxml.source.StreamOXMLSource
 
getSource() - Method in class net.sf.doolin.oxml.source.URLOXMLSource
Parses the URL.
getSourceList() - Method in class net.sf.doolin.gui.field.list.multi.MultiComboField
 
getSpace() - Method in class net.sf.doolin.gui.field.list.FieldRadioGroup
Gets the layout space between the buttons.
getStartup() - Method in class net.sf.doolin.gui.app.GUIApplication
Returns the start-up policy
getState() - Method in class net.sf.doolin.gui.display.AbstractFixedDisplayStateHandler
Returns the fixed value
getState() - Method in class net.sf.doolin.gui.display.AlwaysDisabledDisplayStateHandler
 
getState() - Method in class net.sf.doolin.gui.display.AlwaysEnabledDisplayStateHandler
 
getState() - Method in class net.sf.doolin.gui.display.AlwaysHiddenDisplayStateHandler
 
getStatList() - Method in class net.sf.doolin.gui.bus.BusMonitoringModel
 
getStep() - Method in class net.sf.doolin.gui.field.FieldInteger
Returns the step which is used for this field.
getStep() - Method in class net.sf.doolin.gui.field.FieldLong
Returns the step which is used for this field.
getStore() - Method in class net.sf.doolin.gui.field.FieldPassword
 
getString(String, String) - Method in interface net.sf.doolin.gui.service.GUIPreferences
Get a preference value as a string
getString(String, String) - Method in class net.sf.doolin.gui.service.support.DefaultGUIPreferences
 
getString(String, String) - Method in class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
 
getString(String) - Method in class net.sf.doolin.template.velocity.VelocityTools
Translates a string code to a full text.
getStringArray(GUIPreferences, String) - Static method in class net.sf.doolin.gui.util.PreferencesUtils
Retrieves a collection of strings from the preferences.
getStyle() - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
Returns the style
getStyle() - Method in interface net.sf.doolin.gui.field.FieldDescriptor
Returns the style to apply on the field component
getStyle(Object, JTable, int, int) - Method in class net.sf.doolin.gui.field.table.style.AlternateColorTableStyle
Gets the style to apply on the table.
getStyle(Object, JTable, int, int) - Method in class net.sf.doolin.gui.field.table.style.ChainedTableStyle
Gets the style to apply on the table.
getStyle(Object, JTable, int, int) - Method in class net.sf.doolin.gui.field.table.style.DefaultTableStyle
 
getStyle(Object, JTable, int, int) - Method in class net.sf.doolin.gui.field.table.style.FixedColorTableStyle
Gets the style to apply on the table.
getStyle(Object, JTable, int, int) - Method in class net.sf.doolin.gui.field.table.style.FontTableStyle
 
getStyle(Object, JTable, int, int) - Method in class net.sf.doolin.gui.field.table.style.PropertyValueTableStyle
 
getStyle(Object, JTable, int, int) - Method in interface net.sf.doolin.gui.field.table.style.TableStyle
Gets the style to apply on the table.
getStyle() - Method in class net.sf.doolin.gui.swing.DateLabelInfoProvider
Returns the style property.
getStyleMap() - Method in class net.sf.doolin.gui.field.table.style.PropertyValueTableStyle
Gets the style map.
getStyles() - Method in class net.sf.doolin.gui.field.table.style.ChainedTableStyle
Gets the styles.
getStyles() - Method in class net.sf.doolin.gui.style.ChainedStyle
Returns the list of styles to apply
getSubscriber() - Method in class net.sf.doolin.bus.support.Subscription
 
getSubscriberCount() - Method in class net.sf.doolin.bus.support.Subscriptions
 
getSubscriberInfo() - Method in class net.sf.doolin.gui.bus.BusMonitoringLogEntry
 
getSubscriberValidator() - Method in interface net.sf.doolin.gui.action.ActionContext
Gets the validator to use for any subscription managed by this context.
getSubscriberValidator() - Method in class net.sf.doolin.gui.action.support.DelegateDataActionContext
 
getSubscriberValidator() - Method in class net.sf.doolin.gui.app.support.ApplicationActionContext
 
getSubscriberValidator() - Method in class net.sf.doolin.gui.field.support.FieldActionContext
 
getSubscriberValidator() - Method in class net.sf.doolin.gui.field.table.support.TableActionContext
 
getSubscriberValidator() - Method in class net.sf.doolin.gui.field.tree.support.TreeActionContext
 
getSubscriberValidator() - Method in class net.sf.doolin.gui.validation.support.ValidationSupportImpl
 
getSubscriberValidator() - Method in interface net.sf.doolin.gui.validation.ValidationSupport
Gets the subscription validator that is used.
getSubscriberValidator() - Method in class net.sf.doolin.gui.view.support.ViewActionContext
 
getSubscriberValidator() - Method in class net.sf.doolin.gui.window.support.WindowActionContext
 
getSubscriptionClassInfos() - Method in interface net.sf.doolin.bus.IBusInfo
 
getSubscriptionClassInfos() - Method in class net.sf.doolin.bus.support.BusInfo
 
getSubscriptionCount() - Method in interface net.sf.doolin.bus.IBusInfo
 
getSubscriptionCount() - Method in class net.sf.doolin.bus.support.BusInfo
 
getSubscriptionInfos() - Method in interface net.sf.doolin.bus.ISubscriptionClassInfo
 
getSubscriptionInfos() - Method in class net.sf.doolin.bus.support.SubscriptionClassInfo
 
getSubscriptionList() - Method in class net.sf.doolin.gui.bus.BusMonitoringModel
Returns the dynamic list of subscriptions
getSubscriptions() - Method in class net.sf.doolin.bus.support.Subscriptions
 
getSupport() - Method in class net.sf.doolin.bus.cglib.BeanMethodInterceptor
 
getSymbol() - Method in enum net.sf.doolin.util.unit.Unit
 
getSystemInformationList() - Method in class net.sf.doolin.gui.system.SystemInformationModel
 
getTable() - Method in class net.sf.doolin.gui.field.table.support.GUITableField
Returns the associated table component.
getTableActions() - Method in class net.sf.doolin.gui.field.table.FieldTable
Gets the list of actions to register together with the table for the availability of their shortcuts.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class net.sf.doolin.gui.field.table.editor.ComboTableCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.sf.doolin.gui.field.table.renderer.GUITableCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.sf.doolin.gui.field.table.renderer.LabelInfoTableCellRenderer
 
getTableDescriptor() - Method in class net.sf.doolin.gui.field.table.support.GUITableField
Gets the associated table descriptor.
getTableField() - Method in class net.sf.doolin.gui.field.table.support.GUITable
Gets the table field.
getTableMenu() - Method in class net.sf.doolin.gui.field.table.FieldTable
Gets the definition for the contextual menu of the table
getTableStyle() - Method in class net.sf.doolin.gui.field.table.FieldTable
Gets the style.
getTableStyle() - Method in class net.sf.doolin.gui.field.table.support.GUITable
Gets the style for this table
getTableToolBar() - Method in class net.sf.doolin.gui.field.table.FieldTable
Gets the tool bar definition for the table-level tool bar.
getTarget() - Method in class net.sf.doolin.bus.cglib.ProxyLink
 
getTarget() - Method in class net.sf.doolin.gui.action.path.item.AbstractActionPath
Returns null.
getTarget() - Method in interface net.sf.doolin.gui.action.path.item.ActionPath
Defines an identifier when this action path is defined as a placeholder for other action path(s).
getTarget() - Method in class net.sf.doolin.gui.action.path.item.PlaceholderActionPath
Returns the path identifier followed by the placeholder name
getTarget() - Method in class net.sf.doolin.util.EditableValue
 
getTargetBean() - Method in class net.sf.doolin.gui.action.ServiceGUIAction
 
getTargetRoot() - Method in class net.sf.doolin.oxml.OXMLContext
Returns the generated target.
getTask() - Method in class net.sf.doolin.gui.action.TaskDialogAction
Gets the task to executed
getTaskExecutor() - Method in class net.sf.doolin.gui.action.TaskDialogAction
Gets the task executor
getTemplate(String) - Method in interface net.sf.doolin.template.TemplateEngine
Creates a template for the given resource.
getTemplate(String) - Method in class net.sf.doolin.template.velocity.VelocityTemplateEngine
Loads the resource as a Velocity template.
getTemplateEngine(String) - Method in class net.sf.doolin.template.support.AbstractTemplateManager
 
getTemplateEngine(String) - Method in interface net.sf.doolin.template.TemplateManager
Gets an engine instance using its name
getTemplateEngineNames() - Method in class net.sf.doolin.template.support.AbstractTemplateManager
 
getTemplateEngineNames() - Method in interface net.sf.doolin.template.TemplateManager
Gets the list of available engine
getTemplateManager() - Method in class net.sf.doolin.gui.template.component.JTemplate
Gets the template manager.
getTemplateManager() - Method in class net.sf.doolin.gui.template.field.FieldTemplate
Gets the template manager which is used by the template
getTemplatePath() - Method in class net.sf.doolin.gui.template.field.FieldTemplate
Gets the path to the template.
getTemplateType() - Method in class net.sf.doolin.gui.template.field.FieldTemplate
Gets the template type used to get the TemplateEngine
getText() - Method in class net.sf.doolin.gui.action.AbstractTextAction
Gets the plain title for the action
getText() - Method in class net.sf.doolin.gui.action.util.ActionAbout
Gets the text.
getText() - Method in class net.sf.doolin.gui.field.FieldCheck
Gets the text.
getText() - Method in class net.sf.doolin.gui.field.FieldLabel
Gets the text.
getText() - Method in class net.sf.doolin.gui.field.FieldRadio
Gets the text expression for this radio button.
getText() - Method in class net.sf.doolin.gui.field.FieldToggle
Gets the text.
getText(EventList<E>) - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
Gets a text summary for the selected list of items
getText() - Method in class net.sf.doolin.gui.swing.LabelInfo
Gets the text.
getText() - Method in class net.sf.doolin.gui.swing.MnemonicInfo
Text stripped from its mnemonic information
getText(Element) - Static method in class net.sf.doolin.util.xml.DOMUtils
Get the text contained by an element.
getText(Element, String) - Static method in class net.sf.doolin.util.xml.DOMUtils
Get the text from an child under an element.
getText(Element, String, String) - Static method in class net.sf.doolin.util.xml.DOMUtils
Get the text from an child under an element.
getText(Node) - Static method in class net.sf.doolin.util.xml.DOMUtils
Get the text contained by an element.
getTextExpression(ActionContext) - Method in class net.sf.doolin.gui.action.AbstractSimpleGUIAction
Text for the action
getTextExpression(ActionContext) - Method in class net.sf.doolin.gui.action.AbstractTextAction
 
getTextExpression(ActionContext) - Method in class net.sf.doolin.gui.action.DelegateGUIAction
 
getTextExpression(ActionContext) - Method in interface net.sf.doolin.gui.action.GUIAction
Text for the action
getTextExpression(ActionContext) - Method in class net.sf.doolin.gui.edit.GUIEditAction
 
getTextExpression() - Method in class net.sf.doolin.gui.field.FieldButton
Returns the expression for an alternative text
getTextExpression(ActionContext) - Method in class net.sf.doolin.gui.lf.LFAction
 
getTextFilterator() - Method in class net.sf.doolin.gui.swing.CompletionSupport
Gets the filter used by the combo box to convert items to text
getTextFormat() - Method in class net.sf.doolin.gui.swing.FormattedKeyLabelInfoProvider
Gets the format that is used to get the text key of the text to display.
getTimeOut() - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
getTimeStyle() - Method in class net.sf.doolin.gui.swing.DateLabelInfoProvider
Returns the timeStyle property.
getTip() - Method in class net.sf.doolin.gui.action.AbstractSimpleGUIAction
Gets the tip.
getTip() - Method in class net.sf.doolin.gui.field.FieldToggle
Gets the tool tip text expression associated with this button.
getTipExpression(ActionContext) - Method in class net.sf.doolin.gui.action.AbstractSimpleGUIAction
Tip for the action
getTipExpression(ActionContext) - Method in class net.sf.doolin.gui.action.AbstractTextAction
 
getTipExpression(ActionContext) - Method in class net.sf.doolin.gui.action.DelegateGUIAction
 
getTipExpression(ActionContext) - Method in interface net.sf.doolin.gui.action.GUIAction
Tip for the action
getTipExpression(ActionContext) - Method in class net.sf.doolin.gui.edit.GUIEditAction
 
getTipExpression(ActionContext) - Method in class net.sf.doolin.gui.lf.LFAction
 
getTitle() - Method in class net.sf.doolin.gui.action.AbstractSimpleGUIAction
Gets the title.
getTitle() - Method in class net.sf.doolin.gui.action.util.ActionAbout
Gets the title.
getTitle(GUIView<V>) - Static method in class net.sf.doolin.gui.view.support.GUIViewUtils
Gets the title of the view
getTitle() - Method in interface net.sf.doolin.tabular.model.TabularColumn
Returns the title of this column
getTitle() - Method in class net.sf.doolin.tabular.support.AbstractTabularColumn
 
getTitleExpression() - Method in class net.sf.doolin.gui.field.FieldSeparator
Gets the title expression.
getTitleExpression() - Method in class net.sf.doolin.gui.field.table.Column
Gets the title expression.
getTitleExpression() - Method in class net.sf.doolin.gui.form.FormSection
Gets the title expression.
getTitleExpression() - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Gets the title expression.
getTitleExpression() - Method in interface net.sf.doolin.gui.view.descriptor.GUIViewDescriptor
Returns the expression used to compute the title of any view
getTitleExpression(GUIView<V>) - Static method in class net.sf.doolin.gui.view.support.GUIViewUtils
Gets the parsed title expression for a view
getTitleExpression() - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Gets the title expression.
getTokens() - Method in class net.sf.doolin.util.expression.TokenList
 
getToolBars() - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Returns the list of tool bars for this window.
getTransferHandler() - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
 
getTransferHandler() - Method in interface net.sf.doolin.gui.field.FieldDescriptor
Returns the transfer handler associated with this field.
getTransitionAction(String) - Method in class net.sf.doolin.gui.wizard.rule.AbstractWizardRules
 
getTransitionAction(String) - Method in interface net.sf.doolin.gui.wizard.rule.WizardRules
Gets the transaction action to execute when navigating to the given view.
getTree() - Method in class net.sf.doolin.gui.field.tree.support.GUITreeField
 
getTree(String) - Method in class net.sf.doolin.util.TreeProperties
Gets a subtree using a key.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class net.sf.doolin.gui.field.tree.support.GUITreeRenderer
Render the cell
getTreeDescriptor() - Method in class net.sf.doolin.gui.field.tree.support.GUITreeField
 
getTreePath() - Method in class net.sf.doolin.gui.field.tree.model.GUITreeNode
 
getTrigger() - Method in interface net.sf.doolin.bus.ISubscriptionInfo
 
getTrigger() - Method in class net.sf.doolin.bus.support.SubscriptionInfo
 
getTrigger() - Method in class net.sf.doolin.gui.bus.BusMonitoringSubscription
 
getTriggerDescription() - Method in interface net.sf.doolin.bus.SubscriberTrigger
Description for the trigger
getTriggerDescription() - Method in class net.sf.doolin.bus.support.BothWayPropertyChangeSubscriber
 
getTriggerDescription() - Method in class net.sf.doolin.bus.support.PropertyChangeSubscriber
 
getTriggerDescription() - Method in class net.sf.doolin.bus.support.SubscriberAdapter
 
getType() - Method in interface net.sf.doolin.bus.ISubscriptionInfo
 
getType() - Method in class net.sf.doolin.bus.support.SubscriptionInfo
 
getType() - Method in class net.sf.doolin.gui.bus.BusMonitoringSubscription
Returns the type of this subscription
getType() - Method in class net.sf.doolin.gui.docking.DockingPathConstraints
Gets the type.
getType() - Method in class net.sf.doolin.gui.field.table.Column
Gets the type.
getType() - Method in class net.sf.doolin.gui.system.SystemInformation
 
getType() - Method in class net.sf.doolin.gui.template.component.JTemplate
Gets the type.
getType() - Method in class net.sf.doolin.oxml.adapter.EnumOXMLAdapter
Returns the enumeration class name
getType() - Method in class net.sf.doolin.util.expression.AbstractToken
 
getType() - Method in interface net.sf.doolin.util.expression.Token
Gets the type.
getUndoDisplayName() - Method in class net.sf.doolin.gui.edit.DefaultGUIEditManager
 
getUndoDisplayName() - Method in interface net.sf.doolin.gui.edit.GUIEditManager
Gets the display name for the action that can be undone.
getUnit() - Method in class net.sf.doolin.util.unit.ValueUnit
 
getUpdateDelegate() - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
getValidation() - Method in class net.sf.doolin.gui.validation.support.ValidationSupportImpl
Gets the validation
getValidation() - Method in interface net.sf.doolin.gui.validation.ValidationSupport
Gets the result of the validation
getValidationDecorator() - Method in class net.sf.doolin.gui.form.FormViewDescriptor
Gets the validation decorator.
getValidations() - Method in class net.sf.doolin.gui.validation.SimpleValidator
Gets the validations.
getValidationSupport() - Method in interface net.sf.doolin.gui.action.ActionContext
Gets the validation support for this action context
getValidationSupport() - Method in class net.sf.doolin.gui.action.support.AbstractActionContext
 
getValidationSupport() - Method in class net.sf.doolin.gui.action.support.DelegateDataActionContext
 
getValidator() - Method in interface net.sf.doolin.bus.ISubscriptionInfo
 
getValidator() - Method in class net.sf.doolin.bus.support.SubscriptionInfo
 
getValidator() - Method in class net.sf.doolin.gui.bus.BusMonitoringSubscription
 
getValidator() - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Gets the validator.
getValidator() - Method in interface net.sf.doolin.gui.view.descriptor.GUIViewDescriptor
Gets the validator to be used for the view
getValidatorDescription() - Method in interface net.sf.doolin.bus.SubscriberValidator
Gets a description for this validator
getValidatorDescription() - Method in class net.sf.doolin.bus.support.AbstractSubscriber
 
getValidatorDescription() - Method in class net.sf.doolin.bus.support.AndSubscriberValidator
 
getValidatorDescription() - Method in class net.sf.doolin.bus.support.DefaultSubscriberValidator
 
getValidatorDescription() - Method in class net.sf.doolin.bus.support.SubscriberAdapter
 
getValidatorDescription() - Method in class net.sf.doolin.bus.support.TriggeredSubscriberValidator
 
getValidatorDescription() - Method in class net.sf.doolin.gui.view.support.ViewSubscriberValidator
 
getValidators() - Method in class net.sf.doolin.gui.validation.ChainedValidator
Gets the validators.
getValue(String) - Method in class net.sf.doolin.bus.bean.BusDynaBean
 
getValue() - Method in class net.sf.doolin.bus.support.Value
Gets the current value
getValue(JFormattedTextField, boolean) - Method in class net.sf.doolin.gui.field.FieldDecimal
 
getValue() - Method in class net.sf.doolin.gui.field.FieldRadio
Gets the associated value for this radio button.
getValue(Object) - Method in interface net.sf.doolin.gui.field.table.ColumnValueFactory
Gets the value for a row item
getValue(Object) - Method in class net.sf.doolin.gui.field.table.value.PropertyColumnValueFactory
 
getValue() - Method in class net.sf.doolin.gui.field.tree.model.GUITreeNodeUserObjectPredicate
User object
getValue() - Method in class net.sf.doolin.gui.system.SystemInformation
 
getValue(T) - Method in interface net.sf.doolin.tabular.model.TabularColumn
Computes the column value for an item
getValue(T) - Method in class net.sf.doolin.tabular.support.PropertyTabularColumn
 
getValue(String) - Method in class net.sf.doolin.util.AbstractPropertySet
 
getValue() - Method in class net.sf.doolin.util.EditableValue
 
getValue() - Method in class net.sf.doolin.util.expression.Expression
Gets the value for the expression
getValue(Locale) - Method in class net.sf.doolin.util.I18NString
Get value for a locale, returning default if not found
getValue() - Method in class net.sf.doolin.util.I18NString
Value for the current locale.
getValue() - Method in class net.sf.doolin.util.unit.ValueUnit
 
getValueFactory() - Method in class net.sf.doolin.gui.field.table.Column
Gets the value factory.
getView() - Method in interface net.sf.doolin.gui.action.ActionContext
Gets the view associated to this content
getView() - Method in class net.sf.doolin.gui.action.support.DelegateDataActionContext
 
getView() - Method in class net.sf.doolin.gui.app.support.ApplicationActionContext
No view
getView() - Method in class net.sf.doolin.gui.docking.DockingComponent
Gets the associated view
getView() - Method in interface net.sf.doolin.gui.field.Field
Gets the view.
getView() - Method in class net.sf.doolin.gui.field.support.AbstractField
Gets the view.
getView() - Method in class net.sf.doolin.gui.field.support.FieldActionContext
 
getView() - Method in class net.sf.doolin.gui.field.table.support.TableActionContext
 
getView() - Method in class net.sf.doolin.gui.field.tree.support.TreeActionContext
 
getView() - Method in class net.sf.doolin.gui.view.support.ViewActionContext
 
getView(String) - Method in interface net.sf.doolin.gui.window.GUIWindow
Gets an already opened view
getView(String) - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
 
getView() - Method in class net.sf.doolin.gui.window.support.WindowActionContext
 
getViewComponent() - Method in interface net.sf.doolin.gui.view.GUIView
Gets the view component.
getViewComponent() - Method in class net.sf.doolin.gui.view.support.DefaultGUIView
Gets the view component.
getViewConstraint() - Method in class net.sf.doolin.gui.window.descriptor.ViewReference
Gets the view constraint.
getViewData() - Method in interface net.sf.doolin.gui.view.GUIView
Data for the view
getViewData() - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
Gets the model.
getViewDecorator() - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Additional decorator for the view
getViewDecorator() - Method in interface net.sf.doolin.gui.view.descriptor.GUIViewDescriptor
Additional decorator for the view
getViewDecorator() - Method in class net.sf.doolin.gui.window.descriptor.AbstractCompositeGUIWindowDescriptor
Gets the view decorator.
getViewDecorator() - Method in class net.sf.doolin.gui.window.descriptor.SimpleGUIWindowDescriptor
Gets the optional decorator to apply to the view in the window
getViewDescriptor() - Method in interface net.sf.doolin.gui.view.GUIView
Gets the view descriptor.
getViewDescriptor() - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
Gets the view descriptor.
getViewDescriptor() - Method in class net.sf.doolin.gui.window.descriptor.SimpleGUIWindowDescriptor
Gets the descriptor of the view to include in this window
getViewDescriptor() - Method in class net.sf.doolin.gui.window.descriptor.ViewReference
Gets the view descriptor.
getViewDescriptor() - Method in class net.sf.doolin.gui.window.opener.InnerViewOpener
Gets the view descriptor.
getViewDescriptor(String) - Method in class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
Gets the actual view descriptor from a view name
getViewId() - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Gets the view id.
getViewId() - Method in interface net.sf.doolin.gui.view.descriptor.GUIViewDescriptor
Returns the view ID expression
getViewIds() - Method in class net.sf.doolin.gui.docking.DockDescription
Gets the list of view IDs that the window contains.
getViewIds() - Method in class net.sf.doolin.gui.docking.storage.OXMLDocking
Gets the list of view IDs
getViewListenerArray() - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
Gets the list of view listeners
getViewMap() - Method in class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
Gets the mapping between view names and actual view descriptors.
getViewOpener() - Method in class net.sf.doolin.gui.action.OpenViewAction
Gets the view opener.
getViewOpener() - Method in class net.sf.doolin.gui.action.support.ViewOpenerDelegate
Gets the view opener.
getViewOpener() - Method in class net.sf.doolin.gui.field.table.action.OpenItemAction
Gets the view opener.
getViewPanel() - Method in class net.sf.doolin.gui.view.support.DefaultGUIView
Gets the view panel.
getViewReferences() - Method in class net.sf.doolin.gui.window.descriptor.AbstractCompositeGUIWindowDescriptor
Gets the view references.
getViewSubscribers() - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Gets the list of ViewSubscriber to execute for the view
getViewToolBar() - Method in class net.sf.doolin.gui.field.table.FieldTable
Gets the tool bar definition for the view-level tool bar.
getViewToolBar() - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Gets the tool bar definition for this view
getVisibleRows() - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
getWarnings() - Method in class net.sf.doolin.oxml.OXMLReaderOutput
Gets the warnings.
getWarnings() - Method in class net.sf.doolin.util.xml.SimpleErrorHandler
Returns the list of warnings
getWidth() - Method in class net.sf.doolin.gui.field.table.Column
Gets the width.
getWidth() - Method in class net.sf.doolin.gui.window.support.AbstractIWindow
 
getWidth() - Method in interface net.sf.doolin.gui.window.support.IWindow
 
getWidth() - Method in class net.sf.doolin.gui.window.support.WindowSize
Gets the width.
getWindow() - Method in interface net.sf.doolin.gui.action.ActionContext
Gets the window associated to this content
getWindow() - Method in class net.sf.doolin.gui.action.support.DelegateDataActionContext
 
getWindow() - Method in class net.sf.doolin.gui.app.support.ApplicationActionContext
No window
getWindow() - Method in class net.sf.doolin.gui.field.support.FieldActionContext
 
getWindow() - Method in class net.sf.doolin.gui.field.table.support.TableActionContext
 
getWindow() - Method in class net.sf.doolin.gui.field.tree.support.TreeActionContext
 
getWindow() - Method in class net.sf.doolin.gui.view.support.ViewActionContext
 
getWindow(GUIApplication, B) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
 
getWindow(GUIApplication, B) - Method in interface net.sf.doolin.gui.window.descriptor.GUIWindowDescriptor
Gets an already opened window for the given model.
getWindow() - Method in class net.sf.doolin.gui.window.support.AbstractIWindow
Gets the actual window instance
getWindow() - Method in class net.sf.doolin.gui.window.support.WindowActionContext
 
getWindowData() - Method in interface net.sf.doolin.gui.window.GUIWindow
Returns the window data
getWindowData() - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
Gets the model.
getWindowDescriptor() - Method in class net.sf.doolin.gui.app.support.GUIWindowStartup
Gets the window descriptor.
getWindowDescriptor() - Method in interface net.sf.doolin.gui.window.GUIWindow
Gets the window descriptor.
getWindowDescriptor() - Method in class net.sf.doolin.gui.window.opener.WindowOpener
Gets the window descriptor.
getWindowDescriptor() - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
Gets the window descriptor.
getWindowId() - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Gets the id.
getWindowId(B) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Gets the ID of a window model.
getWindowId(B) - Method in interface net.sf.doolin.gui.window.descriptor.GUIWindowDescriptor
Returns the ID of a window model.
getWindowListeners() - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
 
getWindowListeners() - Method in interface net.sf.doolin.gui.window.descriptor.GUIWindowDescriptor
 
getWindowListeners() - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
Gets the list of window listeners, those of the descriptor plus the ones associated with this window.
getWindowMenuBar() - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Gets the definition of any view-specific menu bar to merge with the window's menu bar.
getWindowPanel() - Method in interface net.sf.doolin.gui.window.GUIWindow
Content panel.
getWindowPanel() - Method in class net.sf.doolin.gui.window.support.AbstractRootPaneGUIWindow
 
getWindowToolBar() - Method in class net.sf.doolin.gui.field.table.FieldTable
Gets the tool bar definition for the window-level tool bar.
getWindowToolBar() - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Gets the definition of any view-specific tool bar to merge with the window tool bars.
getWizard(ActionContext) - Method in class net.sf.doolin.gui.wizard.support.AbstractWizardAction
Gets the WizardWindow from the content
getWizardModel() - Method in class net.sf.doolin.gui.wizard.state.WizardState
Gets the bean for the wizard
getWizardRules() - Method in class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
Gets the navigation rules for this wizard
getWrappedComponentTree(ValidationSupport<?>, JComponent) - Static method in class net.sf.doolin.gui.validation.IconFeedbackPanel
Wraps the components in the given component tree with instances of IconFeedbackPanel where necessary.
getXpath() - Method in class net.sf.doolin.oxml.OXMLContext
Returns the XPath utility.
getXPath(Node) - Static method in class net.sf.doolin.util.xml.DOMUtils
Gets the XPath for a node
Gradient - Class in net.sf.doolin.util
This class allows to compute a gradient between two colors, according to a given color space.
Gradient(Color, Color) - Constructor for class net.sf.doolin.util.Gradient
Creates a gradient between two colors using the sRGB color space.
Gradient(Color, Color, ColorSpace) - Constructor for class net.sf.doolin.util.Gradient
Creates a gradient between two colors using the given color space.
GUI - Interface in net.sf.doolin.gui.spring
Namespace for the GUI custom schema
GUIAction - Interface in net.sf.doolin.gui.action
Action definition.
GUIActionPath - Class in net.sf.doolin.gui.action.path.item
Defines a path to a GUIAction.
GUIActionPath(GUIAction) - Constructor for class net.sf.doolin.gui.action.path.item.GUIActionPath
Constructor with an action and no path.
GUIActionPath(GUIAction, List<String>) - Constructor for class net.sf.doolin.gui.action.path.item.GUIActionPath
Constructor with an action and some paths.
GUIApplication - Class in net.sf.doolin.gui.app
GUI application manager.
GUIApplication() - Constructor for class net.sf.doolin.gui.app.GUIApplication
Constructor
GUIEdit - Interface in net.sf.doolin.gui.edit
Definition of a task that can be done and undone.
GUIEditAction - Class in net.sf.doolin.gui.edit
This GUIAction is a support for the tasks that can be done and undone.
GUIEditAction() - Constructor for class net.sf.doolin.gui.edit.GUIEditAction
Constructor.
GUIEditManager - Interface in net.sf.doolin.gui.edit
Manager for a list of tasks that can be done and undone.
GUIEditManagerUpdateMessage - Class in net.sf.doolin.gui.edit
This message is sent on the Bus when the state of a task manager is updated.
GUIEditManagerUpdateMessage(GUIEditManager) - Constructor for class net.sf.doolin.gui.edit.GUIEditManagerUpdateMessage
Constructor.
GUIErrorCodes - Interface in net.sf.doolin.gui
List of error codes.
GUIExpression - Class in net.sf.doolin.gui.expression
A GUIExpression is basically a text string whose content can be created from bundle keys or properties in a bean model.
GUIExpression(String) - Constructor for class net.sf.doolin.gui.expression.GUIExpression
Expression with a fixed text, using the default locale.
GUIExpression(SubscriberValidator, Object, String) - Constructor for class net.sf.doolin.gui.expression.GUIExpression
Expression with a pattern, using the default locale.
GUILF - Class in net.sf.doolin.gui.util
Sets the look and feel of the application at startup.
GUILF() - Constructor for class net.sf.doolin.gui.util.GUILF
 
GUIMessage<T> - Class in net.sf.doolin.gui.message
Message for the bus.
GUIMessage(T) - Constructor for class net.sf.doolin.gui.message.GUIMessage
Constructor
GUINamespaceHandler - Class in net.sf.doolin.gui.spring
Handler for the GUI schema.
GUINamespaceHandler() - Constructor for class net.sf.doolin.gui.spring.GUINamespaceHandler
 
GUIPreferences - Interface in net.sf.doolin.gui.service
Interface to the preferences of the application.
GUIRedoAction - Class in net.sf.doolin.gui.edit
Action to redo the last undone task.
GUIRedoAction() - Constructor for class net.sf.doolin.gui.edit.GUIRedoAction
 
GUIStartup - Interface in net.sf.doolin.gui.app
Start-up policy for an applicaton.
GUIStatusBar - Class in net.sf.doolin.gui.action.path.statusbar
Defines a status bar, a component that just lists some components which listen to the application state (usually the Bus).
GUIStatusBar() - Constructor for class net.sf.doolin.gui.action.path.statusbar.GUIStatusBar
 
GUIStrings - Class in net.sf.doolin.gui.util
Service for localized strings.
GUITable<V,E> - Class in net.sf.doolin.gui.field.table.support
JTable implementation for the Doolin GUI framework, for integration as a Field.
GUITable(GUITableField<V, E>) - Constructor for class net.sf.doolin.gui.field.table.support.GUITable
Instantiates a new GUI table.
GUITableCellRenderer<E> - Class in net.sf.doolin.gui.field.table.renderer
This table renderer is used as an ancestor for all renderers that want to interact with a style defined at table level.
GUITableCellRenderer(TableCellRenderer) - Constructor for class net.sf.doolin.gui.field.table.renderer.GUITableCellRenderer
Instantiates a new gUI table cell renderer.
GUITableField<V,E> - Class in net.sf.doolin.gui.field.table.support
Field for a table.
GUITableField(GUIView<V>, FieldTable<V, E>) - Constructor for class net.sf.doolin.gui.field.table.support.GUITableField
Constructor.
GUITableFormat<V,E> - Class in net.sf.doolin.gui.field.table.support
Format specification for the table.
GUITableFormat(GUITableField<V, E>) - Constructor for class net.sf.doolin.gui.field.table.support.GUITableFormat
Instantiates a new GUI table format.
GUITableHeaderFactory<V,E> - Interface in net.sf.doolin.gui.field.table.header
Factory for the header of a GUITable.
GUITableHeaderMenuFactory<V,E> - Interface in net.sf.doolin.gui.field.table.header
Factory for the contextual menu on a GUITable header.
GUITableMouseListener<V,E> - Class in net.sf.doolin.gui.field.table.support
Mouse listener for a GUITable.
GUITableMouseListener(GUITable<V, E>) - Constructor for class net.sf.doolin.gui.field.table.support.GUITableMouseListener
Constructor
GUITask<B,R> - Interface in net.sf.doolin.gui.action.task
Defines a task that can run in a GUI application.
GUITaskAction<B,R> - Class in net.sf.doolin.gui.action
This action launches a GUITask using an associated GUITaskExecutor.
GUITaskAction() - Constructor for class net.sf.doolin.gui.action.GUITaskAction
 
GUITaskExecutor<B,R> - Interface in net.sf.doolin.gui.action.task
Defines the executor for a GUITask.
GUITree<V> - Class in net.sf.doolin.gui.field.tree.support
 
GUITree(GUITreeField<V>) - Constructor for class net.sf.doolin.gui.field.tree.support.GUITree
 
GUITreeField<V> - Class in net.sf.doolin.gui.field.tree.support
 
GUITreeField(GUIView<V>, FieldTree<V>) - Constructor for class net.sf.doolin.gui.field.tree.support.GUITreeField
 
GUITreeModel - Class in net.sf.doolin.gui.field.tree.model
 
GUITreeModel(SubscriberValidator, Object, List<Node>) - Constructor for class net.sf.doolin.gui.field.tree.model.GUITreeModel
 
GUITreeNode - Class in net.sf.doolin.gui.field.tree.model
 
GUITreeNode(SubscriberValidator, GUITreeModel, Node, Object) - Constructor for class net.sf.doolin.gui.field.tree.model.GUITreeNode
Constructor for a node.
GUITreeNodeUserObjectPredicate - Class in net.sf.doolin.gui.field.tree.model
This predicate checks the user object associated with a GUITreeNode.
GUITreeNodeUserObjectPredicate(Object, boolean) - Constructor for class net.sf.doolin.gui.field.tree.model.GUITreeNodeUserObjectPredicate
Constructor for the predicate.
GUITreeRenderer - Class in net.sf.doolin.gui.field.tree.support
Tree renderer that delegates rendering to the inner nodes.
GUITreeRenderer() - Constructor for class net.sf.doolin.gui.field.tree.support.GUITreeRenderer
 
GUIUndoAction - Class in net.sf.doolin.gui.edit
Action to undo the next available task.
GUIUndoAction() - Constructor for class net.sf.doolin.gui.edit.GUIUndoAction
 
GUIValidation - Class in net.sf.doolin.gui.validation
This class defines the result for a validation.
GUIValidation() - Constructor for class net.sf.doolin.gui.validation.GUIValidation
 
GUIValidationDecorator - Interface in net.sf.doolin.gui.validation
Specialized decorator for the validation of views.
GUIValidationMessage - Class in net.sf.doolin.gui.validation
Validation message
GUIValidationMessage(Object, String, Object...) - Constructor for class net.sf.doolin.gui.validation.GUIValidationMessage
Constructor
GUIValidator<B> - Interface in net.sf.doolin.gui.validation
Validator interface for the Doolin GUI framework
GUIView<B> - Interface in net.sf.doolin.gui.view
View instance.
GUIViewAdapter<V> - Class in net.sf.doolin.gui.view.support
Adapter for a GUIViewListener whose all methods do nothing.
GUIViewAdapter() - Constructor for class net.sf.doolin.gui.view.support.GUIViewAdapter
 
GUIViewDecorator - Interface in net.sf.doolin.gui.view.decorator
Decorates a view in order to place it into a window.
GUIViewDescriptor<V> - Interface in net.sf.doolin.gui.view.descriptor
Descriptor for a view.
GUIViewListener<B> - Interface in net.sf.doolin.gui.view
Listens to life-cycle view events.
GUIViewUtils - Class in net.sf.doolin.gui.view.support
Utility methods for the views
GUIWindow<B> - Interface in net.sf.doolin.gui.window
This interface defines a main application window.
GUIWindowAdapter<B> - Class in net.sf.doolin.gui.window.opener
Adapter class for a GUIWindowListener that does nothing.
GUIWindowAdapter() - Constructor for class net.sf.doolin.gui.window.opener.GUIWindowAdapter
 
GUIWindowDescriptor<B> - Interface in net.sf.doolin.gui.window.descriptor
Window descriptor.
GUIWindowFactory - Interface in net.sf.doolin.gui.window
Factory for a window, used by a window descriptor.
GUIWindowListener<B> - Interface in net.sf.doolin.gui.window
Listeners for events on windows.
GUIWindowStartup<B> - Class in net.sf.doolin.gui.app.support
Starts the application by creating a window and displaying it.
GUIWindowStartup() - Constructor for class net.sf.doolin.gui.app.support.GUIWindowStartup
 

H

hasErrors() - Method in class net.sf.doolin.gui.validation.GUIValidation
Checks if this GUIValidation object has errors.
hasErrors() - Method in class net.sf.doolin.util.xml.SimpleErrorHandler
Returns if the handler contains some errors.
hashCode() - Method in class net.sf.doolin.bus.support.Subscription
 
hashCode() - Method in class net.sf.doolin.util.CodeLabel
 
hashCode() - Method in class net.sf.doolin.util.I18NString
Hash code
hashCode() - Method in class net.sf.doolin.util.Pair
 
hashCode() - Method in class net.sf.doolin.util.PatternFormat
 
hashCode() - Method in class net.sf.doolin.util.unit.ValueUnit
 
hashCode() - Method in class net.sf.doolin.util.Version
 
hasSwitchedToParams() - Method in class net.sf.doolin.util.expression.KeyToken
Checks if the token is currently evaluating its parameters.
hasWarnings() - Method in class net.sf.doolin.util.xml.SimpleErrorHandler
Returns if the handler contains some warnings.
HIDDEN - Static variable in interface net.sf.doolin.gui.display.DisplayStateHandlers
Always hidden
hideView(GUIWindow<B>, GUIView<?>) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
 
hideView(GUIWindow<B>, GUIView<?>) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Does nothing.
hideView(GUIWindow<B>, GUIView<?>) - Method in interface net.sf.doolin.gui.window.descriptor.GUIWindowDescriptor
Hides the view in the window.

I

I18NCode - Class in net.sf.doolin.util
I18NString that is associated with a code.
I18NCode() - Constructor for class net.sf.doolin.util.I18NCode
Constructor.
I18NCode(String) - Constructor for class net.sf.doolin.util.I18NCode
Constructor.
I18NCode(String, Locale, String) - Constructor for class net.sf.doolin.util.I18NCode
Constructor.
I18NCode(String, String) - Constructor for class net.sf.doolin.util.I18NCode
Constructor.
I18NCode(String, String, Locale, String) - Constructor for class net.sf.doolin.util.I18NCode
Constructor.
I18NString - Class in net.sf.doolin.util
String that has different values according to a locale.
I18NString() - Constructor for class net.sf.doolin.util.I18NString
Constructor for no value
I18NString(String) - Constructor for class net.sf.doolin.util.I18NString
Constructor with a default value.
I18NString(Locale, String) - Constructor for class net.sf.doolin.util.I18NString
Constructor for a given locale and without any default value
I18NString(String, Locale, String) - Constructor for class net.sf.doolin.util.I18NString
Constructor for a given locale and with a default value
I18NString(I18NString) - Constructor for class net.sf.doolin.util.I18NString
Copy constructor
IBean - Interface in net.sf.doolin.bus.bean
 
IBus - Interface in net.sf.doolin.bus
Defines a bus that will handle the messages synchronously.
IBusInfo - Interface in net.sf.doolin.bus
 
IconDefinition - Class in net.sf.doolin.gui.service.icon
Association of icon sizes and corresponding paths.
IconDefinition() - Constructor for class net.sf.doolin.gui.service.icon.IconDefinition
Empty constructor.
IconDefinition(String, String, String, String, String, String) - Constructor for class net.sf.doolin.gui.service.icon.IconDefinition
Builds an icon definition using a prefix and some suffixes for the paths.
IconFeedbackPanel - Class in net.sf.doolin.gui.validation
Can display validation feedback icons "over" a content panel.
IconFeedbackPanel(ValidationSupport<?>, JComponent) - Constructor for class net.sf.doolin.gui.validation.IconFeedbackPanel
Creates an IconFeedbackPanel on the given ValidationResultModel using the specified content panel.
iconObjects - Variable in class net.sf.doolin.gui.service.icon.AbstractIconService.IconItem
Associations between icon sizes and actual icons.
IconService - Interface in net.sf.doolin.gui.service
Service for getting icons.
IconSize - Enum in net.sf.doolin.gui.service
List of available sizes for icons.
IconURLStreamHandler - Class in net.sf.doolin.gui.service.icon
URL stream handler that handles the "icon:" protocol by calling a IconService instance.
IconURLStreamHandler(IconService) - Constructor for class net.sf.doolin.gui.service.icon.IconURLStreamHandler
Constructor
ID_KEY - Static variable in class net.sf.doolin.gui.action.support.SwingAction
Action key that stores the ID of the action.
IdentityConverter<T> - Class in net.sf.doolin.util
Deprecated. Use Functions.identity() instead
IdentityConverter() - Constructor for class net.sf.doolin.util.IdentityConverter
Deprecated.  
IdentityDataFactory<T> - Class in net.sf.doolin.util.factory
Returns the context as the created object.
IdentityDataFactory() - Constructor for class net.sf.doolin.util.factory.IdentityDataFactory
 
IdentityLayoutConstraintAdapter<C> - Class in net.sf.doolin.gui.layout
Identity converter.
IdentityLayoutConstraintAdapter() - Constructor for class net.sf.doolin.gui.layout.IdentityLayoutConstraintAdapter
 
IFilePath - Interface in net.sf.doolin.gui.swing
Interface used by JFile to abstract the component that is used to display the selected file path.
IfOXMLAction - Class in net.sf.doolin.oxml.action
if action.
IfOXMLAction() - Constructor for class net.sf.doolin.oxml.action.IfOXMLAction
 
IJmxBusBean - Interface in net.sf.doolin.bus.jmx
This interface exposes the Bus using JMX.
IncludeOXMLAction - Class in net.sf.doolin.oxml.action
include action.
IncludeOXMLAction() - Constructor for class net.sf.doolin.oxml.action.IncludeOXMLAction
 
indexMap(Collection<? extends T>, Function<T, K>, Function<T, V>) - Static method in class net.sf.doolin.util.collection.ListUtils
Converts a list to a map by extracting keys and values from each element of the list
indexMap(Collection<? extends T>, ItemConverter<T, K>, ItemConverter<T, V>) - Static method in class net.sf.doolin.util.collection.ListUtils
Deprecated. Use ListUtils.indexMap(Collection, Function, Function) instead
indexMap(Collection<? extends T>, String, String) - Static method in class net.sf.doolin.util.collection.ListUtils
Converts a list to a map by extracting keys and values from each element of the list using a property
indexMap(List<? extends V>, ItemConverter<V, K>) - Static method in class net.sf.doolin.util.collection.ListUtils
Deprecated. Use Maps.uniqueIndex(Iterable, Function) instead
indexMap(List<V>, String) - Static method in class net.sf.doolin.util.collection.ListUtils
Converts a list to a map by extracting keys from each element of the list using a property name.
indexOf(List<? extends E>, Predicate<E>) - Static method in class net.sf.doolin.util.collection.ListUtils
Returns the index of the first element of the list that is evaluated to true by the predicate.
info(ActionContext, Object, Object...) - Method in interface net.sf.doolin.gui.service.InfoService
Logs an information message
info(ActionContext, Object, Object...) - Method in class net.sf.doolin.gui.service.support.DefaultInfoService
 
InfoService - Interface in net.sf.doolin.gui.service
Logger service for the application
init() - Method in class net.sf.doolin.context.spring.ContextNamespaceHandler
 
init() - Method in class net.sf.doolin.context.util.StringBundles
Registers the paths in JStrings.
init() - Method in class net.sf.doolin.gui.action.AbstractSimpleGUIAction
Lazy initialisation of attributes.
init() - Method in class net.sf.doolin.gui.action.path.list.ParsedActionPathList
Parses all encoded paths to actual instances of ActionPath.
init() - Method in class net.sf.doolin.gui.app.GUIApplication
Initialises the defaults services.
init() - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
General initialisation of the DockingManager
init(JTable) - Method in class net.sf.doolin.gui.field.table.editor.ComboTableCellEditor
Initialises the combo box
init() - Method in class net.sf.doolin.gui.field.table.support.GUITableFormat
Initialisation.
init() - Method in class net.sf.doolin.gui.field.table.support.TableActionContext
Initialisation.
init(SubscriberValidator) - Method in class net.sf.doolin.gui.field.tree.model.GUITreeModel
Initializes the model
init() - Method in class net.sf.doolin.gui.field.tree.support.TreeActionContext
Initialisation.
init(GUIView<V>) - Method in class net.sf.doolin.gui.form.FormPanel
Initialises the content of the panel
init(JPanel) - Method in class net.sf.doolin.gui.layout.FormLayoutService
 
init(JPanel) - Method in class net.sf.doolin.gui.layout.LayoutManagerService
Initializes a panel for layout
init(JPanel) - Method in interface net.sf.doolin.gui.layout.LayoutService
Initializes a panel for layout
init(JPanel) - Method in class net.sf.doolin.gui.layout.SingleLayoutService
 
init(JPanel) - Method in class net.sf.doolin.gui.layout.TableLayoutService
 
init() - Method in class net.sf.doolin.gui.service.icon.AbstractIconService
Initializes the manager.
init() - Method in class net.sf.doolin.gui.service.support.DefaultGUIPreferences
Initializes the preferences.
init() - Method in class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
Lazily initialises the preferences by loading them.
init() - Method in class net.sf.doolin.gui.spring.GUINamespaceHandler
 
init() - Method in class net.sf.doolin.gui.validation.SimpleValidator
Initialises the object validators.
init() - Method in interface net.sf.doolin.gui.view.GUIView
This method when the view is created.
init() - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
 
init() - Method in class net.sf.doolin.gui.window.descriptor.LayoutGUIWindowDescriptor
Sets a default view decorator is none is set.
init() - Method in interface net.sf.doolin.template.TemplateEngine
Initialization of the engine.
init(RuntimeServices) - Method in class net.sf.doolin.template.velocity.VelocityLogSystem
No init needed
init(ExtendedProperties) - Method in class net.sf.doolin.template.velocity.VelocityResourceLoader
Nothing to initialize
init() - Method in class net.sf.doolin.template.velocity.VelocityTemplateEngine
Initialization
init() - Static method in class net.sf.doolin.util.URLUtils
Initialization of the utility class.
initColumns() - Method in class net.sf.doolin.gui.field.table.support.GUITable
Initialises the columns.
initDefaultServices() - Method in class net.sf.doolin.gui.app.GUIApplication
Initialises the defaults services.
InitialisingDataFactory<T> - Class in net.sf.doolin.util.factory
Calls another data factory and initialises some of its properties.
InitialisingDataFactory() - Constructor for class net.sf.doolin.util.factory.InitialisingDataFactory
 
initModel() - Method in class net.sf.doolin.gui.field.table.support.GUITable
Initialises the model.
initSorting() - Method in class net.sf.doolin.gui.field.table.support.GUITable
Initializes sorting capabilities
initState(GUIView<V>) - Method in class net.sf.doolin.gui.form.FormPanel
Initialises the state of all fields
initState(GUIView<V>) - Method in class net.sf.doolin.gui.form.FormViewDescriptor
 
initState(GUIView<V>) - Method in interface net.sf.doolin.gui.view.descriptor.GUIViewDescriptor
This method is called after the view is ready to be displayed, giving a last chance to the descriptor to perform some last-minute initialization.
initView(GUIView<V>) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
General initialisation of the view.
initViewComponent(GUIWindow<B>, GUIView<V>, GUIViewDecorator, DecorationStyle) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Initialises a view before its usage in this window.
InnerViewOpener<V> - Class in net.sf.doolin.gui.window.opener
Opens a new view inside the window.
InnerViewOpener() - Constructor for class net.sf.doolin.gui.window.opener.InnerViewOpener
 
insertUpdate(DocumentEvent) - Method in class net.sf.doolin.gui.swing.JFontChooser.ListSearchTextFieldDocumentHandler
 
install(MenuBuilder, ActionFactory) - Method in class net.sf.doolin.gui.action.path.ActionContextPath
Install this class into a menu builder
install(MenuBuilder, ActionFactory, ActionContext) - Method in interface net.sf.doolin.gui.action.path.item.ActionPath
Installs this action path in a menu builder for a given action context.
install(MenuBuilder, ActionFactory, ActionContext) - Method in class net.sf.doolin.gui.action.path.item.GUIActionPath
 
install(MenuBuilder, ActionFactory, ActionContext) - Method in class net.sf.doolin.gui.action.path.item.PlaceholderActionPath
Does nothing.
install(MenuBuilder, ActionFactory, ActionContext) - Method in class net.sf.doolin.gui.action.path.item.ReplacementActionPath
 
install(MenuBuilder, ActionFactory, ActionContext) - Method in class net.sf.doolin.gui.action.path.item.SeparatorActionPath
Installs a separator.
install(MenuBuilder, ActionFactory, ActionContext) - Method in class net.sf.doolin.gui.action.path.item.SubActionPath
 
install(MenuBuilder, ActionFactory, ActionContext) - Method in class net.sf.doolin.gui.action.path.statusbar.GUIStatusBar
 
install(MenuBuilder, ActionFactory, ActionContext) - Method in class net.sf.doolin.gui.bus.BusMonitoringRefreshActionPath
 
installAction(MenuBuilder, ActionPath, ActionContext) - Method in interface net.sf.doolin.gui.action.swing.ActionFactory
Installs an action path
installAction(MenuBuilder, ActionPath, ActionContext) - Method in class net.sf.doolin.gui.action.swing.DefaultActionFactory
 
installAction(MenuBuilder, Stack<String>, ActionPath, ActionContext) - Method in class net.sf.doolin.gui.action.swing.DefaultActionFactory
Installs an action defined by its path into a MenuBuilder.
installActionPaths(MenuBuilder, ActionBarContext) - Method in class net.sf.doolin.gui.action.swing.DefaultActionFactory
Installs the actions defined by an ActionBarContext into the MenuBuilder.
installMenuBar(String, ActionBarContext) - Method in interface net.sf.doolin.gui.window.GUIWindow
Installs a menu bar in the window for a given context (which can be different form the window's one)
installMenuBar(String, ActionBarContext) - Method in class net.sf.doolin.gui.window.support.AbstractRootPaneGUIWindow
 
installMenuBar() - Method in class net.sf.doolin.gui.window.support.AbstractRootPaneGUIWindow
Installs the menu bar
installToolBar(ActionPathList, ActionContext) - Method in interface net.sf.doolin.gui.view.GUIView
Installs a tool bar in the view
installToolBar(ActionPathList, ActionContext) - Method in class net.sf.doolin.gui.view.support.DefaultGUIView
 
installToolBar(ToolBar, ActionContext) - Method in interface net.sf.doolin.gui.window.GUIWindow
Installs a tool bar in the window
installToolBar(ToolBar, ActionContext) - Method in class net.sf.doolin.gui.window.support.AbstractRootPaneGUIWindow
 
INSTANCE - Static variable in class net.sf.doolin.bus.support.DefaultSubscriberValidator
Common instance.
INSTANCE - Static variable in class net.sf.doolin.gui.action.swing.DefaultActionFactory
Default instance
INSTANCE - Static variable in class net.sf.doolin.gui.display.AlwaysDisabledDisplayStateHandler
Instance
INSTANCE - Static variable in class net.sf.doolin.gui.display.AlwaysEnabledDisplayStateHandler
Instance
INSTANCE - Static variable in class net.sf.doolin.gui.display.AlwaysHiddenDisplayStateHandler
Instance
INSTANCE - Static variable in class net.sf.doolin.gui.wizard.support.DefaultWizardActionsFactory
Available pre-created instance.
INSTANCE - Static variable in class net.sf.doolin.util.ReadOnlyNotNullBooleanAdapter
Common instance
InstanceDataFactory<T> - Class in net.sf.doolin.util.factory
 
InstanceDataFactory(T) - Constructor for class net.sf.doolin.util.factory.InstanceDataFactory
 
instanceGet(String) - Method in class net.sf.doolin.oxml.OXMLContext
Gets a registered instance.
instancePeek() - Method in class net.sf.doolin.oxml.OXMLContext
Peeks an instance from the stack
instancePop() - Method in class net.sf.doolin.oxml.OXMLContext
Pops an instance from the stack
instancePush(Object) - Method in class net.sf.doolin.oxml.OXMLContext
Pushes an instance onto the stack.
instancePut(String, Object) - Method in class net.sf.doolin.oxml.OXMLContext
Registers an instance.
IntegerParser - Class in net.sf.doolin.gui.spring
Parser for FieldInteger
IntegerParser() - Constructor for class net.sf.doolin.gui.spring.IntegerParser
Constructor
intercept(Object, Method, Object[], MethodProxy) - Method in class net.sf.doolin.bus.cglib.BeanMethodInterceptor
 
interrupt() - Method in interface net.sf.doolin.util.Interruptible
Interrupts.
Interruptible - Interface in net.sf.doolin.util
Defines something that can be interrupted.
invalidate() - Method in class net.sf.doolin.gui.validation.support.ValidationSupportImpl
 
invalidate() - Method in interface net.sf.doolin.gui.validation.ValidationSupport
Sets the validation as being invalid (used for Cancel actions)
IOUtils - Class in net.sf.doolin.util
Some I/O utility methods
IParentBean - Interface in net.sf.doolin.bus.bean
 
isActivateLogging() - Method in class net.sf.doolin.gui.bus.BusMonitoringModel
 
isActive(ActionContext) - Method in class net.sf.doolin.gui.display.AbstractSimpleDisplayStateHandler
 
isActive(ActionContext) - Method in class net.sf.doolin.gui.display.SystemPropertyDisplayStateHandler
Checks the system property.
isAutoRefresh() - Method in class net.sf.doolin.gui.bus.BusMonitoringModel
 
isBlankPassword(String) - Static method in class net.sf.doolin.util.PasswordUtils
Is the password blank ?
isBold() - Method in class net.sf.doolin.gui.style.FontStyle
Checks if is the font must be bold.
isBorder() - Method in class net.sf.doolin.gui.form.FormSection
Checks if is border.
isBound() - Method in class net.sf.doolin.util.expression.ValueToken
Returns if the associated value must be bound with any change of the property value
isCancelled() - Method in class net.sf.doolin.gui.monitor.TaskMonitor
Returns the cancellation state
isCanClose() - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
isCentered() - Method in class net.sf.doolin.gui.window.support.WindowSize
Checks if the window must be centred on the screen
isChangeSupport() - Method in class net.sf.doolin.gui.field.tree.Node
 
isCloseable() - Method in class net.sf.doolin.gui.docking.DockingConstraint
Checks if he view can be closed
isClosed() - Method in interface net.sf.doolin.gui.view.GUIView
Returns true if the view is closed.
isClosed() - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
 
isClosed() - Method in interface net.sf.doolin.gui.window.GUIWindow
Checks if the window is closed
isClosed() - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
 
isClosed() - Method in class net.sf.doolin.util.expression.AbstractToken
 
isClosed() - Method in interface net.sf.doolin.util.expression.Token
Checks if is closed.
isCollapsable() - Method in class net.sf.doolin.gui.form.FormSection
Checks if the section can be collapsed or not
isCollapsed() - Method in class net.sf.doolin.gui.form.FormSection
Checks if the section is collapsed
isCollapsed() - Method in class net.sf.doolin.gui.swing.CollapsablePanel
Checks if the panel is collapsed or not
isCollapsed() - Method in class net.sf.doolin.gui.swing.CollaspableBorder
Checks if the border indicates a collapsed state
isCollectEnabled() - Method in class net.sf.doolin.oxml.OXMLContextConfig
Checks if is collect enabled.
isCommitOnFocusLost() - Method in class net.sf.doolin.gui.field.AbstractFieldText
Checks if is commit on focus lost.
isCustomNamespace(String) - Static method in class net.sf.doolin.context.spring.CustomNamespaces
Checks if the given ns is a registered custom namespace.
isDefaultBorder() - Method in class net.sf.doolin.gui.layout.FormLayoutService
Checks if is default border.
isDefaultButton() - Method in class net.sf.doolin.gui.field.FieldButton
Checks if is default button.
isDefined(Class<?>) - Method in class net.sf.doolin.context.AbstractApplication
Checks if a bean is defined in the application, using a class as an identifier.
isDefined(String) - Method in class net.sf.doolin.context.AbstractApplication
Checks if a bean is defined in the application
isDefined(String) - Static method in class net.sf.doolin.gui.util.GUIStrings
Checks if a string code is defined in the available bundles
isDelegateException() - Method in class net.sf.doolin.gui.action.task.AbstractGUITask
Checks if exception must be delegated to the caller.
isDigest() - Method in class net.sf.doolin.gui.field.FieldPassword
Deprecated. Use FieldPassword.getStore() instead
isDirectory() - Method in class net.sf.doolin.gui.field.FieldFile
Checks if is directory.
isDirectory() - Method in class net.sf.doolin.gui.swing.JFile
Checks if is directory.
isDone() - Method in class net.sf.doolin.gui.edit.AbstractGUIEdit
Checks if the task has been done.
isDynaProperty(String) - Method in class net.sf.doolin.bus.bean.BusDynaBean
 
isEditable() - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
isEditable(SelectableItem<E>, int) - Method in class net.sf.doolin.gui.field.list.multi.MultiComboTableFormat
 
isEditable(Column, T) - Method in class net.sf.doolin.gui.field.table.column.ColumnAlwaysEditable
Returns always true
isEditable(Column, T) - Method in interface net.sf.doolin.gui.field.table.column.ColumnEditable
Returns if the item is editable
isEditable(Object) - Method in class net.sf.doolin.gui.field.table.Column
Returns if the object is editable or not for this column.
isEditable(Column, T) - Method in class net.sf.doolin.gui.field.table.column.PropertyColumnEditable
 
isEditable(Object, int) - Method in class net.sf.doolin.gui.field.table.support.GUITableFormat
 
isEdited() - Method in class net.sf.doolin.util.EditableValue
Checks if the value has been edited.
isEmpty() - Method in class net.sf.doolin.gui.action.path.ActionBarContext
 
isExternalizable() - Method in class net.sf.doolin.gui.docking.DockingConstraint
Checks if the view can be externalized from its dock.
isFloatable() - Method in class net.sf.doolin.gui.action.path.toolbar.ToolBar
Checks if is floatable status.
isFractionShowAll() - Method in class net.sf.doolin.gui.field.FieldDecimal
 
isHeader() - Method in class net.sf.doolin.gui.docking.DockingConstraint
Checks if the dock that contains the view must have a header
isHeadless() - Static method in class net.sf.doolin.util.ScreenUtils
 
isHtml() - Method in class net.sf.doolin.gui.action.util.ActionAbout
Checks if is html.
isInRole(String) - Method in interface net.sf.doolin.util.AuthorizedUser
Is the user in a role ?
isItalic() - Method in class net.sf.doolin.gui.style.FontStyle
Checks if is the font must be italic.
isItemChanges() - Method in class net.sf.doolin.gui.field.table.FieldTable
Checks if the table must listen to changes in the row items.
isItemListAddNull() - Method in class net.sf.doolin.gui.field.list.AbstractListPropertyFieldDescriptor
Checks if a null entry is added at the beginning of the list.
isLeaf() - Method in class net.sf.doolin.gui.docking.DockDescription
Checks if this dock is a leaf
isLeaf() - Method in class net.sf.doolin.gui.docking.storage.OXMLDocking
Checks if this dock is a leaf.
isLevelEnabled(int) - Method in class net.sf.doolin.template.velocity.VelocityLogSystem
 
isMaximized() - Method in class net.sf.doolin.gui.window.support.WindowSize
Checks if is maximized.
isModal() - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogWindow
 
isModal() - Method in class net.sf.doolin.gui.window.dialog.DialogGUIWindow
 
isModal() - Method in class net.sf.doolin.gui.window.support.DialogIWindow
 
isModal() - Method in class net.sf.doolin.gui.window.support.FrameIWindow
 
isModal() - Method in interface net.sf.doolin.gui.window.support.IWindow
Returns true if the underlying implementation is modal (like if using a JDialog).
isModal() - Method in class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
Checks if the wizard must be executed in modal mode or not.
isModal() - Method in class net.sf.doolin.gui.wizard.support.WizardWindow
 
isModeDirectory() - Method in class net.sf.doolin.gui.swing.FileBrowser
Gets if the browsing is addressing only directories.
isModeSave() - Method in class net.sf.doolin.gui.swing.FileBrowser
Gets the browsing mode.
isMoreSpecific(Locale, Locale) - Static method in class net.sf.doolin.util.LocaleUtils
Tests if localeA is more specific than localeB.
isMoveable() - Method in class net.sf.doolin.gui.docking.DockingConstraint
Checks if the view can be moved from its dock
isMultiple() - Method in enum net.sf.doolin.gui.field.table.TableSelectionMode
Checks if this selection mode means a multiple selection
isNameEqual(Element, String) - Static method in class net.sf.doolin.util.xml.DOMUtils
This method compares the name (either local name or tag name) of an element
isNotBlank(GUIValidation, String, Object, Object) - Method in class net.sf.doolin.gui.validation.AbstractValidator
Checks if is not blank.
isNotNull(GUIValidation, Object, Object, Object) - Method in class net.sf.doolin.gui.validation.AbstractValidator
Checks if is not null.
ISO_DATE_FORMAT - Static variable in class net.sf.doolin.util.Utils
ISO format
isPack() - Method in class net.sf.doolin.gui.window.support.WindowSize
Checks if is pack.
isParameterDefined(String) - Method in class net.sf.doolin.gui.view.decorator.DecorationStyle
Tests if a parameter is defined or not.
isReadOnly() - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Returns if the target property is read-only
isRequired() - Method in class net.sf.doolin.gui.field.table.Column
Checks if the display of this column is required or not.
isResizeable() - Method in class net.sf.doolin.gui.field.table.Column
Checks if is resizeable.
isRoot() - Method in class net.sf.doolin.gui.field.tree.Node
 
isRootVisible() - Method in class net.sf.doolin.gui.field.tree.FieldTree
 
isSaveInPrefs() - Method in class net.sf.doolin.gui.window.support.WindowSize
Checks if is save in prefs.
isSaveWorkspace() - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Checks if the docking must be saved when the window is closed.
isScrollable() - Method in class net.sf.doolin.gui.form.FormViewDescriptor
Checks if the view content is scrollable
isSelected() - Method in class net.sf.doolin.gui.field.list.multi.SelectableItem
 
isShowColumns() - Method in class net.sf.doolin.gui.field.table.FieldTable
Checks if the column headers are displayed.
isSingleton() - Method in class net.sf.doolin.context.support.AbstractServiceNameFactoryBean
 
isSourceModified(Resource) - Method in class net.sf.doolin.template.velocity.VelocityResourceLoader
Defaults to return false.
isStrict() - Method in class net.sf.doolin.gui.swing.CompletionSupport
Checks if the auto-completion does not accept new entries
isStrictMax() - Method in class net.sf.doolin.gui.field.FieldDecimal
 
isStrictMin() - Method in class net.sf.doolin.gui.field.FieldDecimal
 
isStrikedThrough() - Method in class net.sf.doolin.gui.style.FontStyle
Returns the strikedThrough property.
ISubscriptionClassInfo - Interface in net.sf.doolin.bus
 
ISubscriptionInfo - Interface in net.sf.doolin.bus
 
isUseActionContext() - Method in class net.sf.doolin.gui.action.support.ServiceActionDelegate
 
isUseContext() - Method in class net.sf.doolin.gui.action.support.ActionProxyDelegate
Checks if the data or the context must be used
isUseContext() - Method in class net.sf.doolin.gui.action.support.DefaultActionContextDataExtractor
 
isUseFullName() - Method in class net.sf.doolin.gui.swing.ClassLabelInfoProvider
Checks if is use full name.
isUseFullName() - Method in class net.sf.doolin.gui.swing.EnumLabelInfoProvider
Checks if is use full name.
isUseIdentity() - Method in class net.sf.doolin.gui.field.tree.model.GUITreeNodeUserObjectPredicate
Comparison mode
isUseSystem() - Method in class net.sf.doolin.gui.util.GUILF
Checks if is use system.
isValid() - Method in interface net.sf.doolin.bus.ISubscriptionInfo
 
isValid() - Method in interface net.sf.doolin.bus.SubscriberValidator
Checks if the subscription is still valid.
isValid() - Method in class net.sf.doolin.bus.support.AbstractSubscriber
 
isValid() - Method in class net.sf.doolin.bus.support.AndSubscriberValidator
 
isValid() - Method in class net.sf.doolin.bus.support.DefaultSubscriberValidator
 
isValid() - Method in class net.sf.doolin.bus.support.SubscriberAdapter
 
isValid() - Method in class net.sf.doolin.bus.support.SubscriptionInfo
 
isValid() - Method in class net.sf.doolin.bus.support.TriggeredSubscriberValidator
 
isValid() - Method in class net.sf.doolin.gui.validation.GUIValidation
Checks if this GUIValidation object is valid.
isValid() - Method in class net.sf.doolin.gui.validation.support.ValidationSupportImpl
Checks the result of the validation
isValid() - Method in interface net.sf.doolin.gui.validation.ValidationSupport
Checks if the validation is OK
isValid() - Method in class net.sf.doolin.gui.view.support.ViewSubscriberValidator
 
isValid() - Method in class net.sf.doolin.gui.window.support.WindowValidationSupportImpl
Validation support for a window is valid if its support is valid and all views have a valid validation support.
isValidationEnabled() - Method in class net.sf.doolin.gui.validation.support.ValidationSupportImpl
Checks if is validation enabled.
isValidationEnabled() - Method in interface net.sf.doolin.gui.validation.ValidationSupport
Checks if is validation enabled.
isVariable() - Method in class net.sf.doolin.util.expression.Expression
Checks if the expression contains parts which can vary according to the model.
isVariable() - Method in class net.sf.doolin.util.expression.TextToken
 
isVariable() - Method in interface net.sf.doolin.util.expression.Token
Checks if the expression contains parts which can vary according to the model.
isVariable() - Method in class net.sf.doolin.util.expression.TokenList
 
isVariable() - Method in class net.sf.doolin.util.expression.ValueToken
 
isVisible() - Method in class net.sf.doolin.gui.action.support.AbstractSwingAction
Checks if the action is visible.
isVisible() - Method in class net.sf.doolin.gui.field.table.Column
Checks if is visible.
isVisible() - Method in class net.sf.doolin.gui.window.descriptor.ViewReference
Checks if is visible.
isZoomable() - Method in class net.sf.doolin.gui.docking.DockingConstraint
Checks if the view can be zoomed
ITableEventListFactory<E> - Interface in net.sf.doolin.gui.field.table
 
ItemConverter<S,T> - Interface in net.sf.doolin.util
Deprecated. Use Function instead.
ItemCopier<T> - Interface in net.sf.doolin.util
Interface that defines a way to copy an item to another.
ItemCopyConverter<T> - Class in net.sf.doolin.util
Deprecated. Use CopyFunction instead
ItemCopyConverter() - Constructor for class net.sf.doolin.util.ItemCopyConverter
Deprecated.  
IWindow - Interface in net.sf.doolin.gui.window.support
This interface is a wrapper around either a JFrame or a JDialog.
IWindowFactory - Interface in net.sf.doolin.gui.window.support
Factory for a window implementation.

J

JButtonBar - Class in net.sf.doolin.gui.swing
Bar of buttons
JButtonBar() - Constructor for class net.sf.doolin.gui.swing.JButtonBar
Constructor
JButtonBarBuilder - Class in net.sf.doolin.gui.action.swing
MenuBuilder that builds a JButtonBar.
JButtonBarBuilder(JButtonBar) - Constructor for class net.sf.doolin.gui.action.swing.JButtonBarBuilder
Constructor.
JDK6DesktopService - Class in net.sf.doolin.gui.service.support
Implementation of the desktop service based on the JDK6 Desktop component.
JDK6DesktopService() - Constructor for class net.sf.doolin.gui.service.support.JDK6DesktopService
 
JEXLWizardRule - Class in net.sf.doolin.gui.wizard.rule.condition
This rule is based on a JEXL expression.
JEXLWizardRule() - Constructor for class net.sf.doolin.gui.wizard.rule.condition.JEXLWizardRule
 
JFile - Class in net.sf.doolin.gui.swing
File selection component.
JFile() - Constructor for class net.sf.doolin.gui.swing.JFile
Constructor with a TextFilePath implementation for the file path.
JFile(GUIPreferences) - Constructor for class net.sf.doolin.gui.swing.JFile
Constructor for a JFile that interacts with the preferences
JFile(GUIPreferences, IFilePath) - Constructor for class net.sf.doolin.gui.swing.JFile
Constructor for a JFile that interacts with the preferences and which is based on a given file path implementation
JFile(IFilePath) - Constructor for class net.sf.doolin.gui.swing.JFile
Constructor based on a given file path implementation
JFontChooser - Class in net.sf.doolin.gui.swing
The JFontChooser class is a swing component for font selection.
JFontChooser() - Constructor for class net.sf.doolin.gui.swing.JFontChooser
Constructs a JFontChooser object.
JFontChooser(String[]) - Constructor for class net.sf.doolin.gui.swing.JFontChooser
Constructs a JFontChooser object using the given font size array.
JFontChooser.DialogCancelAction - Class in net.sf.doolin.gui.swing
The Class DialogCancelAction.
JFontChooser.DialogCancelAction(JDialog) - Constructor for class net.sf.doolin.gui.swing.JFontChooser.DialogCancelAction
Instantiates a new dialog cancel action.
JFontChooser.DialogOKAction - Class in net.sf.doolin.gui.swing
The Class DialogOKAction.
JFontChooser.DialogOKAction(JDialog) - Constructor for class net.sf.doolin.gui.swing.JFontChooser.DialogOKAction
Instantiates a new dialog ok action.
JFontChooser.ListSearchTextFieldDocumentHandler - Class in net.sf.doolin.gui.swing
The Class ListSearchTextFieldDocumentHandler.
JFontChooser.ListSearchTextFieldDocumentHandler(JList) - Constructor for class net.sf.doolin.gui.swing.JFontChooser.ListSearchTextFieldDocumentHandler
Instantiates a new list search text field document handler.
JFontChooser.ListSearchTextFieldDocumentHandler.ListSelector - Class in net.sf.doolin.gui.swing
The Class ListSelector.
JFontChooser.ListSearchTextFieldDocumentHandler.ListSelector(int) - Constructor for class net.sf.doolin.gui.swing.JFontChooser.ListSearchTextFieldDocumentHandler.ListSelector
Instantiates a new list selector.
JFontChooser.ListSelectionHandler - Class in net.sf.doolin.gui.swing
The Class ListSelectionHandler.
JFontChooser.TextFieldFocusHandlerForTextSelection - Class in net.sf.doolin.gui.swing
The Class TextFieldFocusHandlerForTextSelection.
JFontChooser.TextFieldFocusHandlerForTextSelection(JTextComponent) - Constructor for class net.sf.doolin.gui.swing.JFontChooser.TextFieldFocusHandlerForTextSelection
Instantiates a new text field focus handler for text selection.
JFontChooser.TextFieldKeyHandlerForListSelectionUpDown - Class in net.sf.doolin.gui.swing
The Class TextFieldKeyHandlerForListSelectionUpDown.
JFontChooser.TextFieldKeyHandlerForListSelectionUpDown(JList) - Constructor for class net.sf.doolin.gui.swing.JFontChooser.TextFieldKeyHandlerForListSelectionUpDown
Instantiates a new text field key handler for list selection up down.
JMenuBarBuilder - Class in net.sf.doolin.gui.action.swing
MenuBuilder for a JMenuBar.
JMenuBarBuilder(JMenuBar) - Constructor for class net.sf.doolin.gui.action.swing.JMenuBarBuilder
Constructor
JMenuBuilder - Class in net.sf.doolin.gui.action.swing
MenuBuilder for a JMenu.
JMenuBuilder(JMenu) - Constructor for class net.sf.doolin.gui.action.swing.JMenuBuilder
Constructor.
JmxBusBean - Class in net.sf.doolin.bus.jmx
 
JmxBusBean() - Constructor for class net.sf.doolin.bus.jmx.JmxBusBean
 
JPopupMenuBuilder - Class in net.sf.doolin.gui.action.swing
Pop-up menu builder
JPopupMenuBuilder(JPopupMenu) - Constructor for class net.sf.doolin.gui.action.swing.JPopupMenuBuilder
Constructor.
JTemplate - Class in net.sf.doolin.gui.template.component
Component that displays a template.
JTemplate() - Constructor for class net.sf.doolin.gui.template.component.JTemplate
Constructor.
JToolBarBuilder - Class in net.sf.doolin.gui.action.swing
Tool bar builder
JToolBarBuilder(JToolBar) - Constructor for class net.sf.doolin.gui.action.swing.JToolBarBuilder
Constructor.

K

key() - Method in class net.sf.doolin.gui.validation.GUIValidationMessage
Key that identifies the field this validation message applies to.
KeyLabelInfoProvider - Class in net.sf.doolin.gui.swing
LabelInfoProvider based on a map of keys, that give access to the text and icons.
KeyLabelInfoProvider() - Constructor for class net.sf.doolin.gui.swing.KeyLabelInfoProvider
 
keyMap() - Method in class net.sf.doolin.gui.validation.GUIValidation
Returns a map of validations objects, indexed by field keys.
keyMap() - Method in class net.sf.doolin.gui.validation.support.ValidationSupportImpl
 
keyMap() - Method in interface net.sf.doolin.gui.validation.ValidationSupport
Index of validation results, indexed by field keys
keyPressed(KeyEvent) - Method in class net.sf.doolin.gui.swing.JFontChooser.TextFieldKeyHandlerForListSelectionUpDown
 
KeyToken - Class in net.sf.doolin.util.expression
Token for a #{...}
KeyToken() - Constructor for class net.sf.doolin.util.expression.KeyToken
Constructor.

L

LabelConnector - Interface in net.sf.doolin.gui.action.path.statusbar
Defines a connector used to bind the text of a JLabel to the application state.
LabelInfo - Class in net.sf.doolin.gui.swing
Association of a text and an icon
LabelInfo(String, Icon) - Constructor for class net.sf.doolin.gui.swing.LabelInfo
Constructor
LabelInfo(String) - Constructor for class net.sf.doolin.gui.swing.LabelInfo
Constructor with text only
LabelInfo(Icon) - Constructor for class net.sf.doolin.gui.swing.LabelInfo
Constructor with icon only
LabelInfo() - Constructor for class net.sf.doolin.gui.swing.LabelInfo
Instantiates a new label info.
LabelInfoListCellRenderer - Class in net.sf.doolin.gui.swing
ListCellRenderer based on a LabelInfoProvider.
LabelInfoListCellRenderer(LabelInfoProvider) - Constructor for class net.sf.doolin.gui.swing.LabelInfoListCellRenderer
Constructor.
LabelInfoListCellRenderer() - Constructor for class net.sf.doolin.gui.swing.LabelInfoListCellRenderer
Constructor without any label provider.
LabelInfoParser - Class in net.sf.doolin.gui.spring
Parser for FieldLabelInfo
LabelInfoParser() - Constructor for class net.sf.doolin.gui.spring.LabelInfoParser
Constructor
LabelInfoProvider - Interface in net.sf.doolin.gui.swing
Creates a LabelInfo from an object.
LabelInfoTableCellRenderer - Class in net.sf.doolin.gui.field.table.renderer
Renderer based on a LabelInfoProvider.
LabelInfoTableCellRenderer() - Constructor for class net.sf.doolin.gui.field.table.renderer.LabelInfoTableCellRenderer
Default constructor
LabelInfoTableCellRenderer(LabelInfoProvider) - Constructor for class net.sf.doolin.gui.field.table.renderer.LabelInfoTableCellRenderer
Constructor with a predefined label info provider
LabelParser - Class in net.sf.doolin.gui.spring
Parser for FieldLabel
LabelParser() - Constructor for class net.sf.doolin.gui.spring.LabelParser
Constructor
launch(String...) - Static method in class net.sf.doolin.context.ApplicationLauncher
Launches an application from a set of Spring contexts.
launchNamed(String, String...) - Static method in class net.sf.doolin.context.ApplicationLauncher
Launches an application from a set of Spring contexts.
launchNamedWithArgs(String, String[], String[]) - Static method in class net.sf.doolin.context.ApplicationLauncher
Launches an application from a set of Spring contexts.
launchWithArgs(String[], String[]) - Static method in class net.sf.doolin.context.ApplicationLauncher
Launches an application from a set of Spring contexts.
launchWithArgs(String[], String[]) - Static method in class net.sf.doolin.gui.app.GUIApplication
Launches a GUIApplication on the Swing EDT thread.
LayoutConstraintAdapter<C,A> - Interface in net.sf.doolin.gui.layout
Converts a layout constraint given by the configuration to a useable constraint within a layout manager.
layoutContainer(Container) - Method in class net.sf.doolin.gui.swing.DockLayout
 
LayoutGUIWindowDescriptor<B> - Class in net.sf.doolin.gui.window.descriptor
Default window descriptor, based on a layout service.
LayoutGUIWindowDescriptor() - Constructor for class net.sf.doolin.gui.window.descriptor.LayoutGUIWindowDescriptor
 
LayoutManagerService - Class in net.sf.doolin.gui.layout
Layout service based on a LayoutManager.
LayoutManagerService() - Constructor for class net.sf.doolin.gui.layout.LayoutManagerService
 
LayoutManagerServiceParser<L extends LayoutManager> - Class in net.sf.doolin.gui.spring
 
LayoutManagerServiceParser(Class<L>) - Constructor for class net.sf.doolin.gui.spring.LayoutManagerServiceParser
 
LayoutService - Interface in net.sf.doolin.gui.layout
Service used to position components into a container.
LayoutWindowParser - Class in net.sf.doolin.gui.spring
Parser for LayoutGUIWindowDescriptor
LayoutWindowParser() - Constructor for class net.sf.doolin.gui.spring.LayoutWindowParser
Constructor
LEFT - Static variable in class net.sf.doolin.gui.swing.DockLayout
LEFT location
LFAction - Class in net.sf.doolin.gui.lf
Action that applies a look and feel for the current window
LFAction() - Constructor for class net.sf.doolin.gui.lf.LFAction
 
LFChanged - Class in net.sf.doolin.gui.lf
This message is sent on the bus whenever the look and feel is changed.
LFChanged(UIManager.LookAndFeelInfo) - Constructor for class net.sf.doolin.gui.lf.LFChanged
Constructor.
ListDecorator - Class in net.sf.doolin.gui.spring
Parser for a list that can be used both as a parser or a decorator.
ListDecorator(String) - Constructor for class net.sf.doolin.gui.spring.ListDecorator
Constructor
listFiles(File, FileFilter, boolean) - Static method in class net.sf.doolin.util.IOUtils
Collects a list of files, according to a given pattern, from a root directory and recursively.
ListUtils - Class in net.sf.doolin.util.collection
This class provides utility methods for collection conversions.
load(String...) - Static method in class net.sf.doolin.context.util.ContextUtils
Loads an application context.
load() - Method in class net.sf.doolin.gui.service.icon.AbstractIconService
This method actually initializes the icon manager.
load() - Method in class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
Actually loads the preferences.
loadIconObject(String) - Method in class net.sf.doolin.gui.service.icon.AbstractIconService
This method must be overriden by subclasses in order to load an icon from a path.
loadIconObject(String) - Method in class net.sf.doolin.gui.service.icon.DefaultIconService
 
LocaleUtils - Class in net.sf.doolin.util
Utility methods for Locales
localise(String) - Method in class net.sf.doolin.gui.swing.JFontChooser
Localises a key
log(String) - Method in class net.sf.doolin.bus.support.AbstractTextBusLog
Actually logs the text message.
log(String) - Method in class net.sf.doolin.bus.support.SysErrBusLog
 
log(String) - Method in class net.sf.doolin.bus.support.SysOutBusLog
 
log(int, String) - Method in class net.sf.doolin.template.velocity.VelocityLogSystem
Logger
log(int, String, Throwable) - Method in class net.sf.doolin.template.velocity.VelocityLogSystem
 
LOGGING_LIMIT - Static variable in class net.sf.doolin.gui.bus.BusMonitoringLog
 
logWarnings(Logger) - Method in class net.sf.doolin.util.xml.SimpleErrorHandler
Logs all the warnings
LongParser - Class in net.sf.doolin.gui.spring
Parser for FieldLong
LongParser() - Constructor for class net.sf.doolin.gui.spring.LongParser
Constructor
LookAndFeelActionPathList - Class in net.sf.doolin.gui.lf
Generation of a group of actions for the management of look and feels
LookAndFeelActionPathList() - Constructor for class net.sf.doolin.gui.lf.LookAndFeelActionPathList
 
lookForNode(boolean, Predicate<GUITreeNode>) - Method in class net.sf.doolin.gui.field.tree.model.GUITreeNode
Looks for a child node that complies with the given predicate.

M

mail(String) - Method in interface net.sf.doolin.gui.service.DesktopService
Opens the mail system of the user
mail(String) - Method in class net.sf.doolin.gui.service.support.JDK6DesktopService
 
main(String[]) - Static method in class net.sf.doolin.util.PasswordUtils
Program used to compute the digests of all password that are given on command line.
MAJOR - Static variable in class net.sf.doolin.util.Version
Position of the major version number
MapLabelInfoProvider - Class in net.sf.doolin.gui.swing
LabelInfoProvider based on a map.
MapLabelInfoProvider() - Constructor for class net.sf.doolin.gui.swing.MapLabelInfoProvider
 
MapPredicate<E> - Class in net.sf.doolin.util.collection
Predicate based on the presence of the evaluated object in the keys of a map.
MapPredicate(Map<E, ?>) - Constructor for class net.sf.doolin.util.collection.MapPredicate
Constructor
MapStateAdapter<S> - Class in net.sf.doolin.gui.display
Adapter based on a map.
MapStateAdapter() - Constructor for class net.sf.doolin.gui.display.MapStateAdapter
 
markUsed(Node) - Method in class net.sf.doolin.oxml.OXMLContext
Marks the node as being used.
MAXIMUM - Static variable in class net.sf.doolin.gui.bus.BusMonitoringModel
 
Memento - Interface in net.sf.doolin.gui.service
Defines an object that can saves and restores itself in preferences.
MemoParser - Class in net.sf.doolin.gui.spring
Parser for FieldMemo
MemoParser() - Constructor for class net.sf.doolin.gui.spring.MemoParser
Constructor
menuBarContextMap - Variable in class net.sf.doolin.gui.window.support.AbstractRootPaneGUIWindow
List of menu bars and their context
MenuBuilder - Interface in net.sf.doolin.gui.action.swing
Defines a builder for a menu-like component.
messageAccepted(M, Subscriber<M>) - Method in interface net.sf.doolin.bus.BusLog
This method is called when a message is about to be handled by a subscriber.
messageAccepted(M, Subscriber<M>) - Method in class net.sf.doolin.bus.support.AbstractTextBusLog
 
messageAccepted(M, Subscriber<M>) - Method in class net.sf.doolin.bus.support.DefaultBus
 
messageAccepted(M, Subscriber<M>) - Method in class net.sf.doolin.bus.support.DefaultBusLog
 
messageAccepted(M, Subscriber<M>) - Method in class net.sf.doolin.gui.bus.BusMonitoringLog
 
messageNoSubscription(Object) - Method in interface net.sf.doolin.bus.BusLog
This method is called when no subscription was found to handle the message
messageNoSubscription(Object) - Method in class net.sf.doolin.bus.support.AbstractTextBusLog
 
messageNoSubscription(Object) - Method in class net.sf.doolin.bus.support.DefaultBusLog
 
messageNoSubscription(Object) - Method in class net.sf.doolin.gui.bus.BusMonitoringLog
 
messageReceived(Object) - Method in interface net.sf.doolin.bus.BusLog
This method is called when a message is received by the bus.
messageReceived(Object) - Method in class net.sf.doolin.bus.support.AbstractTextBusLog
 
messageReceived(Object) - Method in class net.sf.doolin.bus.support.DefaultBus
 
messageReceived(Object) - Method in class net.sf.doolin.bus.support.DefaultBusLog
 
messageReceived(Object) - Method in class net.sf.doolin.gui.bus.BusMonitoringLog
 
messageWithError(M, Subscriber<M>, Exception) - Method in interface net.sf.doolin.bus.BusLog
This method is called when the processing of a message by a subscriber has resulted in an error.
messageWithError(M, Subscriber<M>, Exception) - Method in class net.sf.doolin.bus.support.AbstractTextBusLog
 
messageWithError(M, Subscriber<M>, Exception) - Method in class net.sf.doolin.bus.support.DefaultBusLog
 
messageWithError(M, Subscriber<M>, Exception) - Method in class net.sf.doolin.bus.support.SysErrBusLog
 
messageWithError(M, Subscriber<M>, Exception) - Method in class net.sf.doolin.bus.support.SysOutBusLog
 
messageWithError(M, Subscriber<M>, Exception) - Method in class net.sf.doolin.gui.bus.BusMonitoringLog
 
MethodActionDelegate<E> - Class in net.sf.doolin.gui.action.support
Delegates the call to a method on the model.
MethodActionDelegate() - Constructor for class net.sf.doolin.gui.action.support.MethodActionDelegate
 
MethodDataFactory<V> - Class in net.sf.doolin.gui.model
Calls a method on a property of the context in order to get the result.
MethodDataFactory() - Constructor for class net.sf.doolin.gui.model.MethodDataFactory
 
MethodFunction<S,T> - Class in net.sf.doolin.util
Converts a S object into a T object by calling a method on S.
MethodFunction(String) - Constructor for class net.sf.doolin.util.MethodFunction
Constructor
MethodGUIAction - Class in net.sf.doolin.gui.action
Calls a method on the model.
MethodGUIAction() - Constructor for class net.sf.doolin.gui.action.MethodGUIAction
 
MethodGUITask<B,R> - Class in net.sf.doolin.gui.action.task
Task based on the call of a method.
MethodGUITask() - Constructor for class net.sf.doolin.gui.action.task.MethodGUITask
 
MethodItemConverter<S,T> - Class in net.sf.doolin.util
Deprecated. Use MethodFunction instead.
MethodItemConverter(String) - Constructor for class net.sf.doolin.util.MethodItemConverter
Deprecated. Constructor
MINOR - Static variable in class net.sf.doolin.util.Version
Position of the minor version number
MissingParameterException - Exception in net.sf.doolin.util
Thrown when a parameter is missing.
MissingParameterException(String) - Constructor for exception net.sf.doolin.util.MissingParameterException
Constructor
MnemonicInfo - Class in net.sf.doolin.gui.swing
Computing of mnemonic information (character and index) from an encoded text.
MnemonicInfo(String) - Constructor for class net.sf.doolin.gui.swing.MnemonicInfo
Constructor
MonitoredGUITaskExecutor<B,R> - Class in net.sf.doolin.gui.action.task
Runs a GUITask whose execution is monitored by a modal dialog.
MonitoredGUITaskExecutor() - Constructor for class net.sf.doolin.gui.action.task.MonitoredGUITaskExecutor
 
mouseClicked(MouseEvent) - Method in class net.sf.doolin.gui.docking.DockingComponent.FocusRequester
 
mouseClicked(MouseEvent) - Method in class net.sf.doolin.gui.field.list.multi.MultiComboMouseAdapter
 
mouseClicked(MouseEvent) - Method in class net.sf.doolin.gui.field.table.support.GUITableMouseListener
On a double click, executes any associated action.
mouseReleased(MouseEvent) - Method in class net.sf.doolin.gui.field.table.support.GUITableMouseListener
On a pop-up menu trigger, builds a pop-up menu for the current item and displays it.
MSG_CONFIRM_PASSWORD - Static variable in interface net.sf.doolin.gui.validation.ValidationMsgKeys
 
MSG_DIR_EXISTS - Static variable in interface net.sf.doolin.gui.validation.ValidationMsgKeys
 
MSG_MANDATORY - Static variable in interface net.sf.doolin.gui.validation.ValidationMsgKeys
 
MSG_NONE - Static variable in interface net.sf.doolin.gui.validation.ValidationMsgKeys
Neutral message
MultiComboAdapter - Class in net.sf.doolin.gui.field.list.multi
Adapter for a MultiComboListener.
MultiComboAdapter() - Constructor for class net.sf.doolin.gui.field.list.multi.MultiComboAdapter
 
MultiComboComponent<V,E> - Class in net.sf.doolin.gui.field.list.multi
 
MultiComboComponent(MultiComboField<V, E>) - Constructor for class net.sf.doolin.gui.field.list.multi.MultiComboComponent
 
MultiComboField<V,E> - Class in net.sf.doolin.gui.field.list.multi
 
MultiComboField(GUIView<V>, FieldMultiCombo<V, E>, JComponent, EventList<E>, EventList<E>) - Constructor for class net.sf.doolin.gui.field.list.multi.MultiComboField
 
MultiComboListener - Interface in net.sf.doolin.gui.field.list.multi
 
MultiComboMouseAdapter<V,E> - Class in net.sf.doolin.gui.field.list.multi
 
MultiComboMouseAdapter(MultiComboField<V, E>) - Constructor for class net.sf.doolin.gui.field.list.multi.MultiComboMouseAdapter
 
MultiComboParser - Class in net.sf.doolin.gui.spring
Parser for FieldMultiCombo
MultiComboParser() - Constructor for class net.sf.doolin.gui.spring.MultiComboParser
Constructor
MultiComboTableFormat<V,E> - Class in net.sf.doolin.gui.field.list.multi
Table format for the list of selectable items.
MultiComboTableFormat(MultiComboField<V, E>) - Constructor for class net.sf.doolin.gui.field.list.multi.MultiComboTableFormat
Constructor
MultiDisplayStateHandler - Class in net.sf.doolin.gui.display
Display state handler that operates an operation between several handlers.
MultiDisplayStateHandler() - Constructor for class net.sf.doolin.gui.display.MultiDisplayStateHandler
Default constructor
MultiDisplayStateHandler(DisplayStateHandler...) - Constructor for class net.sf.doolin.gui.display.MultiDisplayStateHandler
Constructor from an array
MultiDisplayStateHandler(List<DisplayStateHandler>) - Constructor for class net.sf.doolin.gui.display.MultiDisplayStateHandler
Constructor from a list.

N

net.sf.doolin.bus - package net.sf.doolin.bus
 
net.sf.doolin.bus.annotation - package net.sf.doolin.bus.annotation
 
net.sf.doolin.bus.bean - package net.sf.doolin.bus.bean
 
net.sf.doolin.bus.cglib - package net.sf.doolin.bus.cglib
 
net.sf.doolin.bus.expression - package net.sf.doolin.bus.expression
 
net.sf.doolin.bus.jmx - package net.sf.doolin.bus.jmx
 
net.sf.doolin.bus.sido - package net.sf.doolin.bus.sido
 
net.sf.doolin.bus.support - package net.sf.doolin.bus.support
 
net.sf.doolin.context - package net.sf.doolin.context
 
net.sf.doolin.context.spring - package net.sf.doolin.context.spring
 
net.sf.doolin.context.support - package net.sf.doolin.context.support
 
net.sf.doolin.context.util - package net.sf.doolin.context.util
 
net.sf.doolin.gui - package net.sf.doolin.gui
 
net.sf.doolin.gui.action - package net.sf.doolin.gui.action
 
net.sf.doolin.gui.action.path - package net.sf.doolin.gui.action.path
 
net.sf.doolin.gui.action.path.item - package net.sf.doolin.gui.action.path.item
 
net.sf.doolin.gui.action.path.list - package net.sf.doolin.gui.action.path.list
 
net.sf.doolin.gui.action.path.statusbar - package net.sf.doolin.gui.action.path.statusbar
 
net.sf.doolin.gui.action.path.toolbar - package net.sf.doolin.gui.action.path.toolbar
 
net.sf.doolin.gui.action.support - package net.sf.doolin.gui.action.support
 
net.sf.doolin.gui.action.swing - package net.sf.doolin.gui.action.swing
 
net.sf.doolin.gui.action.task - package net.sf.doolin.gui.action.task
 
net.sf.doolin.gui.action.util - package net.sf.doolin.gui.action.util
 
net.sf.doolin.gui.app - package net.sf.doolin.gui.app
 
net.sf.doolin.gui.app.support - package net.sf.doolin.gui.app.support
 
net.sf.doolin.gui.bus - package net.sf.doolin.gui.bus
 
net.sf.doolin.gui.display - package net.sf.doolin.gui.display
 
net.sf.doolin.gui.docking - package net.sf.doolin.gui.docking
 
net.sf.doolin.gui.docking.storage - package net.sf.doolin.gui.docking.storage
 
net.sf.doolin.gui.edit - package net.sf.doolin.gui.edit
 
net.sf.doolin.gui.expression - package net.sf.doolin.gui.expression
 
net.sf.doolin.gui.field - package net.sf.doolin.gui.field
 
net.sf.doolin.gui.field.list - package net.sf.doolin.gui.field.list
 
net.sf.doolin.gui.field.list.multi - package net.sf.doolin.gui.field.list.multi
 
net.sf.doolin.gui.field.support - package net.sf.doolin.gui.field.support
 
net.sf.doolin.gui.field.table - package net.sf.doolin.gui.field.table
 
net.sf.doolin.gui.field.table.action - package net.sf.doolin.gui.field.table.action
 
net.sf.doolin.gui.field.table.column - package net.sf.doolin.gui.field.table.column
 
net.sf.doolin.gui.field.table.editor - package net.sf.doolin.gui.field.table.editor
 
net.sf.doolin.gui.field.table.header - package net.sf.doolin.gui.field.table.header
 
net.sf.doolin.gui.field.table.header.support - package net.sf.doolin.gui.field.table.header.support
 
net.sf.doolin.gui.field.table.renderer - package net.sf.doolin.gui.field.table.renderer
 
net.sf.doolin.gui.field.table.style - package net.sf.doolin.gui.field.table.style
 
net.sf.doolin.gui.field.table.support - package net.sf.doolin.gui.field.table.support
 
net.sf.doolin.gui.field.table.value - package net.sf.doolin.gui.field.table.value
 
net.sf.doolin.gui.field.tree - package net.sf.doolin.gui.field.tree
 
net.sf.doolin.gui.field.tree.model - package net.sf.doolin.gui.field.tree.model
 
net.sf.doolin.gui.field.tree.support - package net.sf.doolin.gui.field.tree.support
 
net.sf.doolin.gui.form - package net.sf.doolin.gui.form
 
net.sf.doolin.gui.layout - package net.sf.doolin.gui.layout
 
net.sf.doolin.gui.lf - package net.sf.doolin.gui.lf
 
net.sf.doolin.gui.message - package net.sf.doolin.gui.message
 
net.sf.doolin.gui.model - package net.sf.doolin.gui.model
 
net.sf.doolin.gui.monitor - package net.sf.doolin.gui.monitor
 
net.sf.doolin.gui.service - package net.sf.doolin.gui.service
 
net.sf.doolin.gui.service.icon - package net.sf.doolin.gui.service.icon
 
net.sf.doolin.gui.service.info - package net.sf.doolin.gui.service.info
 
net.sf.doolin.gui.service.support - package net.sf.doolin.gui.service.support
 
net.sf.doolin.gui.spring - package net.sf.doolin.gui.spring
 
net.sf.doolin.gui.spring.table - package net.sf.doolin.gui.spring.table
 
net.sf.doolin.gui.spring.tree - package net.sf.doolin.gui.spring.tree
 
net.sf.doolin.gui.style - package net.sf.doolin.gui.style
 
net.sf.doolin.gui.swing - package net.sf.doolin.gui.swing
 
net.sf.doolin.gui.system - package net.sf.doolin.gui.system
 
net.sf.doolin.gui.template.component - package net.sf.doolin.gui.template.component
 
net.sf.doolin.gui.template.field - package net.sf.doolin.gui.template.field
 
net.sf.doolin.gui.util - package net.sf.doolin.gui.util
 
net.sf.doolin.gui.validation - package net.sf.doolin.gui.validation
 
net.sf.doolin.gui.validation.support - package net.sf.doolin.gui.validation.support
 
net.sf.doolin.gui.view - package net.sf.doolin.gui.view
 
net.sf.doolin.gui.view.decorator - package net.sf.doolin.gui.view.decorator
 
net.sf.doolin.gui.view.descriptor - package net.sf.doolin.gui.view.descriptor
 
net.sf.doolin.gui.view.support - package net.sf.doolin.gui.view.support
 
net.sf.doolin.gui.window - package net.sf.doolin.gui.window
 
net.sf.doolin.gui.window.descriptor - package net.sf.doolin.gui.window.descriptor
 
net.sf.doolin.gui.window.dialog - package net.sf.doolin.gui.window.dialog
 
net.sf.doolin.gui.window.opener - package net.sf.doolin.gui.window.opener
 
net.sf.doolin.gui.window.support - package net.sf.doolin.gui.window.support
 
net.sf.doolin.gui.wizard.descriptor - package net.sf.doolin.gui.wizard.descriptor
 
net.sf.doolin.gui.wizard.rule - package net.sf.doolin.gui.wizard.rule
 
net.sf.doolin.gui.wizard.rule.condition - package net.sf.doolin.gui.wizard.rule.condition
 
net.sf.doolin.gui.wizard.state - package net.sf.doolin.gui.wizard.state
 
net.sf.doolin.gui.wizard.support - package net.sf.doolin.gui.wizard.support
 
net.sf.doolin.oxml - package net.sf.doolin.oxml
 
net.sf.doolin.oxml.action - package net.sf.doolin.oxml.action
 
net.sf.doolin.oxml.adapter - package net.sf.doolin.oxml.adapter
 
net.sf.doolin.oxml.annotation - package net.sf.doolin.oxml.annotation
 
net.sf.doolin.oxml.config - package net.sf.doolin.oxml.config
 
net.sf.doolin.oxml.source - package net.sf.doolin.oxml.source
 
net.sf.doolin.tabular.csv - package net.sf.doolin.tabular.csv
 
net.sf.doolin.tabular.excel - package net.sf.doolin.tabular.excel
 
net.sf.doolin.tabular.io - package net.sf.doolin.tabular.io
 
net.sf.doolin.tabular.model - package net.sf.doolin.tabular.model
 
net.sf.doolin.tabular.support - package net.sf.doolin.tabular.support
 
net.sf.doolin.template - package net.sf.doolin.template
 
net.sf.doolin.template.support - package net.sf.doolin.template.support
 
net.sf.doolin.template.velocity - package net.sf.doolin.template.velocity
 
net.sf.doolin.util - package net.sf.doolin.util
 
net.sf.doolin.util.collection - package net.sf.doolin.util.collection
 
net.sf.doolin.util.copy - package net.sf.doolin.util.copy
 
net.sf.doolin.util.expression - package net.sf.doolin.util.expression
 
net.sf.doolin.util.factory - package net.sf.doolin.util.factory
 
net.sf.doolin.util.unit - package net.sf.doolin.util.unit
 
net.sf.doolin.util.xml - package net.sf.doolin.util.xml
 
newInstance(String) - Method in class net.sf.doolin.oxml.OXMLContext
New instance.
newInstance(Class<T>) - Static method in class net.sf.doolin.util.Utils
Creates a new instance
newInstance(Class<T>, Object) - Static method in class net.sf.doolin.util.Utils
Creates a new instance with a unique parameter in the constructor
newInstance(String) - Static method in class net.sf.doolin.util.Utils
Creates a new instance of a class given its name.
newInstance(String, ParameterSet) - Static method in class net.sf.doolin.util.Utils
Creates a new instance of a class given its name and a set of properties
NewItemAction<E> - Class in net.sf.doolin.gui.field.table.action
This action displays a dialog to create an item and then adds this item to the collection defined by the property path.
NewItemAction() - Constructor for class net.sf.doolin.gui.field.table.action.NewItemAction
 
NEXT - Static variable in interface net.sf.doolin.gui.wizard.support.WizardAction
"Next"
next() - Method in interface net.sf.doolin.tabular.model.TabularModel
Switches to the next item in the list or returns null if no object is available any longer.
NextDisplayStateHandler - Class in net.sf.doolin.gui.wizard.state
DisplayStateHandler for the "Next" action.
NextDisplayStateHandler() - Constructor for class net.sf.doolin.gui.wizard.state.NextDisplayStateHandler
 
NoButtonDialogActionsFactory<B> - Class in net.sf.doolin.gui.window.dialog
DialogActionsFactory that returns no action.
NoButtonDialogActionsFactory() - Constructor for class net.sf.doolin.gui.window.dialog.NoButtonDialogActionsFactory
 
Node - Class in net.sf.doolin.gui.field.tree
Definition of a node for a FieldTree.
Node() - Constructor for class net.sf.doolin.gui.field.tree.Node
 
nodePeek() - Method in class net.sf.doolin.oxml.OXMLContext
Peeks a node from the stack
nodePop() - Method in class net.sf.doolin.oxml.OXMLContext
Pops a node from the stack
nodePush(Node) - Method in class net.sf.doolin.oxml.OXMLContext
Pushes a node onto the stack.
nodeUsed(Node) - Method in class net.sf.doolin.oxml.OXMLContext
Node used.
NOPActionDelegate<T> - Class in net.sf.doolin.gui.action.support
This action does nothing.
NOPActionDelegate() - Constructor for class net.sf.doolin.gui.action.support.NOPActionDelegate
 
NOPGUIAction - Class in net.sf.doolin.gui.action
This action just does nothing.
NOPGUIAction() - Constructor for class net.sf.doolin.gui.action.NOPGUIAction
 
normalizePosition(Position) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Normalises a Position by converting to horizontal instead of vertical positions.
noSeparator() - Method in class net.sf.doolin.gui.action.swing.AbstractMenuBuilder
This method must be called by sub-classes whenever they create a component which is not a separator.
NotBlankObjectValidator - Class in net.sf.doolin.gui.validation.support
This validator checks that the string representation of the object is not blank.
NotBlankObjectValidator() - Constructor for class net.sf.doolin.gui.validation.support.NotBlankObjectValidator
 
NotDisplayStateHandler - Class in net.sf.doolin.gui.display
Inverts the display state given by another display state handler.
NotDisplayStateHandler(DisplayStateHandler) - Constructor for class net.sf.doolin.gui.display.NotDisplayStateHandler
Constructor.
NotDisplayStateHandler(DisplayStateHandler, DisplayState) - Constructor for class net.sf.doolin.gui.display.NotDisplayStateHandler
Constructor.
NotEmptyObjectValidator - Class in net.sf.doolin.gui.validation.support
This validator checks that the object is not empty.
NotEmptyObjectValidator() - Constructor for class net.sf.doolin.gui.validation.support.NotEmptyObjectValidator
 
notify(String, Object, Object) - Method in class net.sf.doolin.bus.bean.Bean
Notifies to the bus that a simple property (non-Bean) has changed.
notify(String, Object, Object) - Method in class net.sf.doolin.bus.bean.BeanNotificationSupport
Notifies to the bus that a property has changed.
notify(String, Method, Object[]) - Method in class net.sf.doolin.bus.cglib.BeanMethodInterceptor
 
notifyForChild(String, Object, Object) - Method in interface net.sf.doolin.bus.bean.IParentBean
 
notifyForChild(String, Object, Object) - Method in class net.sf.doolin.bus.bean.ParentBean
Notifies the change of the child from the parent level
NotNullObjectValidator - Class in net.sf.doolin.gui.validation.support
This validator checks that the object is not null.
NotNullObjectValidator() - Constructor for class net.sf.doolin.gui.validation.support.NotNullObjectValidator
 
NS - Static variable in interface net.sf.doolin.gui.spring.GUI
http://www.doolin-guif.net/schema/gui
NS - Static variable in interface net.sf.doolin.oxml.OXML
Namespace
NYIException - Exception in net.sf.doolin.util
This exception can be used to notify that a method is not yet implemented.
NYIException(String) - Constructor for exception net.sf.doolin.util.NYIException
Constructor

O

ObjectValidator - Interface in net.sf.doolin.gui.validation.support
Definition of a validator.
OK - Static variable in interface net.sf.doolin.gui.window.dialog.DialogAction
OK action
OK_OPTION - Static variable in class net.sf.doolin.gui.swing.JFontChooser
Return value from showDialog().
OKOnlyDialogActionsFactory<B> - Class in net.sf.doolin.gui.window.dialog
DialogActionsFactory that returns only the OK action.
OKOnlyDialogActionsFactory() - Constructor for class net.sf.doolin.gui.window.dialog.OKOnlyDialogActionsFactory
 
onActivateView(GUIView<V>) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Activates the view and its tool bars.
onBrowse() - Method in class net.sf.doolin.gui.swing.JFile
This method is called when the user has clicked on the browse button.
onCancelled(ActionContext, T) - Method in class net.sf.doolin.gui.action.DialogAction
This method is called when the dialog has been cancelled.
onChange(PropertyChangeMessage) - Method in interface net.sf.doolin.bus.support.PropertyChangeListener
 
onChange(PropertyChangeMessage) - Method in class net.sf.doolin.bus.support.RecordingPropertyChangeListener
 
onClose() - Method in class net.sf.doolin.gui.field.list.multi.MultiComboAdapter
Does nothing
onClose() - Method in interface net.sf.doolin.gui.field.list.multi.MultiComboListener
 
onCloseWindow(GUIWindow<B>) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
 
onCloseWindow(GUIWindow<B>) - Method in interface net.sf.doolin.gui.window.descriptor.GUIWindowDescriptor
Action to execute when a window is closed.
onClosingWindow(GUIWindow<B>) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Saves the docking paths
onClosingWindow(GUIWindow<B>) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Does nothing y default
onClosingWindow(GUIWindow<B>) - Method in interface net.sf.doolin.gui.window.descriptor.GUIWindowDescriptor
Action to execute when a window is about to be closed
onInit(Field<V>) - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
Does nothing.
onInit(Field<V>) - Method in interface net.sf.doolin.gui.field.FieldDescriptor
Called when the field view is created.
onInit(Field<V>) - Method in class net.sf.doolin.gui.form.FormSection
 
onNoteChanged(Task<T, V>, String) - Method in interface net.sf.doolin.gui.monitor.TaskListener
This method is called when the task publishes a new note for the task monitor.
onNoteChanged(Task<T, V>, String) - Method in class net.sf.doolin.gui.monitor.TaskMonitor
 
onOK(ActionContext, T) - Method in class net.sf.doolin.gui.action.DelegateDialogAction
 
onOK(ActionContext, T) - Method in class net.sf.doolin.gui.action.DialogAction
This method is called when the dialog has been validated.
onOK(ActionContext, T) - Method in class net.sf.doolin.gui.action.TaskDialogAction
Executes the task
onOK(ActionContext, E) - Method in class net.sf.doolin.gui.field.table.action.NewItemAction
 
onOpenedWindow(GUIWindow<B>) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Does nothing
onOpenedWindow(GUIWindow<B>) - Method in interface net.sf.doolin.gui.window.descriptor.GUIWindowDescriptor
This method is called when the window is displayed for the very first time
onPathEdited() - Method in class net.sf.doolin.gui.swing.JFile
This method is called when the path editor has lost its focus.
onPostCreate() - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogWindow
Creates the button bar
onPostCreate() - Method in class net.sf.doolin.gui.window.dialog.DialogGUIWindow
Creates the button bar
onPostCreate() - Method in interface net.sf.doolin.gui.window.GUIWindow
This method is called when the window has been fully created
onPostCreate() - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
Does nothing
onPostCreate() - Method in class net.sf.doolin.gui.wizard.support.WizardWindow
Creates the button bar
onPropertySetPost(DataObject, String, T, T) - Method in class net.sf.doolin.bus.sido.BusDataObjectController
 
onShow(Field<V>) - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
Does nothing.
onShow(Field<V>) - Method in class net.sf.doolin.gui.field.FieldButton
 
onShow(Field<V>) - Method in interface net.sf.doolin.gui.field.FieldDescriptor
Called when the field is shown for the user.
onViewClosed(GUIView<B>) - Method in interface net.sf.doolin.gui.view.GUIViewListener
This method is called when the view is actually closed
onViewClosed(GUIView<V>) - Method in class net.sf.doolin.gui.view.support.GUIViewAdapter
 
onViewInit(GUIView<B>) - Method in interface net.sf.doolin.gui.view.GUIViewListener
This method is called when the view is created
onViewInit(GUIView<V>) - Method in class net.sf.doolin.gui.view.support.GUIViewAdapter
 
onViewShown(GUIView<B>) - Method in interface net.sf.doolin.gui.view.GUIViewListener
This method is called when the view is shown
onViewShown(GUIView<V>) - Method in class net.sf.doolin.gui.view.support.GUIViewAdapter
 
onWindowClosed(GUIWindow<BusMonitoringModel>) - Method in class net.sf.doolin.gui.bus.BusMonitoringWindowListener
 
onWindowClosed(GUIWindow<B>) - Method in interface net.sf.doolin.gui.window.GUIWindowListener
This method is called when the window is closed.
onWindowClosed(GUIWindow<B>) - Method in class net.sf.doolin.gui.window.opener.GUIWindowAdapter
Does nothing
onWindowInit(GUIWindow<BusMonitoringModel>) - Method in class net.sf.doolin.gui.bus.BusMonitoringWindowListener
 
onWindowInit(GUIWindow<B>) - Method in interface net.sf.doolin.gui.window.GUIWindowListener
This method is called when the window is created.
onWindowInit(GUIWindow<B>) - Method in class net.sf.doolin.gui.window.opener.GUIWindowAdapter
Does nothing.
openConnection(URL) - Method in class net.sf.doolin.gui.service.icon.IconURLStreamHandler
 
openConnection(URL) - Method in class net.sf.doolin.gui.template.component.ActionURLStreamHandler
 
openFile(File) - Method in interface net.sf.doolin.gui.service.DesktopService
Opens the file using the desktop.
openFile(File) - Method in class net.sf.doolin.gui.service.support.JDK6DesktopService
 
OpenItemAction<C> - Class in net.sf.doolin.gui.field.table.action
Opens an action for an item in a table.
OpenItemAction() - Constructor for class net.sf.doolin.gui.field.table.action.OpenItemAction
 
openView(GUIWindow<B>, GUIViewDescriptor<V>, V) - Method in class net.sf.doolin.gui.window.descriptor.AbstractCompositeGUIWindowDescriptor
 
openView(GUIWindow<B>, GUIViewDescriptor<V>, V) - Method in interface net.sf.doolin.gui.window.descriptor.GUIWindowDescriptor
Opens a view in the window
openView(GUIWindow<B>, GUIViewDescriptor<V>, V) - Method in class net.sf.doolin.gui.window.descriptor.SimpleGUIWindowDescriptor
Does nothing and just returns null.
openView(ActionContext, V) - Method in class net.sf.doolin.gui.window.opener.AbstractViewOpener
 
openView(GUIWindow<W>, GUIViewDescriptor<V>, V) - Method in class net.sf.doolin.gui.window.opener.InnerViewOpener
Open view.
openView(ActionContext, V) - Method in interface net.sf.doolin.gui.window.opener.ViewOpener
Opens the view or the window
openView(GUIWindow<B>, GUIViewDescriptor<V>, V) - Method in class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
Always return null since a wizard cannot hold views.
OpenViewAction<V> - Class in net.sf.doolin.gui.action
Opens a view.
OpenViewAction() - Constructor for class net.sf.doolin.gui.action.OpenViewAction
 
openViewInternal(ActionContext, V) - Method in class net.sf.doolin.gui.window.opener.AbstractViewOpener
 
openViewInternal(ActionContext, V) - Method in class net.sf.doolin.gui.window.opener.InnerViewOpener
 
openViewInternal(ActionContext, C) - Method in class net.sf.doolin.gui.window.opener.WindowOpener
 
OrDisplayStateHandler - Class in net.sf.doolin.gui.display
Display state handler that operates a conjunction between several handlers.
OrDisplayStateHandler() - Constructor for class net.sf.doolin.gui.display.OrDisplayStateHandler
Default constructor
OrDisplayStateHandler(List<DisplayStateHandler>) - Constructor for class net.sf.doolin.gui.display.OrDisplayStateHandler
Constructor from a list.
OrDisplayStateHandler(DisplayStateHandler...) - Constructor for class net.sf.doolin.gui.display.OrDisplayStateHandler
Constructor from an array
OXML - Interface in net.sf.doolin.oxml
List of XML names for the OXML schema.
OXMLAction - Interface in net.sf.doolin.oxml.action
Action to be executed against a context.
OXMLActionFactory - Class in net.sf.doolin.oxml.action
Factory for OXML actions.
OXMLAdapter - Interface in net.sf.doolin.oxml.adapter
This interface defines an object which adapts a node (given a parent node and an XPath expression) to an object suitable for the target object model.
OXMLConfig - Interface in net.sf.doolin.oxml
OXML configuration definition.
OXMLContext - Class in net.sf.doolin.oxml
Execution context
OXMLContext(Document) - Constructor for class net.sf.doolin.oxml.OXMLContext
Constructor.
OXMLContextConfig - Class in net.sf.doolin.oxml
Context configuration.
OXMLContextConfig() - Constructor for class net.sf.doolin.oxml.OXMLContextConfig
 
OXMLDocking - Class in net.sf.doolin.gui.docking.storage
Bean used by the XMLDockingStorage when retrieving the DockDescription from an XML template.
OXMLDocking() - Constructor for class net.sf.doolin.gui.docking.storage.OXMLDocking
 
OXMLFactory - Class in net.sf.doolin.oxml
Creates objects from instance definitions.
OXMLInstanceFactory<T> - Interface in net.sf.doolin.oxml.adapter
Factory for instances.
OXMLReader<T> - Class in net.sf.doolin.oxml
OXML reader.
OXMLReader(OXMLConfig) - Constructor for class net.sf.doolin.oxml.OXMLReader
Initialization of the reader.
OXMLReader(OXMLConfig, Map<String, Object>) - Constructor for class net.sf.doolin.oxml.OXMLReader
Initialization of the reader.
OXMLReaderOutput - Class in net.sf.doolin.oxml
Class that collects all different outputs of OXMLReader.read(OXMLSource, OXMLReaderOutput, OXMLContextConfig).
OXMLReaderOutput() - Constructor for class net.sf.doolin.oxml.OXMLReaderOutput
 
OXMLSource - Interface in net.sf.doolin.oxml
Defines the source for a DOM.
OXMLUtils - Class in net.sf.doolin.oxml
Utilities for OXML.

P

pack() - Method in class net.sf.doolin.gui.window.support.DialogIWindow
 
pack() - Method in class net.sf.doolin.gui.window.support.FrameIWindow
 
pack() - Method in interface net.sf.doolin.gui.window.support.IWindow
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class net.sf.doolin.gui.swing.CollaspableBorder
 
Pair<A,B> - Class in net.sf.doolin.util
Immutable association of two objects.
Pair(A, B) - Constructor for class net.sf.doolin.util.Pair
Constructor with two values.
PARAM_BORDER_STYLE - Static variable in class net.sf.doolin.gui.view.decorator.DecorationStyle
Style of border.
Parameters - Interface in net.sf.doolin.gui.service
Parameter services.
ParameterSet - Class in net.sf.doolin.util
Set of parameters that provides the developer a list of utility methods to retrieve values from.
ParameterSet() - Constructor for class net.sf.doolin.util.ParameterSet
Empty constructor
ParameterSet(Map<String, String>) - Constructor for class net.sf.doolin.util.ParameterSet
Constructor from an existing map
ParameterSet(Properties) - Constructor for class net.sf.doolin.util.ParameterSet
Constructor from a set of properties
ParentBean - Class in net.sf.doolin.bus.bean
This class defines the relationship between a Bean and its parent in an object hierarchy.
ParentBean(Object, String) - Constructor for class net.sf.doolin.bus.bean.ParentBean
Constructor for the association between a parent and the property that contains the child.
parse(String) - Method in class net.sf.doolin.gui.action.path.list.ParsedActionPathList
Parses an encoded path to an actual instance of ActionPath.
parse() - Method in class net.sf.doolin.gui.docking.DockingPathConstraints
Parses the path.
parse(Element) - Method in class net.sf.doolin.oxml.action.AbstractSequenceOXMLAction
Parses each child.
parse(Element) - Method in class net.sf.doolin.oxml.action.CheckOXMLAction
 
parse(Element) - Method in class net.sf.doolin.oxml.action.CreateDefOXMLAction
Does not do anything.
parse(Element) - Method in class net.sf.doolin.oxml.action.CreateOXMLAction
 
parse(Element) - Method in class net.sf.doolin.oxml.action.ForOXMLAction
 
parse(Element) - Method in class net.sf.doolin.oxml.action.IfOXMLAction
 
parse(Element) - Method in class net.sf.doolin.oxml.action.IncludeOXMLAction
 
parse(Element) - Method in interface net.sf.doolin.oxml.action.OXMLAction
Parses the action from an XML configuration.
parse(Element) - Method in class net.sf.doolin.oxml.action.PropertyOXMLAction
 
parse(Element) - Method in class net.sf.doolin.oxml.action.RootOXMLAction
 
parse(Element) - Method in class net.sf.doolin.oxml.action.SequenceOXMLAction
Parses each child.
parse(URL) - Method in class net.sf.doolin.oxml.config.XMLOXMLConfig
Internal parsing method
parse(String) - Static method in class net.sf.doolin.util.I18NString
Parses a formatted string.
parse(String) - Method in class net.sf.doolin.util.PatternFormat
Parse the path
parse(File, Object) - Method in class net.sf.doolin.util.xml.DigesterUtils
Parses a file
parse(InputSource, Object) - Method in class net.sf.doolin.util.xml.DigesterUtils
Parses an input source.
parse(String, Object) - Method in class net.sf.doolin.util.xml.DigesterUtils
Parses an XML stream.
parse(URL, Object) - Method in class net.sf.doolin.util.xml.DigesterUtils
Parses an URL.
parseColor(String) - Static method in class net.sf.doolin.gui.spring.ColorEditor
Parses the text to a color
ParsedActionPathList - Class in net.sf.doolin.gui.action.path.list
This class defines a list of ActionPath from a list of encoded paths.
ParsedActionPathList() - Constructor for class net.sf.doolin.gui.action.path.list.ParsedActionPathList
 
parseGroups(String) - Method in class net.sf.doolin.gui.layout.FormLayoutService
Parses a row or column group definition.
parseLocale(String) - Static method in class net.sf.doolin.util.LocaleUtils
Parse a Locale.
parseObject(String, ParsePosition) - Method in class net.sf.doolin.gui.swing.ByClassAndPropertyFormat
 
parseQuery(String) - Static method in class net.sf.doolin.util.Utils
Parses a query
parseQuery(URL) - Static method in class net.sf.doolin.util.Utils
Parses a URL query
PasswordParser - Class in net.sf.doolin.gui.spring
Parser for FieldPassword
PasswordParser() - Constructor for class net.sf.doolin.gui.spring.PasswordParser
Constructor
passwordToBytes(char[]) - Static method in class net.sf.doolin.util.PasswordUtils
Converts a character password to a byte password using utf8
PasswordUtils - Class in net.sf.doolin.util
Utility methods for dealing with passwords.
PATCH - Static variable in class net.sf.doolin.util.Version
Position of the patch version number
PatternFileFilter - Class in net.sf.doolin.util
This pattern works with DOS like patterns.
PatternFileFilter(String) - Constructor for class net.sf.doolin.util.PatternFileFilter
Initialization
PatternFormat - Class in net.sf.doolin.util
This pattern works with DOS like patterns.
PatternFormat(String) - Constructor for class net.sf.doolin.util.PatternFormat
Initialization
perform() - Method in class net.sf.doolin.gui.edit.AbstractGUIEdit
 
perform() - Method in interface net.sf.doolin.gui.edit.GUIEdit
Performs this task
PlaceholderActionPath - Class in net.sf.doolin.gui.action.path.item
This action path defines a place holder that can be replaced by the content of another action path.
PlaceholderActionPath(String, List<String>) - Constructor for class net.sf.doolin.gui.action.path.item.PlaceholderActionPath
Constructor.
postConstruct() - Method in class net.sf.doolin.gui.layout.FormLayoutService
Initialisation of properties.
postConstruct() - Method in class net.sf.doolin.template.support.AbstractTemplateManager
Initialisation of engines.
PreferencesDataFactory<T extends Memento> - Class in net.sf.doolin.gui.util
Data factory that reads its created object from the preferences after having instantiating it using another factory.
PreferencesDataFactory(DataFactory<T>) - Constructor for class net.sf.doolin.gui.util.PreferencesDataFactory
Constructor
PreferencesUtils - Class in net.sf.doolin.gui.util
Utility methods for the GUIPreferences that extends the number of types that can be stored and retrieved.
preferredLayoutSize(Container) - Method in class net.sf.doolin.gui.swing.DockLayout
 
PREVIOUS - Static variable in interface net.sf.doolin.gui.wizard.support.WizardAction
"Previous"
PreviousDisplayStateHandler - Class in net.sf.doolin.gui.wizard.state
DisplayStateHandler for the "Previous" action.
PreviousDisplayStateHandler() - Constructor for class net.sf.doolin.gui.wizard.state.PreviousDisplayStateHandler
 
PrimitiveCSVAdapter - Class in net.sf.doolin.tabular.csv
Just renders the value by calling the toString() method on it.
PrimitiveCSVAdapter() - Constructor for class net.sf.doolin.tabular.csv.PrimitiveCSVAdapter
 
process(M) - Method in class net.sf.doolin.bus.support.DefaultBus
Processes one message
process(OXMLContext) - Method in class net.sf.doolin.oxml.action.AbstractSequenceOXMLAction
Processes each sub action.
process(OXMLContext) - Method in class net.sf.doolin.oxml.action.CheckOXMLAction
 
process(OXMLContext) - Method in class net.sf.doolin.oxml.action.CreateDefOXMLAction
Does not do anything.
process(OXMLContext) - Method in class net.sf.doolin.oxml.action.CreateOXMLAction
 
process(OXMLContext) - Method in class net.sf.doolin.oxml.action.ForOXMLAction
 
process(OXMLContext) - Method in class net.sf.doolin.oxml.action.IfOXMLAction
 
process(OXMLContext) - Method in class net.sf.doolin.oxml.action.IncludeOXMLAction
 
process(OXMLContext) - Method in interface net.sf.doolin.oxml.action.OXMLAction
Processes the action against a context
process(OXMLContext) - Method in class net.sf.doolin.oxml.action.PropertyOXMLAction
 
process(OXMLContext) - Method in class net.sf.doolin.oxml.action.RootOXMLAction
 
process(OXMLContext) - Method in class net.sf.doolin.oxml.action.SequenceOXMLAction
Processes each sub action.
processContinue() - Method in class net.sf.doolin.bus.support.DefaultBus
Continue the processing
PromptGUIAction - Class in net.sf.doolin.gui.action
This action prompts the user for a confirmation and delegates the call to another action.
PromptGUIAction() - Constructor for class net.sf.doolin.gui.action.PromptGUIAction
 
PropertiesDecorator - Class in net.sf.doolin.gui.spring
Parser and decorator for a set of properties
PropertiesDecorator() - Constructor for class net.sf.doolin.gui.spring.PropertiesDecorator
 
Property - Annotation Type in net.sf.doolin.bus.annotation
 
PROPERTY_FILE - Static variable in class net.sf.doolin.gui.swing.JFile
file property that contains the selected File.
propertyChange(PropertyChangeEvent) - Method in class net.sf.doolin.gui.monitor.TaskMonitor
 
PropertyChangeListener - Interface in net.sf.doolin.bus.support
 
PropertyChangeMessage - Class in net.sf.doolin.bus.support
This class defines a message that can be sent on the Bus to define a property change in a bean.
PropertyChangeMessage(Object, String, Object, Object) - Constructor for class net.sf.doolin.bus.support.PropertyChangeMessage
Constructor.
PropertyChangeSubscriber - Class in net.sf.doolin.bus.support
This subscriber listens to property changes on a particular bean.
PropertyChangeSubscriber(String, SubscriberValidator, Object, String, PropertyChangeListener) - Constructor for class net.sf.doolin.bus.support.PropertyChangeSubscriber
Constructor
PropertyChangeSupport - Class in net.sf.doolin.bus.support
Utility class to support property changes based on the Bus.
PropertyChildren - Class in net.sf.doolin.gui.field.tree.support
This children definition implementation calculates the list of children objects based on a property on the parent object.
PropertyChildren() - Constructor for class net.sf.doolin.gui.field.tree.support.PropertyChildren
 
PropertyColumnEditable<T> - Class in net.sf.doolin.gui.field.table.column
ColumnEditable implementation based on the evaluation of a property of the row object.
PropertyColumnEditable() - Constructor for class net.sf.doolin.gui.field.table.column.PropertyColumnEditable
 
PropertyColumnValueFactory - Class in net.sf.doolin.gui.field.table.value
Column value based on a property path.
PropertyColumnValueFactory() - Constructor for class net.sf.doolin.gui.field.table.value.PropertyColumnValueFactory
 
PropertyComparator - Class in net.sf.doolin.util
Comparator based upon a property
PropertyComparator(String) - Constructor for class net.sf.doolin.util.PropertyComparator
Constructor
PropertyContainer - Interface in net.sf.doolin.gui.util
Defines an object that can store properties (name and value pairs).
PropertyDataFactory<T> - Class in net.sf.doolin.gui.model
Gets a property from the context.
PropertyDataFactory() - Constructor for class net.sf.doolin.gui.model.PropertyDataFactory
 
PropertyFileGUIPreferences - Class in net.sf.doolin.gui.service.support
This implementation saves preferences in a local property file.
PropertyFileGUIPreferences() - Constructor for class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
 
PropertyFunction<S,T> - Class in net.sf.doolin.util
This class performs a conversion by extracting a property from the source?
PropertyFunction(String) - Constructor for class net.sf.doolin.util.PropertyFunction
Constructor.
PropertyIconService - Class in net.sf.doolin.gui.service.icon
This icon manager loads icon definitions from a property file.
PropertyIconService() - Constructor for class net.sf.doolin.gui.service.icon.PropertyIconService
 
PropertyIconServiceParser - Class in net.sf.doolin.gui.spring
Parser for PropertyIconService.
PropertyIconServiceParser() - Constructor for class net.sf.doolin.gui.spring.PropertyIconServiceParser
Constructor
PropertyItemConverter<S,T> - Class in net.sf.doolin.util
Deprecated. Use PropertyFunction instead
PropertyItemConverter(String) - Constructor for class net.sf.doolin.util.PropertyItemConverter
Deprecated. Constructor.
PropertyLabelInfoProvider - Class in net.sf.doolin.gui.swing
Creates a LabelInfo according to some properties in the item.
PropertyLabelInfoProvider() - Constructor for class net.sf.doolin.gui.swing.PropertyLabelInfoProvider
 
PropertyOXMLAction - Class in net.sf.doolin.oxml.action
property action.
PropertyOXMLAction() - Constructor for class net.sf.doolin.oxml.action.PropertyOXMLAction
 
PropertyPredicate<E> - Class in net.sf.doolin.util.collection
Evaluates a property value against a predefined value
PropertyPredicate(String, Object) - Constructor for class net.sf.doolin.util.collection.PropertyPredicate
Constructor
PropertyResolver - Interface in net.sf.doolin.util
 
propertyResolver - Static variable in class net.sf.doolin.util.Utils
Property resolver
PropertyStyle - Class in net.sf.doolin.gui.style
Applies a style using a property of the target component.
PropertyStyle(String, Object) - Constructor for class net.sf.doolin.gui.style.PropertyStyle
Constructor.
PropertyStyle() - Constructor for class net.sf.doolin.gui.style.PropertyStyle
Constructor with no property
PropertyTableEventListFactory<E> - Class in net.sf.doolin.gui.field.table.support
 
PropertyTableEventListFactory() - Constructor for class net.sf.doolin.gui.field.table.support.PropertyTableEventListFactory
 
PropertyTabularColumn<T> - Class in net.sf.doolin.tabular.support
Column based on a property of an item.
PropertyTabularColumn(String, String) - Constructor for class net.sf.doolin.tabular.support.PropertyTabularColumn
Constructor
PropertyValueTableStyle - Class in net.sf.doolin.gui.field.table.style
Style that applies another style according to the value of a property of the row item.
PropertyValueTableStyle() - Constructor for class net.sf.doolin.gui.field.table.style.PropertyValueTableStyle
 
PROTOCOL_ACTION - Static variable in class net.sf.doolin.gui.template.component.ActionURLStreamHandler
Action protocol
PROTOCOL_ICON - Static variable in class net.sf.doolin.gui.service.icon.IconURLStreamHandler
Action protocol
proxy(Object, String, Method, Object[]) - Method in class net.sf.doolin.bus.cglib.BeanMethodInterceptor
 
proxy(T) - Static method in class net.sf.doolin.bus.cglib.BeanProxyFactory
 
ProxyLink - Class in net.sf.doolin.bus.cglib
 
ProxyLink(Object, Object) - Constructor for class net.sf.doolin.bus.cglib.ProxyLink
 
publish(Object) - Method in interface net.sf.doolin.bus.IBus
Publishes a message on this bus and waits for all subscribers to have completed the treatment of this message.
publish(Object) - Method in class net.sf.doolin.bus.support.DefaultBus
Pushes the message on the queue.
put(IconSize, String, String) - Method in class net.sf.doolin.gui.service.icon.IconDefinition
Registers a path prefix and a path suffix for a given icon size
put(String, T) - Method in class net.sf.doolin.util.TreeProperties
Registers a value using a key.

R

RadioGroupParser - Class in net.sf.doolin.gui.spring
Parser for FieldRadioGroup
RadioGroupParser() - Constructor for class net.sf.doolin.gui.spring.RadioGroupParser
Constructor
RadioParser - Class in net.sf.doolin.gui.spring
Parser for FieldRadio
RadioParser() - Constructor for class net.sf.doolin.gui.spring.RadioParser
Constructor
read(OXMLSource) - Method in class net.sf.doolin.oxml.OXMLReader
Reads an XML source and returns the root object.
read(OXMLSource, OXMLReaderOutput, OXMLContextConfig) - Method in class net.sf.doolin.oxml.OXMLReader
Reads an XML source and returns the root object.
ReadOnlyAdapter<S,T> - Class in net.sf.doolin.util
Adapter where the update of the subject is deactivated.
ReadOnlyAdapter() - Constructor for class net.sf.doolin.util.ReadOnlyAdapter
 
ReadOnlyNotNullBooleanAdapter - Class in net.sf.doolin.util
This adapter transforms any object into a Boolean by checking if the source object is not null.
ReadOnlyNotNullBooleanAdapter() - Constructor for class net.sf.doolin.util.ReadOnlyNotNullBooleanAdapter
 
ReadOnlyStringAdapter<S> - Class in net.sf.doolin.util
This read-only adapter converts the subjects to a string.
ReadOnlyStringAdapter() - Constructor for class net.sf.doolin.util.ReadOnlyStringAdapter
 
readProperties(String) - Static method in class net.sf.doolin.util.IOUtils
Read a property file from resources
readTextResource(Class<?>, String, String) - Static method in class net.sf.doolin.util.IOUtils
Reads a text resource from a reference class and a resource path.
readTextResource(Class<?>, String, String) - Static method in class net.sf.doolin.util.Utils
Reads a text resource from a reference class and a resource path.
receive(M) - Method in interface net.sf.doolin.bus.SubscriberExecution
This method called whenever a message is received.
receive(PropertyChangeMessage) - Method in class net.sf.doolin.bus.support.BothWayPropertyChangeSubscriber
 
receive(PropertyChangeMessage) - Method in class net.sf.doolin.bus.support.PropertyChangeSubscriber
 
receive(M) - Method in class net.sf.doolin.bus.support.SubscriberAdapter
 
RecordingPropertyChangeListener - Class in net.sf.doolin.bus.support
 
RecordingPropertyChangeListener() - Constructor for class net.sf.doolin.bus.support.RecordingPropertyChangeListener
 
redo() - Method in class net.sf.doolin.gui.edit.AbstractGUIEdit
 
redo() - Method in class net.sf.doolin.gui.edit.DefaultGUIEditManager
 
redo() - Method in interface net.sf.doolin.gui.edit.GUIEdit
Redoes this task
redo() - Method in interface net.sf.doolin.gui.edit.GUIEditManager
Redoes the next available task (if possible).
refresh() - Method in class net.sf.doolin.gui.bus.BusMonitoringModel
Refreshes the list of subscriptions from the current bus state
REFRESH_INTERVAL - Static variable in class net.sf.doolin.gui.bus.BusMonitoringModel
 
registerEngine(String, TemplateEngine) - Method in class net.sf.doolin.template.support.AbstractTemplateManager
Registers an engine.
registerParent(GUIView<V>, GUIView<P>) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Notifies the parent view that a view has been added to it
registerService(Class<T>, T) - Method in class net.sf.doolin.gui.app.GUIApplication
Registers a default service for this application
registerStreamHandler(String, URLStreamHandler) - Method in class net.sf.doolin.util.URLUtils.GlobalURLStreamHandlerFactory
Registers a new stream handler
registerURLStreamHandler(String, URLStreamHandler) - Static method in class net.sf.doolin.util.URLUtils
Registers a new stream handler for a given protocol.
registrationOk(Subscriber<?>) - Method in interface net.sf.doolin.bus.BusLog
This method is called when a subscriber is successfully registered.
registrationOk(Subscriber<?>) - Method in class net.sf.doolin.bus.support.AbstractTextBusLog
 
registrationOk(Subscriber<?>) - Method in class net.sf.doolin.bus.support.DefaultBusLog
 
registrationOk(Subscriber<?>) - Method in class net.sf.doolin.bus.support.SubscriptionCountBusLog
 
registrationOk(Subscriber<?>) - Method in class net.sf.doolin.gui.bus.BusMonitoringLog
 
reinit() - Method in class net.sf.doolin.gui.field.table.support.GUITable
Reinitialises the table: model, columns and sorting.
remove(Subscriber<M>) - Method in class net.sf.doolin.bus.support.Subscriptions
 
removeFilePathListener(FilePathListener) - Method in class net.sf.doolin.gui.swing.AbstractFilePath
 
removeFilePathListener(FilePathListener) - Method in interface net.sf.doolin.gui.swing.IFilePath
Removes a listener for the path change
removeLayoutComponent(Component) - Method in class net.sf.doolin.gui.swing.DockLayout
 
removeMultiComboListener(MultiComboListener) - Method in class net.sf.doolin.gui.field.list.multi.MultiComboComponent
 
removeUpdate(DocumentEvent) - Method in class net.sf.doolin.gui.swing.JFontChooser.ListSearchTextFieldDocumentHandler
 
removeView(GUIView<?>) - Method in interface net.sf.doolin.gui.window.GUIWindow
Hides a view
removeView(GUIView<?>) - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
 
removeViewListener(GUIViewListener<B>) - Method in interface net.sf.doolin.gui.view.GUIView
Removes a listener for the view life-cycle
removeViewListener(GUIViewListener<V>) - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
 
ReplacementActionPath - Class in net.sf.doolin.gui.action.path.item
This action path defines the replacement of a placeholder by another action.
ReplacementActionPath(GUIAction, String) - Constructor for class net.sf.doolin.gui.action.path.item.ReplacementActionPath
Constructor with no path
ReplacementActionPath(GUIAction, String, List<String>) - Constructor for class net.sf.doolin.gui.action.path.item.ReplacementActionPath
Constructor with some paths
reset() - Method in interface net.sf.doolin.tabular.model.TabularModel
Resets to the start of rows
ResourceOXMLSource - Class in net.sf.doolin.oxml.source
Builds a source from a resource path.
ResourceOXMLSource(Class<?>, String) - Constructor for class net.sf.doolin.oxml.source.ResourceOXMLSource
Constructor
restore(GUIWindow<B>, CompositeDock, DockDescription) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Restores the docking description for a window.
restore(GUIWindow<B>, DockDescription) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Restores the docking for a window
restoreMemento(Memento) - Method in interface net.sf.doolin.gui.service.GUIPreferences
Restores a Memento from the preferences.
restoreMemento(GUIPreferences) - Method in interface net.sf.doolin.gui.service.Memento
Restores this object from the preferences.
restoreMemento(Memento) - Method in class net.sf.doolin.gui.service.support.AbstractGUIPreferences
Restores a Memento from the preferences.
restoreView(GUIWindow<B>, ViewReference<V, DockingConstraint>, Dock) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Restores the docking for a view
retrieve(GUIWindow<?>) - Method in class net.sf.doolin.gui.docking.storage.DefaultDockingStorage
 
retrieve(GUIWindow<?>) - Method in class net.sf.doolin.gui.docking.storage.DefaultStorage
 
retrieve(GUIWindow<?>) - Method in interface net.sf.doolin.gui.docking.storage.DockingStorage
Retrieves the DockDescription for the window.
retrieve(GUIWindow<?>) - Method in interface net.sf.doolin.gui.docking.storage.Storage
Retrieves the value for a window.
retrieve(GUIWindow<?>) - Method in class net.sf.doolin.gui.docking.storage.XMLDockingStorage
 
RIGHT - Static variable in class net.sf.doolin.gui.swing.DockLayout
RIGHT location
RootOXMLAction - Class in net.sf.doolin.oxml.action
Root OXML action.
RootOXMLAction() - Constructor for class net.sf.doolin.oxml.action.RootOXMLAction
 
ruleObject(String, Class<?>, String) - Method in class net.sf.doolin.util.xml.DigesterUtils
Creates a simple rule in the digester to create a new class for a node, setting its properties and calling a method on it after creation.
ruleProperties(String) - Method in class net.sf.doolin.util.xml.DigesterUtils
Creates a simple rule in the digester to setup an item from for a node, setting its properties.
ruleProperty(String, String) - Method in class net.sf.doolin.util.xml.DigesterUtils
Creates a rule for creating a property from a leaf node, using the node's content as a value.
ruleProperty(String, String, Class<?>) - Method in class net.sf.doolin.util.xml.DigesterUtils
Creates a rule for creating a typed property from a leaf node, using the node's content as a value.
run() - Method in class net.sf.doolin.gui.bus.BusMonitoringRefreshTask
 
run() - Method in class net.sf.doolin.gui.swing.JFontChooser.ListSearchTextFieldDocumentHandler.ListSelector
 
run() - Method in class net.sf.doolin.gui.util.GUILF
Run.

S

sameOrigin(Object) - Method in class net.sf.doolin.bus.support.PropertyChangeMessage
 
save() - Method in interface net.sf.doolin.gui.service.GUIPreferences
Saves the preferences in the back store
save() - Method in class net.sf.doolin.gui.service.support.DefaultGUIPreferences
 
save() - Method in class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
 
SaveInPrefsActionDelegate<E extends Memento> - Class in net.sf.doolin.gui.action.support
ActionDelegate implementation that saves its parameter in the GUIPreferences.
SaveInPrefsActionDelegate() - Constructor for class net.sf.doolin.gui.action.support.SaveInPrefsActionDelegate
 
saveMemento(Memento) - Method in interface net.sf.doolin.gui.service.GUIPreferences
Saves a Memento in the preferences.
saveMemento(GUIPreferences) - Method in interface net.sf.doolin.gui.service.Memento
Saves this object in the preferences.
saveMemento(Memento) - Method in class net.sf.doolin.gui.service.support.AbstractGUIPreferences
Saves a Memento in the preferences.
ScreenUtils - Class in net.sf.doolin.util
 
ScrollablePanel - Class in net.sf.doolin.gui.swing
JPanel which is scrollable.
ScrollablePanel(JPanel) - Constructor for class net.sf.doolin.gui.swing.ScrollablePanel
Constructor
SectionParser - Class in net.sf.doolin.gui.spring
Parser for FormSection
SectionParser() - Constructor for class net.sf.doolin.gui.spring.SectionParser
Constructor
select(SelectableItem<E>) - Method in class net.sf.doolin.gui.field.list.multi.MultiComboField
 
SelectableItem<T> - Class in net.sf.doolin.gui.field.list.multi
Item that can be selected
SelectableItem(T) - Constructor for class net.sf.doolin.gui.field.list.multi.SelectableItem
Constructor
SelectableItem(T, boolean) - Constructor for class net.sf.doolin.gui.field.list.multi.SelectableItem
Constructor
SELECTED - Static variable in class net.sf.doolin.gui.field.list.multi.SelectableItem
selected property
selectNodeList(Node, String) - Method in class net.sf.doolin.util.xml.XPathUtils
Get a list of node using an XPath expression from a root node.
selectSingleNode(Node, String) - Method in class net.sf.doolin.util.xml.XPathUtils
Get a single node using an XPath expression from a root node.
SeparatorActionPath - Class in net.sf.doolin.gui.action.path.item
This action path installs a separator at the given path.
SeparatorActionPath() - Constructor for class net.sf.doolin.gui.action.path.item.SeparatorActionPath
Constructor with no path.
SeparatorActionPath(List<String>) - Constructor for class net.sf.doolin.gui.action.path.item.SeparatorActionPath
Constructor with some paths.
SeparatorParser - Class in net.sf.doolin.gui.spring
Parser for FieldSeparator
SeparatorParser() - Constructor for class net.sf.doolin.gui.spring.SeparatorParser
Constructor
sequenceGet(String) - Method in class net.sf.doolin.oxml.OXMLContext
Gets a sequence.
SequenceOXMLAction - Class in net.sf.doolin.oxml.action
sequence action.
SequenceOXMLAction() - Constructor for class net.sf.doolin.oxml.action.SequenceOXMLAction
 
sequencePut(SequenceOXMLAction) - Method in class net.sf.doolin.oxml.OXMLContext
Registers a sequence.
SequenceToken - Class in net.sf.doolin.util.expression
List of Tokens.
SequenceToken() - Constructor for class net.sf.doolin.util.expression.SequenceToken
Constructor.
SequenceWizardRules<B> - Class in net.sf.doolin.gui.wizard.rule
Simple wizard navigation rule that just follows a fixed sequence of views.
SequenceWizardRules() - Constructor for class net.sf.doolin.gui.wizard.rule.SequenceWizardRules
 
ServiceActionDelegate<E> - Class in net.sf.doolin.gui.action.support
Delegates the call to a service.
ServiceActionDelegate() - Constructor for class net.sf.doolin.gui.action.support.ServiceActionDelegate
 
ServiceGUIAction<T> - Class in net.sf.doolin.gui.action
 
ServiceGUIAction() - Constructor for class net.sf.doolin.gui.action.ServiceGUIAction
 
ServiceNamePatternFactoryBean<F> - Class in net.sf.doolin.context.support
 
ServiceNamePatternFactoryBean() - Constructor for class net.sf.doolin.context.support.ServiceNamePatternFactoryBean
 
setAction(GUIAction) - Method in class net.sf.doolin.gui.action.DelegateGUIAction
Sets the target action
setAction(GUIAction) - Method in class net.sf.doolin.gui.action.path.statusbar.StatusBarLabel
Sets the action to execute when the user clicks on the label.
setAction(GUIAction) - Method in class net.sf.doolin.gui.action.PromptGUIAction
 
setAction(GUIAction) - Method in class net.sf.doolin.gui.action.support.ActionProxyDelegate
Sets the action to execute
setAction(GUIAction) - Method in class net.sf.doolin.gui.field.FieldButton
Associated action to execute
setActionCallback(ActionCallback) - Method in class net.sf.doolin.gui.template.component.JTemplate
Sets the associated action callback that will be called for any action URL in the generated template.
setActionContext(ActionContext) - Method in class net.sf.doolin.gui.field.support.AbstractField
Sets the action context.
setActionContextConverter(Function<ActionContext, ActionContext>) - Method in class net.sf.doolin.gui.action.DelegateGUIAction
Sets the action context converter
setActionContextDataExtractor(ActionContextDataExtractor) - Method in class net.sf.doolin.gui.action.AbstractGUIAction
 
setActionDelegate(ActionDelegate<V>) - Method in class net.sf.doolin.gui.window.opener.AbstractViewOpener
 
setActionFactory(ActionFactory) - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
Sets the action factory for the creation of action-related components.
setActionFactory(ActionFactory) - Method in class net.sf.doolin.gui.view.decorator.AbstractGUIViewDecorator
Sets the action factory.
setActionFactory(ActionFactory) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Sets the action factory.
setActionFactory(ActionFactory) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Sets the action factory.
setActionMap(Map<String, GUIAction>) - Method in class net.sf.doolin.gui.template.field.FieldTemplate
Sets the map of actions in the template.
setActionPathList(ActionPathList) - Method in class net.sf.doolin.gui.action.path.toolbar.ToolBar
Sets the action path list.
setActionPathListList(List<ActionPathList>) - Method in class net.sf.doolin.gui.action.path.list.AggregatedActionPathList
Sets the list of action path lists.
setActivateLogging(boolean) - Method in class net.sf.doolin.gui.bus.BusMonitoringModel
 
setAdapter(Adapter<S, DisplayState>) - Method in class net.sf.doolin.gui.display.AdaptedContextPropertyDisplayStateHandler
Sets the adapter.
setAdapter(Adapter<Object, Object>) - Method in class net.sf.doolin.gui.field.AbstractPropertyFieldDescriptor
Sets the adapter used between the model and the field
setAlignment(String) - Method in class net.sf.doolin.gui.field.FieldSeparator
Alignment of the title in the separator
setApplicationContext(ApplicationContext) - Method in class net.sf.doolin.context.AbstractApplication
setAsText(String) - Method in class net.sf.doolin.gui.spring.ColorEditor
 
setAsText(String) - Method in class net.sf.doolin.util.unit.ValueUnitEditor
 
setAttributeAsProperty(Element, String, BeanDefinitionBuilder) - Method in class net.sf.doolin.context.spring.AbstractDefinitionParser
Sets the attribute as property.
setAttributeAsProperty(Element, String, String, BeanDefinitionBuilder) - Method in class net.sf.doolin.context.spring.AbstractDefinitionParser
Sets the attribute as property.
setAttributeAsReference(Element, String, String, BeanDefinitionBuilder) - Method in class net.sf.doolin.context.spring.AbstractDefinitionParser
Sets the attribute as a reference.
setAutoRefresh(boolean) - Method in class net.sf.doolin.gui.bus.BusMonitoringModel
 
setBeanClass(Class<T>) - Method in class net.sf.doolin.gui.swing.ByClassAndPropertyFormat
Sets the beanClass
setBeanClass(Class<T>) - Method in class net.sf.doolin.util.factory.SimpleDataFactory
Sets the class to create
setBeanFactory(BeanFactory) - Method in class net.sf.doolin.context.support.AbstractServiceNameFactoryBean
 
setBeanName(String) - Method in class net.sf.doolin.gui.action.AbstractSimpleGUIAction
.
setBeanName(String) - Method in class net.sf.doolin.gui.edit.GUIEditAction
 
setBeanName(String) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
setBeanName(String) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
 
setBigDecimal(GUIPreferences, String, BigDecimal) - Static method in class net.sf.doolin.gui.util.PreferencesUtils
Stores a BigDecimal in the preferences
setBold(boolean) - Method in class net.sf.doolin.gui.style.FontStyle
Sets if the font is bold.
setBoolean(String, Boolean) - Method in interface net.sf.doolin.gui.service.GUIPreferences
Sets a preference value as a string
setBoolean(String, Boolean) - Method in class net.sf.doolin.gui.service.support.DefaultGUIPreferences
 
setBoolean(String, Boolean) - Method in class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
 
setBorder(Border) - Method in class net.sf.doolin.gui.action.path.statusbar.GUIStatusBar
Sets the border to apply to the components in the status bar.
setBorder(boolean) - Method in class net.sf.doolin.gui.form.FormSection
Sets true if a border must surround the section.
setCancellable(boolean) - Method in class net.sf.doolin.gui.monitor.TaskMonitor
Sets if the task can be cancelled or not
setCanClose(boolean) - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
setCentered(boolean) - Method in class net.sf.doolin.gui.window.support.WindowSize
Sets if the window must be centred on the screen
setChangeSupport(boolean) - Method in class net.sf.doolin.gui.field.tree.Node
 
setChildren(List<Children>) - Method in class net.sf.doolin.gui.field.tree.Node
 
setChildrenAsListProperty(Element, String, String, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.context.spring.AbstractDefinitionParser
Sets the elements as a list property.
setClassName(String) - Method in class net.sf.doolin.gui.docking.storage.OXMLDocking
Sets the class name for this dock
setCloseable(boolean) - Method in class net.sf.doolin.gui.docking.DockingConstraint
Sets if the view can be closed
setCloseAction(GUIAction) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Sets the close action.
setCloseAction(GUIAction) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Sets the close action.
setCode(String) - Method in class net.sf.doolin.util.CodeLabel
 
setCode(String) - Method in class net.sf.doolin.util.I18NCode
 
setCollapsable(boolean) - Method in class net.sf.doolin.gui.form.FormSection
Sets if the section can be collapsed or not
setCollapsed(boolean) - Method in class net.sf.doolin.gui.form.FormSection
Sets if the section is collapsed
setCollapsed(boolean) - Method in class net.sf.doolin.gui.swing.CollapsablePanel
Sets the collapsed state of the panel
setCollapsed(boolean) - Method in class net.sf.doolin.gui.swing.CollaspableBorder
Sets the collapsed state of the border
setCollapsedPropertyPath(String) - Method in class net.sf.doolin.gui.form.FormSection
Sets the path to the property that defines the collapsed state
setCollectEnabled(boolean) - Method in class net.sf.doolin.oxml.OXMLContextConfig
Sets the collect enabled.
setColor(Color) - Method in class net.sf.doolin.gui.field.table.style.FixedColorTableStyle
Sets the even row color.
setColor(Color) - Method in class net.sf.doolin.gui.style.BackgroundStyle
Sets the colour to apply as background
setColor(GUIPreferences, String, Color) - Static method in class net.sf.doolin.gui.util.PreferencesUtils
Stores a Color in the preferences
setColumnGenerator(ColumnGenerator<V, E>) - Method in class net.sf.doolin.gui.field.table.FieldTable
Sets the generator for the columns of the tabler.
setColumnGroups(String) - Method in class net.sf.doolin.gui.layout.FormLayoutService
Sets the column groups.
setColumns(int) - Method in class net.sf.doolin.gui.field.AbstractFieldText
Sets the columns.
setColumns(int) - Method in class net.sf.doolin.gui.field.FieldPassword
Sets the number of columns for the password field
setColumns(int) - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
setColumns(List<Column>) - Method in class net.sf.doolin.gui.field.table.column.DefaultColumnGenerator
Sets the columns.
setColumnSpecs(String) - Method in class net.sf.doolin.gui.layout.FormLayoutService
Sets the column specifications.
setColumnSpecs(String) - Method in class net.sf.doolin.gui.layout.TableLayoutService
Sets the column specifications for a row
setColumnUpdatePolicy(ColumnUpdatePolicy) - Method in class net.sf.doolin.gui.field.table.Column
Update policy when the column cell is edited
setColumnValue(SelectableItem<E>, Object, int) - Method in class net.sf.doolin.gui.field.list.multi.MultiComboTableFormat
 
setColumnValue(E, Object, int) - Method in class net.sf.doolin.gui.field.table.support.GUITableFormat
Updates the column value and executes any action if it is defined.
setCommitOnFocusLost(boolean) - Method in class net.sf.doolin.gui.field.AbstractFieldText
Sets the commit on focus lost.
setCompletionSupport(CompletionSupport<E>) - Method in class net.sf.doolin.gui.field.list.FieldCombo
Sets the completion support for this combo box.
setComponentFactory(ComponentFactory) - Method in class net.sf.doolin.gui.field.FieldSeparator
Factory for the components
setComponents(List<StatusBarComponent>) - Method in class net.sf.doolin.gui.action.path.statusbar.GUIStatusBar
Sets the list of component definitions for this status bar.
setCondition(String) - Method in class net.sf.doolin.gui.display.ConditionalJEXLDisplayStateHandler
Sets the JEXL condition, where 'model' is set for the context data
setCondition(String) - Method in class net.sf.doolin.gui.wizard.rule.condition.JEXLWizardRule
Sets the JEXL expression
setConfig(OXMLContextConfig) - Method in class net.sf.doolin.oxml.OXMLContext
Sets the config.
setConfirmPasswordPropertyPath(String) - Method in class net.sf.doolin.gui.validation.ConfirmPasswordValidator
Path to the property that contains the confirmation of the password
setConnector(LabelConnector) - Method in class net.sf.doolin.gui.action.path.statusbar.StatusBarLabel
Sets the connector for the label text
setConstraint(String) - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
Sets the constraint for the layout.
setConstraintAdapter(LayoutConstraintAdapter<Object, Object>) - Method in class net.sf.doolin.gui.layout.LayoutManagerService
Sets the constraint adapter.
setContainerProperty(String) - Method in class net.sf.doolin.context.spring.SimpleDefinitionParser
Specifies that the parsed bean must be used as a property in the containing bean.
setContentFormat(String) - Method in class net.sf.doolin.gui.template.field.FieldTemplate
Sets the content format for this template.
setContext(Object) - Method in interface net.sf.doolin.gui.action.ActionContext
Sets the contextual value of this context.
setContext(Object) - Method in class net.sf.doolin.gui.action.support.AbstractActionContext
Sets the context
setContext(Object) - Method in class net.sf.doolin.gui.action.support.DelegateDataActionContext
 
setContext(Map<String, Object>) - Method in class net.sf.doolin.gui.template.component.JTemplate
Sets the context.
setContext(Map<String, DataFactory<?>>) - Method in class net.sf.doolin.gui.template.field.FieldTemplate
Sets the context to define for this template.
setContextualBus(IBus) - Static method in class net.sf.doolin.bus.Bus
Sets the bus in the thread context and returns the previous one.
setConverter(Function<S, T>) - Method in class net.sf.doolin.gui.action.support.ConverterDelegate
Sets the converter.
setCopier(ItemCopier<T>) - Method in class net.sf.doolin.util.CopyFunction
Sets the copier to use (required)
setCopier(ItemCopier<T>) - Method in class net.sf.doolin.util.ItemCopyConverter
Deprecated. Sets the copier to use (required)
setCount(int) - Method in class net.sf.doolin.gui.bus.BusMonitoringModel
Sets the count of subscriptions
setCreationDelegate(ActionDelegate<String>) - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
setCurrentView(String) - Method in class net.sf.doolin.gui.wizard.state.WizardState
Navigates to the given view.
setCustomHeaderFactory(CustomHeaderFactory<V, E>) - Method in class net.sf.doolin.gui.field.table.FieldTable
 
setDataFactory(DataFactory<?>) - Method in class net.sf.doolin.gui.action.support.DataActionContextConverter
Sets the factory for the action context data
setDataFactory(DataFactory<? extends Object>) - Method in class net.sf.doolin.gui.action.support.DefaultActionContextDataExtractor
 
setDataFactory(DataFactory<B>) - Method in class net.sf.doolin.gui.app.support.GUIWindowStartup
Data factory that creates the bean for the window
setDataFactory(DataFactory<T>) - Method in class net.sf.doolin.util.factory.InitialisingDataFactory
Sets the factory to call first.
setDecorationStyle(DecorationStyle) - Method in class net.sf.doolin.gui.window.descriptor.SimpleGUIWindowDescriptor
Sets the decoration style for the view decorator
setDecorationStyle(DecorationStyle) - Method in class net.sf.doolin.gui.window.descriptor.ViewReference
Sets the decoration style.
setDecorators(List<GUIViewDecorator>) - Method in class net.sf.doolin.gui.view.decorator.ChainedGUIViewDecorator
Sets the decorators.
setDefaultAdapter(CSVAdapter) - Method in class net.sf.doolin.tabular.csv.CSVWriter
Sets the defaultAdapter property.
setDefaultBorder(boolean) - Method in class net.sf.doolin.gui.layout.FormLayoutService
Sets the default border.
setDefaultBus(IBus) - Static method in class net.sf.doolin.bus.Bus
Sets the default bus to use and returns the previous one.
setDefaultButton(boolean) - Method in class net.sf.doolin.gui.field.FieldButton
Sets to true if this is the default button.
setDefaultButton(JButton) - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogWindow
 
setDefaultButton(JButton) - Method in class net.sf.doolin.gui.window.support.DialogIWindow
 
setDefaultButton(JButton) - Method in class net.sf.doolin.gui.window.support.FrameIWindow
 
setDefaultButton(JButton) - Method in interface net.sf.doolin.gui.window.support.IWindow
 
setDefaultButtons() - Method in class net.sf.doolin.gui.wizard.support.WizardWindow
Sets the default buttons
setDefaultID(String) - Method in class net.sf.doolin.context.spring.SimpleDefinitionParser
Sets the default ID to use when none is provided
setDefaultState(DisplayState) - Method in class net.sf.doolin.gui.display.MapStateAdapter
Default state when not mapped
setDefaultStyle(TableStyle) - Method in class net.sf.doolin.gui.field.table.style.PropertyValueTableStyle
Sets the default style to apply if the property value is not found in the map.
setDefaultTextExpression(String) - Method in class net.sf.doolin.gui.swing.DefaultTextLabelInfoProvider
Default text
setDefaultValue(String) - Method in class net.sf.doolin.util.I18NString
Set the default value
setDelegate(ActionDelegate<T>) - Method in class net.sf.doolin.gui.action.DelegateDialogAction
Sets the delegate.
setDelegate(ActionDelegate<T>) - Method in class net.sf.doolin.gui.action.support.ConverterDelegate
Sets the delegate to call after conversion.
setDelegateException(boolean) - Method in class net.sf.doolin.gui.action.task.AbstractGUITask
Sets if exception must be delegated to the caller.
setDeleteDelegate(ActionDelegate<Collection<E>>) - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
setDialog(ViewOpener<T>) - Method in class net.sf.doolin.gui.action.DialogAction
Sets the dialog.
setDialogActions(List<GUIAction>) - Method in class net.sf.doolin.gui.window.dialog.CustomDialogWindowFactory
Sets the list of actions for the dialog
setDialogActionsFactory(DialogActionsFactory) - Method in class net.sf.doolin.gui.window.support.DialogWindowFactory
Sets the dialog actions factory (for OK and Cancel).
setDigest(boolean) - Method in class net.sf.doolin.gui.field.FieldPassword
Deprecated. Use FieldPassword.setStore(FieldPasswordStore) instead
setDirectory(boolean) - Method in class net.sf.doolin.gui.field.FieldFile
Selection of directories
setDirectory(boolean) - Method in class net.sf.doolin.gui.swing.JFile
Sets the directory.
setDisplayState(Field<V>, JComponent, DisplayState) - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
 
setDisplayState(Field<V>, JComponent, DisplayState) - Method in class net.sf.doolin.gui.field.AbstractFieldText
Sets the display state of the field
setDisplayState(Field<V>, JComponent, DisplayState) - Method in interface net.sf.doolin.gui.field.FieldDescriptor
Sets the display state of the field
setDisplayState(Field<V>, JComponent, DisplayState) - Method in class net.sf.doolin.gui.field.list.FieldRadioGroup
 
setDisplayStateHandler(DisplayStateHandler) - Method in class net.sf.doolin.gui.action.AbstractGUIAction
Sets the display state handler.
setDisplayStateHandler(DisplayStateHandler) - Method in class net.sf.doolin.gui.display.MultiDisplayStateHandler
Utility method to add one DisplayStateHandler to the list.
setDisplayStateHandler(DisplayStateHandler) - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
Sets the display state handler.
setDockingPath(String) - Method in class net.sf.doolin.gui.docking.DockingConstraint
Path to the dock that must contain the view
setDockingStorage(DockingStorage) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Sets the storage used to store the docking information.
setDone(boolean) - Method in class net.sf.doolin.gui.edit.AbstractGUIEdit
Sets if the task has been done.
setDoubleClickAction(GUIAction) - Method in class net.sf.doolin.gui.field.table.FieldTable
Sets the action to execute when a row is double-clicked.
setEditable(ColumnEditable<Object>) - Method in class net.sf.doolin.gui.field.table.Column
Defines if the column is editable
setEdited(boolean) - Method in class net.sf.doolin.util.EditableValue
Sets if the value has been edited
setEditManagerPropertyPath(String) - Method in class net.sf.doolin.gui.edit.GUIEditAction
Sets the path to the property that holds the task manager.
setEditor(TableCellEditor) - Method in class net.sf.doolin.gui.field.table.Column
Editor for the column
setElementAsProperty(Element, String, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.context.spring.AbstractDefinitionParser
Sets the element as property.
setElementAsProperty(Element, String, String, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.context.spring.AbstractDefinitionParser
Sets the element as property.
setEnabled(boolean) - Method in class net.sf.doolin.gui.swing.ComboFilePath
 
setEnabled(boolean) - Method in interface net.sf.doolin.gui.swing.IFilePath
Enables or disables the file path component
setEnabled(boolean) - Method in class net.sf.doolin.gui.swing.JFile
Sets if the component is enabled or not.
setEnabled(boolean) - Method in class net.sf.doolin.gui.swing.TextFilePath
 
setEncoding(String) - Method in class net.sf.doolin.tabular.csv.CSVWriter
Sets the encoding property.
setEngines(Map<String, TemplateEngine>) - Method in class net.sf.doolin.template.support.AbstractTemplateManager
Sets the indexed list of engines
setEnum(GUIPreferences, String, Enum<E>) - Static method in class net.sf.doolin.gui.util.PreferencesUtils
Stores a Enum in the preferences
setEnumClass(Class<E>) - Method in class net.sf.doolin.util.Enum2StringAdapter
Sets the enumeration class to use (required).
setErrorMessageService(ErrorMessageService) - Method in class net.sf.doolin.gui.service.support.DefaultInfoService
 
setEvenRowColor(Color) - Method in class net.sf.doolin.gui.field.table.style.AlternateColorTableStyle
Sets the even row color.
setExceptionTranslator(ExceptionTranslator) - Method in class net.sf.doolin.gui.service.info.DefaultErrorMessageService
 
setExpression(String) - Method in class net.sf.doolin.gui.action.path.statusbar.ExpressionLabelConnector
Sets the expression
setExpression(String) - Method in class net.sf.doolin.gui.swing.ExpressionLabelInfoProvider
Sets the expression to use
setExternalizable(boolean) - Method in class net.sf.doolin.gui.docking.DockingConstraint
Defines if the view can be externalized from its dock.
setField(Field<V>) - Method in class net.sf.doolin.gui.field.support.FieldTransferHandler
Sets the associated field
setFieldCombo(FieldCombo<V, E>) - Method in class net.sf.doolin.gui.field.table.editor.ComboTableCellEditor
Sets the field definition for the combo box
setFieldList(List<FieldDescriptor<V>>) - Method in class net.sf.doolin.gui.form.FormSection
Sets the field list.
setFieldList(List<FieldDescriptor<V>>) - Method in class net.sf.doolin.gui.form.FormViewDescriptor
Sets the field list.
setFile(String, File) - Method in interface net.sf.doolin.gui.service.GUIPreferences
Sets a preference value as a file.
setFile(String, File) - Method in class net.sf.doolin.gui.service.support.DefaultGUIPreferences
 
setFile(String, File) - Method in class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
 
setFile(File) - Method in class net.sf.doolin.gui.swing.ComboFilePath
 
setFile(File) - Method in class net.sf.doolin.gui.swing.FileBrowser
Set the initial file
setFile(File) - Method in interface net.sf.doolin.gui.swing.IFilePath
Sets the current file path
setFile(File) - Method in class net.sf.doolin.gui.swing.JFile
Sets the file.
setFile(File) - Method in class net.sf.doolin.gui.swing.TextFilePath
 
setFileDescription(String) - Method in class net.sf.doolin.gui.swing.FileBrowser
Sets the file description.
setFileFilter(String) - Method in class net.sf.doolin.gui.swing.FileBrowser
Sets the file filter.
setFilePath(String) - Method in class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
Sets the relative file path to the preferences file (may be local).
setFilter(String) - Method in class net.sf.doolin.gui.field.FieldFile
Sets the filter for files.
setFilter(String) - Method in class net.sf.doolin.gui.swing.JFile
Sets the filter.
setFilterDescription(String) - Method in class net.sf.doolin.gui.field.FieldFile
Description of the filter for files
setFilterDescription(String) - Method in class net.sf.doolin.gui.swing.JFile
Sets the filter description.
setFilterMode(String) - Method in class net.sf.doolin.gui.swing.CompletionSupport
Sets the filter mode as defined as constants in TextMatcherEditor
setFloatable(boolean) - Method in class net.sf.doolin.gui.action.path.toolbar.ToolBar
Sets the floatable status.
setFont(GUIPreferences, String, Font) - Static method in class net.sf.doolin.gui.util.PreferencesUtils
Stores a Font in the preferences
setFontColor(Color) - Method in class net.sf.doolin.gui.style.FontStyle
Sets the color for the font
setFormat(Format) - Method in class net.sf.doolin.gui.swing.CompletionSupport
Sets the format used for item
setFormat(String) - Method in class net.sf.doolin.gui.swing.DateLabelInfoProvider
Sets the format property.
setFormat(String) - Method in class net.sf.doolin.gui.template.component.JTemplate
Sets the format.
setFractionDigits(int) - Method in class net.sf.doolin.gui.field.FieldDecimal
 
setFractionShowAll(boolean) - Method in class net.sf.doolin.gui.field.FieldDecimal
 
setGroup(String) - Method in class net.sf.doolin.gui.field.FieldRadio
Sets the name of the group this radio button belongs to.
setHandlers(List<DisplayStateHandler>) - Method in class net.sf.doolin.gui.display.MultiDisplayStateHandler
Sets the handlers.
setHeader(boolean) - Method in class net.sf.doolin.gui.docking.DockingConstraint
Sets if the dock must have a header when docked alone
setHeaderFactory(GUITableHeaderFactory<V, E>) - Method in class net.sf.doolin.gui.field.table.FieldTable
 
setHeaderMenuFactory(GUITableHeaderMenuFactory<V, E>) - Method in class net.sf.doolin.gui.field.table.header.support.DefaultGUITableHeaderFactory
 
setHeight(int) - Method in class net.sf.doolin.gui.window.support.WindowSize
Sets the height.
setHtml(boolean) - Method in class net.sf.doolin.gui.action.util.ActionAbout
Defines if the content is HTML"
setIcon(Icon) - Method in class net.sf.doolin.gui.action.support.AbstractSwingAction
Sets the icon for this action
setIcon(String) - Method in class net.sf.doolin.gui.field.FieldToggle
Sets the icon ID associated with this button
setIcon(Icon) - Method in class net.sf.doolin.gui.swing.LabelInfo
Sets the icon.
setIcon(Icon) - Method in class net.sf.doolin.gui.window.support.AbstractIWindow
 
setIcon(Icon) - Method in interface net.sf.doolin.gui.window.support.IWindow
Sets the window icon
setIconDefinitions(Map<String, IconDefinition>) - Method in class net.sf.doolin.gui.service.icon.AbstractIconService
Sets the list of icon definitions
setIconExpression(String) - Method in class net.sf.doolin.gui.swing.ExpressionLabelInfoProvider
Sets the expression to use to get the icon id
setIconFormat(String) - Method in class net.sf.doolin.gui.swing.FormattedKeyLabelInfoProvider
Sets the format that is used to build the text key of the icon id.
setIconId(String) - Method in class net.sf.doolin.gui.action.AbstractSimpleGUIAction
Sets the icon id.
setIconId(String) - Method in class net.sf.doolin.gui.field.FieldLabel
Sets the ID of the icon to associate with this label.
setIconId(String) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Sets the icon id.
setIconId(String) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Sets the icon id.
setIconPropertyPath(String) - Method in class net.sf.doolin.gui.swing.PropertyLabelInfoProvider
Sets the path to the property that contains the icon
setIconService(IconService) - Method in class net.sf.doolin.gui.action.AbstractGUIAction
Sets the icon service.
setIconService(IconService) - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
Sets the IconService service that is used to access the icons.
setIconService(IconService) - Method in class net.sf.doolin.gui.swing.ClassLabelInfoProvider
Sets the icon service used to access icons
setIconService(IconService) - Method in class net.sf.doolin.gui.swing.EnumLabelInfoProvider
Sets the icon service used to access icons
setIconService(IconService) - Method in class net.sf.doolin.gui.swing.ExpressionLabelInfoProvider
Sets the icon service used to access icons
setIconService(IconService) - Method in class net.sf.doolin.gui.swing.FormattedKeyLabelInfoProvider
Sets the icon service used to access icons
setIconService(IconService) - Method in class net.sf.doolin.gui.swing.KeyLabelInfoProvider
Sets the icon service used to access icons
setIconService(IconService) - Method in class net.sf.doolin.gui.swing.PropertyLabelInfoProvider
Sets the icon service used to access the icon
setIconService(IconService) - Method in class net.sf.doolin.gui.view.decorator.AbstractGUIViewDecorator
Sets the icon service.
setIconService(IconService) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Sets the icon service.
setIconSize(IconSize) - Method in class net.sf.doolin.gui.field.FieldButton
 
setId(String) - Method in class net.sf.doolin.gui.edit.GUIEditAction
Sets the ID of this action
setId(String) - Method in class net.sf.doolin.gui.field.tree.Node
 
setId(String) - Method in class net.sf.doolin.gui.field.tree.support.AbstractChildren
 
setIfFalseState(DisplayState) - Method in class net.sf.doolin.gui.display.AbstractSimpleDisplayStateHandler
 
setIfFalseState(DisplayState) - Method in class net.sf.doolin.gui.display.BooleanStateAdapter
Sets the state to return if the boolean is evaluated to false
setIfFalseState(DisplayState) - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Display state to return when condition is evaluated to false
setIfFalseState(DisplayState) - Method in class net.sf.doolin.gui.display.ConditionalJEXLDisplayStateHandler
Display state to return when condition is evaluated to false
setIfFalseState(DisplayState) - Method in class net.sf.doolin.gui.display.ConditionalStateAdapter
Display state to return when condition is evaluated to false
setIfTrueState(DisplayState) - Method in class net.sf.doolin.gui.display.AbstractSimpleDisplayStateHandler
 
setIfTrueState(DisplayState) - Method in class net.sf.doolin.gui.display.BooleanStateAdapter
Sets the state to return if the boolean is evaluated to true
setIfTrueState(DisplayState) - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Display state to return when condition is evaluated to true
setIfTrueState(DisplayState) - Method in class net.sf.doolin.gui.display.ConditionalJEXLDisplayStateHandler
Display state to return when condition is evaluated to true
setIfTrueState(DisplayState) - Method in class net.sf.doolin.gui.display.ConditionalStateAdapter
Display state to return when condition is evaluated to true
setInitialisationMap(Map<String, Object>) - Method in class net.sf.doolin.util.factory.InitialisingDataFactory
Sets the property paths and their values
setInitialNote(String) - Method in class net.sf.doolin.gui.monitor.TaskMonitor
Sets the initial note message for the progress dialog
setInitialView(String) - Method in class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
Sets the initial view name for this wizard.
setInParent(OXMLContext, Object) - Method in class net.sf.doolin.oxml.action.CreateOXMLAction
Sets the created instance into its parent
setInt(String, Integer) - Method in interface net.sf.doolin.gui.service.GUIPreferences
Sets a preference value as an integer
setInt(String, Integer) - Method in class net.sf.doolin.gui.service.support.DefaultGUIPreferences
 
setInt(String, Integer) - Method in class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
 
setIntegerDigits(int) - Method in class net.sf.doolin.gui.field.FieldDecimal
 
setItalic(boolean) - Method in class net.sf.doolin.gui.style.FontStyle
Sets if the font is italic.
setItemChanges(boolean) - Method in class net.sf.doolin.gui.field.table.FieldTable
Sets if the table must listen to changes in the row items.
setItemListAddNull(boolean) - Method in class net.sf.doolin.gui.field.list.AbstractListPropertyFieldDescriptor
Sets if a null entry is added at the beginning of the list
setItemListFactory(DataFactory<EventList<String>>) - Method in class net.sf.doolin.gui.field.FieldFile
Sets the item list factory when the user can select a path among some predefined one or enter one.
setItemListFactory(DataFactory<EventList<E>>) - Method in class net.sf.doolin.gui.field.list.AbstractListPropertyFieldDescriptor
Sets the item list factory.
setItemListFactory(ITableEventListFactory<E>) - Method in class net.sf.doolin.gui.field.table.FieldTable
 
setIwindowFactory(IWindowFactory) - Method in class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
Sets the window implementation factory for this wizard.
setKey(String) - Method in class net.sf.doolin.gui.validation.ConfirmPasswordValidator
Key that identifies the password field
setKeyMap(Map<Object, String>) - Method in class net.sf.doolin.gui.swing.KeyLabelInfoProvider
Sets the key map.
setLabel(String) - Method in class net.sf.doolin.util.CodeLabel
 
setLabelInfoMap(Map<Object, LabelInfo>) - Method in class net.sf.doolin.gui.swing.MapLabelInfoProvider
Sets the label info map.
setLabelInfoProvider(LabelInfoProvider) - Method in class net.sf.doolin.gui.field.FieldLabelInfo
Sets the LabelInfoProvider used to render this field.
setLabelInfoProvider(LabelInfoProvider) - Method in class net.sf.doolin.gui.field.list.AbstractListPropertyFieldDescriptor
Sets the LabelInfoProvider used to render the cell.
setLabelKey(String) - Method in class net.sf.doolin.gui.validation.ConfirmPasswordValidator
Key for the text that defines the password field
setLabelProvider(LabelInfoProvider) - Method in class net.sf.doolin.gui.field.table.renderer.LabelInfoTableCellRenderer
Sets the label provider.
setLabelProvider(LabelInfoProvider) - Method in class net.sf.doolin.gui.field.tree.Node
 
setLabelProvider(LabelInfoProvider) - Method in class net.sf.doolin.gui.swing.LabelInfoListCellRenderer
Sets the label info provider
setLayout(ActionAbout.ImagePosition) - Method in class net.sf.doolin.gui.action.util.ActionAbout
Position of the image
setLayout(LayoutService) - Method in class net.sf.doolin.gui.form.FormSection
Sets the layout.
setLayout(LayoutService) - Method in class net.sf.doolin.gui.form.FormViewDescriptor
Sets the layout.
setLayoutManager(LayoutManager) - Method in class net.sf.doolin.gui.layout.LayoutManagerService
Sets the layout manager.
setLayoutService(LayoutService) - Method in class net.sf.doolin.gui.window.descriptor.LayoutGUIWindowDescriptor
Layout manager to use for positioning the views in the window
setLeaf(boolean) - Method in class net.sf.doolin.gui.docking.storage.OXMLDocking
Sets if this dock is a leaf.
setLfClassName(String) - Method in class net.sf.doolin.gui.util.GUILF
Sets the lfClassName.
setLfList(List<UIManager.LookAndFeelInfo>) - Method in class net.sf.doolin.gui.lf.LookAndFeelActionPathList
Sets a list of additional look and feels
setLfNameList(List<String>) - Method in class net.sf.doolin.gui.lf.LookAndFeelActionPathList
Sets additional L&F class names
setList(String, String) - Method in class net.sf.doolin.context.spring.SimpleDefinitionParser
The child element defined by childName defines a list of objects which will be put in the propertyName property of the parsed bean.
setListAsProperty(Element, String, String, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.context.spring.AbstractDefinitionParser
Sets the list as property.
setListener(TaskListener<T, V>) - Method in class net.sf.doolin.gui.monitor.Task
Sets the listener
setListString(String, String) - Method in class net.sf.doolin.context.spring.SimpleDefinitionParser
The child element defined by childName defines a list of Strings which will be put in the propertyName property of the parsed bean.
setListStringAsProperty(Element, String, String, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.context.spring.AbstractDefinitionParser
Sets the list of String as property.
setLocation() - Method in class net.sf.doolin.gui.window.support.AbstractIWindow
 
setLocation() - Method in interface net.sf.doolin.gui.window.support.IWindow
Sets the location of the window according to its parent
setLog(BusLog) - Method in interface net.sf.doolin.bus.IBus
Sets the log associated with this bus
setLog(BusLog) - Method in class net.sf.doolin.bus.support.DefaultBus
 
setLoggingLimit(int) - Method in class net.sf.doolin.gui.bus.BusMonitoringLog
 
setLogo(String) - Method in class net.sf.doolin.gui.action.util.ActionAbout
ID for the logo image
setLong(String, Long) - Method in interface net.sf.doolin.gui.service.GUIPreferences
Sets a preference value as a long
setLong(String, Long) - Method in class net.sf.doolin.gui.service.support.DefaultGUIPreferences
 
setLong(String, Long) - Method in class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
 
setLookAndFeelInfo(UIManager.LookAndFeelInfo) - Method in class net.sf.doolin.gui.lf.LFAction
Sets the look and feel info.
setMap(String, String) - Method in class net.sf.doolin.context.spring.SimpleDefinitionParser
The child element defined by childName is a map (containing <entry>s elements) that will be stored in the propertyName property of the parsed bean.
setMap(Map<S, DisplayState>) - Method in class net.sf.doolin.gui.display.MapStateAdapter
Map of subject values to the display state
setMapAsProperty(Element, String, String, ParserContext, BeanDefinitionBuilder) - Method in class net.sf.doolin.context.spring.AbstractDefinitionParser
Sets the map as property.
setMatcherEditorFactory(DataFactory<MatcherEditor<E>>) - Method in class net.sf.doolin.gui.field.table.FieldTable
Sets the factory for the matcher editor used to filter the items in the table.
setMaximized(boolean) - Method in class net.sf.doolin.gui.window.support.WindowSize
Sets the maximized.
setMaximum(int) - Method in class net.sf.doolin.gui.bus.BusMonitoringModel
Sets the maximum count
setMaximum(BigDecimal) - Method in class net.sf.doolin.gui.field.FieldDecimal
Sets the maximum.
setMaximum(Integer) - Method in class net.sf.doolin.gui.field.FieldInteger
Sets the maximum.
setMaximum(Long) - Method in class net.sf.doolin.gui.field.FieldLong
Sets the maximum.
setMaximum(int) - Method in class net.sf.doolin.gui.monitor.TaskMonitor
Updates the maximum number of steps of the progress bar
setMaximumProperty(String) - Method in class net.sf.doolin.gui.field.FieldDecimal
Sets the path to the property that contains the maximum value for this field.
setMaximumProperty(String) - Method in class net.sf.doolin.gui.field.FieldInteger
Sets the path to the property that contains the maximum value for this field.
setMaximumProperty(String) - Method in class net.sf.doolin.gui.field.FieldLong
Sets the path to the property that contains the maximum value for this field.
setMenuBar(ActionPathList) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Sets the ActionPathList that defines the menu bar for this window.
setMessageExpression(String) - Method in class net.sf.doolin.gui.action.task.MonitoredGUITaskExecutor
Sets the expression for the message to display in the monitor.
setMessageKey(JComponent, Object) - Static method in class net.sf.doolin.gui.validation.ValidationComponentUtils
Sets the field key on a component
setMessageKeys(JComponent, Object[]) - Static method in class net.sf.doolin.gui.validation.ValidationComponentUtils
Sets a list of field keys on a component
setMethodName(String) - Method in class net.sf.doolin.gui.action.MethodGUIAction
Sets the name of the method to call on the target bean.
setMethodName(String) - Method in class net.sf.doolin.gui.action.ServiceGUIAction
 
setMethodName(String) - Method in class net.sf.doolin.gui.action.support.MethodActionDelegate
Sets the name of the method to call
setMethodName(String) - Method in class net.sf.doolin.gui.action.support.ServiceActionDelegate
Sets the target method to call
setMethodName(String) - Method in class net.sf.doolin.gui.action.task.MethodGUITask
Sets the method to call on the target property
setMethodName(String) - Method in class net.sf.doolin.gui.model.MethodDataFactory
Sets the method to call on the context
setMinimum(BigDecimal) - Method in class net.sf.doolin.gui.field.FieldDecimal
Sets the minimum.
setMinimum(Integer) - Method in class net.sf.doolin.gui.field.FieldInteger
Sets the minimum.
setMinimum(Long) - Method in class net.sf.doolin.gui.field.FieldLong
Sets the minimum.
setMinimumProperty(String) - Method in class net.sf.doolin.gui.field.FieldDecimal
Sets the path to the property that contains the minimum value for this field.
setMinimumProperty(String) - Method in class net.sf.doolin.gui.field.FieldInteger
Sets the path to the property that contains the minimum value for this field.
setMinimumProperty(String) - Method in class net.sf.doolin.gui.field.FieldLong
Sets the path to the property that contains the minimum value for this field.
setModal(boolean) - Method in class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
Sets the modal mode of the wizard
setMode(FileBrowsingMode) - Method in class net.sf.doolin.gui.field.FieldFile
Sets the file selection mode.
setMode(FileBrowsingMode) - Method in class net.sf.doolin.gui.swing.JFile
Sets the mode.
setModeDirectory(boolean) - Method in class net.sf.doolin.gui.swing.FileBrowser
Sets if the browsing is addressing only directories.
setModelFactory(DataFactory<T>) - Method in class net.sf.doolin.gui.action.DialogAction
Sets the data factory.
setModelFactory(DataFactory<V>) - Method in class net.sf.doolin.gui.action.OpenViewAction
Sets the model factory.
setModelFactory(DataFactory<V>) - Method in class net.sf.doolin.gui.window.descriptor.ViewReference
Sets the model factory.
setModelName(String) - Method in class net.sf.doolin.gui.wizard.rule.condition.JEXLWizardRule
Sets the name of the wizard bean in the JEXL expression.
setModeSave(boolean) - Method in class net.sf.doolin.gui.swing.FileBrowser
Sets the browsing mode.
setMoveable(boolean) - Method in class net.sf.doolin.gui.docking.DockingConstraint
Sets if the view can be moved from its dock
setMsgKey(String) - Method in class net.sf.doolin.gui.validation.ConfirmPasswordValidator
Key for the text that defines the validation message.
setMsgMandatoryKey(String) - Method in class net.sf.doolin.gui.validation.AbstractValidator
Sets the msg mandatory key.
setName(String) - Method in class net.sf.doolin.gui.action.path.toolbar.ToolBar
Sets the name.
setName(String) - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
Sets the name for the field.
setName(String) - Method in class net.sf.doolin.gui.field.table.Column
Name of the column
setNodes(List<Node>) - Method in class net.sf.doolin.gui.field.tree.FieldTree
 
setNotValidState(DisplayState) - Method in class net.sf.doolin.gui.display.ValidationDisplayStateHandler
State when the validation is not valid
setObject(GUIPreferences, String, Serializable) - Static method in class net.sf.doolin.gui.util.PreferencesUtils
Stores a Serializable object in the preferences
setObjectValidators(Map<String, ObjectValidator>) - Method in class net.sf.doolin.gui.validation.SimpleValidator
Sets the map between the validator keys and the ObjectValidator instances.
setOddRowColor(Color) - Method in class net.sf.doolin.gui.field.table.style.AlternateColorTableStyle
Sets the odd row color.
setOnEditAction(GUIAction) - Method in class net.sf.doolin.gui.field.table.Column
Action to execute when an item is edited
setOperand(Object) - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Sets the operand for the operator.
setOperand(Object) - Method in class net.sf.doolin.gui.display.ConditionalStateAdapter
Sets the operand for the operator.
setOperand(Object) - Method in class net.sf.doolin.gui.field.table.column.PropertyColumnEditable
Sets the operand used by the ConditionalOperator.
setOperandPath(String) - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Sets the path to the property that contains the operand value
setOperandValue(String) - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Sets the operand value as a String.
setOperator(ConditionalOperator) - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Sets the operator to use.
setOperator(ConditionalOperator) - Method in class net.sf.doolin.gui.display.ConditionalStateAdapter
Sets the operator to use.
setOperator(ConditionalOperator) - Method in class net.sf.doolin.gui.field.table.column.PropertyColumnEditable
Sets the operator to apply to the property.
setOrientation(int) - Method in class net.sf.doolin.gui.field.list.FieldRadioGroup
Sets the orientation of the buttons in the group.
setPack(boolean) - Method in class net.sf.doolin.gui.window.support.WindowSize
Sets the pack.
setPackageName(String) - Method in class net.sf.doolin.oxml.OXMLContext
Sets the root package name to use when loading classes whose only a simple name is given
setParameterMap(Map<String, Object>) - Method in class net.sf.doolin.gui.view.decorator.DecorationStyle
Sets the parameter map.
setParameters(Map<String, ?>) - Method in class net.sf.doolin.gui.service.support.DefaultParameters
Sets the parameters.
setParentBean(IParentBean) - Method in class net.sf.doolin.bus.bean.Bean
Sets the parent bean for this bean.
setParentBean(IParentBean) - Method in class net.sf.doolin.bus.bean.BeanSet
 
setParentBean(IParentBean) - Method in class net.sf.doolin.bus.bean.BusDynaBean
 
setParentBean(IParentBean) - Method in interface net.sf.doolin.bus.bean.IBean
 
setParentViewId(String) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Sets the expression that designates the ID of the parent view
setPasswordPropertyPath(String) - Method in class net.sf.doolin.gui.validation.ConfirmPasswordValidator
Path to the property that contains the password
setPath(String) - Method in class net.sf.doolin.gui.template.component.JTemplate
Sets the path.
setPathPrefix(String) - Method in class net.sf.doolin.gui.lf.LookAndFeelActionPathList
Sets the path prefix to use when constructing the action paths (empty by default)
setPaths(List<String>) - Method in class net.sf.doolin.context.util.StringBundles
Sets the paths to register in JStrings.
setPaths(List<ActionPath>) - Method in class net.sf.doolin.gui.action.path.list.DefaultActionPathList
Sets the list of paths
setPaths(List<String>) - Method in class net.sf.doolin.gui.action.path.list.ParsedActionPathList
Sets the list of paths using their encoded form.
setPaths(Map<IconSize, String>) - Method in class net.sf.doolin.gui.service.icon.IconDefinition
Sets the map of paths and icon sizes
setPendingMessages(int) - Method in class net.sf.doolin.bus.support.BusInfo
 
setPosition(BarPosition) - Method in class net.sf.doolin.gui.action.path.toolbar.ToolBar
Sets the position.
setPosition(String) - Method in class net.sf.doolin.gui.docking.storage.OXMLDocking
Sets the position of this dock
setPrefix(String) - Method in class net.sf.doolin.gui.service.icon.SimpleIconService
Sets the resource path prefix.
setPrompt(String) - Method in class net.sf.doolin.gui.action.GUITaskAction
Sets the expression that is used to prompt the user before the task is executed.
setPromptExpression(String) - Method in class net.sf.doolin.gui.action.PromptGUIAction
 
setProperties(Properties) - Method in class net.sf.doolin.gui.service.icon.PropertyIconService
 
setProperties(Map<String, String>) - Method in class net.sf.doolin.gui.service.icon.SimpleIconService
Sets the index of icon paths per icon id.
setProperties(Object, ParameterSet) - Static method in class net.sf.doolin.util.Utils
Set the properties of an object
setProperty(Object, Object) - Method in class net.sf.doolin.gui.action.path.ActionBarContext
 
setProperty(GUIView<V>, Object) - Method in class net.sf.doolin.gui.field.AbstractPropertyFieldDescriptor
Updates the view model according to the property set by this field.
setProperty(Object, Object) - Method in class net.sf.doolin.gui.field.support.AbstractField
Attaches a property to the view.
setProperty(String) - Method in class net.sf.doolin.gui.field.tree.support.PropertyChildren
 
setProperty(Object, Object) - Method in interface net.sf.doolin.gui.util.PropertyContainer
Attaches a property to the view.
setProperty(Object, Object) - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
Attaches a property to the view.
setProperty(Object, Object) - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
Attaches a property to the view.
setProperty(Object, Object) - Method in class net.sf.doolin.oxml.action.PropertyOXMLAction
Sets the property on a instance, using the parameters of this action.
setProperty(Object, String, Object) - Method in class net.sf.doolin.util.DefaultPropertyResolver
 
setProperty(Object, String, Object) - Method in interface net.sf.doolin.util.PropertyResolver
 
setProperty(Object, String, Object) - Static method in class net.sf.doolin.util.Utils
Sets a property on a bean
setPropertyName(String) - Method in class net.sf.doolin.gui.display.SystemPropertyDisplayStateHandler
 
setPropertyName(String) - Method in class net.sf.doolin.gui.style.PropertyStyle
Sets the property name
setPropertyName(String) - Method in class net.sf.doolin.gui.swing.ByClassAndPropertyFormat
Sets the propertyName
setPropertyName(String) - Method in class net.sf.doolin.gui.template.field.FieldTemplate
Sets the name which is used to identify the field property in the template.
setPropertyPath(String) - Method in class net.sf.doolin.gui.action.MethodGUIAction
Sets the path to the property of the target object to call the method on.
setPropertyPath(String) - Method in class net.sf.doolin.gui.action.support.ActionProxyDelegate
Sets the path to the property to set in the action context
setPropertyPath(String) - Method in class net.sf.doolin.gui.action.support.MethodActionDelegate
Sets the path to the property of the context data to call the method on.
setPropertyPath(String) - Method in class net.sf.doolin.gui.action.task.MethodGUITask
Sets the path to the property of the input bean of the task.
setPropertyPath(String) - Method in class net.sf.doolin.gui.display.AbstractContextPropertyDisplayStateHandler
Sets the property path.
setPropertyPath(String) - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Sets the path to the property in the context.
setPropertyPath(String) - Method in class net.sf.doolin.gui.display.ConditionalJEXLDisplayStateHandler
Sets the path to the property in the context.
setPropertyPath(String) - Method in class net.sf.doolin.gui.field.AbstractPropertyFieldDescriptor
Path to the property linked to the field
setPropertyPath(String) - Method in class net.sf.doolin.gui.field.table.action.NewItemAction
Sets the property path to the collection to add the new item to
setPropertyPath(String) - Method in class net.sf.doolin.gui.field.table.column.PropertyColumnEditable
Sets the path to the property to evaluate ("this" by default)
setPropertyPath(String) - Method in class net.sf.doolin.gui.field.table.style.PropertyValueTableStyle
Sets the property path.
setPropertyPath(String) - Method in class net.sf.doolin.gui.field.table.support.AbstractPropertyBasedTableEventListFactory
 
setPropertyPath(String) - Method in class net.sf.doolin.gui.field.table.value.PropertyColumnValueFactory
Sets the path to the property of the colum.
setPropertyPath(String) - Method in class net.sf.doolin.gui.model.MethodDataFactory
Sets the Path to the bean to call the method on
setPropertyPath(String) - Method in class net.sf.doolin.gui.model.PropertyDataFactory
Sets the property path to the value model
setPropertyResolver(PropertyResolver) - Static method in class net.sf.doolin.util.Utils
 
setPropertyValue(Element, String, String, BeanDefinitionBuilder) - Method in class net.sf.doolin.context.spring.AbstractDefinitionParser
Sets a property value
setPropertyValue(Object) - Method in class net.sf.doolin.gui.style.PropertyStyle
Sets the property value
setReadOnly(boolean) - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
Sets if the target property is read-only
setRefreshInterval(int) - Method in class net.sf.doolin.gui.bus.BusMonitoringModel
 
setRenderer(ListCellRenderer) - Method in class net.sf.doolin.gui.field.list.AbstractListPropertyFieldDescriptor
Sets the cell renderer for the list
setRenderer(TableCellRenderer) - Method in class net.sf.doolin.gui.field.table.Column
Renderer for the column
setRequired(boolean) - Method in class net.sf.doolin.gui.field.table.Column
Sets if the display of this column is required or not.
setResizeable(boolean) - Method in class net.sf.doolin.gui.field.table.Column
Defines if the column can be resized
setResource(URL) - Method in class net.sf.doolin.oxml.config.XMLOXMLConfig
Sets the configuration from a resource path.
setResult(String) - Method in class net.sf.doolin.gui.wizard.rule.condition.AbstractWizardRule
Sets the result for this rule
setRoot(boolean) - Method in class net.sf.doolin.gui.field.tree.Node
 
setRoot(Object) - Method in class net.sf.doolin.oxml.OXMLContext
Sets an instance as being the root.
setRootAction(OXMLAction) - Method in class net.sf.doolin.oxml.config.AbstractOXMLConfig
Defines the root action of this configuration
setRootVisible(boolean) - Method in class net.sf.doolin.gui.field.tree.FieldTree
 
setRowCount(int) - Method in class net.sf.doolin.gui.layout.FormLayoutService
Sets the row count.
setRowGap(String) - Method in class net.sf.doolin.gui.layout.FormLayoutService
Sets the row gap.
setRowGroups(String) - Method in class net.sf.doolin.gui.layout.FormLayoutService
Sets the row groups.
setRows(int) - Method in class net.sf.doolin.gui.field.FieldMemo
Sets the row number.
setRowSpec(String) - Method in class net.sf.doolin.gui.layout.FormLayoutService
Sets the specification for one row.
setRowSpecs(String) - Method in class net.sf.doolin.gui.layout.FormLayoutService
Sets the row specifications.
setRules(Map<String, List<WizardRule>>) - Method in class net.sf.doolin.gui.wizard.rule.condition.ConditionWizardRules
Sets the list of rules, indexed by view names.
setSampleString(String) - Method in class net.sf.doolin.gui.field.FieldFont
Sets the text which is used as a sample text to display the font.
setSampleString(String) - Method in class net.sf.doolin.gui.swing.JFontChooser
Sets the sample string.
setSaveInPrefs(boolean) - Method in class net.sf.doolin.gui.window.support.WindowSize
Sets the save in prefs.
setSaveWorkspace(boolean) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Sets if the docking must be saved when the window is closed.
setScrollable(boolean) - Method in class net.sf.doolin.gui.form.FormViewDescriptor
Sets if the view content is scrollable
setSelected(boolean) - Method in class net.sf.doolin.gui.field.list.multi.SelectableItem
 
setSelectedFont(Font) - Method in class net.sf.doolin.gui.swing.JFontChooser
Set the selected font.
setSelectedFontFamily(String) - Method in class net.sf.doolin.gui.swing.JFontChooser
Set the family name of the selected font.
setSelectedFontSize(int) - Method in class net.sf.doolin.gui.swing.JFontChooser
Set the size of the selected font.
setSelectedFontStyle(int) - Method in class net.sf.doolin.gui.swing.JFontChooser
Set the style of the selected font.
setSelectionMode(TableSelectionMode) - Method in class net.sf.doolin.gui.field.table.FieldTable
Sets the selection mode for the table rows
setSelectionProperty(Object) - Method in class net.sf.doolin.gui.field.tree.support.GUITree
 
setSelectionPropertyMode(FieldTreeSelectionPropertyMode) - Method in class net.sf.doolin.gui.field.tree.FieldTree
 
setSelectionPropertyPath(String) - Method in class net.sf.doolin.gui.field.table.FieldTable
Sets the path to the property that contains the selection of the table.
setSelectionPropertyPath(String) - Method in class net.sf.doolin.gui.field.tree.FieldTree
 
setSeparator(String) - Method in class net.sf.doolin.tabular.csv.CSVWriter
Sets the separator property.
setSequence(List<String>) - Method in class net.sf.doolin.gui.wizard.rule.SequenceWizardRules
Sets the sequence of views
setServiceInterface(Class<F>) - Method in class net.sf.doolin.context.support.AbstractServiceNameFactoryBean
 
setServiceNamePattern(String) - Method in class net.sf.doolin.context.support.ServiceNamePatternFactoryBean
 
setShortcut(String) - Method in class net.sf.doolin.gui.action.AbstractSimpleGUIAction
Sets the shortcut.
setShortcut(String) - Method in class net.sf.doolin.gui.action.support.AbstractSwingAction
Sets the shortcut for this action
setShowColumns(boolean) - Method in class net.sf.doolin.gui.field.table.FieldTable
Sets if the column headers are displayed.
setSimple(String, Object) - Method in class net.sf.doolin.bus.bean.BeanSet
 
setSimple(String, Object) - Method in class net.sf.doolin.util.AbstractPropertySet
 
setSimple(String, Object) - Method in class net.sf.doolin.util.BasicPropertySet
 
setSimpleProperty(Object, String, Object) - Method in class net.sf.doolin.util.DefaultPropertyResolver
 
setSize(Dimension) - Method in class net.sf.doolin.gui.docking.storage.OXMLDocking
Sets the size of this dock
setSize(WindowSize) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Sets the size.
setSize(WindowSize) - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogWindow
Sets the size of the dialog
setSize(int, int) - Method in class net.sf.doolin.gui.window.support.AbstractIWindow
 
setSize(WindowSize) - Method in class net.sf.doolin.gui.window.support.FrameGUIWindow
Sets the size of the frame
setSize(int, int) - Method in interface net.sf.doolin.gui.window.support.IWindow
Sets the size of the window
setSpace(String) - Method in class net.sf.doolin.gui.field.list.FieldRadioGroup
Sets the layout space between the buttons.
setStartup(GUIStartup) - Method in class net.sf.doolin.gui.app.GUIApplication
Sets the start-up policy for this application.
setState(DisplayState) - Method in class net.sf.doolin.gui.action.support.AbstractSwingAction
Sets the state for the action
setStep(int) - Method in class net.sf.doolin.gui.field.FieldInteger
Sets the step which is used for this field.
setStep(int) - Method in class net.sf.doolin.gui.field.FieldLong
Sets the step which is used for this field.
setStorage(Storage) - Method in class net.sf.doolin.gui.docking.storage.XMLDockingStorage
Sets the Storage that actually stores the XML for the window
setStore(FieldPasswordStore) - Method in class net.sf.doolin.gui.field.FieldPassword
 
setStrict(boolean) - Method in class net.sf.doolin.gui.swing.CompletionSupport
Sets if the auto-completion does not accept new entries
setStrictMax(boolean) - Method in class net.sf.doolin.gui.field.FieldDecimal
 
setStrictMin(boolean) - Method in class net.sf.doolin.gui.field.FieldDecimal
 
setStrikedThrough(boolean) - Method in class net.sf.doolin.gui.style.FontStyle
Sets the strikedThrough property.
setString(String, String) - Method in interface net.sf.doolin.gui.service.GUIPreferences
Sets a preference value as a string
setString(String, String) - Method in class net.sf.doolin.gui.service.support.DefaultGUIPreferences
 
setString(String, String) - Method in class net.sf.doolin.gui.service.support.PropertyFileGUIPreferences
 
setStringArray(GUIPreferences, String, Collection<String>) - Static method in class net.sf.doolin.gui.util.PreferencesUtils
Stores a collection of strings in the preferences
setStyle(Style) - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
Sets the style for the component
setStyle(String) - Method in class net.sf.doolin.gui.swing.DateLabelInfoProvider
Sets the style property.
setStyleMap(Map<String, TableStyle>) - Method in class net.sf.doolin.gui.field.table.style.PropertyValueTableStyle
Sets the styles indexed by property value.
setStyles(List<TableStyle>) - Method in class net.sf.doolin.gui.field.table.style.ChainedTableStyle
Sets the styles.
setStyles(List<Style>) - Method in class net.sf.doolin.gui.style.ChainedStyle
Sets the list of styles to apply
setTableActions(List<GUIAction>) - Method in class net.sf.doolin.gui.field.table.FieldTable
Sets the list of actions to register together with the table for the availability of their shortcuts.
setTableColumnWidth(JTable, int, ValueUnit, boolean) - Static method in class net.sf.doolin.gui.swing.SwingUtils
Set the width of a column
setTableMenu(ActionPathList) - Method in class net.sf.doolin.gui.field.table.FieldTable
Sets the definition for the contextual menu of the table
setTableStyle(TableStyle) - Method in class net.sf.doolin.gui.field.table.FieldTable
Sets the default style to apply on the cells.
setTableToolBar(ActionPathList) - Method in class net.sf.doolin.gui.field.table.FieldTable
Sets the tool bar definition for the table-level tool bar.
setTarget(Object) - Method in class net.sf.doolin.gui.action.support.ServiceActionDelegate
Sets the target service to call
setTargetBean(Object) - Method in class net.sf.doolin.gui.action.ServiceGUIAction
 
setTask(GUITask<B, R>) - Method in class net.sf.doolin.gui.action.GUITaskAction
Sets the task to execute.
setTask(GUITask<T, R>) - Method in class net.sf.doolin.gui.action.TaskDialogAction
Sets the task to execute
setTaskExecutor(GUITaskExecutor<B, R>) - Method in class net.sf.doolin.gui.action.GUITaskAction
Sets the task executor used to execute the task
setTaskExecutor(GUITaskExecutor<T, R>) - Method in class net.sf.doolin.gui.action.TaskDialogAction
Sets the task executor
setTemplateManager(TemplateManager) - Method in class net.sf.doolin.gui.docking.storage.XMLDockingStorage
Sets the template manager which is used for the XML generation.
setTemplateManager(TemplateManager) - Method in class net.sf.doolin.gui.template.component.JTemplate
Sets the template manager.
setTemplateManager(TemplateManager) - Method in class net.sf.doolin.gui.template.field.FieldTemplate
Sets the template manager which is used by the template
setTemplatePath(String) - Method in class net.sf.doolin.gui.template.field.FieldTemplate
Sets the path to the template.
setTemplateType(String) - Method in class net.sf.doolin.gui.template.field.FieldTemplate
Sets the template type used to get the TemplateEngine
setText(String) - Method in class net.sf.doolin.gui.action.support.AbstractSwingAction
Sets the text of the action, taking case of any declared mnemonic.
setText(String) - Method in class net.sf.doolin.gui.action.util.ActionAbout
Expression for the text
setText(String) - Method in class net.sf.doolin.gui.field.FieldCheck
Sets the text.
setText(String) - Method in class net.sf.doolin.gui.field.FieldLabel
Expression that contains the text of the label
setText(String) - Method in class net.sf.doolin.gui.field.FieldRadio
Sets the text expression for this radio button.
setText(String) - Method in class net.sf.doolin.gui.field.FieldToggle
Sets the text.
setText(String) - Method in class net.sf.doolin.gui.swing.LabelInfo
Sets the text.
setTextExpression(String) - Method in class net.sf.doolin.gui.field.FieldButton
Sets the the expression for an alternative text
setTextFilterator(TextFilterator<E>) - Method in class net.sf.doolin.gui.swing.CompletionSupport
Sets the filter used by the combo box to convert items to text
setTextFormat(String) - Method in class net.sf.doolin.gui.swing.FormattedKeyLabelInfoProvider
Sets the format that is used to get the text key of the text to display.
setTextPropertyPath(String) - Method in class net.sf.doolin.gui.swing.PropertyLabelInfoProvider
Sets the path to the property that contains the text
setTimeOut(int) - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
setTimeStyle(String) - Method in class net.sf.doolin.gui.swing.DateLabelInfoProvider
Sets the timeStyle property.
setTip(String) - Method in class net.sf.doolin.gui.action.AbstractSimpleGUIAction
Sets the tip.
setTip(String) - Method in class net.sf.doolin.gui.action.support.AbstractSwingAction
Sets the tip for this action
setTip(String) - Method in class net.sf.doolin.gui.field.FieldToggle
Sets the tool tip text expression associated with this button.
setTitle(String) - Method in class net.sf.doolin.gui.action.AbstractSimpleGUIAction
Sets the title.
setTitle(String) - Method in class net.sf.doolin.gui.action.util.ActionAbout
 
setTitle(String) - Method in class net.sf.doolin.gui.window.support.DialogIWindow
 
setTitle(String) - Method in class net.sf.doolin.gui.window.support.FrameIWindow
 
setTitle(String) - Method in interface net.sf.doolin.gui.window.support.IWindow
Sets the title of the window
setTitleExpression(String) - Method in class net.sf.doolin.gui.action.task.MonitoredGUITaskExecutor
Sets the expression for the title to display in the monitor.
setTitleExpression(String) - Method in class net.sf.doolin.gui.field.FieldSeparator
Expression for the title
setTitleExpression(String) - Method in class net.sf.doolin.gui.field.table.Column
Sets the title expression.
setTitleExpression(String) - Method in class net.sf.doolin.gui.form.FormSection
Sets the title expression for the border title.
setTitleExpression(String) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Sets the title expression.
setTitleExpression(String) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Sets the title expression.
setToolBars(List<ToolBar>) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Sets the list of tool bars for this window
setTransferHandler(TransferHandler) - Method in class net.sf.doolin.gui.field.AbstractFieldDescriptor
Sets the transfer handler for this field.
setTransitionActions(Map<String, GUIAction>) - Method in class net.sf.doolin.gui.wizard.rule.AbstractWizardRules
Sets the transition actions for the wizard, which are executed each time a view is navigated to.
setType(String) - Method in class net.sf.doolin.gui.field.table.Column
Sets the type for the column.
setType(String) - Method in class net.sf.doolin.gui.template.component.JTemplate
Sets the type.
setType(String) - Method in class net.sf.doolin.oxml.adapter.EnumOXMLAdapter
Sets the enumeration class name
setUnit(Unit) - Method in class net.sf.doolin.util.unit.ValueUnit
 
setup() - Method in class net.sf.doolin.gui.template.component.JTemplate
Setup the template content.
setupColumn(int, TableColumn, Column, boolean) - Method in class net.sf.doolin.gui.field.table.support.GUITable
Set-up a column
setUpdateDelegate(ActionDelegate<EditableValue<E>>) - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
setupDisplayState(Field<V>, JComponent, DisplayStateHandler) - Method in class net.sf.doolin.gui.form.FormPanel
Setup the display state.
setupEditor(int, TableColumn, Column) - Method in class net.sf.doolin.gui.field.table.support.GUITable
Setup the editor for one column
setupField(DisplayStateHandler, Field<V>, JComponent) - Static method in class net.sf.doolin.gui.display.DisplayStateHandlerUtils
Sets the display state for a field.
setupRenderer(int, TableColumn, Column) - Method in class net.sf.doolin.gui.field.table.support.GUITable
Setup the renderer for one column
setUseActionContext(boolean) - Method in class net.sf.doolin.gui.action.support.ServiceActionDelegate
 
setUseContext(boolean) - Method in class net.sf.doolin.gui.action.DialogAction
Deprecated. Use AbstractGUIAction.setActionContextDataExtractor(net.sf.doolin.gui.action.support.ActionContextDataExtractor)
setUseContext(boolean) - Method in class net.sf.doolin.gui.action.MethodGUIAction
Sets if the action contextual data must be used as a parameter to the method call.
setUseContext(boolean) - Method in class net.sf.doolin.gui.action.support.ActionProxyDelegate
Sets if the data or the contextual data must be used
setUseContext(boolean) - Method in class net.sf.doolin.gui.action.support.DefaultActionContextDataExtractor
 
setUseContextData(boolean) - Method in class net.sf.doolin.gui.action.GUITaskAction
Deprecated. Use AbstractGUIAction.setActionContextDataExtractor(net.sf.doolin.gui.action.support.ActionContextDataExtractor)
setUseContextData(boolean) - Method in class net.sf.doolin.gui.action.OpenViewAction
Deprecated. Use AbstractGUIAction.setActionContextDataExtractor(net.sf.doolin.gui.action.support.ActionContextDataExtractor)
setUseContextData(boolean) - Method in class net.sf.doolin.gui.action.PromptGUIAction
Deprecated. Use AbstractGUIAction.setActionContextDataExtractor(net.sf.doolin.gui.action.support.ActionContextDataExtractor)
setUseFullName(boolean) - Method in class net.sf.doolin.gui.swing.ClassLabelInfoProvider
Sets the use full name of the enumeration class.
setUseFullName(boolean) - Method in class net.sf.doolin.gui.swing.EnumLabelInfoProvider
Sets the use full name.
setUseSystem(boolean) - Method in class net.sf.doolin.gui.util.GUILF
Sets the use system.
setValidationDecorator(GUIValidationDecorator) - Method in class net.sf.doolin.gui.form.FormViewDescriptor
Sets the validation decorator.
setValidations(List<String>) - Method in class net.sf.doolin.gui.validation.SimpleValidator
Sets the validations.
setValidator(GUIValidator<B>) - Method in class net.sf.doolin.gui.validation.support.ValidationSupportImpl
Sets the validator to use
setValidator(GUIValidator<B>) - Method in interface net.sf.doolin.gui.validation.ValidationSupport
Sets the validator to use for this validation support.
setValidator(GUIValidator<V>) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Sets the validator.
setValidators(List<SubscriberValidator>) - Method in class net.sf.doolin.bus.support.AndSubscriberValidator
Sets the list of validators
setValidators(List<GUIValidator<B>>) - Method in class net.sf.doolin.gui.validation.ChainedValidator
Sets the validators.
setValue(String, Object) - Method in class net.sf.doolin.bus.bean.BusDynaBean
 
setValue(String) - Method in class net.sf.doolin.bus.expression.BusExpression
Internal method that sets a new value to the expression
setValue(T) - Method in class net.sf.doolin.bus.support.Value
Sets the current value
setValue(T) - Method in class net.sf.doolin.gui.field.FieldRadio
Sets the associated value for this radio button.
setValue(Object, Object) - Method in interface net.sf.doolin.gui.field.table.ColumnValueFactory
Sets the value for a row item
setValue(Object, Object) - Method in class net.sf.doolin.gui.field.table.value.PropertyColumnValueFactory
 
setValue(String, Object) - Method in class net.sf.doolin.util.AbstractPropertySet
 
setValue(String) - Method in class net.sf.doolin.util.expression.Expression
Internal method that sets a new value to the expression
setValue(Locale, String) - Method in class net.sf.doolin.util.I18NString
Set value for a locale
setValue(String, String) - Method in class net.sf.doolin.util.I18NString
Utility method, whose purpose if for introspection tools.
setValue(Number) - Method in class net.sf.doolin.util.unit.ValueUnit
 
setValueFactory(ColumnValueFactory) - Method in class net.sf.doolin.gui.field.table.Column
Sets the factory for the value of the column.
setViewConstraint(C) - Method in class net.sf.doolin.gui.window.descriptor.ViewReference
View constraint for the positionning
setViewDecorator(GUIViewDecorator) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Sets the view decorator.
setViewDecorator(GUIViewDecorator) - Method in class net.sf.doolin.gui.window.descriptor.AbstractCompositeGUIWindowDescriptor
Sets the view decorator.
setViewDecorator(GUIViewDecorator) - Method in class net.sf.doolin.gui.window.descriptor.SimpleGUIWindowDescriptor
Sets the optional decorator to apply to the view in the window
setViewDescriptor(GUIViewDescriptor<B>) - Method in class net.sf.doolin.gui.window.descriptor.SimpleGUIWindowDescriptor
Sets the descriptor of the view to include in this window
setViewDescriptor(GUIViewDescriptor<V>) - Method in class net.sf.doolin.gui.window.descriptor.ViewReference
Sets the view descriptor.
setViewDescriptor(GUIViewDescriptor<V>) - Method in class net.sf.doolin.gui.window.opener.InnerViewOpener
Sets the view descriptor.
setViewId(String) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Sets the expression for the view id.
setViewId(GUIWindow<B>, String) - Method in class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
Navigates to a new view.
setViewMap(Map<String, GUIViewDescriptor<B>>) - Method in class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
Sets the mapping between view names and actual view descriptors.
setViewOpener(ViewOpener<V>) - Method in class net.sf.doolin.gui.action.OpenViewAction
Sets the view opener.
setViewOpener(ViewOpener<T>) - Method in class net.sf.doolin.gui.action.support.ViewOpenerDelegate
Sets the view opener.
setViewOpener(ViewOpener<C>) - Method in class net.sf.doolin.gui.field.table.action.OpenItemAction
Sets the view opener.
setViewReferences(List<ViewReference<?, C>>) - Method in class net.sf.doolin.gui.window.descriptor.AbstractCompositeGUIWindowDescriptor
Sets the view references.
setViewSubscribers(List<ViewSubscriber<V>>) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Sets the list of ViewSubscriber to execute for the view
setViewToolBar(ActionPathList) - Method in class net.sf.doolin.gui.field.table.FieldTable
Sets the tool bar definition for the view-level tool bar.
setViewToolBar(ActionPathList) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Sets the tool bar definition for this view
setVisible(boolean) - Method in class net.sf.doolin.gui.action.support.AbstractSwingAction
Sets the visibility of the action.
setVisible(boolean) - Method in class net.sf.doolin.gui.field.table.Column
Sets the initial visibility of the column.
setVisible(boolean) - Method in class net.sf.doolin.gui.window.descriptor.ViewReference
Initial visibility of the view
setVisibleRows(int) - Method in class net.sf.doolin.gui.field.list.multi.FieldMultiCombo
 
setWidth(ValueUnit) - Method in class net.sf.doolin.gui.field.table.Column
Sets the default width of the column.
setWidth(int) - Method in class net.sf.doolin.gui.window.support.WindowSize
Sets the width.
setWindowDescriptor(GUIWindowDescriptor<B>) - Method in class net.sf.doolin.gui.app.support.GUIWindowStartup
Descriptor for the window to create
setWindowDescriptor(GUIWindowDescriptor<C>) - Method in class net.sf.doolin.gui.window.opener.WindowOpener
Sets the window descriptor.
setWindowFactory(GUIWindowFactory) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Sets the factory for the window implementation.
setWindowFactory(GUIWindowFactory) - Method in class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
Sets the window factory for this wizard.
setWindowIcon(Icon) - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogWindow
 
setWindowIcon(Icon) - Method in interface net.sf.doolin.gui.window.GUIWindow
Sets the icon for the window
setWindowIcon(Icon) - Method in class net.sf.doolin.gui.window.support.FrameGUIWindow
 
setWindowId(String) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
Sets the id.
setWindowListeners(List<GUIWindowListener<B>>) - Method in class net.sf.doolin.gui.window.descriptor.AbstractGUIWindowDescriptor
 
setWindowMenuBar(ActionPathList) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Sets the definition of any view-specific menu bar to merge with the window's menu bar.
setWindowTitle(String) - Method in class net.sf.doolin.gui.window.dialog.AbstractDialogWindow
 
setWindowTitle(String) - Method in interface net.sf.doolin.gui.window.GUIWindow
Sets the window title.
setWindowTitle(String) - Method in class net.sf.doolin.gui.window.support.FrameGUIWindow
Sets the frame title.
setWindowToolBar(ToolBar) - Method in class net.sf.doolin.gui.field.table.FieldTable
Sets the tool bar definition for the window-level tool bar.
setWindowToolBar(ToolBar) - Method in class net.sf.doolin.gui.view.descriptor.AbstractGUIViewDescriptor
Sets the definition of any view-specific tool bar to merge with the window tool bars.
setWizardActionsFactory(DialogActionsFactory) - Method in class net.sf.doolin.gui.wizard.support.WizardWindowFactory
Sets the factory for the wizard actions (previous, next, etc).
setWizardRules(WizardRules<B>) - Method in class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
Sets the navigation rules for this wizard.
setZoomable(boolean) - Method in class net.sf.doolin.gui.docking.DockingConstraint
Sets true if the view can be zoomed
show() - Method in interface net.sf.doolin.gui.view.GUIView
Shows the view
show() - Method in class net.sf.doolin.gui.view.support.AbstractGUIView
 
show() - Method in class net.sf.doolin.gui.window.support.AbstractIWindow
 
show() - Method in interface net.sf.doolin.gui.window.support.IWindow
Shows the window
showDialog(Component) - Method in class net.sf.doolin.gui.swing.JFontChooser
Show font selection dialog.
showView(GUIView<?>) - Method in interface net.sf.doolin.gui.window.GUIWindow
Activates a view
showView(GUIView<?>) - Method in class net.sf.doolin.gui.window.support.AbstractGUIWindow
 
SimpleBeanFactory - Interface in net.sf.doolin.context.spring
This factory creates an object from a string.
SimpleDataFactory<T> - Class in net.sf.doolin.util.factory
Just instantiates a bean given its class.
SimpleDataFactory() - Constructor for class net.sf.doolin.util.factory.SimpleDataFactory
Default constructor
SimpleDataFactory(Class<T>) - Constructor for class net.sf.doolin.util.factory.SimpleDataFactory
Instantiates a new simple data factory.
SimpleDefinitionParser<C> - Class in net.sf.doolin.context.spring
Customisable parser for custom elements.
SimpleDefinitionParser(Class<C>) - Constructor for class net.sf.doolin.context.spring.SimpleDefinitionParser
Constructor
SimpleErrorHandler - Class in net.sf.doolin.util.xml
This class implements a simple error handler that just stores the warnings and errors that occur during an XML parsing.
SimpleErrorHandler() - Constructor for class net.sf.doolin.util.xml.SimpleErrorHandler
 
SimpleField<V> - Class in net.sf.doolin.gui.field.support
Simple field definition that associates a view, a field descriptor and a component.
SimpleField(GUIView<V>, FieldDescriptor<V>, JComponent) - Constructor for class net.sf.doolin.gui.field.support.SimpleField
Instantiates a new simple field.
SimpleGUIWindowDescriptor<B> - Class in net.sf.doolin.gui.window.descriptor
Descriptor for a window that contains only one view.
SimpleGUIWindowDescriptor() - Constructor for class net.sf.doolin.gui.window.descriptor.SimpleGUIWindowDescriptor
 
SimpleIconService - Class in net.sf.doolin.gui.service.icon
This icon manager is using a property file that maps the icon ids to a resource path.
SimpleIconService() - Constructor for class net.sf.doolin.gui.service.icon.SimpleIconService
 
SimpleItemCopier<T> - Class in net.sf.doolin.util
Copies using BeanUtils.copyProperties(Object, Object)
SimpleItemCopier() - Constructor for class net.sf.doolin.util.SimpleItemCopier
 
SimpleMessage<T> - Class in net.sf.doolin.bus
Just a message with a parameter.
SimpleMessage(T) - Constructor for class net.sf.doolin.bus.SimpleMessage
Constructor with a parameter
simpleToString(Object, String) - Static method in class net.sf.doolin.util.Utils
 
SimpleValidator<B> - Class in net.sf.doolin.gui.validation
Validator based on textual declarations.
SimpleValidator() - Constructor for class net.sf.doolin.gui.validation.SimpleValidator
 
SimpleValidator.SimpleValidation - Class in net.sf.doolin.gui.validation
Validation support that operates as a link to an ObjectValidator instance.
SimpleValidator.SimpleValidation(String, ObjectValidator, String, String) - Constructor for class net.sf.doolin.gui.validation.SimpleValidator.SimpleValidation
Instantiates a new simple validation.
SimpleWindowParser - Class in net.sf.doolin.gui.spring
Parser for SimpleGUIWindowDescriptor
SimpleWindowParser() - Constructor for class net.sf.doolin.gui.spring.SimpleWindowParser
Constructor
SingleLayoutService - Class in net.sf.doolin.gui.layout
This layout service accepts one and only one component that fills the whole container.
SingleLayoutService() - Constructor for class net.sf.doolin.gui.layout.SingleLayoutService
 
start(String[]) - Method in interface net.sf.doolin.context.Application
Starts the application.
start(String[]) - Method in class net.sf.doolin.gui.app.GUIApplication
Delegates to the start-up policy.
start(GUIApplication, String[]) - Method in interface net.sf.doolin.gui.app.GUIStartup
Starts the application.
start(GUIApplication, String[]) - Method in class net.sf.doolin.gui.app.support.GUIWindowStartup
Starts the application.
start() - Method in class net.sf.doolin.gui.monitor.TaskMonitor
Starts the task
StateAdapter<S> - Interface in net.sf.doolin.gui.display
Adapter for a display state
StatusBarComponent - Interface in net.sf.doolin.gui.action.path.statusbar
Definition for the building of a component for a status bar.
StatusBarLabel - Class in net.sf.doolin.gui.action.path.statusbar
Status bar component that displays a JLabel, whose content is bound to the application using a LabelConnector.
StatusBarLabel() - Constructor for class net.sf.doolin.gui.action.path.statusbar.StatusBarLabel
 
stop() - Method in class net.sf.doolin.bus.support.TriggeredSubscriberValidator
Stops the validator.
Storage - Interface in net.sf.doolin.gui.docking.storage
Stores and retrieves arbitrary data for a window.
store(GUIWindow<?>, DockDescription) - Method in class net.sf.doolin.gui.docking.storage.DefaultDockingStorage
 
store(GUIWindow<?>, String) - Method in class net.sf.doolin.gui.docking.storage.DefaultStorage
 
store(GUIWindow<?>, DockDescription) - Method in interface net.sf.doolin.gui.docking.storage.DockingStorage
Stores the DockDescription for the window.
store(GUIWindow<?>, String) - Method in interface net.sf.doolin.gui.docking.storage.Storage
Stores the value for a window
store(GUIWindow<?>, DockDescription) - Method in class net.sf.doolin.gui.docking.storage.XMLDockingStorage
 
StreamOXMLSource - Class in net.sf.doolin.oxml.source
DOM extracted from an IO stream.
StreamOXMLSource(InputStream) - Constructor for class net.sf.doolin.oxml.source.StreamOXMLSource
Constructs a source from a stream.
STRING_BUNDLE - Static variable in interface net.sf.doolin.context.spring.ContextElements
string-bundle for StringBundles.setPaths(java.util.List)
STRING_ERROR_CANNOT_DECODE_BASE64 - Static variable in interface net.sf.doolin.util.StringCodes
Used when a base64-encoded string cannot be decoded Its value is "doolin.utils.error.CannotDecodeBase64"
STRING_ERROR_CANNOT_DECODE_PASSWORD - Static variable in interface net.sf.doolin.util.StringCodes
Used when a password cannot be decoded.
STRING_ERROR_CANNOT_ENCODE_BASE64 - Static variable in interface net.sf.doolin.util.StringCodes
Used when a string cannot be encoded into base64.
STRING_ERROR_CANNOT_ENCODE_PASSWORD - Static variable in interface net.sf.doolin.util.StringCodes
Used when a password cannot be encoded.
STRING_ERROR_CANNOT_OPEN_PROPERTIES - Static variable in interface net.sf.doolin.util.StringCodes
Used when some property file cannot be opened.
STRING_ERROR_CANNOT_UNZIP - Static variable in interface net.sf.doolin.util.StringCodes
Used when a ZIP uncompression cannot be performed.
STRING_ERROR_CANNOT_ZIP - Static variable in interface net.sf.doolin.util.StringCodes
Used when a ZIP compression cannot be performed.
STRING_ERROR_RESOURCE_IO_ERROR - Static variable in interface net.sf.doolin.util.StringCodes
Used when a resource cannot be read.
STRING_ERROR_RESOURCE_NOT_FOUND - Static variable in interface net.sf.doolin.util.StringCodes
Used when a resource is not found.
STRING_UTILS_FOR_CLASS_ERROR - Static variable in interface net.sf.doolin.util.StringCodes
Used when a class cannot be loaded from its value.
STRING_UTILS_METHODCALL_ERROR - Static variable in interface net.sf.doolin.util.StringCodes
Error when a method cannot be called by introspection.
STRING_UTILS_NEW_INSTANCE_ERROR - Static variable in interface net.sf.doolin.util.StringCodes
Used when a new instance cannot be created from a class name.
STRING_UTILS_SET_PROPERTIES_ERROR - Static variable in interface net.sf.doolin.util.StringCodes
Used when properties cannot be set on an object.
STRING_UTILS_XML_DOM_MANDATORY - Static variable in interface net.sf.doolin.util.StringCodes
Used when an element or attribute is mandatort in a DOM.
STRING_UTILS_XML_DOM_WRONG_INT_FORMAT - Static variable in interface net.sf.doolin.util.StringCodes
Used when an integer element or attribute cannot be parsed from a DOM.
STRING_XML_CANNOT_CONFIGURE_PARSER - Static variable in interface net.sf.doolin.util.StringCodes
Used when a JAXP parser cannot be configured.
STRING_XML_IO_ERROR - Static variable in interface net.sf.doolin.util.StringCodes
Error while reading an XML document.
STRING_XML_PARSING_ERROR - Static variable in interface net.sf.doolin.util.StringCodes
Error while parsing an XML document.
StringBundles - Class in net.sf.doolin.context.util
This class can be registered as a bean in a Spring configuration in order to initialise the paths in JStrings utility class.
StringBundles() - Constructor for class net.sf.doolin.context.util.StringBundles
 
StringCodes - Interface in net.sf.doolin.util
Codes for strings used inside the Doolin Utils module.
StringCSVAdapter - Class in net.sf.doolin.tabular.csv
Just renders the value by calling the toString() method on it and escapes special characters.
StringCSVAdapter() - Constructor for class net.sf.doolin.tabular.csv.StringCSVAdapter
 
STRINGS - Static variable in interface net.sf.doolin.context.spring.ContextElements
strings for StringBundles .
StringsDefinitionParser - Class in net.sf.doolin.context.spring
Parser for StringBundles.
StringsDefinitionParser() - Constructor for class net.sf.doolin.context.spring.StringsDefinitionParser
 
Style - Interface in net.sf.doolin.gui.style
Definition for a style
SubActionPath - Class in net.sf.doolin.gui.action.path.item
This action path delegates the installation to another action path.
SubActionPath(ActionPath, List<String>) - Constructor for class net.sf.doolin.gui.action.path.item.SubActionPath
Consttructor.
sublist(List<? extends T>, int[]) - Static method in class net.sf.doolin.util.collection.ListUtils
Creates a sub-list that contains items referenced by a list of indexes.
subscribe(SubscriberValidator, Runnable) - Method in class net.sf.doolin.bus.expression.BusExpression
Subscribes to the changes to the expression
subscribe(Subscriber<M>) - Method in interface net.sf.doolin.bus.IBus
Subscribes to this bus.
subscribe(Subscriber<M>) - Method in class net.sf.doolin.bus.support.DefaultBus
 
subscribe(PropertyChangeSubscriber) - Static method in class net.sf.doolin.bus.support.PropertyChangeSupport
Utility method to subscribe a Subscriber to the Bus.
subscribe(SubscriberValidator, Object, String, Runnable) - Static method in class net.sf.doolin.bus.support.PropertyChangeSupport
Registers a property subscriber that runs a task whenever the given property is changed.
subscribe(SubscriberValidator, Object, String, PropertyChangeListener) - Static method in class net.sf.doolin.bus.support.PropertyChangeSupport
 
subscribe(ActionContext, Runnable) - Method in class net.sf.doolin.gui.display.AbstractContextPropertyDisplayStateHandler
 
subscribe(ActionContext, Runnable) - Method in class net.sf.doolin.gui.display.AbstractFixedDisplayStateHandler
 
subscribe(ActionContext, Runnable) - Method in class net.sf.doolin.gui.display.ConditionalDisplayStateHandler
 
subscribe(ActionContext, Runnable) - Method in class net.sf.doolin.gui.display.ConditionalJEXLDisplayStateHandler
 
subscribe(ActionContext, Runnable) - Method in class net.sf.doolin.gui.display.ContextDisplayStateHandler
 
subscribe(ActionContext, Runnable) - Method in interface net.sf.doolin.gui.display.DisplayStateHandler
Subscribes a task that is executed each time this display state handler changes its state.
subscribe(ActionContext, Runnable) - Method in class net.sf.doolin.gui.display.MultiDisplayStateHandler
 
subscribe(ActionContext, Runnable) - Method in class net.sf.doolin.gui.display.NotDisplayStateHandler
 
subscribe(ActionContext, Runnable) - Method in class net.sf.doolin.gui.display.SystemPropertyDisplayStateHandler
Nothing to connect.
subscribe(ActionContext, Runnable) - Method in class net.sf.doolin.gui.display.ValidationDisplayStateHandler
 
subscribe(GUIView<V>, Object, String) - Method in class net.sf.doolin.gui.field.AbstractPropertyFieldDescriptor
Updates a target property each time the field property is updated.
subscribe(GUIView<V>, Runnable) - Method in class net.sf.doolin.gui.field.AbstractPropertyFieldDescriptor
Runs a task each time the field property is updated.
subscribe(SubscriberValidator, B, Runnable) - Method in class net.sf.doolin.gui.validation.ChainedValidator
 
subscribe(SubscriberValidator, B, Runnable) - Method in class net.sf.doolin.gui.validation.ConfirmPasswordValidator
 
subscribe(SubscriberValidator, B, Runnable) - Method in interface net.sf.doolin.gui.validation.GUIValidator
Subscribes the validator to the model changes.
subscribe(SubscriberValidator, B, Runnable) - Method in class net.sf.doolin.gui.validation.SimpleValidator.SimpleValidation
Subscribes the validation to the model changes.
subscribe(SubscriberValidator, B, Runnable) - Method in class net.sf.doolin.gui.validation.SimpleValidator
 
subscribe(GUIView<V>) - Method in interface net.sf.doolin.gui.view.support.ViewSubscriber
Registers or subscribes events for the given view
subscribe(ActionContext, Runnable) - Method in class net.sf.doolin.gui.wizard.state.AbstractWizardDisplayStateHandler
 
Subscriber<M> - Interface in net.sf.doolin.bus
Listens to specific message classes.
SubscriberAdapter<M> - Class in net.sf.doolin.bus.support
This Subscriber delegates its methods to a SubscriberValidator, a SubscriberTrigger and a SubscriberExecution.
SubscriberAdapter(SubscriberValidator, SubscriberTrigger<M>, SubscriberExecution<M>) - Constructor for class net.sf.doolin.bus.support.SubscriberAdapter
Constructor.
SubscriberExecution<M> - Interface in net.sf.doolin.bus
Execution definition for a subscriber.
SubscriberTrigger<M> - Interface in net.sf.doolin.bus
Trigger for a subscriber.
SubscriberValidator - Interface in net.sf.doolin.bus
A SubscriberValidator defines the life-cycle of a Subscriber in the Bus.
Subscription<M> - Class in net.sf.doolin.bus.support
Message processor registration
Subscription(Subscriber<M>) - Constructor for class net.sf.doolin.bus.support.Subscription
Constructor
SubscriptionClassInfo - Class in net.sf.doolin.bus.support
 
SubscriptionClassInfo(Class<?>) - Constructor for class net.sf.doolin.bus.support.SubscriptionClassInfo
 
SubscriptionCountBusLog - Class in net.sf.doolin.bus.support
This BusLog counts the number of subscriptions in the Bus.
SubscriptionCountBusLog() - Constructor for class net.sf.doolin.bus.support.SubscriptionCountBusLog
 
SubscriptionInfo - Class in net.sf.doolin.bus.support
 
SubscriptionInfo(Subscription<?>) - Constructor for class net.sf.doolin.bus.support.SubscriptionInfo
 
Subscriptions<M> - Class in net.sf.doolin.bus.support
 
Subscriptions() - Constructor for class net.sf.doolin.bus.support.Subscriptions
 
supportAdd() - Method in class net.sf.doolin.util.expression.TextToken
 
supportAdd() - Method in interface net.sf.doolin.util.expression.Token
Support add.
supportAdd() - Method in class net.sf.doolin.util.expression.TokenList
 
supportAdd() - Method in class net.sf.doolin.util.expression.ValueToken
Support add.
SwingAction - Class in net.sf.doolin.gui.action.support
Simple action for a GUIAction.
SwingAction(ActionContext, GUIAction, IconSize) - Constructor for class net.sf.doolin.gui.action.support.SwingAction
Constructor.
SwingUtils - Class in net.sf.doolin.gui.swing
Several utility methods for dealing with Swing.
SwingUtils.ClassComponentPredicate - Class in net.sf.doolin.gui.swing
Checks the class of a component
SwingUtils.ClassComponentPredicate(Class<? extends Component>) - Constructor for class net.sf.doolin.gui.swing.SwingUtils.ClassComponentPredicate
Constructor
switchToParams() - Method in class net.sf.doolin.util.expression.KeyToken
Switch to the evaluation of the parameters, after the : character.
syncInit() - Method in class net.sf.doolin.gui.service.support.DefaultGUIPreferences
Actual initialization.
SysErrBusLog - Class in net.sf.doolin.bus.support
This BusLog logs all bus messages on the Standard Error.
SysErrBusLog() - Constructor for class net.sf.doolin.bus.support.SysErrBusLog
 
SysOutBusLog - Class in net.sf.doolin.bus.support
This BusLog logs all bus messages on the Standard Output.
SysOutBusLog() - Constructor for class net.sf.doolin.bus.support.SysOutBusLog
 
SystemInformation - Class in net.sf.doolin.gui.system
System information.
SystemInformation(SystemInformationType, String, String) - Constructor for class net.sf.doolin.gui.system.SystemInformation
Constructor
SystemInformationModel - Class in net.sf.doolin.gui.system
Model that contains information about the system.
SystemInformationModel() - Constructor for class net.sf.doolin.gui.system.SystemInformationModel
Constructor.
SystemInformationType - Enum in net.sf.doolin.gui.system
Type of system information.
SystemPropertyDisplayStateHandler - Class in net.sf.doolin.gui.display
This DSH grants activation regarding the presence or not of a System property.
SystemPropertyDisplayStateHandler() - Constructor for class net.sf.doolin.gui.display.SystemPropertyDisplayStateHandler
 

T

TabbedGUIWindowDescriptor<B> - Class in net.sf.doolin.gui.window.descriptor
Window descriptor that arranges views in their own tabs.
TabbedGUIWindowDescriptor() - Constructor for class net.sf.doolin.gui.window.descriptor.TabbedGUIWindowDescriptor
 
TabbedWindowParser - Class in net.sf.doolin.gui.spring
Parser for TabbedGUIWindowDescriptor
TabbedWindowParser() - Constructor for class net.sf.doolin.gui.spring.TabbedWindowParser
Constructor
TableActionContext<V,E> - Class in net.sf.doolin.gui.field.table.support
ActionContext for a table.
TableActionContext(GUITableField<V, E>) - Constructor for class net.sf.doolin.gui.field.table.support.TableActionContext
Constructor
TableLayoutService - Class in net.sf.doolin.gui.layout
Layouts component using a two-columns table.
TableLayoutService() - Constructor for class net.sf.doolin.gui.layout.TableLayoutService
 
TableParser - Class in net.sf.doolin.gui.spring.table
Parser for a table
TableParser() - Constructor for class net.sf.doolin.gui.spring.table.TableParser
Constructor
TableSelectionMode - Enum in net.sf.doolin.gui.field.table
This enumeration defines the different selection modes for a FieldTable.
TableStyle - Interface in net.sf.doolin.gui.field.table.style
Defines a style to apply on a table.
TabularColumn<T> - Interface in net.sf.doolin.tabular.model
Defines a column in a tabular model.
TabularModel<T> - Interface in net.sf.doolin.tabular.model
Defines the structure of some tabular data.
TabularWriter<T> - Interface in net.sf.doolin.tabular.io
Defines the writer for some tabular data.
Task<T,V> - Class in net.sf.doolin.gui.monitor
SwingWorker that has an access to a listener for the task monitoring.
Task() - Constructor for class net.sf.doolin.gui.monitor.Task
 
TaskDialogAction<T,R> - Class in net.sf.doolin.gui.action
This action executes a GUITask after a dialog has been displayed and validated.
TaskDialogAction() - Constructor for class net.sf.doolin.gui.action.TaskDialogAction
 
TaskException - Exception in net.sf.doolin.gui.monitor
This exception is thrown when a task has raised an exception during its execution.
TaskException(Exception) - Constructor for exception net.sf.doolin.gui.monitor.TaskException
Constructor
TaskListener<T,V> - Interface in net.sf.doolin.gui.monitor
Interface between a TaskMonitor and a Task.
TaskMonitor<T,V> - Class in net.sf.doolin.gui.monitor
Monitor that displays a progress dialog for a Task.
TaskMonitor(Task<T, V>, JComponent, String, Object, int) - Constructor for class net.sf.doolin.gui.monitor.TaskMonitor
Constructor
TaskMonitorDialog - Class in net.sf.doolin.gui.monitor
Progress dialog used by the TaskMonitor.
TaskMonitorDialog(Object) - Constructor for class net.sf.doolin.gui.monitor.TaskMonitorDialog
Constructor
Template - Interface in net.sf.doolin.template
Reusable template.
TemplateEngine - Interface in net.sf.doolin.template
Definition for a template engine.
TemplateManager - Interface in net.sf.doolin.template
Teimport java.util.List; e.
TemplateMessages - Interface in net.sf.doolin.template
Message codes for the Template Extension.
TemplateUtils - Class in net.sf.doolin.template
Utility methods for the template management.
test() - Method in class net.sf.doolin.gui.bus.BusMonitoringSubscription
Tests if the associated subscription is still valid.
TextFilePath - Class in net.sf.doolin.gui.swing
IFilePath implementation based on a JTextField.
TextFilePath() - Constructor for class net.sf.doolin.gui.swing.TextFilePath
Constructor.
TextParser - Class in net.sf.doolin.gui.spring
Parser for FieldText
TextParser() - Constructor for class net.sf.doolin.gui.spring.TextParser
Constructor
TextToken - Class in net.sf.doolin.util.expression
Fixed text token.
TextToken() - Constructor for class net.sf.doolin.util.expression.TextToken
Constructor.
TextToken(String) - Constructor for class net.sf.doolin.util.expression.TextToken
Constructor.
throwAnyError() - Method in class net.sf.doolin.util.xml.SimpleErrorHandler
Throw the first error is any.
throwAnyWarningOrError() - Method in class net.sf.doolin.util.xml.SimpleErrorHandler
Throw the first error or warning is any.
TitledGUIViewDecorator - Class in net.sf.doolin.gui.view.decorator
Default decorator that decorates the view with a title, according to the decoration style.
TitledGUIViewDecorator() - Constructor for class net.sf.doolin.gui.view.decorator.TitledGUIViewDecorator
 
toArray() - Method in class net.sf.doolin.util.Version
Gets a copy of the version array.
toEnum(Object, Object) - Method in class net.sf.doolin.oxml.action.PropertyOXMLAction
Converts, if possible, the property value to a corresponding enumeration
ToggleParser - Class in net.sf.doolin.gui.spring
Parser for FieldToggle
ToggleParser() - Constructor for class net.sf.doolin.gui.spring.ToggleParser
Constructor
toImage(Icon) - Static method in class net.sf.doolin.gui.swing.SwingUtils
Creates an image from an icon.
toISOFormat(Date) - Static method in class net.sf.doolin.util.Utils
Formats a date as ISO 8601 format
Token - Interface in net.sf.doolin.util.expression
Token definition in an expression.
TokenList - Class in net.sf.doolin.util.expression
List of Tokens.
TokenList(TokenType) - Constructor for class net.sf.doolin.util.expression.TokenList
Constructor.
TokenVisitor - Interface in net.sf.doolin.util.expression
 
toMap(String[]) - Static method in class net.sf.doolin.util.Utils
Converts a sequence of strings to a map.
ToolBar - Class in net.sf.doolin.gui.action.path.toolbar
Tool bar definition.
ToolBar() - Constructor for class net.sf.doolin.gui.action.path.toolbar.ToolBar
 
ToolBarDecorator - Class in net.sf.doolin.gui.spring
Parser/decorator for a ToolBar in a GUIWindowDescriptor.
ToolBarDecorator() - Constructor for class net.sf.doolin.gui.spring.ToolBarDecorator
Constructor.
TOP - Static variable in class net.sf.doolin.gui.swing.DockLayout
TOP location
toString() - Method in class net.sf.doolin.bus.SimpleMessage
 
toString() - Method in class net.sf.doolin.bus.support.AbstractSubscriber
 
toString() - Method in class net.sf.doolin.bus.support.BothWayPropertyChangeSubscriber
 
toString() - Method in class net.sf.doolin.bus.support.PropertyChangeMessage
 
toString() - Method in class net.sf.doolin.bus.support.Subscription
 
toString() - Method in class net.sf.doolin.gui.action.AbstractSimpleGUIAction
String representation (id).
toString() - Method in class net.sf.doolin.gui.action.path.ActionContextPath
 
toString() - Method in class net.sf.doolin.gui.action.path.item.AbstractActionPath
 
toString() - Method in class net.sf.doolin.gui.action.path.item.GUIActionPath
 
toString() - Method in class net.sf.doolin.gui.action.path.item.PlaceholderActionPath
 
toString() - Method in class net.sf.doolin.gui.action.path.item.ReplacementActionPath
 
toString() - Method in class net.sf.doolin.gui.action.path.item.SeparatorActionPath
 
toString() - Method in class net.sf.doolin.gui.action.support.SwingAction
 
toString() - Method in class net.sf.doolin.gui.bus.BusMonitoringSubscription
 
toString() - Method in class net.sf.doolin.gui.docking.DockDescription
 
toString() - Method in class net.sf.doolin.gui.docking.DockingConstraint
 
toString() - Method in class net.sf.doolin.gui.docking.DockingPathConstraints
toString(Position) - Method in class net.sf.doolin.gui.docking.DockingWindowDescriptor
Converts a position to a string.
toString() - Method in class net.sf.doolin.gui.field.list.multi.SelectableItem
 
toString() - Method in class net.sf.doolin.gui.field.table.Column
 
toString() - Method in class net.sf.doolin.gui.field.table.support.TableActionContext
 
toString(Color) - Static method in class net.sf.doolin.gui.spring.ColorEditor
Returns the Hex representation of the color
toString() - Method in class net.sf.doolin.gui.validation.support.ValidationSupportImpl
 
toString() - Method in class net.sf.doolin.gui.window.descriptor.ViewReference
 
toString() - Method in class net.sf.doolin.util.CodeLabel
 
toString() - Method in class net.sf.doolin.util.expression.Expression
 
toString() - Method in class net.sf.doolin.util.I18NString
Value for the current locale
toString() - Method in class net.sf.doolin.util.Pair
 
toString() - Method in class net.sf.doolin.util.PatternFormat
 
toString() - Method in class net.sf.doolin.util.unit.ValueUnit
 
toString() - Method in class net.sf.doolin.util.Version
 
ToStringItemConverter<S> - Class in net.sf.doolin.util
Deprecated. Use Functions.toStringFunction() instead.
ToStringItemConverter() - Constructor for class net.sf.doolin.util.ToStringItemConverter
Deprecated.  
toURL(String) - Method in class net.sf.doolin.gui.service.icon.AbstractIconService
This method must be overriden by subclasses in order to return the URL to an icon defined by the given path.
toURL(String) - Method in class net.sf.doolin.gui.service.icon.DefaultIconService
 
translateJavaToHTML(String) - Method in class net.sf.doolin.template.velocity.VelocityTools
Escape Java string to HTML.
TreeActionContext<V> - Class in net.sf.doolin.gui.field.tree.support
ActionContext for a GUITree.
TreeActionContext(GUITreeField<V>) - Constructor for class net.sf.doolin.gui.field.tree.support.TreeActionContext
Constructor
TreeChildrenParser - Class in net.sf.doolin.gui.spring.tree
Parser for Column.
TreeChildrenParser() - Constructor for class net.sf.doolin.gui.spring.tree.TreeChildrenParser
Constructor
TreeNodeParser - Class in net.sf.doolin.gui.spring.tree
Parser for Column.
TreeNodeParser() - Constructor for class net.sf.doolin.gui.spring.tree.TreeNodeParser
Constructor
TreeParser - Class in net.sf.doolin.gui.spring.tree
Parser for a table
TreeParser() - Constructor for class net.sf.doolin.gui.spring.tree.TreeParser
Constructor
TreeProperties<T> - Class in net.sf.doolin.util
Wraps a property set or a map as a tree view.
TreeProperties() - Constructor for class net.sf.doolin.util.TreeProperties
Constructor for an empty tree.
TreeProperties(Map<String, T>) - Constructor for class net.sf.doolin.util.TreeProperties
Constructor from a map.
TreeProperties(Properties) - Constructor for class net.sf.doolin.util.TreeProperties
Constructor from a property set.
TriggeredSubscriberValidator - Class in net.sf.doolin.bus.support
This SubscriberValidator can be controlled programmaticaly by manually stopping it.
TriggeredSubscriberValidator() - Constructor for class net.sf.doolin.bus.support.TriggeredSubscriberValidator
 
TrueObjectValidator - Class in net.sf.doolin.gui.validation.support
This validator checks that the object can be evaluated to true.
TrueObjectValidator() - Constructor for class net.sf.doolin.gui.validation.support.TrueObjectValidator
 

U

undo() - Method in class net.sf.doolin.gui.edit.AbstractGUIEdit
 
undo() - Method in class net.sf.doolin.gui.edit.DefaultGUIEditManager
 
undo() - Method in interface net.sf.doolin.gui.edit.GUIEdit
Undoes this task
undo() - Method in interface net.sf.doolin.gui.edit.GUIEditManager
Undoes the next available task (if possible).
undoTask() - Method in class net.sf.doolin.gui.edit.AbstractGUIEdit
Undoes the main task.
uninstallMenuBar(String) - Method in interface net.sf.doolin.gui.window.GUIWindow
Uninstalls a menu bar with the given id
uninstallMenuBar(String) - Method in class net.sf.doolin.gui.window.support.AbstractRootPaneGUIWindow
 
uninstallToolBar(String) - Method in interface net.sf.doolin.gui.window.GUIWindow
Uninstalls a tool bar with the given id
uninstallToolBar(String) - Method in class net.sf.doolin.gui.window.support.AbstractRootPaneGUIWindow
 
Unit - Enum in net.sf.doolin.util.unit
Different types of units.
unmodifiable(GUIValidation) - Static method in class net.sf.doolin.gui.validation.GUIValidation
Returns an unmodifiable version of the given GUIValidation instance
unregistration(Subscriber<?>) - Method in interface net.sf.doolin.bus.BusLog
This method is called when a subscriber is unregistered.
unregistration(Subscriber<?>) - Method in class net.sf.doolin.bus.support.AbstractTextBusLog
 
unregistration(Subscriber<?>) - Method in class net.sf.doolin.bus.support.DefaultBusLog
 
unregistration(Subscriber<?>) - Method in class net.sf.doolin.bus.support.SubscriptionCountBusLog
 
unregistration(Subscriber<?>) - Method in class net.sf.doolin.gui.bus.BusMonitoringLog
 
unsubscribe(Subscriber<M>) - Method in interface net.sf.doolin.bus.IBus
Unsubscribes to this bus.
unsubscribe(Subscriber<M>) - Method in class net.sf.doolin.bus.support.DefaultBus
 
unzip(byte[]) - Static method in class net.sf.doolin.util.ZIPUtils
Unzip a byte array
update(Object, String, Object, String, Adapter<S, T>) - Static method in class net.sf.doolin.bus.support.PropertyChangeSupport
Updates a target property from a source property, using an optional adapter.
update(SimpleField<BusMonitoringModel>, BusMonitoringModel) - Method in class net.sf.doolin.gui.bus.BusMonitoringChartField
 
updateFile(File) - Method in class net.sf.doolin.gui.swing.JFile
Update file.
updateSampleFont() - Method in class net.sf.doolin.gui.swing.JFontChooser
Update sample font.
updateStat() - Method in class net.sf.doolin.gui.bus.BusMonitoringModel
 
updateValidation() - Method in class net.sf.doolin.gui.validation.support.ValidationSupportImpl
Updates the validation state.
URLOXMLSource - Class in net.sf.doolin.oxml.source
Builds a source from an URL.
URLOXMLSource(URL) - Constructor for class net.sf.doolin.oxml.source.URLOXMLSource
Constructor
URLUtils - Class in net.sf.doolin.util
Utilities for URLs
URLUtils.GlobalURLStreamHandlerFactory - Class in net.sf.doolin.util
Global stream handler factory
URLUtils.GlobalURLStreamHandlerFactory() - Constructor for class net.sf.doolin.util.URLUtils.GlobalURLStreamHandlerFactory
 
Utils - Class in net.sf.doolin.util
Set of utility methods.
UTILS_PROPERTY_ANNOTATION_CANNOT_ACCESS - Static variable in interface net.sf.doolin.util.StringCodes
Cannot access annotation property.

V

validate(B) - Method in class net.sf.doolin.gui.validation.AbstractValidator
Validates the model
validate(GUIValidation, boolean, Object, String, Object...) - Method in class net.sf.doolin.gui.validation.AbstractValidator
Validate.
validate(GUIValidation, B) - Method in class net.sf.doolin.gui.validation.AbstractValidator
Validate.
validate(GUIValidation, B) - Method in class net.sf.doolin.gui.validation.ChainedValidator
 
validate(GUIValidation, B) - Method in class net.sf.doolin.gui.validation.ConfirmPasswordValidator
 
validate(B) - Method in interface net.sf.doolin.gui.validation.GUIValidator
Validates the model
validate(GUIValidation, B) - Method in class net.sf.doolin.gui.validation.SimpleValidator.SimpleValidation
Validate.
validate(GUIValidation, B) - Method in class net.sf.doolin.gui.validation.SimpleValidator
Validate.
validate(Object) - Method in class net.sf.doolin.gui.validation.support.DirExistsObjectValidator
The value must be a File, must be a directory and must exist.
validate(Object) - Method in class net.sf.doolin.gui.validation.support.FalseObjectValidator
 
validate(Object) - Method in class net.sf.doolin.gui.validation.support.NotBlankObjectValidator
 
validate(Object) - Method in class net.sf.doolin.gui.validation.support.NotEmptyObjectValidator
 
validate(Object) - Method in class net.sf.doolin.gui.validation.support.NotNullObjectValidator
 
validate(Object) - Method in interface net.sf.doolin.gui.validation.support.ObjectValidator
Validates the value.
validate(Object) - Method in class net.sf.doolin.gui.validation.support.TrueObjectValidator
 
validateTree() - Method in class net.sf.doolin.gui.validation.IconFeedbackPanel
Recursively descends the container tree and recomputes the layout for any subtrees marked as needing it (those marked as invalid).
VALIDATION - Static variable in class net.sf.doolin.context.util.ContextUtils
System property (Context.validate) that enables or not the validation.
ValidationComponentUtils - Class in net.sf.doolin.gui.validation
Utilities for the validation of components.
ValidationDisplayStateHandler - Class in net.sf.doolin.gui.display
Display state handler based on the validation status of a GUI model.
ValidationDisplayStateHandler() - Constructor for class net.sf.doolin.gui.display.ValidationDisplayStateHandler
 
ValidationMsgKeys - Interface in net.sf.doolin.gui.validation
Default validation message keys.
ValidationSupport<B> - Interface in net.sf.doolin.gui.validation
Defines the support for the validation of a view
ValidationSupportImpl<B> - Class in net.sf.doolin.gui.validation.support
Implementation for the ValidationSupport.
ValidationSupportImpl(B, SubscriberValidator) - Constructor for class net.sf.doolin.gui.validation.support.ValidationSupportImpl
Instantiates a new validation support.
VALUE - Static variable in class net.sf.doolin.bus.expression.BusExpression
value property.
Value<T> - Class in net.sf.doolin.bus.support
Value handler that extends the Bean class.
Value() - Constructor for class net.sf.doolin.bus.support.Value
Constructor with an initial null value.
Value(T) - Constructor for class net.sf.doolin.bus.support.Value
Constructor with an initial value.
valueChanged(ListSelectionEvent) - Method in class net.sf.doolin.gui.swing.JFontChooser.ListSelectionHandler
 
valueOf(String) - Static method in enum net.sf.doolin.gui.action.path.toolbar.BarPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.doolin.gui.action.util.ActionAbout.ImagePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.doolin.gui.display.ConditionalOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.doolin.gui.display.DisplayState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.doolin.gui.docking.DockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.doolin.gui.field.FieldPasswordStore
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.doolin.gui.field.table.column.ColumnUpdatePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.doolin.gui.field.table.TableSelectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.doolin.gui.field.tree.FieldTreeSelectionPropertyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.doolin.gui.service.ConfirmResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.doolin.gui.service.IconSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.doolin.gui.swing.FileBrowsingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.doolin.gui.system.SystemInformationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.doolin.util.ELocaleMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.doolin.util.unit.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class net.sf.doolin.util.unit.ValueUnit
Converts a formatted string to a numeric value and a unit.
values() - Static method in enum net.sf.doolin.gui.action.path.toolbar.BarPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.doolin.gui.action.util.ActionAbout.ImagePosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.doolin.gui.display.ConditionalOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.doolin.gui.display.DisplayState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.doolin.gui.docking.DockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.doolin.gui.field.FieldPasswordStore
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.doolin.gui.field.table.column.ColumnUpdatePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.doolin.gui.field.table.TableSelectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.doolin.gui.field.tree.FieldTreeSelectionPropertyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.doolin.gui.service.ConfirmResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.doolin.gui.service.IconSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.doolin.gui.swing.FileBrowsingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.doolin.gui.system.SystemInformationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.doolin.util.ELocaleMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.doolin.util.unit.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
ValueToken - Class in net.sf.doolin.util.expression
Token for a @{...}
ValueToken() - Constructor for class net.sf.doolin.util.expression.ValueToken
Instantiates a new value token.
ValueUnit - Class in net.sf.doolin.util.unit
Numeric value associated with a unit.
ValueUnit() - Constructor for class net.sf.doolin.util.unit.ValueUnit
Constructor with no predefined value or unit.
ValueUnit(Number, Unit) - Constructor for class net.sf.doolin.util.unit.ValueUnit
Constructor with a predefined value and unit.
ValueUnitEditor - Class in net.sf.doolin.util.unit
Bean editor for the ValueUnit.
ValueUnitEditor() - Constructor for class net.sf.doolin.util.unit.ValueUnitEditor
 
VELOCITY - Static variable in interface net.sf.doolin.template.TemplateEngine
Predefined template engine: Velocity.
VelocityLogSystem - Class in net.sf.doolin.template.velocity
Logger of Velocity
VelocityLogSystem() - Constructor for class net.sf.doolin.template.velocity.VelocityLogSystem
 
VelocityResourceLoader - Class in net.sf.doolin.template.velocity
 
VelocityResourceLoader() - Constructor for class net.sf.doolin.template.velocity.VelocityResourceLoader
 
VelocityTemplate - Class in net.sf.doolin.template.velocity
Velocity template
VelocityTemplate(Template) - Constructor for class net.sf.doolin.template.velocity.VelocityTemplate
Constructor
VelocityTemplateEngine - Class in net.sf.doolin.template.velocity
Template engine for Velocity
VelocityTemplateEngine() - Constructor for class net.sf.doolin.template.velocity.VelocityTemplateEngine
 
VelocityTools - Class in net.sf.doolin.template.velocity
Some tools for the template
VelocityTools() - Constructor for class net.sf.doolin.template.velocity.VelocityTools
 
Version - Class in net.sf.doolin.util
Definition of a version on one or more numbers.
Version(int...) - Constructor for class net.sf.doolin.util.Version
Constructor
Version(String) - Constructor for class net.sf.doolin.util.Version
Parsing of a version number
Version() - Constructor for class net.sf.doolin.util.Version
0.0.0 version
VIEW_PROPERTY_DOCKING_CLOSE_ACTION - Static variable in class net.sf.doolin.gui.docking.DockingWindowDescriptor
View property that stores the Javadocking close action
ViewActionContext<V> - Class in net.sf.doolin.gui.view.support
Context based on a view.
ViewActionContext(GUIView<V>) - Constructor for class net.sf.doolin.gui.view.support.ViewActionContext
Constructor
ViewActionContext(GUIView<V>, Object) - Constructor for class net.sf.doolin.gui.view.support.ViewActionContext
Constructor
ViewOpener<V> - Interface in net.sf.doolin.gui.window.opener
Opens a view, a window, etc. for a given model.
ViewOpenerDelegate<T> - Class in net.sf.doolin.gui.action.support
Delegate that opens a view
ViewOpenerDelegate() - Constructor for class net.sf.doolin.gui.action.support.ViewOpenerDelegate
 
ViewReference<V,C> - Class in net.sf.doolin.gui.window.descriptor
Description of a view in a window.
ViewReference() - Constructor for class net.sf.doolin.gui.window.descriptor.ViewReference
 
ViewSubscriber<V> - Interface in net.sf.doolin.gui.view.support
This interface defines a class that is called after the view is created in order to subscribe some events or some bus scriptions.
ViewSubscriberValidator<V> - Class in net.sf.doolin.gui.view.support
SubscriberValidator that follows the life-cycle of a view.
ViewSubscriberValidator(GUIView<V>) - Constructor for class net.sf.doolin.gui.view.support.ViewSubscriberValidator
Constructor
VISIBLE_PROPERTY - Static variable in class net.sf.doolin.gui.action.support.AbstractSwingAction
Property name for the visibility state of the action.
visitKeyToken(KeyToken) - Method in interface net.sf.doolin.util.expression.TokenVisitor
 
visitTextToken(TextToken) - Method in interface net.sf.doolin.util.expression.TokenVisitor
 
visitTokensWith(TokenVisitor) - Method in class net.sf.doolin.util.expression.Expression
Visits a the whole token tree with a visitor.
visitTokensWith(TokenVisitor) - Method in class net.sf.doolin.util.expression.KeyToken
 
visitTokensWith(TokenVisitor) - Method in class net.sf.doolin.util.expression.TextToken
 
visitTokensWith(TokenVisitor) - Method in interface net.sf.doolin.util.expression.Token
Visits a the whole token tree with a visitor.
visitTokensWith(TokenVisitor) - Method in class net.sf.doolin.util.expression.TokenList
 
visitTokensWith(TokenVisitor) - Method in class net.sf.doolin.util.expression.ValueToken
 
visitValueToken(ValueToken) - Method in interface net.sf.doolin.util.expression.TokenVisitor
 

W

warning(ActionContext, Throwable, Object, Object...) - Method in interface net.sf.doolin.gui.service.InfoService
Logs a warning
warning(ActionContext, Throwable, Object, Object...) - Method in class net.sf.doolin.gui.service.support.DefaultInfoService
 
warning(SAXParseException) - Method in class net.sf.doolin.util.xml.SimpleErrorHandler
 
WindowActionContext<B> - Class in net.sf.doolin.gui.window.support
Action context for a window
WindowActionContext(GUIWindow<B>) - Constructor for class net.sf.doolin.gui.window.support.WindowActionContext
Constructor
WindowOpener<C> - Class in net.sf.doolin.gui.window.opener
Opens a new window.
WindowOpener() - Constructor for class net.sf.doolin.gui.window.opener.WindowOpener
 
WindowSize - Class in net.sf.doolin.gui.window.support
Window size specification.
WindowSize() - Constructor for class net.sf.doolin.gui.window.support.WindowSize
 
WindowTypeParser<C extends AbstractGUIWindowDescriptor> - Class in net.sf.doolin.gui.spring
Parser for a window descriptor.
WindowTypeParser(Class<C>) - Constructor for class net.sf.doolin.gui.spring.WindowTypeParser
Constructor
WindowValidationSupportImpl<T> - Class in net.sf.doolin.gui.window.support
Implementation for the validation support for a window.
WindowValidationSupportImpl(WindowActionContext<T>) - Constructor for class net.sf.doolin.gui.window.support.WindowValidationSupportImpl
Constructor
WizardAction - Interface in net.sf.doolin.gui.wizard.support
List of predefined actions for the wizard.
WizardCancelAction - Class in net.sf.doolin.gui.wizard.support
"Cancel" action for the wizard.
WizardCancelAction() - Constructor for class net.sf.doolin.gui.wizard.support.WizardCancelAction
Constructor.
WizardCancelAction(String) - Constructor for class net.sf.doolin.gui.wizard.support.WizardCancelAction
Constructor with custom text
WizardDescriptor<B> - Class in net.sf.doolin.gui.wizard.descriptor
Window descriptor for a wizard.
WizardDescriptor() - Constructor for class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
Constructor that fixes the window factory to WizardWindowFactory.
WizardDescriptor(WizardWindowFactory) - Constructor for class net.sf.doolin.gui.wizard.descriptor.WizardDescriptor
Constructor that uses a custom version of WizardWindowFactory.
WizardFinishAction - Class in net.sf.doolin.gui.wizard.support
"Finish" action.
WizardFinishAction() - Constructor for class net.sf.doolin.gui.wizard.support.WizardFinishAction
Constructor.
WizardFinishAction(String) - Constructor for class net.sf.doolin.gui.wizard.support.WizardFinishAction
Constructor with custom text
WizardFinishAction(String, DisplayStateHandler) - Constructor for class net.sf.doolin.gui.wizard.support.WizardFinishAction
Constructor with custom text and display state handler.
WizardNextAction - Class in net.sf.doolin.gui.wizard.support
"Previous" action for the wizard.
WizardNextAction() - Constructor for class net.sf.doolin.gui.wizard.support.WizardNextAction
Constructor.
WizardNextAction(String) - Constructor for class net.sf.doolin.gui.wizard.support.WizardNextAction
Constructor with custom text
WizardNextAction(String, DisplayStateHandler) - Constructor for class net.sf.doolin.gui.wizard.support.WizardNextAction
Constructor with custom text and display state handler.
WizardPreviousAction - Class in net.sf.doolin.gui.wizard.support
"Previous" action for the wizard.
WizardPreviousAction() - Constructor for class net.sf.doolin.gui.wizard.support.WizardPreviousAction
Constructor.
WizardPreviousAction(String) - Constructor for class net.sf.doolin.gui.wizard.support.WizardPreviousAction
Constructor with custom text and a default PreviousDisplayStateHandler display state handler.
WizardPreviousAction(String, DisplayStateHandler) - Constructor for class net.sf.doolin.gui.wizard.support.WizardPreviousAction
Constructor with custom text and a custom display state handler
WizardRule - Interface in net.sf.doolin.gui.wizard.rule.condition
Individual rule that is evaluated for a view.
WizardRules<B> - Interface in net.sf.doolin.gui.wizard.rule
Defines the navigation rules for a wizard.
WizardState<B> - Class in net.sf.doolin.gui.wizard.state
Definition of the current state of a wizard.
WizardState(B, WizardRules<B>, String) - Constructor for class net.sf.doolin.gui.wizard.state.WizardState
Constructor.
WizardWindow<B> - Class in net.sf.doolin.gui.wizard.support
 
WizardWindow(DialogActionsFactory) - Constructor for class net.sf.doolin.gui.wizard.support.WizardWindow
Constructor
WizardWindowFactory - Class in net.sf.doolin.gui.wizard.support
This window factory creates a window for a wizard.
WizardWindowFactory() - Constructor for class net.sf.doolin.gui.wizard.support.WizardWindowFactory
 
write(OutputStream, TabularModel<T>) - Method in class net.sf.doolin.tabular.csv.CSVWriter
 
write(OutputStream, TabularModel<T>) - Method in class net.sf.doolin.tabular.excel.ExcelWriter
 
write(OutputStream, TabularModel<T>) - Method in interface net.sf.doolin.tabular.io.TabularWriter
Writes the given tabular data into the given output stream
writeCollections(File, Map<String, Set<Object>>) - Static method in class net.sf.doolin.oxml.OXMLUtils
Writes the collections into a file
writeLine(PrintWriter, List<String>) - Method in class net.sf.doolin.tabular.csv.CSVWriter
Writes a line in the CSV destination.

X

XMLDockingStorage - Class in net.sf.doolin.gui.docking.storage
Implementation of DockingStorage that stores the docking description as XML, using a Storage instance for the actual storage.
XMLDockingStorage() - Constructor for class net.sf.doolin.gui.docking.storage.XMLDockingStorage
 
XMLOXMLConfig - Class in net.sf.doolin.oxml.config
Configuration based upon an XML file that complies with the http://www.doolin-guif.net/schema/oxml schema.
XMLOXMLConfig() - Constructor for class net.sf.doolin.oxml.config.XMLOXMLConfig
Default constructor.
XMLOXMLConfig(URL) - Constructor for class net.sf.doolin.oxml.config.XMLOXMLConfig
Constructor from a resource path.
XMLUtils - Class in net.sf.doolin.util.xml
Utility methods for XML parsing.
XOR_STROKE_WIDTH - Static variable in class net.sf.doolin.gui.swing.SwingUtils
Width of the stroke when drawing a shape
XPATHUTIL_XPATH_ERROR - Static variable in interface net.sf.doolin.util.StringCodes
Error while evaluating an XPath expression.
XPathUtils - Class in net.sf.doolin.util.xml
XPath utility class.
XPathUtils() - Constructor for class net.sf.doolin.util.xml.XPathUtils
Constructor.

Z

zip(byte[]) - Static method in class net.sf.doolin.util.ZIPUtils
Zip a byte array
ZIPUtils - Class in net.sf.doolin.util
Utility methods to zip / unzip data using GZIP.

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 © 2011. All Rights Reserved.