ehsbe CommonsTM
Version 1.1.0rc3
A B C D E F G H I J K L M N O P Q R S T U V W X

A

AboutDialog - Class in com.ehsbe.commons.gui
An about dialog.
AboutDialog(Frame, VersionInfo) - Constructor for class com.ehsbe.commons.gui.AboutDialog
Create a standard about dialog.
AbstractActionExt - Class in com.ehsbe.commons.action
Extends the concept of the Action to include toggle or group states.
AbstractActionExt(String) - Constructor for class com.ehsbe.commons.action.AbstractActionExt
Create a action with the given name.
AbstractActionExt(String, Icon) - Constructor for class com.ehsbe.commons.action.AbstractActionExt
Create a action with the given name and icon.
AbstractActionExt(String, String) - Constructor for class com.ehsbe.commons.action.AbstractActionExt
Constructs an Action with the label and command
AbstractActionExt(String, String, Icon) - Constructor for class com.ehsbe.commons.action.AbstractActionExt
Constructs an action with the given name, icon and command key.
AbstractAppController - Class in com.ehsbe.commons.gui
The controller for an application frame.
AbstractAppController() - Constructor for class com.ehsbe.commons.gui.AbstractAppController
Default constructor.
AbstractAppController(Class<?>, VersionInfo) - Constructor for class com.ehsbe.commons.gui.AbstractAppController
Convinience method to create and initialize an application frame with the default locale.
AbstractAppController(Locale, Class<?>, VersionInfo) - Constructor for class com.ehsbe.commons.gui.AbstractAppController
Convinience method to create and initialize an application frame.
AbstractAppController(AppFrame, Class<?>, VersionInfo) - Constructor for class com.ehsbe.commons.gui.AbstractAppController
Convinience method to create and initialize an application frame.
AbstractAppController(AppFrame, Class<?>, VersionInfo, Locale) - Constructor for class com.ehsbe.commons.gui.AbstractAppController
Convinience method to create and initialize an application frame.
AbstractTreeModel - Class in com.ehsbe.commons.gui.util
 
AbstractTreeModel() - Constructor for class com.ehsbe.commons.gui.util.AbstractTreeModel
 
accept(File) - Method in class com.ehsbe.commons.gui.ImageFileFilter
accept(File) - Method in class com.ehsbe.commons.gui.util.GenericFileFilter
accept(X509Certificate[], CertificateException) - Method in class com.ehsbe.commons.gui.util.JxInvalidCertHandler
Handles the invalid certificate chain and corresponding exception.
accept(X509Certificate[], CertificateException) - Method in interface com.ehsbe.commons.util.InvalidCertHandler
Handles the invalid certificate chain and corresponding exception.
accept(E) - Method in class com.ehsbe.commons.util.MultiValidator
Check, whether the given input is valid and would be accepted.
accept(E) - Method in interface com.ehsbe.commons.util.Validator
Check, whether the given input is valid and would be accepted.
action_About() - Method in class com.ehsbe.commons.gui.AbstractAppController
Shows a standard about dialog.
ACTION_FILE_QUIT - Static variable in class com.ehsbe.commons.gui.AppFrame
the command, which gets send, when the frame receives a WindowEvent.WINDOW_CLOSING event
action_LookAndFeel(ActionEvent) - Method in class com.ehsbe.commons.gui.AbstractAppController
Change the Look and Feel of the application frame.
action_QuitApplication() - Method in class com.ehsbe.commons.gui.AbstractAppController
Disposes the AbstractAppController.helpFrame, saves the AbstractAppController.frame's location and size on the screen to the default user preference node (see AbstractAppController.owner), disposes the application frame and notifies all other threads to catch up (see Object.notifyAll()).
action_ShowHelp(ActionEvent) - Method in class com.ehsbe.commons.gui.AbstractAppController
Show the help associated with the source of the action event in a separate, application independend dialog window.
ActionContainerFactory - Class in com.ehsbe.commons.action
Creates user interface elements based on action and action IDs.
ActionContainerFactory() - Constructor for class com.ehsbe.commons.action.ActionContainerFactory
 
ActionFactory - Class in com.ehsbe.commons.action
Parses in [composite] actions and action lists from an XML stream source.
ActionFactory() - Constructor for class com.ehsbe.commons.action.ActionFactory
 
actionListeners - Variable in class com.ehsbe.commons.action.ActionManager
all registered action listeners
actionListeners - Variable in class com.ehsbe.commons.action.ManagedAction
all registered action listeners
ActionManager - Class in com.ehsbe.commons.action
The ActionManager manages sets of javax.swing.Actions and lists of actions.
ActionManager() - Constructor for class com.ehsbe.commons.action.ActionManager
Creates the action manager.
ActionManager(StreamSource, Translator, String) - Constructor for class com.ehsbe.commons.action.ActionManager
Convinience constructor.
actionPerformed(ActionEvent) - Method in class com.ehsbe.commons.action.ActionManager
actionPerformed(ActionEvent) - Method in class com.ehsbe.commons.action.ManagedAction
actionPerformed(ActionEvent) - Method in class com.ehsbe.commons.gui.AbstractAppController
Handles the action event fired by an action in the action manager's map.
actionPerformed(ActionEvent) - Method in class com.ehsbe.commons.gui.JxDialog.CloseAction
actionPerformed(ActionEvent) - Method in class com.ehsbe.commons.gui.util.CheckableActionListener
actionPerformed(ActionEvent) - Method in class com.ehsbe.commons.gui.wizard.Wizard
Listens to the navigation buttons.
add(Hints.Option...) - Method in class com.ehsbe.commons.gui.Hints
Add the given options to the label.
add(CrudEvent<?>) - Method in class com.ehsbe.commons.util.CrudEventList
Add a CRUD event to the list of notifications.
add(QueueEventListener) - Method in class com.ehsbe.commons.util.jms.QueueReceiver
Add the given listener to the internal queue event listener list.
add(MessageListener) - Method in class com.ehsbe.commons.util.jms.QueueReceiver
Add the given listener to the internal message listener list.
add(PasswordAuthentication, boolean) - Method in class com.ehsbe.commons.util.NetAuthenticator
Add/replaces the given username/password to/from the internal password store for the entity requesting authentication.
addAction(Action) - Method in class com.ehsbe.commons.action.ActionManager
Add the given action to this instance.
addAction(Object, Action) - Method in class com.ehsbe.commons.action.ActionManager
Adds an action to the ActionManager
addAction(Action) - Method in class com.ehsbe.commons.action.CompositeAction
Add an action to the action list.
addActionIDList(String, List<Object>) - Method in class com.ehsbe.commons.action.ActionManager
Add the given action list with the given id to this instance.
addActionIDs(Map<String, List<Object>>) - Method in class com.ehsbe.commons.action.ActionManager
Convinience method to add all the action lists in the given map to this instance.
addActionListener(ActionListener) - Method in class com.ehsbe.commons.action.ActionManager
Register the given listener for receiving action events sent by registered actions of this instance.
addActionListener(ActionListener) - Method in class com.ehsbe.commons.action.ManagedAction
Register the given listener for receiving action events sent by registered actions of this instance.
addActionListener(ActionListener) - Method in class com.ehsbe.commons.gui.EditorPanel
Add the given listener to this component.
addActionMap(Collection<Action>) - Method in class com.ehsbe.commons.action.ActionManager
Convinience method to add all the actions in the given map to this instance.
addButton(AbstractButton...) - Method in class com.ehsbe.commons.gui.EditorPanel
Add the given button to the panels button area.
addButton(AbstractButton...) - Method in class com.ehsbe.commons.gui.JxDialog
Add the given button to the panels button area.
addButtonListener(ActionListener) - Method in class com.ehsbe.commons.gui.wizard.ButtonPanel
Add the given listeners to the navigation buttons.
addCertBundle(String) - Method in class com.ehsbe.commons.util.LocalTrustManager
Add all X.509 certificates from the given CA cert bundle to the internal certificate list.
addCerts(Collection<Certificate>) - Method in class com.ehsbe.commons.util.LocalTrustManager
Add the given certificate to the internal certificate list.
addCloseableTabbedPaneListener(JxTabbedPaneListener) - Method in class com.ehsbe.commons.gui.JxTabbedPane
Adds an JxTabbedPaneListener to the tabbedpane.
addDefaultButtons(ActionListener, String...) - Method in class com.ehsbe.commons.gui.EditorPanel
Convinience method to lookup and add default actions and add an appropriate button to the button panel.
addGroupButton(String, AbstractButton) - Method in class com.ehsbe.commons.action.ActionManager
Convinience method to add a button to the button group associated with the given groupId.
addId(E) - Method in class com.ehsbe.commons.util.CrudEvent
Add another CRUD object id to this event.
addItemListener(ItemListener) - Method in class com.ehsbe.commons.action.ActionManager
Register the given listener for receiving item events sent by registered actions of this instance.
addItemListener(ItemListener) - Method in class com.ehsbe.commons.action.ManagedAction
Register the given listener for receiving item events sent by registered actions of this instance.
addLayoutComponent(Component, Object) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
addLayoutComponent(String, Component) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
addOtherCerts(Collection<Certificate>) - Method in class com.ehsbe.commons.util.LocalTrustManager
Add the given certificate to the internal other certificate list.
addPageListener(TaskControlListener) - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Register the given listener so that it gets notified, if the state of a page or its controller changes.
addTab(String, Component) - Method in class com.ehsbe.commons.gui.JxTabbedPane
Adds a Component represented by a title and no icon.
addTab(String, Component, Icon) - Method in class com.ehsbe.commons.gui.JxTabbedPane
Adds a Component represented by a title and an icon.
addTasks(int, List<Task>) - Method in class com.ehsbe.commons.gui.wizard.Task
Insert the list of new sub tasks to the current list of tasks at the given position.
addTreeModelListener(TreeModelListener) - Method in class com.ehsbe.commons.gui.util.AbstractTreeModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addUserName(String) - Method in class com.ehsbe.commons.gui.util.DefaultUserNameStore
adjustActive(TaskControl) - Method in class com.ehsbe.commons.gui.wizard.Sidebar
Adjust the display wrt. the new task in action.
adjustGradient(GradientPaint, int, int) - Static method in class com.ehsbe.commons.gui.JxTitledBorder
Calculate a new GradientPaint wrt. to the settings of the given gp, but adjust it to the current size of this component.
adjustList(TaskControl) - Method in class com.ehsbe.commons.gui.wizard.Sidebar
Adjust the current list of task, i.e. reflect the change in the structure of a task tree.
adjustPreferredSize() - Method in class com.ehsbe.commons.gui.JxStatusBar
Helps to avoid "jumping" statusbar height by getting the max height over all available components and setting the preferred height of this statusbar to the calculated max height incl. insets.
ALERT_BORDER - Static variable in class com.ehsbe.commons.gui.util.ObjectTableCellRenderer
default border to be used for cells in alert state - the outer border has to be a line border and should match the insets of EMPTY_BORDER
allRightsReserved() - Method in class com.ehsbe.commons.util.Version
Indicate, whether the copyright owner aka vendor has reserved all rights on the software.
allRightsReserved() - Method in interface com.ehsbe.commons.util.VersionInfo
Indicate, whether the copyright owner aka vendor has reserved all rights on the software.
allUniqueIDs() - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Check the complete task tree starting at this instance' origin for duplicated IDs.
AppFrame - Class in com.ehsbe.commons.gui
The application Frame.
AppFrame() - Constructor for class com.ehsbe.commons.gui.AppFrame
Construct the frame using the default locale.
AppFrame(Locale) - Constructor for class com.ehsbe.commons.gui.AppFrame
Construct a new frame using the given locale.
askForCommit() - Method in class com.ehsbe.commons.gui.EditorPanel
Show a GUI dialog, which ask the user, whether changed properties should be saved.
asString(Calendar) - Static method in class com.ehsbe.commons.util.Stax
Get the date the given calendar represents as an XML Schema Part 2: Datatypes Second Edition GMT formatted dateTime string (e.g., 2004-08-04T19:09:02.768Z).
asString(Date) - Static method in class com.ehsbe.commons.util.Stax
Format the given date as date string 'yyyy-MM-dd'.
attachTo(JDialog) - Method in class com.ehsbe.commons.gui.wizard.Wizard
Attaches the main wizard panel to the given dialog.

B

BannerPainter<T> - Class in com.ehsbe.commons.gui.util
Paints banner at the given Graphics2D context.
BannerPainter() - Constructor for class com.ehsbe.commons.gui.util.BannerPainter
Create a default painter.
BannerPainter(String) - Constructor for class com.ehsbe.commons.gui.util.BannerPainter
Create a default painter.
BannerPainter(String, Font, Color, Color, Color) - Constructor for class com.ehsbe.commons.gui.util.BannerPainter
Create a customized painter.
BannerPanel - Class in com.ehsbe.commons.gui.wizard
The banner panel used by a wizard.
BannerPanel(String, String, String) - Constructor for class com.ehsbe.commons.gui.wizard.BannerPanel
Create a new banner pannel
BannerPanel(String, String, Image) - Constructor for class com.ehsbe.commons.gui.wizard.BannerPanel
Create a new banner pannel
BORDER_WIDTH - Static variable in class com.ehsbe.commons.gui.JxDialog
the standard width of the top, left and right message area border
BoundAction - Class in com.ehsbe.commons.action
A class that represents the many type of actions that this framework supports.
BoundAction() - Constructor for class com.ehsbe.commons.action.BoundAction
Default Action constructor.
BoundAction(String) - Constructor for class com.ehsbe.commons.action.BoundAction
Defines an Action object with the specified name and a default icon.
BoundAction(String, String) - Constructor for class com.ehsbe.commons.action.BoundAction
Defines an Action object with the specified name, and the specified command key.
BoundAction(String, Icon) - Constructor for class com.ehsbe.commons.action.BoundAction
Defines an Action object with the specified name and the specified icon.
BoundAction(String, String, Icon) - Constructor for class com.ehsbe.commons.action.BoundAction
Defines an Action object with the specified name, the specified command key and the specified icon.
breakByLine(String, Locale) - Static method in class com.ehsbe.commons.util.Misc
Break a string into LF delimited lines using a line breaker.
breakBySentence(String, Locale) - Static method in class com.ehsbe.commons.util.Misc
Break a string into LF delimited lines by sentence.
breakByWord(String, int, Locale) - Static method in class com.ehsbe.commons.util.Misc
Break a string into LF delimited lines by words, whereby the line is not longer than the given length per line.
breakByWord(String, int, Locale, char[]) - Static method in class com.ehsbe.commons.util.Misc
Break a string into LF delimited lines by words, whereby the line is not longer than the given length per line.
BUSY_ANIMRATE - Static variable in class com.ehsbe.commons.gui.JxStatusBar
default duration in milliseconds a single animation image is shown
ButtonAreaLayout - Class in com.ehsbe.commons.gui
ButtonAreaLayout behaves in a similar manner to FlowLayout.
ButtonAreaLayout() - Constructor for class com.ehsbe.commons.gui.ButtonAreaLayout
Create a new standard ButtonLayout.
ButtonAreaLayout(boolean, int) - Constructor for class com.ehsbe.commons.gui.ButtonAreaLayout
Create a new ButtonLayout.
ButtonAreaLayout(boolean, int, int) - Constructor for class com.ehsbe.commons.gui.ButtonAreaLayout
Create a new ButtonLayouter.
ButtonAreaLayout(boolean, int, int, boolean, Dimension) - Constructor for class com.ehsbe.commons.gui.ButtonAreaLayout
Create a new ButtonLayouter.
ButtonAreaLayout(boolean, boolean, int, int, boolean, Dimension) - Constructor for class com.ehsbe.commons.gui.ButtonAreaLayout
Create a new ButtonLayouter.
buttonPanel - Variable in class com.ehsbe.commons.gui.EditorPanel
the panel, where control buttons are added
ButtonPanel - Class in com.ehsbe.commons.gui.wizard
The controller which manages the navigation button panel.
ButtonPanel(Locale, boolean) - Constructor for class com.ehsbe.commons.gui.wizard.ButtonPanel
Creates a new navigation button panel.

C

cancelled() - Method in class com.ehsbe.commons.gui.wizard.Wizard
Check, whether the wizard has been cancelled.
CellTableThreshold - Interface in com.ehsbe.commons.gui.util
State analyzer for a table cell, which might be used for rendering a cell in a different style.
CellTableThreshold.State - Enum in com.ehsbe.commons.gui.util
The state of a table cell.
center(Component) - Static method in class com.ehsbe.commons.gui.Util
Set the location of the given component so, that it is centered on the screen.
certs - Variable in class com.ehsbe.commons.util.LocalHostnameVerifier.VerifyResult
peer certificates of the SSL session
changeSelection(int, int, boolean, boolean) - Method in class com.ehsbe.commons.gui.JxTable
Same as JTable.changeSelection(int, int, boolean, boolean), but also automatically starts editing, if the selected cell is editable.
CHECK_INCL_CHILDREN_CMD - Static variable in class com.ehsbe.commons.gui.util.CheckableActionListener
action command fired, when all selected nodes incl. their children should be set to checked state
CHECK_SELECTED_CMD - Static variable in class com.ehsbe.commons.gui.util.CheckableActionListener
action command fired, when only all selected nodes should be set to checked state
Checkable - Interface in com.ehsbe.commons.gui.util
Simple interface to detect objects, which support a "checked" aka selected state.
CheckableActionListener - Class in com.ehsbe.commons.gui.util
An action listener for a jtree with Checkable nodes.
CheckableActionListener() - Constructor for class com.ehsbe.commons.gui.util.CheckableActionListener
 
CheckableTreeCellRenderer - Interface in com.ehsbe.commons.gui.util
A TreeCellRenderer, which always returns the same icon as function of checked, expansion and leaf state; for all objects.
CheckableTreeMouseAdapter - Class in com.ehsbe.commons.gui.util
A mouse listener, which listens for clicks on JTree nodes and changes the checked state of Checkable objects.
CheckableTreeMouseAdapter() - Constructor for class com.ehsbe.commons.gui.util.CheckableTreeMouseAdapter
 
checkClientTrusted(X509Certificate[], String) - Method in class com.ehsbe.commons.util.LocalTrustManager
checkServerTrusted(X509Certificate[], String) - Method in class com.ehsbe.commons.util.LocalTrustManager
CheckTreeCellRenderer - Class in com.ehsbe.commons.gui.util
Renders Checkable nodes with a combined icon, which visulizes the selection state of the node.
CheckTreeCellRenderer(boolean) - Constructor for class com.ehsbe.commons.gui.util.CheckTreeCellRenderer
Setup a new renderer.
checkTrusted(X509Certificate[]) - Method in class com.ehsbe.commons.util.LocalTrustManager
Same as check*Trusted(...), but returns the chain, which has been validate and the the certificate of the trusted anchor for this chain at the end of the list (which might be null if an unexpected error occured)
cleanPass(char[]) - Static method in class com.ehsbe.commons.util.NetAuthenticator
Overwrites the given char array with '\0's
clear() - Method in class com.ehsbe.commons.gui.JxStatusBar
Remove all workers from the internal task queue as well as all 'out-of-bands' messages for the internal message queue and update the state of the corresponding components.
clear() - Method in class com.ehsbe.commons.gui.wizard.Task
Remove all sub tasks from this task
ClientInfoEvent - Class in com.ehsbe.commons.util
Info event to be send to one special or all clients.
ClientInfoEvent(String, Level, String, String) - Constructor for class com.ehsbe.commons.util.ClientInfoEvent
Create a immutable event ready to be sent over the wire.
clipString(FontMetrics, String, int) - Static method in class com.ehsbe.commons.gui.util.SwingUtilities2
Clips the passed in String to the space provided.
clipStringIfNecessary(FontMetrics, String, int) - Static method in class com.ehsbe.commons.gui.util.SwingUtilities2
Clips the passed in String to the space provided.
clone() - Method in class com.ehsbe.commons.action.AbstractActionExt
clone() - Method in class com.ehsbe.commons.action.ManagedAction
Create a copy of this object, but does not copy its item, action and property change listeners.
close() - Method in class com.ehsbe.commons.gui.JxDialog
Convinience method for invoking the action in this dialog's action map with the action command JxDialog.CLOSE_ACTION_CMD.
close() - Method in class com.ehsbe.commons.gui.JxHelpFrame
Convinience method for calling the frames close action command's actionPerformed method.
close() - Method in class com.ehsbe.commons.gui.JxNetAuthenticator
Reset this instance to its initial state.
close() - Method in class com.ehsbe.commons.gui.JxStatusBar
Cleanup up all timers and resources, so that the application may terminate cleanly without having any statusbar relatated threads running, which would prevent it from exiting.
close() - Method in class com.ehsbe.commons.gui.wizard.Wizard
Cleanup, i.e. per default dispose the task controler.
CLOSE_ACTION_CMD - Static variable in class com.ehsbe.commons.gui.JxDialog
Name of the action and its action command used for closing the dialog As long as the original input map is in place, one can get a reference to the action via getRootPane().getActionMap().get(CLOSE_ACTION_CMD).
closeTab(int) - Method in interface com.ehsbe.commons.gui.JxTabbedPaneListener
Informs all listeners, when a tab should be closed
COL_GAP - Static variable in class com.ehsbe.commons.gui.JxDialog
the gap in pixels, which should be used between columns in the message area
com.ehsbe.commons.action - package com.ehsbe.commons.action
 
com.ehsbe.commons.gui - package com.ehsbe.commons.gui
 
com.ehsbe.commons.gui.util - package com.ehsbe.commons.gui.util
 
com.ehsbe.commons.gui.wizard - package com.ehsbe.commons.gui.wizard
 
com.ehsbe.commons.server - package com.ehsbe.commons.server
 
com.ehsbe.commons.server.jms - package com.ehsbe.commons.server.jms
 
com.ehsbe.commons.util - package com.ehsbe.commons.util
 
com.ehsbe.commons.util.jms - package com.ehsbe.commons.util.jms
 
CombinedIcon - Class in com.ehsbe.commons.gui.util
Combines two icons into one icon.
CombinedIcon(Icon, Icon) - Constructor for class com.ehsbe.commons.gui.util.CombinedIcon
Icon constructor.
commit(boolean) - Method in class com.ehsbe.commons.gui.EditorPanel
Persist all changes to the target back to the datastore.
COMMIT_FAILED - Static variable in class com.ehsbe.commons.gui.EditorPanel
action command usually send on a failed commits of changes
COMMIT_PARTIAL_SUCCESS - Static variable in class com.ehsbe.commons.gui.EditorPanel
action command usually send if a commit was canceled
COMMIT_SUCCESS - Static variable in class com.ehsbe.commons.gui.EditorPanel
action command usually send on a successful commit of changes
commonName - Variable in class com.ehsbe.commons.util.LocalHostnameVerifier.VerifyResult
CN name of the first certificate
compareFpNumbers(Number, Number) - Static method in class com.ehsbe.commons.util.Misc
Compare two floating point numbers wrt. their binary representation.
compareNumbers(Number, Number) - Static method in class com.ehsbe.commons.util.Misc
Compare two numbers wrt. their long value.
compareStrings(String, String) - Static method in class com.ehsbe.commons.util.Misc
Compares two Strings.
CompositeAction - Class in com.ehsbe.commons.action
A class that represents an action which will fire a sequence of actions.
CompositeAction() - Constructor for class com.ehsbe.commons.action.CompositeAction
Default constructor.
CompositeAction(String) - Constructor for class com.ehsbe.commons.action.CompositeAction
Create a action with the given name.
CompositeAction(String, String) - Constructor for class com.ehsbe.commons.action.CompositeAction
Constructs an Action with the label and command
CompositeAction(String, Icon) - Constructor for class com.ehsbe.commons.action.CompositeAction
Create a action with the given name and icon.
CompositeAction(String, String, Icon) - Constructor for class com.ehsbe.commons.action.CompositeAction
Constructs an action with the given name, icon and command key.
configure(AbstractButton, Action, ActionManager) - Static method in class com.ehsbe.commons.action.ActionContainerFactory
Configure the given button by the given action using the given action manager ;-) At the moment it configures just the extended properties provided by AbstractActionExt actions.
configureFrame(Class<?>) - Method in class com.ehsbe.commons.gui.AbstractAppController
Configures the frame wrt. to message bundles, actions, menu, toolbar, statusbar, the Look-and-Feel of the controlled AppFrame.
containsUserName(String) - Method in class com.ehsbe.commons.gui.util.DefaultUserNameStore
control(AppFrame, Class<?>, VersionInfo, boolean) - Method in class com.ehsbe.commons.gui.AbstractAppController
Ask this controller to control the given application frame.
convert(Class<E>, EnumSet<? extends Enum<?>>, boolean) - Static method in class com.ehsbe.commons.util.EnumUtils
Convert the given enum set to a enum set of the given targetType.
createActions(HashMap<String, Action>, HashMap<String, List<Object>>) - Static method in class com.ehsbe.commons.gui.LnF
Create a action for each available Look and Feel [Theme] with an ID of "LNF_ACTION_" + N and put them into an action list with the ID "L_LNF_MENU" , which might be used to create a JMenu from it.
createButton(Object, ActionManager, boolean) - Static method in class com.ehsbe.commons.action.ActionContainerFactory
Creates a button based on the action with the given ID.
createButton(Object, ActionManager) - Static method in class com.ehsbe.commons.action.ActionContainerFactory
Creates a button based on the action with the given ID.
createButton(Action, ActionManager) - Static method in class com.ehsbe.commons.action.ActionContainerFactory
Creates a button based on the attributes of the given action.
createButtons(List<Action>, ActionManager) - Static method in class com.ehsbe.commons.action.ActionContainerFactory
Creates an array of buttons using the given list.
createButtons(String, ActionManager) - Static method in class com.ehsbe.commons.action.ActionContainerFactory
Creates an array of buttons using the possible nested list of action IDs with the given id.
createDefaultTableHeader() - Method in class com.ehsbe.commons.gui.JxTable
Returns the default table header object, which is a JxTableHeader and makes it much easier to provide header tooltips.
createDialog(Task, boolean, boolean, JFrame) - Static method in class com.ehsbe.commons.gui.wizard.Wizard
Create a new modal, resizable wizard dialog.
createDialog(TaskControl, boolean, boolean, JFrame) - Static method in class com.ehsbe.commons.gui.wizard.Wizard
Create a new modal, resizable wizard dialog.
createGradient(Color, Color) - Static method in class com.ehsbe.commons.gui.JxTitledBorder
Create a default Gradient adjusted to the given width.
createMenu(Object, ActionManager) - Static method in class com.ehsbe.commons.action.ActionContainerFactory
Create a single JMenu from the action with the given id.
createMenu(List<?>, JComponent, ActionManager) - Static method in class com.ehsbe.commons.action.ActionContainerFactory
Create a menu tree from the given list of action IDs and lists of action IDs.
createMenuBar(List<?>, ActionManager) - Static method in class com.ehsbe.commons.action.ActionContainerFactory
Populate a menubar from a action list.
createMenuItem(Object, ActionManager) - Static method in class com.ehsbe.commons.action.ActionContainerFactory
Creates a menu item based on the attributes of the action element.
createMenuItem(Action, ActionManager) - Static method in class com.ehsbe.commons.action.ActionContainerFactory
Creates a menu item based on the attributes of the given action.
createPopup(List<?>, ActionManager) - Static method in class com.ehsbe.commons.action.ActionContainerFactory
Constructs a popup menu from a list of action ids.
createToolBar(List<?>, ActionManager) - Static method in class com.ehsbe.commons.action.ActionContainerFactory
Constructs a toolbar from an action-list id.
createUI(JComponent) - Static method in class com.ehsbe.commons.gui.JxTitledSeparatorUI
Create the JVM UI component.
CrudEvent<E> - Class in com.ehsbe.commons.util
A Create/Update/Delete event.
CrudEvent(String, CrudEvent.CrudType, E...) - Constructor for class com.ehsbe.commons.util.CrudEvent
Default Constructor.
CrudEvent(Object, CrudEvent.CrudType, E...) - Constructor for class com.ehsbe.commons.util.CrudEvent
Convinience Constructor.
CrudEvent.CrudType - Enum in com.ehsbe.commons.util
The type of entity change
CrudEventList - Class in com.ehsbe.commons.util
Class to be used to construct/reassemble object modifications on a server to its clients.
CrudEventList() - Constructor for class com.ehsbe.commons.util.CrudEventList
 
ctrlBusy() - Method in class com.ehsbe.commons.gui.wizard.Wizard
Handles task controller notifications the busy state change of the currently executing task.
ctrlLocale() - Method in class com.ehsbe.commons.gui.wizard.Wizard
Handles task controller notifications about the preferred locale to use.
ctrlNavMode(EnumSet<NavMode>) - Method in class com.ehsbe.commons.gui.wizard.Wizard
Handles task controller notifications about requested navigation button state changes.
ctrlTaskFinshed(NavMode) - Method in class com.ehsbe.commons.gui.wizard.Wizard
Handles task controller notifications about an active task has finished its work, i.e. switching to another task is allowed, if the corresponding navigation buttons are enabled.
ctrlTasklist() - Method in class com.ehsbe.commons.gui.wizard.Wizard
Handles task controller notifications about tasklist structure changes.
ctrlTaskPrepared() - Method in class com.ehsbe.commons.gui.wizard.Wizard
Handles task controller notifications about the currently active task: it has finished its preparation and is ready to execute.
ctrlTaskSwitched() - Method in class com.ehsbe.commons.gui.wizard.Wizard
Handles task controller notifications about an active task change.
ctx - Variable in class com.ehsbe.commons.gui.EditorPanel
the context for the given target

D

dateFormatter - Static variable in class com.ehsbe.commons.util.Stax
formatter to be used for date formatting
dateTimeTimezoneFormatter - Static variable in class com.ehsbe.commons.util.Stax
formatter to be used for datetime formatting
DEFAULT_IMAGE - Static variable in class com.ehsbe.commons.gui.wizard.BannerPanel
name of the default image to show
DEFAULT_IMAGE - Variable in class com.ehsbe.commons.gui.wizard.Sidebar
default background image to use
DefaultUserNameStore - Class in com.ehsbe.commons.gui.util
Saves the user names in Preferences.
DefaultUserNameStore() - Constructor for class com.ehsbe.commons.gui.util.DefaultUserNameStore
Creates a new instance of DefaultUserNameStore
difference(Class<E>, long, long) - Static method in class com.ehsbe.commons.util.EnumUtils
Get the difference between two enum sets represented by the given masks.
differentDates(Date, Date) - Static method in class com.ehsbe.commons.util.Misc
checks, whether two Dates are "equal".
differentStrings(String, String) - Static method in class com.ehsbe.commons.util.Misc
checks, whether two Strings are "equal".
differentStrings(Object, Object) - Static method in class com.ehsbe.commons.util.Misc
Checks, whether two Objects are "equal" wrt. to their String representation.
differentStrings2(String, String) - Static method in class com.ehsbe.commons.util.Misc
checks, whether two Strings are "equal".
dispatchable() - Method in class com.ehsbe.commons.action.ManagedActionEvent
Hint for dispatchers, whether they should further dispatch this event.
dispatchable() - Method in interface com.ehsbe.commons.action.ManagedEvent
Hint for dispatchers, whether they should further dispatch this event.
dispatchable() - Method in class com.ehsbe.commons.action.ManagedItemEvent
Hint for dispatchers, whether they should further dispatch this event.
dispose() - Method in class com.ehsbe.commons.action.AbstractActionExt
Will perform cleanup on the object.
dispose() - Method in class com.ehsbe.commons.gui.AppFrame
dispose() - Method in class com.ehsbe.commons.gui.EditorPanel
Release all allocated resources and close and dispose all evtl. fired dialogs, frames and threads.
dispose() - Method in class com.ehsbe.commons.gui.JxHelpFrame
dispose() - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Cleanup all resources.
dispose() - Method in class com.ehsbe.commons.util.jms.QueueReceiver
Close everything and nullify all cached data.
DocumentSizeFilter - Class in com.ehsbe.commons.gui
A Filter to restrict the size of the document to a given maximum.
DocumentSizeFilter(int) - Constructor for class com.ehsbe.commons.gui.DocumentSizeFilter
Set the maximum size of the document.
doInBackground() - Method in class com.ehsbe.commons.gui.util.StatusTask
Computes a result by calling StatusTask.doInBackgroundSafe().
doInBackgroundSafe() - Method in class com.ehsbe.commons.gui.util.StatusTask
Computes a result, or throws an exception if unable to do so.
DoubleTableCellRenderer - Class in com.ehsbe.commons.gui.util
A renderer for table cells, which uses a NumberFormatter for formatting its content.
DoubleTableCellRenderer() - Constructor for class com.ehsbe.commons.gui.util.DoubleTableCellRenderer
Default NumberFormatter
DoubleTableCellRenderer(NumberFormat) - Constructor for class com.ehsbe.commons.gui.util.DoubleTableCellRenderer
Construct a new CellRenderer using the given formatter.
DoubleTableCellRenderer(NumberFormat, Border) - Constructor for class com.ehsbe.commons.gui.util.DoubleTableCellRenderer
Construct a new CellRenderer using the given formatter and border.

E

EditorPanel<T> - Class in com.ehsbe.commons.gui
A more or less sophisticated bean editor.
EditorPanel() - Constructor for class com.ehsbe.commons.gui.EditorPanel
Create a panel with a border layout.
EditorPanel(String) - Constructor for class com.ehsbe.commons.gui.EditorPanel
Create a panel with a border layout.
EMPTY_BORDER - Static variable in class com.ehsbe.commons.gui.util.ObjectTableCellRenderer
default border to use
enable(EnumSet<NavMode>) - Method in class com.ehsbe.commons.gui.wizard.ButtonPanel
Enable all buttons for the given modes and disable all others.
enableModelTooltips(boolean) - Method in class com.ehsbe.commons.gui.JxTable
If true, the underlying table model will be queried for tooltips first (if it implements the TooltipProvider).
enableUI(boolean) - Method in class com.ehsbe.commons.gui.wizard.Wizard
[un]block all input events and show a wait/normal cursor.
EnumUtils - Class in com.ehsbe.commons.util
Utily collection for Enums.
EnumUtils() - Constructor for class com.ehsbe.commons.util.EnumUtils
 
equals(Object) - Method in class com.ehsbe.commons.gui.wizard.Task
Contract: Two tasks are equal, if their IDs are equal.
ExecService - Interface in com.ehsbe.commons.gui.wizard
A Service, which actually does the work described by a tasks.
ExecServiceAdapter - Class in com.ehsbe.commons.gui.wizard
General purpose wrapper for a task execution service.
ExecServiceAdapter() - Constructor for class com.ehsbe.commons.gui.wizard.ExecServiceAdapter
Creates a new service which returns always the same empty page.
ExecServiceAdapter(JComponent) - Constructor for class com.ehsbe.commons.gui.wizard.ExecServiceAdapter
Creates a new service which returns always the same page.
execute(HashMap<Task, HashMap<? extends Object, ? extends Object>>, TaskControl, EnumSet<NavMode>) - Method in interface com.ehsbe.commons.gui.wizard.ExecService
Create the UI aka wizard page, which should be displayed and do the work described by the task.
execute(HashMap<Task, HashMap<? extends Object, ? extends Object>>, TaskControl, EnumSet<NavMode>) - Method in class com.ehsbe.commons.gui.wizard.ExecServiceAdapter
Create the UI aka wizard page, which should be displayed and do the work described by the task.
execute(HashMap<Task, HashMap<? extends Object, ? extends Object>>, TaskControl, EnumSet<NavMode>) - Method in class com.ehsbe.commons.gui.wizard.Task
Create the UI aka wizard page, which should be displayed and do the work described by the task.

F

fastForwardToEndOfElement(XMLStreamReader) - Static method in class com.ehsbe.commons.util.Stax
Forward the cursor of the stream to the end of the current start element.
findFocusOwner(Component) - Static method in class com.ehsbe.commons.gui.Util
Get the child component which has focus with respects of specified component.
finish(HashMap<Task, HashMap<? extends Object, ? extends Object>>, TaskControl, NavMode) - Method in interface com.ehsbe.commons.gui.wizard.ExecService
Calculate final results for this task, cleanup resources and notify the controller, when all work has been done.
finish(HashMap<Task, HashMap<? extends Object, ? extends Object>>, TaskControl, NavMode) - Method in class com.ehsbe.commons.gui.wizard.ExecServiceAdapter
Calculate final results for this task, cleanup resources and notify the controller, when all work has been done.
finish(HashMap<Task, HashMap<? extends Object, ? extends Object>>, TaskControl, NavMode) - Method in class com.ehsbe.commons.gui.wizard.Task
Calculate final results for this task, cleanup resources and notify the controller, when all work has been done.
finished(Task) - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Callback for the task being executed in response to its Task.finish(HashMap, TaskControl, NavMode) to indicate, that it is ready and switching to the next action indicated by the user is ok.
finishTask(HashMap<Task, HashMap<? extends Object, ? extends Object>>, NavMode) - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Usually called by the wizard to indicate, that it intents to switch to another state.
fireActionPerformed(String) - Method in class com.ehsbe.commons.gui.EditorPanel
Convinience method to fire an action event to all action listeners of this component.
fireActionPerformed(ActionEvent) - Method in class com.ehsbe.commons.gui.EditorPanel
Fire the given event to all action listeners of this component.
fireCloseTab(int) - Method in class com.ehsbe.commons.gui.JxTabbedPane
Notifies all listeners that have registered interest for notification on this event type.
fireMessage(Message) - Method in class com.ehsbe.commons.util.jms.QueueReceiver
Refire a message received from the JMS queue.
firePropertyChange(String, Object, Object) - Method in class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
Overridden for performance reasons.
fireQueueEvent(QueueEvent) - Method in class com.ehsbe.commons.util.jms.QueueReceiver
Fires the given event.
fireStateChange(TaskControlEvent.Type, EnumSet<NavMode>) - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Fires a TaskControlEvent.
fireTreeNodesChanged(Object, TreePath, int[], Object...) - Method in class com.ehsbe.commons.gui.util.AbstractTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesInserted(Object, TreePath, int[], Object...) - Method in class com.ehsbe.commons.gui.util.AbstractTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesRemoved(Object, TreePath, int[], Object...) - Method in class com.ehsbe.commons.gui.util.AbstractTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, TreePath) - Method in class com.ehsbe.commons.gui.util.AbstractTreeModel
Notifies all listeners that have registered interest for notification on this event type.
format(ResourceBundle, String, Object...) - Static method in class com.ehsbe.commons.util.Message
Lookup the specified key in the specified resource bundle and if a string value was found, format this string with the given arguments.
format(String, Object...) - Static method in class com.ehsbe.commons.util.Message
Actually the same as MessageFormat.format(String, Object[]), however, arguments are first checked to be not null and format exceptions are caught and logged as an error message prefixed with the string 'Software bug: '.
format(Locale, String, Object...) - Static method in class com.ehsbe.commons.util.Message
Actually the same as MessageFormat.format(String, Object[]), however, arguments are first checked to be not null and format exceptions are caught and logged as an error message prefixed with the string 'Software bug: '.
formatSilent(ResourceBundle, String, Object...) - Static method in class com.ehsbe.commons.util.Message
Same as Message.format(ResourceBundle, String, Object[]), however, if the property with the given key could not be found, no warning occurs and null is returned immediately.
forwardToNextChildOrEOE(XMLStreamReader) - Static method in class com.ehsbe.commons.util.Stax
Forward the cursor of the stream to the start of the next element.
frame - Variable in class com.ehsbe.commons.gui.AbstractAppController
the current AppFrame controlled by this instance
fromXml(XMLStreamReader) - Method in interface com.ehsbe.commons.util.XmlElement
Read properties from the xml stream.

G

GenericFileFilter - Class in com.ehsbe.commons.gui.util
A generic file filter used in the File | {Open|Save [as]} dialog to let the user find appropriate files fast.
GenericFileFilter(String, String) - Constructor for class com.ehsbe.commons.gui.util.GenericFileFilter
construct a FileFilter for the submitted extension
get(String, String) - Method in class com.ehsbe.commons.gui.util.PreferencePasswordStore
get() - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Get the current step excecuted.
getAccelerator() - Method in class com.ehsbe.commons.action.AbstractActionExt
Returns the key stroke which represents an accelerator for the action.
getAcceptedIssuers() - Method in class com.ehsbe.commons.util.LocalTrustManager
getAction(Object) - Method in class com.ehsbe.commons.action.ActionManager
Get the action corresponding to an action id.
getAction(Class<T>, Object) - Method in class com.ehsbe.commons.action.ActionManager
Convinience method to get the action with the given ID of the given class.
getAction() - Method in class com.ehsbe.commons.action.ManagedActionEvent
Get the action, which triggered this event.
getAction() - Method in interface com.ehsbe.commons.action.ManagedEvent
Get the action, which triggered this event.
getAction() - Method in class com.ehsbe.commons.action.ManagedItemEvent
Get the action, which triggered this event.
getActionCommand() - Method in class com.ehsbe.commons.action.AbstractActionExt
Returns the action command.
getActionCopy(Object, boolean, ActionListener) - Method in class com.ehsbe.commons.action.ActionManager
Get a copy aka clone of the action corresponding to an action id.
getActionCopy(List<?>, boolean, ActionListener) - Method in class com.ehsbe.commons.action.ActionManager
Get a list of all actions wrt. to the given possibly nested list of IDs.
getActionIDs() - Method in class com.ehsbe.commons.action.ActionManager
Get the ids for all the managed actions.
getActionIDs(String) - Method in class com.ehsbe.commons.action.ActionManager
Get the possibly nested action ID list for the given id.
getActionListIDs() - Method in class com.ehsbe.commons.action.ActionManager
Get the ids for all the managed action lists.
getActions() - Method in class com.ehsbe.commons.action.CompositeAction
Get a list of actions which indicates that this is a composite action.
getAlertBorder() - Method in class com.ehsbe.commons.gui.util.ObjectTableCellRenderer
Get the border, which should be used, if the given cell is in alert state.
getAlignment() - Method in class com.ehsbe.commons.gui.JxTitledBorder
Get the horizontal alignment of the title.
getAlignment() - Method in class com.ehsbe.commons.gui.JxTitledSeparator
Get the current alignment set.
getAppClassForPreferences() - Method in class com.ehsbe.commons.gui.util.PreferencePasswordStore
 
getAppNameForPreferences() - Method in class com.ehsbe.commons.gui.util.DefaultUserNameStore
Get the class used for getting/setting the user preference node.
getArray(Class<E>, long) - Static method in class com.ehsbe.commons.util.EnumUtils
Get the enum set, which corresponds to the given mask and types.
getArray(Class<E>, byte) - Static method in class com.ehsbe.commons.util.EnumUtils
Get the enum set, which corresponds to the given mask and types.
getArray(Class<E>, short) - Static method in class com.ehsbe.commons.util.EnumUtils
Get the enum set, which corresponds to the given mask and types.
getArray(Class<E>, int) - Static method in class com.ehsbe.commons.util.EnumUtils
Get the enum set, which corresponds to the given mask and types.
getAttributes(XMLStreamReader) - Static method in class com.ehsbe.commons.action.ActionFactory
Get all attributes pairs from the given reader.
getAttributes(XMLStreamReader) - Static method in class com.ehsbe.commons.util.Stax
Get all all attributes of the element, where the cursor currently points to.
getBackground() - Method in class com.ehsbe.commons.gui.JxTitledBorder
 
getBackground() - Method in class com.ehsbe.commons.gui.util.BannerPainter
Get the (dark) background color.
getBackgroundImagePath() - Method in class com.ehsbe.commons.gui.wizard.Task
Get the path for the background image as URL which should be displayed, when this step gets executed.
getBackgroundLight() - Method in class com.ehsbe.commons.gui.util.BannerPainter
Get the lighter background color.
getBanner() - Method in class com.ehsbe.commons.gui.util.BannerPainter
Get the banner text to draw.
getBanner() - Method in class com.ehsbe.commons.gui.wizard.Wizard
Get the banner panel currently in use.
getBannerImagePath() - Method in class com.ehsbe.commons.gui.wizard.Task
Get the path for the banner image as URL which should be displayed, when this step gets executed.
getBaseline(int, int) - Method in class com.ehsbe.commons.gui.HelpButton
Get the baseline for the specified component, or a value less than 0 if the baseline can not be determined.
getBaseline(int, int) - Method in class com.ehsbe.commons.gui.JxPanel
Get the baseline for this panel, or a value less than 0 if the baseline can not be determined.
getBaseline(int, int) - Method in class com.ehsbe.commons.gui.JxTitledSeparator
Get the baseline for the specified component, or a value less than 0 if the baseline can not be determined.
getBaseline(JxTitledSeparator, int, int) - Method in class com.ehsbe.commons.gui.JxTitledSeparatorUI
Get the baseline for the specified component, or a value less than 0 if the baseline can not be determined.
getBaselineIdx() - Method in class com.ehsbe.commons.gui.JxPanel
Get the index of the component, which should be used to determine the baseline of the panel.
getBoldFont() - Method in class com.ehsbe.commons.gui.wizard.Sidebar
Get the font, which is used to draw the description for the current task in action.
getBorder() - Method in class com.ehsbe.commons.gui.util.ObjectTableCellRenderer
Get the default Border for this renderer, used to draw the cell in normal state.
getBorderInsets(Component) - Method in class com.ehsbe.commons.gui.JxTitledBorder
getBuildNumber() - Method in class com.ehsbe.commons.util.Version
Get the build ID
getBuildNumber() - Method in interface com.ehsbe.commons.util.VersionInfo
Get the build ID
getButton() - Method in class com.ehsbe.commons.gui.JxTitledSeparator
Get the button associated to this separator.
getButtonGroup(String) - Method in class com.ehsbe.commons.action.ActionManager
Get the button group associated with the given group ID
getButtonPanel() - Method in class com.ehsbe.commons.gui.EditorPanel
Get the panel used to layout dialog buttons.
getButtonPanel() - Method in class com.ehsbe.commons.gui.JxDialog
Get the panel used to layout dialog buttons.
getButtons() - Method in class com.ehsbe.commons.gui.wizard.Wizard
Get the navigation button pannel currently in use.
getByteMask(EnumSet<E>) - Static method in class com.ehsbe.commons.util.EnumUtils
Get the mask, which corresponds to the given enum set.
getBytes(InputStream) - Static method in class com.ehsbe.commons.util.Misc
Map the given iput stream into a byte array.
getCalendar() - Method in class com.ehsbe.commons.gui.JxTextTimeField
Get the calendar used for time formatting.
getCalendar(String) - Static method in class com.ehsbe.commons.util.Stax
Convert the given XML Schema Part 2: Datatypes Second Edition formatted dateTime string (i.e.
getCauseStack(Throwable) - Static method in class com.ehsbe.commons.util.Misc
Get the real cause for an exception.
getCauseStack(Throwable, boolean) - Static method in class com.ehsbe.commons.util.Misc
Get the real cause for an exception.
getCertBundlePath() - Method in class com.ehsbe.commons.gui.util.JxInvalidCertHandler
Get the cert bundle file, which has been used to populate the internal list of certificates, which should be accepted automatically.
getClassname() - Method in class com.ehsbe.commons.util.CrudEvent
Get the class name of the crud objects changed.
getClassname() - Method in class com.ehsbe.commons.util.jms.QueueEvent
Convinience method to get the classname of the object, to which the CRUD event is related.
getClientID() - Method in class com.ehsbe.commons.util.ClientInfoEvent
 
getClientID() - Method in class com.ehsbe.commons.util.jms.QueueReceiver
Get the ID of the client connection to the server
getCloseableTabbedPaneListener() - Method in class com.ehsbe.commons.gui.JxTabbedPane
Returns an array of all the SearchListeners added to this SearchPane with addSearchListener().
getCloseAction() - Method in class com.ehsbe.commons.gui.wizard.Wizard
Get the action, which should be used to programatically shutdown the wizard, by calling its actionPerformed(null) method.
getConnected() - Method in class com.ehsbe.commons.util.jms.QueueEvent
Get the state of the connection to the JMS queue.
getContentPane() - Method in class com.ehsbe.commons.gui.wizard.Wizard
Get the panel, which contains all wizard elements.
getCount() - Method in class com.ehsbe.commons.gui.wizard.Task
Get the number of sub tasks.
getCountry2iso(Locale) - Static method in class com.ehsbe.commons.util.Misc
Get a country to ISO Code 2 mapping.
getCrudEvent() - Method in class com.ehsbe.commons.util.jms.QueueEvent
Get the CRUD event, which caused this event to be sent.
getCurrencyCodes() - Static method in class com.ehsbe.commons.util.Misc
Get a list of available 3 letter ISO currency codes.
getDate(String) - Static method in class com.ehsbe.commons.util.Stax
Convert the given GMT date string ('yyyy-MM-dd') into a date.
getDefaultAction(Locale, String) - Static method in class com.ehsbe.commons.action.ActionFactory
Get the default action for the given Locale.
getDefaultActions(Locale) - Static method in class com.ehsbe.commons.action.ActionFactory
Get a set of default actions.
getDefaultAnimationTimeout() - Method in class com.ehsbe.commons.gui.JxStatusBar
Get the duration a sprite is displayed in an animation.
getDefaultMessageBorder() - Static method in class com.ehsbe.commons.gui.JxDialog
Convinience method to get the standard border for a message area.
getDefaultTooltipText() - Method in class com.ehsbe.commons.gui.JxFormattedTextField
Get a default tooltip text for this component.
getDefaultTooltipText() - Method in class com.ehsbe.commons.gui.JxTextArea
Get the default tooltip for this component.
getDefaultTooltipText() - Method in class com.ehsbe.commons.gui.JxTextField
Get the default tooltip for this component.
getDefaultTooltipText() - Method in class com.ehsbe.commons.gui.JxTextNumberField
Get the default tooltip for this component.
getDepth() - Method in class com.ehsbe.commons.gui.wizard.Sidebar
Get the depth of task used to draw descriptions.
getDepth() - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Get the path length for the current task in action.
getDepth(Task, Task) - Static method in class com.ehsbe.commons.gui.wizard.TaskControl
Get the path lenght to the given task wrt. to its origin.
getDescription() - Method in class com.ehsbe.commons.gui.ImageFileFilter
getDescription(File) - Method in class com.ehsbe.commons.gui.ImageFileView
getDescription() - Method in class com.ehsbe.commons.gui.util.GenericFileFilter
Get the description for the extension used by this filter
getDescription() - Method in class com.ehsbe.commons.gui.wizard.Task
Get a more detailed description about what to do in this task, which might be shown in a banner panel or popup window.
getDetails() - Method in class com.ehsbe.commons.util.ClientInfoEvent
 
getDialog(Component, LoginService, PasswordStore, UserNameStore) - Static method in class com.ehsbe.commons.gui.JxLoginDialog
Create a login dialog using the given stores and services.
getEmptyPanel(Task) - Method in class com.ehsbe.commons.gui.wizard.ExecServiceAdapter
Just in case we have no page to display.
getEnabled() - Method in class com.ehsbe.commons.gui.wizard.ButtonPanel
Get all enable navigation modes.
getEndYear() - Method in class com.ehsbe.commons.util.Version
Get the year of development cycle, where this package was last time maintained.
getEndYear() - Method in interface com.ehsbe.commons.util.VersionInfo
Get the year of development cycle, where this package was last time maintained.
getEnum(Class<E>, int) - Static method in class com.ehsbe.commons.util.EnumUtils
Get an enum by its ordinal value.
getErrorHandler() - Method in class com.ehsbe.commons.gui.JxLoginDialog
Get the gui error handler to be used on login errors.
getEvents() - Method in class com.ehsbe.commons.util.CrudEventList
Get all CRUD events.
getException() - Method in class com.ehsbe.commons.gui.util.StatusTask
Get the last throwable, which has been caught when executing StatusTask.doInBackgroundSafe() or StatusTask.getSafe() or StatusTask.getSafe(long, TimeUnit).
getExecService() - Method in class com.ehsbe.commons.gui.wizard.Task
Get the execution service used for this task.
getExtension() - Method in class com.ehsbe.commons.gui.util.GenericFileFilter
Get the extension used by this filter
getExtension(File) - Static method in class com.ehsbe.commons.util.Misc
Get the extension of a file.
getFirstIcon() - Method in class com.ehsbe.commons.gui.util.CombinedIcon
Get the first icon drawn by this Icon.
getFont() - Method in class com.ehsbe.commons.gui.JxTitledBorder
 
getFont() - Method in class com.ehsbe.commons.gui.util.BannerPainter
Get the font used to draw the banner.
getFontRenderContext(Component) - Static method in class com.ehsbe.commons.gui.util.SwingUtilities2
Get the FontRenderContext associated with the given JComponent
getForeground() - Method in class com.ehsbe.commons.gui.JxTitledBorder
 
getForeground() - Method in class com.ehsbe.commons.gui.util.BannerPainter
Get the foreground used to draw the banner text.
getFromYear() - Method in class com.ehsbe.commons.util.Version
Get the year of start of the development cycle of this package.
getFromYear() - Method in interface com.ehsbe.commons.util.VersionInfo
Get the year of start of the development cycle of this package.
getGap() - Method in class com.ehsbe.commons.gui.util.CombinedIcon
Get the gap between two icons.
getGroup() - Method in class com.ehsbe.commons.action.AbstractActionExt
Get the id of the group, to which this action belongs to.
getGroup(String) - Method in class com.ehsbe.commons.action.ActionManager
Get all action IDs, which belong to the group with the given id.
getGroupIDs() - Method in class com.ehsbe.commons.action.ActionManager
Get the IDs of all managed action groups.
getGuiAnchor() - Method in class com.ehsbe.commons.gui.JxNetAuthenticator
Set the "anchor" to which dialogs should be relative positioned.
getHelpID(Object) - Static method in class com.ehsbe.commons.gui.Util
Convinience method find the help ID for the given component.
getHelpSet() - Method in class com.ehsbe.commons.gui.AbstractAppController
Get the help set to use for this application frame.
getHelpSet() - Method in class com.ehsbe.commons.gui.JxHelpFrame
Get the currently active helpset of this frame.
getHints() - Method in class com.ehsbe.commons.gui.JxCheckbox
Get the hints assigned to this component.
getHints() - Method in class com.ehsbe.commons.gui.JxLabel
Get the hints assigned to this component.
getIcon(File) - Method in class com.ehsbe.commons.gui.ImageFileView
getIcon(boolean, boolean, boolean) - Method in interface com.ehsbe.commons.gui.util.CheckableTreeCellRenderer
Get the icon to be drawn for the given state of an arbitrary object in a tree.
getIcon(boolean, boolean, boolean) - Method in class com.ehsbe.commons.gui.util.CheckTreeCellRenderer
Get the icon to be drawn for the given state
getIcon(Object, String) - Static method in class com.ehsbe.commons.util.Misc
Get the icon using the given image path relative to package name of the given object.
getIcon(String, String) - Static method in class com.ehsbe.commons.util.Misc
Get the icon wrt. to the given resource and image path.
getIconHeight() - Method in class com.ehsbe.commons.gui.util.CombinedIcon
getIconWidth() - Method in class com.ehsbe.commons.gui.util.CombinedIcon
getId() - Method in class com.ehsbe.commons.gui.wizard.Task
The ID of this task.
getIds() - Method in class com.ehsbe.commons.util.CrudEvent
Get a list of crud object ids for this event.
getIgnoringXMLResolver() - Static method in class com.ehsbe.commons.util.Stax
Get an XMLResolver, which always returns an empty InputStream, to make braindead Stax Implementations (e.g. from SUN) happy.
getIndent() - Method in class com.ehsbe.commons.gui.wizard.Sidebar
Get the indent size as number of 'em's for nested descritions.
getInputSourceByFile(File, boolean) - Static method in class com.ehsbe.commons.util.Stax
Boilerplate: Get a stream source from the given file.
getInputSourceByResource(String) - Static method in class com.ehsbe.commons.util.Stax
Get a StreamSource from the given resource.
getInstance() - Static method in class com.ehsbe.commons.action.ActionManager
Get the instance of the ActionManger.
getInstance() - Static method in class com.ehsbe.commons.util.LocalTrustManager
Get the JVM singleton instance, which handles local certs.
getIntegerIds() - Method in class com.ehsbe.commons.util.jms.QueueEvent
Convinience method to get the object ids of the related CRUD event.
getIntIds() - Method in class com.ehsbe.commons.util.jms.QueueEvent
Convinience method to get the object ids of the related CRUD event.
getIntMask(EnumSet<E>) - Static method in class com.ehsbe.commons.util.EnumUtils
Get the mask, which corresponds to the given enum set.
getIso3locales() - Static method in class com.ehsbe.commons.util.Misc
Get a map of available 3 letter ISO language codes and their associated locale.
getLargeIcon() - Method in class com.ehsbe.commons.action.AbstractActionExt
Returns a large icon which represents the action.
getLargeIcon() - Method in class com.ehsbe.commons.action.TriggerAction
Get a large icon which represents the action wrt. its current selection state.
getLargeIcon(boolean) - Method in class com.ehsbe.commons.action.TriggerAction
Get a large icon which represents the action wrt. the given selection state.
getLargePressedIcon() - Method in class com.ehsbe.commons.action.AbstractActionExt
Returns a large pressed icon which represents the action.
getLayoutAlignmentX(Container) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
getLayoutAlignmentY(Container) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
getLevel() - Method in class com.ehsbe.commons.util.ClientInfoEvent
 
getLicenseInfo(VersionInfo, boolean, Locale) - Static method in class com.ehsbe.commons.util.Misc
Get an overview wrt. to the given info.
getLicensePath() - Method in class com.ehsbe.commons.util.Version
Get the resource path for the plain text license file.
getLicensePath() - Method in interface com.ehsbe.commons.util.VersionInfo
Get the resource path for the plain text license file.
getLineLength() - Method in class com.ehsbe.commons.gui.JxTextPanel
Get the max. length of a line used to determine the preferred layout size of this instance.
getLineSpacing() - Method in class com.ehsbe.commons.gui.wizard.Sidebar
Get the spaces between the lines.
getListeners() - Method in class com.ehsbe.commons.gui.util.AbstractTreeModel
Get a list of all tree listeners, which listen to this model changes.
getLnfNames() - Static method in class com.ehsbe.commons.gui.LnF
Get all registered LNF names
getLocale() - Method in class com.ehsbe.commons.gui.wizard.Task
Get the locale to be used for l10n.
getLocale() - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Get the locale, which should be used by all tasks.
getLocale() - Method in interface com.ehsbe.commons.gui.wizard.Translator
Get the locale currently used for translations.
getLocale() - Method in class com.ehsbe.commons.gui.wizard.TranslatorAdapter
Get the locale currently used for translations.
getLoginService() - Method in class com.ehsbe.commons.gui.JxLoginDialog
Get the service used to find the server url and finally to use for authentication.
getLoginService() - Method in class com.ehsbe.commons.gui.JxLoginPanel
Get the service used to find the server url
getLogo() - Method in class com.ehsbe.commons.util.Version
Get the Vendor logo.
getLogo() - Method in interface com.ehsbe.commons.util.VersionInfo
Get the Vendor logo.
getLongDescription() - Method in class com.ehsbe.commons.action.AbstractActionExt
Returns a long desciption of the action.
getLongDescription() - Method in class com.ehsbe.commons.action.TriggerAction
Get a long desciption of the action wrt. its current selection state.
getLongDescription(boolean) - Method in class com.ehsbe.commons.action.TriggerAction
Get a long desciption of the action wrt. the given selection state.
getLongIds() - Method in class com.ehsbe.commons.util.jms.QueueEvent
Convinience method to get the object ids of the related CRUD event.
getLongObjectIds() - Method in class com.ehsbe.commons.util.jms.QueueEvent
Convinience method to get the object ids of the related CRUD event.
getManager() - Method in class com.ehsbe.commons.gui.AppFrame
Get the action manager attached to this frame
getMargins() - Method in class com.ehsbe.commons.gui.wizard.Sidebar
Get the margins currently set.
getMask(EnumSet<E>) - Static method in class com.ehsbe.commons.util.EnumUtils
Get the mask, which corresponds to the given enum set.
getMasterPassword(Boolean) - Method in class com.ehsbe.commons.gui.JxNetAuthenticator
Get the master password to generate the secret key for decrypting the encrypted password store.
getMaxCharacters() - Method in class com.ehsbe.commons.gui.DocumentSizeFilter
Get the maximum number of characters allowed in the document.
getMaxCharacters() - Method in class com.ehsbe.commons.gui.JxTextArea
Get the max. number of characters allowed in this text field.
getMaxCharacters() - Method in class com.ehsbe.commons.gui.JxTextField
Get the max. number of characters allowed in this text field.
getMediumIcon() - Static method in class com.ehsbe.commons.gui.HelpButton
Get a small (32x32) help icon.
getMessage() - Method in class com.ehsbe.commons.gui.util.StatusTask
Get the current message to be displayed in the statusbar.
getMessageId() - Method in class com.ehsbe.commons.util.jms.QueueEvent
Get the id of the corresponding message, which contained the CRUD event.
getMessageLabel() - Method in class com.ehsbe.commons.gui.JxStatusBar
Get the component in use for displaying messages.
getMessageTimeout() - Method in class com.ehsbe.commons.gui.JxStatusBar
Gets the default timeout aka max duration a message gets displayed in the statusbar.
getMinButtonSize() - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
Get the minimum size, a button should have.
getMinimumSize(JComponent) - Method in class com.ehsbe.commons.gui.JxTitledSeparatorUI
getMnemonic() - Method in class com.ehsbe.commons.action.AbstractActionExt
Return the mnemonic key code for the action.
getMnemonic() - Method in class com.ehsbe.commons.action.TriggerAction
Get the mnemonic key code for the action wrt. to the current selection state.
getMnemonic(boolean) - Method in class com.ehsbe.commons.action.TriggerAction
Get the mnemonic key code for the action wrt. to the given selection state.
getMnemonic(ResourceBundle, String) - Static method in class com.ehsbe.commons.util.Message
Get the mnemonic character for the given key.
getMode() - Method in class com.ehsbe.commons.gui.wizard.TaskControlEvent
Get the navigation mode, which should be propagated.
getMsg() - Method in class com.ehsbe.commons.util.ClientInfoEvent
 
getName() - Method in class com.ehsbe.commons.action.AbstractActionExt
Returns the name of the action.
getName() - Method in class com.ehsbe.commons.action.TriggerAction
Get the name of the action wrt. its current selection state.
getName(boolean) - Method in class com.ehsbe.commons.action.TriggerAction
Get the name of the action wrt. the given selection state.
getName(File) - Method in class com.ehsbe.commons.gui.ImageFileView
getName() - Method in class com.ehsbe.commons.gui.util.StatusTask
Get the name of this task.
getName() - Method in class com.ehsbe.commons.gui.wizard.Task
Get the localized short name of this task, which gets usually displayed in the task overview on the wizards sidebar.
getNetscapeExtensions(X509Certificate) - Static method in class com.ehsbe.commons.util.NetscapeCertHelper
Get the NetscapeCertType-Extension Names (OID: 2.16.840.1.113730.1.1) for the given certificate.
getNextId(String) - Static method in class com.ehsbe.commons.server.jms.MsgProducer
Get the next messageID for the given destination
getNextMessage(boolean) - Method in class com.ehsbe.commons.gui.JxStatusBar
Get the next 'out-of-bands' none-expired message from the message queue.
getNullInputStream() - Static method in class com.ehsbe.commons.util.Stax
Get an InputStream whoms read method always returns -1.
getNumberFormat() - Method in class com.ehsbe.commons.gui.JxTextNumberField
Get the NumberFormatter used by this component.
getOrientation(Container) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
Get the orientation used for button layout wrt. the given container.
getOrigin() - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Get the origin of all tasks, controlled by this instance.
getOriginalEvent() - Method in class com.ehsbe.commons.action.ManagedActionEvent
Get the original event, i.e. the event from which this one has been created.
getOriginalEvent() - Method in interface com.ehsbe.commons.action.ManagedEvent
Get the original event, i.e. the event from which this one has been created.
getOriginalEvent() - Method in class com.ehsbe.commons.action.ManagedItemEvent
Get the original event, i.e. the event from which this one has been created.
getOriginalText() - Method in class com.ehsbe.commons.gui.Hints
Get the real aka original label text.
getOriginalText() - Method in class com.ehsbe.commons.gui.JxCheckbox
Get the real aka original label text.
getOriginalText() - Method in class com.ehsbe.commons.gui.JxLabel
Get the real aka original label text.
getOtherCerts() - Method in class com.ehsbe.commons.util.LocalTrustManager
Get the internal list of other certificates.
getOutputStream(File, boolean, boolean, boolean, boolean) - Static method in class com.ehsbe.commons.util.Misc
Boilerplate: Get a writable output stream for the given file.
getPackButtons() - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
Check, whether buttons get packed on centered orientation, so that the distance between the buttons is exactly the value of padding.
getPadding() - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
Get the padding distance between buttons.
getPage(HashMap<Task, HashMap<? extends Object, ? extends Object>>, EnumSet<NavMode>) - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Create the wizard page, which needs to be shown for the current task in action.
getPaintProgressString() - Method in class com.ehsbe.commons.gui.util.StatusTask
Check, whether the progress bar string should be painted for this task.
getPaintType(Paint) - Static method in class com.ehsbe.commons.gui.JxTitledBorder
Determine the type of a paint object.
getParent() - Method in class com.ehsbe.commons.gui.wizard.Task
Get task, which owns this sub task.
getPassword() - Method in class com.ehsbe.commons.gui.JxLoginPanel
Gets the Password for this panel.
getPasswordAuthentication() - Method in class com.ehsbe.commons.util.NetAuthenticator
Calls NetAuthenticator.getPasswordAuthentications() and returns a copy of the first entry in the returned map.
getPasswordAuthentications() - Method in class com.ehsbe.commons.gui.JxNetAuthenticator
Fires up the authentication dialog to obtain a username/password pair for the authorization requesting entity.
getPasswordAuthentications() - Method in class com.ehsbe.commons.util.NetAuthenticator
Checks, whether there is an entry in the internal password store, which matches the criteria of the entity requesting authentication.
getPasswordStore() - Method in class com.ehsbe.commons.gui.JxLoginDialog
Get the PasswordStore for this panel.
getPasswordStore() - Method in class com.ehsbe.commons.gui.JxLoginPanel
Get the PasswordStore for this panel.
getPasswordStore() - Method in class com.ehsbe.commons.gui.JxNetAuthenticator
Get the encrypted password store.
getPath() - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Get the path from the root task aka origin down to the current active task.
getPath(Task) - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Get the path from the root task aka origin down to the given task.
getPermanentCerts() - Method in class com.ehsbe.commons.gui.util.JxInvalidCertHandler
Get all certificates marked as always accept automatically (permanent).
getPlainFont() - Method in class com.ehsbe.commons.gui.JxCheckbox
Check whether this component has been forced to use a plain font.
getPosition() - Method in class com.ehsbe.commons.gui.JxTitledBorder
 
getPreferencePackageClass() - Method in class com.ehsbe.commons.gui.JxHelpFrame
Get the clazz for obtaining/setting user preferences wrt. the help window state (e.g. size, location, font).
getPreferredScrollableViewportSize() - Method in class com.ehsbe.commons.gui.JxTable
Get the preferred size of the scroll port view.
getPreferredSize() - Method in class com.ehsbe.commons.gui.HelpButton
getPreferredSize(int) - Method in class com.ehsbe.commons.gui.JxTextPanel
Get the prefered size wrt. to a fixed line length.
getPreferredSize() - Method in class com.ehsbe.commons.gui.JxTextPanel
getPreferredSize(JComponent) - Method in class com.ehsbe.commons.gui.JxTitledSeparatorUI
getProductName() - Method in class com.ehsbe.commons.util.Version
Get the name of the product.
getProductName() - Method in interface com.ehsbe.commons.util.VersionInfo
Get the name of the product.
getProductVersion() - Method in class com.ehsbe.commons.util.Version
Get the version of the product.
getProductVersion() - Method in interface com.ehsbe.commons.util.VersionInfo
Get the version of the product.
getProgressbar() - Method in class com.ehsbe.commons.gui.JxStatusBar
Get the progressbar which displays the current worker's progress state.
getProgressString() - Method in class com.ehsbe.commons.gui.util.StatusTask
Gets the value of the progress bar string.
getProperty(Class<T>, String) - Method in class com.ehsbe.commons.gui.AppFrame
Get user data
getRawName() - Method in class com.ehsbe.commons.gui.EditorPanel
Get the raw name of this panel.
getReader(StreamSource, String) - Static method in class com.ehsbe.commons.util.Stax
Create a none-validating XMLStreamReader for the given InputStream and position the cursor at the first root element with the given name.
getReader(StreamSource, String, boolean) - Static method in class com.ehsbe.commons.util.Stax
Create an none-validating XMLStreamReader for the given InputStream and position the cursor at the first root element with the given name.
getResourcePath(Object) - Static method in class com.ehsbe.commons.util.Misc
Construct the resource path for the given object, i.e. it package name + "/res/".
getReverse() - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
Check, whether buttons are layed out in reverse order wrt. to their index in the container's component list
getRootCause(Throwable) - Static method in class com.ehsbe.commons.util.Misc
Get the root cause for a throwable.
getRootCause(Throwable, boolean) - Static method in class com.ehsbe.commons.util.Misc
Get the root cause for a throwable.
getSafe() - Method in class com.ehsbe.commons.gui.util.StatusTask
Calls SwingWorker.get() but catches any throwable.
getSafe(long, TimeUnit) - Method in class com.ehsbe.commons.gui.util.StatusTask
Calls SwingWorker.get(long, TimeUnit) but catches any throwable.
getSecondIcon() - Method in class com.ehsbe.commons.gui.util.CombinedIcon
Get the second icon drawn by this Icon.
getSeparatorForeground() - Static method in class com.ehsbe.commons.gui.LnF
Get the default foreground color for separators.
getSeparatorLabel(JComponent) - Static method in class com.ehsbe.commons.gui.LnF
Find and return the first JLabel in the given separator component (usually created by the jgoddies FormLayoutBuilder#addSeparator).
getServer() - Method in class com.ehsbe.commons.gui.util.DefaultUserNameStore
Set the name of the server, which should be associated with this store.
getSessionOnlyCerts() - Method in class com.ehsbe.commons.gui.util.JxInvalidCertHandler
Get all certificates marked as accept for this session only (temporary).
getSet(Class<E>, long) - Static method in class com.ehsbe.commons.util.EnumUtils
Get the enum set, which corresponds to the given mask and types.
getSet(Class<E>, byte) - Static method in class com.ehsbe.commons.util.EnumUtils
Get the enum set, which corresponds to the given mask and types.
getSet(Class<E>, short) - Static method in class com.ehsbe.commons.util.EnumUtils
Get the enum set, which corresponds to the given mask and types.
getSet(Class<E>, int) - Static method in class com.ehsbe.commons.util.EnumUtils
Get the enum set, which corresponds to the given mask and types.
getSettings() - Method in class com.ehsbe.commons.gui.wizard.Wizard
Get a reference to all the settings gathered in the wizard pages so far.
getShortDescription() - Method in class com.ehsbe.commons.action.AbstractActionExt
Returns a short desciption of the action.
getShortDescription() - Method in class com.ehsbe.commons.action.TriggerAction
Get a short description of the action wrt. its current selection state.
getShortDescription(boolean) - Method in class com.ehsbe.commons.action.TriggerAction
Get a short description of the action wrt. the given selection state.
getShortLicenseName() - Method in class com.ehsbe.commons.util.Version
Get the short name of the license for the software.
getShortLicenseName() - Method in interface com.ehsbe.commons.util.VersionInfo
Get the short name of the license for the software.
getShortMask(EnumSet<E>) - Static method in class com.ehsbe.commons.util.EnumUtils
Get the mask, which corresponds to the given enum set.
getSidebar() - Method in class com.ehsbe.commons.gui.wizard.Wizard
Get the sidebar currently in use.
getSize() - Method in class com.ehsbe.commons.util.CrudEventList
Get the number of events in this list.
getSmallIcon() - Method in class com.ehsbe.commons.action.AbstractActionExt
Returns a small icon which represents the action.
getSmallIcon() - Method in class com.ehsbe.commons.action.TriggerAction
Get a small icon which represents the action wrt. to the current selection state.
getSmallIcon(boolean) - Method in class com.ehsbe.commons.action.TriggerAction
Get a small icon which represents the action wrt. to the given selection state.
getSmallIcon() - Static method in class com.ehsbe.commons.gui.HelpButton
Get a small (16x16) help icon.
getSmallPressedIcon() - Method in class com.ehsbe.commons.action.AbstractActionExt
Returns a small pressed icon which represents the action.
getState() - Method in class com.ehsbe.commons.gui.JxLoginDialog
Get the current state (progress) for this dialog.
getState(int, int) - Method in interface com.ehsbe.commons.gui.util.CellTableThreshold
Get the state of the cell described by the given parameters.
getStringIds() - Method in class com.ehsbe.commons.util.jms.QueueEvent
Convinience method to get the object ids of the related CRUD event.
getSubTask(int) - Method in class com.ehsbe.commons.gui.wizard.Task
Get the sub task at the specified index.
getSubTasks() - Method in class com.ehsbe.commons.gui.wizard.Task
Get the sub tasks, which need to be executed to finish this task.
getSupportedExtension() - Method in class com.ehsbe.commons.gui.ImageFileView
Get all extensions supported by this viewer.
getSyncAllHeights() - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
Check, whether all buttons will have the same height.
getSyncAllWidths() - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
Check, whether all buttons will have the same width.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.ehsbe.commons.gui.JxTable.AutoSelectCellEditor
Implements TableCellEditor.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.ehsbe.commons.gui.util.ObjectTableCellRenderer
getTarget() - Method in class com.ehsbe.commons.gui.EditorPanel
Get the currently set target
getText() - Method in class com.ehsbe.commons.gui.Hints
Get the decorated text.
getText() - Method in class com.ehsbe.commons.gui.JxTextArea
getText() - Method in class com.ehsbe.commons.gui.JxTextField
getText() - Method in class com.ehsbe.commons.gui.JxTextPanel
Get the text to be displayed by this panel.
getThemes4Lnf(String) - Static method in class com.ehsbe.commons.gui.LnF
Get all registered theme names for the given look and feel name.
getThirdPartyInfoPath() - Method in class com.ehsbe.commons.util.Version
Get the path to for third party license infos.
getThirdPartyInfoPath() - Method in interface com.ehsbe.commons.util.VersionInfo
Get the path to for third party license infos.
getTimezone() - Method in class com.ehsbe.commons.gui.JxTextTimeField
Get the associated time zone for this formatter.
getTitle() - Method in class com.ehsbe.commons.gui.JxTitledBorder
 
getTitle() - Method in class com.ehsbe.commons.gui.JxTitledSeparator
Set the title to be shown.
getTitle() - Method in class com.ehsbe.commons.gui.wizard.Task
Get the title for this step, which gets usually displayed in the wizard's banner panel.
getTitledBorder() - Method in class com.ehsbe.commons.gui.JxTitledPanel
Get the border currently used for updateing the panels title.
getToolTip(int, int) - Method in interface com.ehsbe.commons.gui.util.TooltipProvider
Get the tooltip for the given position.
getTooltip() - Method in class com.ehsbe.commons.gui.wizard.Task
Get the tooltip for this task, which might be shown in a popup window or tooltip widget.
getTooltip(String, ResourceBundle, int, Locale) - Static method in class com.ehsbe.commons.util.Misc
Lookup the value for the given key in the given Resourcebundle, replace all linefeeds with <br> and make sure, that no line is longer than the given number of characters.
getToolTipText() - Method in class com.ehsbe.commons.gui.JxFormattedTextField
If tooltip is set to an empty String, this component tries to obtain the Tooltip from its corresponding label.
getToolTipText(MouseEvent) - Method in class com.ehsbe.commons.gui.JxTable
getToolTipText(MouseEvent) - Method in class com.ehsbe.commons.gui.JxTableHeader
Checks, if the underlying table's model is an instance of TooltipProvider.
getToolTipText() - Method in class com.ehsbe.commons.gui.JxTextArea
If tooltip is set to an empty String, this component tries to obtain the Tooltip from its corresponding label or more exactly from the JComponent stored in this client property map with the key LABELED_BY_PROPERTY.
getToolTipText() - Method in class com.ehsbe.commons.gui.JxTextField
Get the tootltip for this component.
getToolTipText() - Method in class com.ehsbe.commons.gui.JxTextNumberField
Get the tootltip for this component.
getToolTipText() - Method in class com.ehsbe.commons.gui.JxTextTimeField
If tooltip is set to an empty String, this component tries to obtain the Tooltip from its corresponding label.
getTopic() - Method in class com.ehsbe.commons.util.jms.QueueEvent
Get the topic of the message queue.
getTranslator() - Method in class com.ehsbe.commons.gui.wizard.Task
Get the translator for task related strings.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class com.ehsbe.commons.gui.util.CheckTreeCellRenderer
getType() - Method in class com.ehsbe.commons.gui.wizard.TaskControlEvent
Get the type of state change.
getType() - Method in class com.ehsbe.commons.util.CrudEvent
Get the type of the event.
getType() - Method in class com.ehsbe.commons.util.jms.QueueEvent
Conviniece mthod to get the type of the CRUD event.
getTypeDescription(File) - Method in class com.ehsbe.commons.gui.ImageFileView
getUIClassID() - Method in class com.ehsbe.commons.gui.JxTitledSeparator
Returns the name of the L&F class that renders this component.
getUndeterminedTask(Locale) - Static method in class com.ehsbe.commons.gui.wizard.Task
Create a default undetermined task.
getUserName() - Method in class com.ehsbe.commons.gui.JxLoginPanel
Gets the User name entered/selected in the user name field/list.
getUserNames() - Method in class com.ehsbe.commons.gui.util.DefaultUserNameStore
getUserNameStore() - Method in class com.ehsbe.commons.gui.JxLoginDialog
Get the UserNameStore for this panel.
getUserNameStore() - Method in class com.ehsbe.commons.gui.JxLoginPanel
Get the UserNameStore for this panel.
getUserPass(Set<PasswordAuthentication>) - Method in class com.ehsbe.commons.gui.JxNetAuthenticator
Invoke a dialog to let the user enter the required username and password.
getValidator() - Method in class com.ehsbe.commons.gui.JxFormattedTextField
Get the Validator used to check, whether the fields input is valid.
getValidator() - Method in class com.ehsbe.commons.gui.JxTextArea
Get the Validator used to check, whether the fields input is valid.
getValidator() - Method in class com.ehsbe.commons.gui.JxTextField
Get the Validator used to check, whether the fields input is valid.
getValidator() - Method in class com.ehsbe.commons.gui.JxTextNumberField
Get the Validator used to check, whether the fields input is valid.
getValidator() - Method in class com.ehsbe.commons.gui.JxTextTimeField
Get the Validator used to check, whether the fields input is valid.
getValue(String) - Method in class com.ehsbe.commons.action.TriggerAction
getValue() - Method in class com.ehsbe.commons.gui.JxFormattedTextField
getValue() - Method in class com.ehsbe.commons.gui.JxTextNumberField
getValue() - Method in class com.ehsbe.commons.gui.JxTextTimeField
getValue(ResourceBundle, String) - Static method in class com.ehsbe.commons.util.Message
Get a certain (unformatted) message for the specified key from the specified resource bundle.
getValue(ResourceBundle, String, String) - Static method in class com.ehsbe.commons.util.Message
Get a certain (unformatted) message for the specified key from the specified resource bundle.
getValue(String) - Method in interface com.ehsbe.commons.util.Translator
Get the translation for the given key.
getValueSilent(ResourceBundle, String) - Static method in class com.ehsbe.commons.util.Message
Get a unformatted message for the specified key from the specified resource bundle.
getValueSilent(ResourceBundle, String, String) - Static method in class com.ehsbe.commons.util.Message
Get a unformatted message for the specified key from the specified resource bundle.
getVendorName() - Method in class com.ehsbe.commons.util.Version
Get the human readable name of the vendor.
getVendorName() - Method in interface com.ehsbe.commons.util.VersionInfo
Get the human readable name of the vendor.
getVendorURL() - Method in class com.ehsbe.commons.util.Version
Get the URL of the vendor for this package.
getVendorURL() - Method in interface com.ehsbe.commons.util.VersionInfo
Get the URL of the vendor for this package.
getWarnBorder() - Method in class com.ehsbe.commons.gui.util.ObjectTableCellRenderer
Get the border, which should be used, if the given cell is in warning state.
getWindowForComponent(Component) - Static method in class com.ehsbe.commons.gui.Util
Returns the specified component's toplevel Frame or Dialog.
gmtTimeZone - Static variable in class com.ehsbe.commons.util.Stax
timezone to be used for date formatting/parsing
GROUP - Static variable in class com.ehsbe.commons.action.AbstractActionExt
The key for the button group
GuiErrorHandler - Class in com.ehsbe.commons.gui
An GUI error handler - i.e. usually displays something in response to a throwable.
GuiErrorHandler() - Constructor for class com.ehsbe.commons.gui.GuiErrorHandler
 

H

handle(Component, Throwable) - Method in class com.ehsbe.commons.gui.GuiErrorHandler
Do the appropriate action on a throwable.
handleStandard(Component, Throwable) - Static method in class com.ehsbe.commons.gui.GuiErrorHandler
Default method used to handle throwables.
hasChanged() - Method in class com.ehsbe.commons.gui.util.JxInvalidCertHandler
Check, whether the list of permanent certificates has been changed since construction or last save operation.
hashCode() - Method in class com.ehsbe.commons.gui.wizard.Task
hasHelp() - Method in interface com.ehsbe.commons.gui.wizard.ExecService
Check, whether this task may provide any help UI.
hasHelp() - Method in class com.ehsbe.commons.gui.wizard.ExecServiceAdapter
Check, whether this task may provide any help UI.
hasHelp() - Method in class com.ehsbe.commons.gui.wizard.Task
Check, whether this task may provide any help UI.
hasJxStatusBar() - Method in class com.ehsbe.commons.gui.AppFrame
Convinience method to check, whether the frame uses an enhanced JxStatusBar.
HELP_ACTION_CMD - Static variable in class com.ehsbe.commons.gui.JxHelpFrame
the action command of the help action
HELP_ID_KEY - Static variable in class com.ehsbe.commons.gui.Util
the property name for help key IDs used in JComponent Classes
HelpButton - Class in com.ehsbe.commons.gui
A standard help button, which shares the icons with all instances of the button.
HelpButton() - Constructor for class com.ehsbe.commons.gui.HelpButton
Create a new small help button.
HelpButton(boolean) - Constructor for class com.ehsbe.commons.gui.HelpButton
Create a new help button.
helpFrame - Variable in class com.ehsbe.commons.gui.AbstractAppController
the frame which will be used to display helpsets
HGAP - Static variable in class com.ehsbe.commons.gui.EditorPanel
default distance in pixels between a label and its input component
Hints - Class in com.ehsbe.commons.gui
A utitlity class, which applies hints to a text if neccessary.
Hints(JComponent) - Constructor for class com.ehsbe.commons.gui.Hints
Create a new Hints.
hints - Variable in class com.ehsbe.commons.gui.JxCheckbox
hints for text decoration
hints - Variable in class com.ehsbe.commons.gui.JxLabel
hints for text decoration
hints - Variable in class com.ehsbe.commons.gui.JxTextPanel
rendering hints to use
Hints.Option - Enum in com.ehsbe.commons.gui
some options, which are used to manipulate the labels text with hints

I

i18n - Variable in class com.ehsbe.commons.gui.AbstractAppController
resource bundle which will be used for message translation etc.
ImageFileFilter - Class in com.ehsbe.commons.gui
An image file filter.
ImageFileFilter(ImageFileView) - Constructor for class com.ehsbe.commons.gui.ImageFileFilter
Default constructor
ImageFileView - Class in com.ehsbe.commons.gui
Simple class to get the appropriate icon and description for a given file.
ImageFileView(Locale) - Constructor for class com.ehsbe.commons.gui.ImageFileView
Default constructor.
ImagePreview - Class in com.ehsbe.commons.gui
An image preview component for an file chooser.
ImagePreview(JFileChooser) - Constructor for class com.ehsbe.commons.gui.ImagePreview
Default constructor.
imgPanel - Variable in class com.ehsbe.commons.gui.wizard.BannerPanel
the image panel
indexOf(Task) - Method in class com.ehsbe.commons.gui.wizard.Task
Get the index of the given sub task.
init(String, Icon) - Method in class com.ehsbe.commons.gui.JxCheckbox
insertString(DocumentFilter.FilterBypass, int, String, AttributeSet) - Method in class com.ehsbe.commons.gui.DocumentSizeFilter
installDefaults(JSeparator) - Method in class com.ehsbe.commons.gui.JxTitledSeparatorUI
invalidate() - Method in class com.ehsbe.commons.gui.JxCheckbox
invalidate() - Method in class com.ehsbe.commons.gui.JxLabel
invalidate() - Method in class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
Overridden for performance reasons.
invalidateLayout(Container) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
InvalidCertHandler - Interface in com.ehsbe.commons.util
A handler, which might get attached to a LocalTrustManager to accept e.g.
invokeLater(Runnable) - Static method in class com.ehsbe.commons.gui.util.SwingUtilities2
Runs the given runnable immediately, if invoked from the event dispatch thread (EDT), otherwise the runnable gets pushed into the EDT queue.
IS_STATE - Static variable in class com.ehsbe.commons.action.AbstractActionExt
The key for the flag which indicates that this is a state type.
isBorderOpaque() - Method in class com.ehsbe.commons.gui.JxTitledBorder
isBusy() - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Get the busy state of the task currently being executed.
isCellEditable(int, int) - Method in class com.ehsbe.commons.gui.PropertyTableModel
Per contract a value cell is always editable to allow copy operations.
isChecked() - Method in interface com.ehsbe.commons.gui.util.Checkable
Ask the object, whether it is in a checked state.
isDeprecated(E) - Static method in class com.ehsbe.commons.util.EnumUtils
Check, whether the given enum element is deprecated.
isEditable() - Method in class com.ehsbe.commons.gui.PropertyTableModel
Check, whether the content of value cells is allowed to be changed.
isEmpty() - Method in class com.ehsbe.commons.util.NetAuthenticator
Check, whether there are entries in this store.
isEnabled(Object) - Method in class com.ehsbe.commons.action.ActionManager
Get the enabled state of the action with the given id.
isGradient(JxTitledBorder.PaintType) - Static method in class com.ehsbe.commons.gui.JxTitledBorder
Check, whether the given paint type is a gradient paint.
isIgnoreState() - Method in class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
Set whether states of the cell should be ignored.
isIgnoreState() - Method in class com.ehsbe.commons.gui.util.ObjectTableCellRenderer
Set whether states of the cell should be ignored.
isOpaque() - Method in class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
Overridden for performance reasons.
isOptimizedDrawingEnabled() - Method in class com.ehsbe.commons.gui.wizard.Sidebar
isSaveEnabled() - Method in class com.ehsbe.commons.gui.JxLoginPanel
Check, whether the username/password should be saved.
isSecretKeySet() - Method in class com.ehsbe.commons.util.NetAuthenticator
Check, whether a secret key has already been set.
isSelected() - Method in class com.ehsbe.commons.action.AbstractActionExt
Check the selection state of this action.
isSelected(Object) - Method in class com.ehsbe.commons.action.ActionManager
Gets the selected state of a toggle action.
isStateAction() - Method in class com.ehsbe.commons.action.AbstractActionExt
Indicates if this action has states.
isStructureChanged() - Method in class com.ehsbe.commons.util.CrudEvent
Check, whether the structure of the referred entity has been dramatically changed, so that all its children/[old] parent should be revalidated.
isSubjectToLicenseTerms() - Method in class com.ehsbe.commons.util.Version
Check, whether a note should be printed, whether the software is subject to special license terms.
isSubjectToLicenseTerms() - Method in interface com.ehsbe.commons.util.VersionInfo
Check, whether a note should be printed, whether the software is subject to special license terms.
isTraversable(File) - Method in class com.ehsbe.commons.gui.ImageFileView
isUndetermined() - Method in class com.ehsbe.commons.gui.wizard.Task
Signals, that it is not yet determined, whether or which other tasks need to be executed, to finish the task previous task.
itemListeners - Variable in class com.ehsbe.commons.action.ActionManager
all registered item listeners
itemListeners - Variable in class com.ehsbe.commons.action.ManagedAction
all registered item listeners
itemStateChanged(ItemEvent) - Method in class com.ehsbe.commons.action.ActionManager
itemStateChanged(ItemEvent) - Method in class com.ehsbe.commons.action.ManagedAction

J

JButtonTableCellRenderer - Class in com.ehsbe.commons.gui.util
 
JButtonTableCellRenderer() - Constructor for class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
Default constructor.
JButtonTableCellRenderer(Icon) - Constructor for class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
A JButton with an icon.
JButtonTableCellRenderer(Action) - Constructor for class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
A action driven JButton.
JxCheckbox - Class in com.ehsbe.commons.gui
Analog JxLabel.
JxCheckbox() - Constructor for class com.ehsbe.commons.gui.JxCheckbox
Creates an initially unselected check box button with no text, no icon.
JxCheckbox(Icon) - Constructor for class com.ehsbe.commons.gui.JxCheckbox
Creates an initially unselected check box with an icon.
JxCheckbox(Icon, boolean) - Constructor for class com.ehsbe.commons.gui.JxCheckbox
Creates a check box with an icon and specifies whether or not it is initially selected.
JxCheckbox(String) - Constructor for class com.ehsbe.commons.gui.JxCheckbox
Creates an initially unselected check box with text.
JxCheckbox(Action) - Constructor for class com.ehsbe.commons.gui.JxCheckbox
Creates a check box where properties are taken from the Action supplied.
JxCheckbox(String, boolean) - Constructor for class com.ehsbe.commons.gui.JxCheckbox
Creates a check box with text and specifies whether or not it is initially selected.
JxCheckbox(String, Icon) - Constructor for class com.ehsbe.commons.gui.JxCheckbox
Creates an initially unselected check box with the specified text and icon.
JxCheckbox(String, Icon, boolean) - Constructor for class com.ehsbe.commons.gui.JxCheckbox
Creates a check box with text and icon, and specifies whether or not it is initially selected.
JxDatePicker - Class in com.ehsbe.commons.gui
A DatePicker, which adjust used formatters to locale settings.
JxDatePicker() - Constructor for class com.ehsbe.commons.gui.JxDatePicker
Create a date picker initialized to the current time and default locale.
JxDatePicker(Locale) - Constructor for class com.ehsbe.commons.gui.JxDatePicker
Create a date picker initialized to the current time and the given locale
JxDatePicker(long) - Constructor for class com.ehsbe.commons.gui.JxDatePicker
Create a date picker initialized to the given time and default locale.
JxDatePicker(long, Locale) - Constructor for class com.ehsbe.commons.gui.JxDatePicker
Create a date picker initialized to the given time and locale.
JxDialog - Class in com.ehsbe.commons.gui
An escape enabled JxDialog.
JxDialog() - Constructor for class com.ehsbe.commons.gui.JxDialog
Creates a non-modal dialog without a title and without a specified Frame owner.
JxDialog(Frame) - Constructor for class com.ehsbe.commons.gui.JxDialog
Creates a non-modal dialog without a title with the specified Frame as its owner.
JxDialog(Frame, boolean) - Constructor for class com.ehsbe.commons.gui.JxDialog
Creates a modal or non-modal dialog without a title and with the specified owner Frame.
JxDialog(Frame, String) - Constructor for class com.ehsbe.commons.gui.JxDialog
Creates a non-modal dialog with the specified title and with the specified owner frame.
JxDialog(Frame, String, boolean) - Constructor for class com.ehsbe.commons.gui.JxDialog
Creates a modal or non-modal dialog with the specified title and the specified owner Frame.
JxDialog(Dialog) - Constructor for class com.ehsbe.commons.gui.JxDialog
Creates a non-modal dialog without a title with the specified Dialog as its owner.
JxDialog(Dialog, boolean) - Constructor for class com.ehsbe.commons.gui.JxDialog
Creates a modal or non-modal dialog without a title and with the specified owner dialog.
JxDialog(Dialog, String) - Constructor for class com.ehsbe.commons.gui.JxDialog
Creates a non-modal dialog with the specified title and with the specified owner dialog.
JxDialog(Dialog, String, boolean) - Constructor for class com.ehsbe.commons.gui.JxDialog
Creates a modal or non-modal dialog with the specified title and the specified owner frame.
JxDialog.CloseAction - Class in com.ehsbe.commons.gui
Action, which initiates the closing of the window by dispatching an WindowEvent.WINDOW_CLOSING AWT event for the given dialog.
JxFormattedTextField - Class in com.ehsbe.commons.gui
Same as JFormattedTextField, but allows to set an additional Validator like in JxTextField, JxTextNumberField and JxTextTimeField to reflect problems to other components.
JxFormattedTextField(boolean) - Constructor for class com.ehsbe.commons.gui.JxFormattedTextField
See JFormattedTextField
JxFormattedTextField(Format, boolean) - Constructor for class com.ehsbe.commons.gui.JxFormattedTextField
See JFormattedTextField
JxFormattedTextField(JFormattedTextField.AbstractFormatter, boolean) - Constructor for class com.ehsbe.commons.gui.JxFormattedTextField
See JFormattedTextField
JxHelpFrame - Class in com.ehsbe.commons.gui
A wrapper around a JHelp helpset
JxHelpFrame(HelpSet) - Constructor for class com.ehsbe.commons.gui.JxHelpFrame
Create a new frame for the given helpset
JxHelpFrame(HelpSet, String) - Constructor for class com.ehsbe.commons.gui.JxHelpFrame
Create a new frame for the given helpset
JxHostnameVerifier - Class in com.ehsbe.commons.gui.util
A Hostname verifier, which lets the user choose, whether to accept a connection, even if the received certificate's common name does not match the hostname of the url connection (i.e. does not belong to the host).
JxHostnameVerifier() - Constructor for class com.ehsbe.commons.gui.util.JxHostnameVerifier
 
JxImageFileChooser - Class in com.ehsbe.commons.gui
An Image file chooser.
JxImageFileChooser(Locale) - Constructor for class com.ehsbe.commons.gui.JxImageFileChooser
Default constructor
JxInvalidCertHandler - Class in com.ehsbe.commons.gui.util
A GUI based example implementation of an InvalidCertHandler, which might be used with a LocalTrustManager to ask the user, what to do with unknown certificates as well as to store acceptions permanently.
JxInvalidCertHandler() - Constructor for class com.ehsbe.commons.gui.util.JxInvalidCertHandler
Create a handler, which initially has no acceptions for unknown certificates defined.
JxInvalidCertHandler(File) - Constructor for class com.ehsbe.commons.gui.util.JxInvalidCertHandler
Create a handler, which accepts all certificates listed in the given file automatically.
JxInvalidCertHandler(InputStream) - Constructor for class com.ehsbe.commons.gui.util.JxInvalidCertHandler
Create a handler, which accepts all certificates listed in the given file automatically.
JxLabel - Class in com.ehsbe.commons.gui
Special label, which htmlizes its text wrt. to the additional properties it has.
JxLabel(String, Icon, int) - Constructor for class com.ehsbe.commons.gui.JxLabel
Creates a JLabel instance with the specified text, image, and horizontal alignment.
JxLabel(String, int) - Constructor for class com.ehsbe.commons.gui.JxLabel
Creates a JLabel instance with the specified text and horizontal alignment.
JxLabel(String) - Constructor for class com.ehsbe.commons.gui.JxLabel
Creates a JLabel instance with the specified text.
JxLabel(Icon, int) - Constructor for class com.ehsbe.commons.gui.JxLabel
Creates a JLabel instance with the specified image and horizontal alignment.
JxLabel(Icon) - Constructor for class com.ehsbe.commons.gui.JxLabel
Creates a JLabel instance with the specified image.
JxLabel() - Constructor for class com.ehsbe.commons.gui.JxLabel
Creates a JLabel instance with no image and with an empty string for the title.
JxLoginDialog - Class in com.ehsbe.commons.gui
A standard login dialog that provides a reasonable amount of flexibility while also providing ease of use and a professional look.
JxLoginDialog(Frame, LoginService, PasswordStore, UserNameStore) - Constructor for class com.ehsbe.commons.gui.JxLoginDialog
Create a login dialog using the given stores and services.
JxLoginDialog(Dialog, LoginService, PasswordStore, UserNameStore) - Constructor for class com.ehsbe.commons.gui.JxLoginDialog
Create a login dialog using the given stores and services.
JxLoginDialog.State - Enum in com.ehsbe.commons.gui
The states (progress) for this dialog.
JxLoginPanel - Class in com.ehsbe.commons.gui
JxLoginPanel is a JPanel that implements a Login dialog with support for saving passwords supplied for future use in a secure manner.
JxLoginPanel() - Constructor for class com.ehsbe.commons.gui.JxLoginPanel
Create a login panel with no pusername and password store controls enabled.
JxLoginPanel(UserNameStore, LoginService, PasswordStore) - Constructor for class com.ehsbe.commons.gui.JxLoginPanel
Create a new login panel.
JxNetAuthenticator - Class in com.ehsbe.commons.gui
A GUI enabled Authenticator, which fires up a login dialog on NetAuthenticator.getPasswordAuthentications() to let the user enter username/password and optionally a master password for encryption/decryption of an external password store.
JxNetAuthenticator() - Constructor for class com.ehsbe.commons.gui.JxNetAuthenticator
Create a new JxNetAuthenticator.
JxNetAuthenticator(Component) - Constructor for class com.ehsbe.commons.gui.JxNetAuthenticator
Create a new JxNetAuthenticator.
JxPanel - Class in com.ehsbe.commons.gui
An JPanel, which implements Baseline behavior by setting the index of the component, whoms baseline (or bottom) should be used as baseline for this panel.
JxPanel(LayoutManager, boolean) - Constructor for class com.ehsbe.commons.gui.JxPanel
Creates a new JPanel with the specified layout manager and buffering strategy.
JxPanel(LayoutManager) - Constructor for class com.ehsbe.commons.gui.JxPanel
Create a new buffered JPanel with the specified layout manager
JxPanel(boolean) - Constructor for class com.ehsbe.commons.gui.JxPanel
Creates a new JPanel with FlowLayout and the specified buffering strategy.
JxPanel() - Constructor for class com.ehsbe.commons.gui.JxPanel
Creates a new JPanel with a double buffer and a flow layout.
JxStatusBar - Class in com.ehsbe.commons.gui
A pre-defined statusbar, which already has the usually required components: messaget text panel, progressbar, animated label.
JxStatusBar() - Constructor for class com.ehsbe.commons.gui.JxStatusBar
Create a statusbar, which contains a label for messages, a progressbar as well as an animated label.
JxStatusBar.Updater - Class in com.ehsbe.commons.gui
Simple helper to avoid boiler plate code - call one of the update* methods.
JxStatusBar.Updater(String, Boolean) - Constructor for class com.ehsbe.commons.gui.JxStatusBar.Updater
Create a new Instance.
JxTabbedPane - Class in com.ehsbe.commons.gui
A JTabbedPane which has a close ('X') icon on each tab.
JxTabbedPane() - Constructor for class com.ehsbe.commons.gui.JxTabbedPane
Creates a new instance of JxTabbedPane
JxTabbedPaneListener - Interface in com.ehsbe.commons.gui
The listener that's notified when an tab should be closed in the JxTabbedPane.
JxTable - Class in com.ehsbe.commons.gui
A Table, which calculates its preferred size by the sum of the max. preferred width of all items in a collumn and rows respectively.
JxTable() - Constructor for class com.ehsbe.commons.gui.JxTable
A wrapper around the offical JXTable constructor, which enables "start editing" on cell click by installing an appropriate default cell editor, which surrenders focus on keystroke and selects the complete contaent when editing starts.
JxTable(TableModel) - Constructor for class com.ehsbe.commons.gui.JxTable
A wrapper around the offical JXTable constructor, which enables "start editing" on cell click by installing an appropriate default cell editor, which surrenders focus on keystroke and selects the complete contaent when editing starts.
JxTable.AutoSelectCellEditor - Class in com.ehsbe.commons.gui
Same as the default cell editor, but clickcount set to 0 and focus surrendering enabled.
JxTable.AutoSelectCellEditor(JTextField) - Constructor for class com.ehsbe.commons.gui.JxTable.AutoSelectCellEditor
Default constructor.
JxTableHeader - Class in com.ehsbe.commons.gui
Same as its parent, but allows easy setting of header tooltips.
JxTableHeader() - Constructor for class com.ehsbe.commons.gui.JxTableHeader
Default constructor.
JxTableHeader(TableColumnModel) - Constructor for class com.ehsbe.commons.gui.JxTableHeader
Constructor used by JTable etc. to create a header when needed.
JxTextArea - Class in com.ehsbe.commons.gui
A JTextArea, which checks the Column.length definition of the given entity class and method, to restrict the number of insertable characters.
JxTextArea() - Constructor for class com.ehsbe.commons.gui.JxTextArea
Default constructor.
JxTextArea(String) - Constructor for class com.ehsbe.commons.gui.JxTextArea
As long as no template is set, it behaves like a normal JTextArea, i.e. unrestricted content length.
JxTextArea(int, int) - Constructor for class com.ehsbe.commons.gui.JxTextArea
As long as no template is set, it behaves like a normal JTextArea, i.e. unrestricted content length.
JxTextArea(String, int, int) - Constructor for class com.ehsbe.commons.gui.JxTextArea
As long as no template is set, it behaves like a normal JTextArea, i.e. unrestricted content length.
JxTextArea(String, int, int, int, boolean) - Constructor for class com.ehsbe.commons.gui.JxTextArea
Create a textarea with the given max. input length.
JxTextArea(Class<?>, String, int, int) - Constructor for class com.ehsbe.commons.gui.JxTextArea
As long as no template is set, it behaves like a normal JTextArea, i.e. unrestricted content length.
JxTextField - Class in com.ehsbe.commons.gui
A JTextField, which checks the Column.length definition of the given entity class and method, to restrict the number of insertable characters.
JxTextField() - Constructor for class com.ehsbe.commons.gui.JxTextField
Default constructor.
JxTextField(int, boolean) - Constructor for class com.ehsbe.commons.gui.JxTextField
Create a textfield with the given max. input length.
JxTextField(Class<?>, String) - Constructor for class com.ehsbe.commons.gui.JxTextField
Construct an text field for the given entity and method.
JxTextNumberField - Class in com.ehsbe.commons.gui
A textfield, which allows locale specific number characters only and restricts the number to certain size/precision.
JxTextNumberField() - Constructor for class com.ehsbe.commons.gui.JxTextNumberField
Default constructor, which uses a precision of 15 and a scale of 4 and the default locale.
JxTextNumberField(Class<?>, String, Locale) - Constructor for class com.ehsbe.commons.gui.JxTextNumberField
Construct an text field for the given entity.
JxTextNumberField(int, int, Locale) - Constructor for class com.ehsbe.commons.gui.JxTextNumberField
Construct an text field for the given entity.
JxTextNumberField(Class<?>, String) - Constructor for class com.ehsbe.commons.gui.JxTextNumberField
Construct an text field for the given entity with the default locale.
JxTextPanel - Class in com.ehsbe.commons.gui
A JPanel, which just displays text.
JxTextPanel(String, int) - Constructor for class com.ehsbe.commons.gui.JxTextPanel
A Panel, which displays the given text.
JxTextPanel(String) - Constructor for class com.ehsbe.commons.gui.JxTextPanel
A Panel, which displays the given text using its scrollpane conainer's size for layout.
JxTextTimeField - Class in com.ehsbe.commons.gui
A textfield for time values.
JxTextTimeField(Class<?>, String, Locale) - Constructor for class com.ehsbe.commons.gui.JxTextTimeField
Construct an text time field for the given entity.
JxTextTimeField() - Constructor for class com.ehsbe.commons.gui.JxTextTimeField
Construct an text time field without a validator, but with the default locale.
JxTextTimeField(Locale) - Constructor for class com.ehsbe.commons.gui.JxTextTimeField
Construct an text time field.
JxTextTimeField(Class<?>, String) - Constructor for class com.ehsbe.commons.gui.JxTextTimeField
Construct an text time field for the given entity with the default locale.
JxTitledBorder - Class in com.ehsbe.commons.gui
Draws a title (if set) with a [gradient] background.
JxTitledBorder() - Constructor for class com.ehsbe.commons.gui.JxTitledBorder
Create a Border without a title
JxTitledBorder(String) - Constructor for class com.ehsbe.commons.gui.JxTitledBorder
Create a border with the given title
JxTitledBorder(String, int) - Constructor for class com.ehsbe.commons.gui.JxTitledBorder
Create a border with the given title and alignment
JxTitledBorder(String, int, int) - Constructor for class com.ehsbe.commons.gui.JxTitledBorder
Create a border with the given title and alignment and position
JxTitledPanel - Class in com.ehsbe.commons.gui
A JPanel with a title setting facility.
JxTitledPanel() - Constructor for class com.ehsbe.commons.gui.JxTitledPanel
Default constructor.
JxTitledPanel(LayoutManager) - Constructor for class com.ehsbe.commons.gui.JxTitledPanel
Construct a panel with the given layout manager.
JxTitledPanel(String) - Constructor for class com.ehsbe.commons.gui.JxTitledPanel
Create a panel with the given title by applying an appropriate titled border.
JxTitledPanel(LayoutManager, String) - Constructor for class com.ehsbe.commons.gui.JxTitledPanel
Construct a panel with the given layout manager and the given title.
JxTitledSeparator - Class in com.ehsbe.commons.gui
A Separator, which allows a title to be specified.
JxTitledSeparator() - Constructor for class com.ehsbe.commons.gui.JxTitledSeparator
Creates a new horizontal separator without a title.
JxTitledSeparator(String) - Constructor for class com.ehsbe.commons.gui.JxTitledSeparator
Create a horizontal separator with the given title with leading alignment.
JxTitledSeparator(String, int) - Constructor for class com.ehsbe.commons.gui.JxTitledSeparator
Create a horizontal separator with the given title and alignment.
JxTitledSeparator(String, int, int) - Constructor for class com.ehsbe.commons.gui.JxTitledSeparator
Create a separator with the given title, alignment and orientation.
JxTitledSeparatorUI - Class in com.ehsbe.commons.gui
Titled Separator UI.
JxTitledSeparatorUI() - Constructor for class com.ehsbe.commons.gui.JxTitledSeparatorUI
 
JxX509CertPanel - Class in com.ehsbe.commons.gui
A visual inspector for an X509 certificate.
JxX509CertPanel() - Constructor for class com.ehsbe.commons.gui.JxX509CertPanel
Create an empty cert panel with the default locale.
JxX509CertPanel(Locale) - Constructor for class com.ehsbe.commons.gui.JxX509CertPanel
Create an empty cert panel with the given locale.
JxX509CertPanel(X509Certificate) - Constructor for class com.ehsbe.commons.gui.JxX509CertPanel
Create a panel displaying the given cert using the default locale.
JxX509CertPanel(Locale, X509Certificate) - Constructor for class com.ehsbe.commons.gui.JxX509CertPanel
Default constructor.

K

KEY_F1 - Static variable in class com.ehsbe.commons.gui.Util
common key to use for displaying help
KEY_HELP - Static variable in class com.ehsbe.commons.gui.Util
common key to use for displaying help

L

LABEL_COLOR - Static variable in class com.ehsbe.commons.gui.JxTextArea
property, which is used to remember the original foreground color of the text from an label.
LABEL_COLOR - Static variable in class com.ehsbe.commons.gui.JxTextField
property, which is used to remember the original foreground color of the text from an label.
LABELED_BY_PROPERTY - Static variable in class com.ehsbe.commons.gui.JxTextArea
property used by JLabel.setLabelFor(java.awt.Component)
LABELED_BY_PROPERTY - Static variable in class com.ehsbe.commons.gui.JxTextField
property used by JLabel.setLabelFor(java.awt.Component)
LARGE_ICON_P_KEY - Static variable in class com.ehsbe.commons.action.AbstractActionExt
The key for the large pressed icon
layoutContainer(Container) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
listenerList - Variable in class com.ehsbe.commons.gui.util.AbstractTreeModel
Listeners.
listenerList - Variable in class com.ehsbe.commons.gui.wizard.TaskControl
listener list
LnF - Class in com.ehsbe.commons.gui
Look and Feel setting utils.
LnF() - Constructor for class com.ehsbe.commons.gui.LnF
 
LNF_ACTION_PREFIX - Static variable in class com.ehsbe.commons.gui.LnF
The ID aka action command prefix to be used for an action, which refers to a special Look and feel.
LNF_MENU_LIST - Static variable in class com.ehsbe.commons.gui.LnF
the ID, that will be as ID the look and feel action list
LNF_NAME - Static variable in class com.ehsbe.commons.gui.LnF
the name of the action property, which will contain the name of the requested Look and Feel
LNF_SUBLIST_PREFIX - Static variable in class com.ehsbe.commons.gui.LnF
The ID aka action command prefix, which will be used for actions, which mark a sublist aka category of Look and Feels.
LNF_THEME - Static variable in class com.ehsbe.commons.gui.LnF
the name of the action property, which will contain the requested name of the theme of the appropriate Look and Feel.
load(StreamSource, Translator, String, HashMap<String, Action>, HashMap<String, List<Object>>) - Static method in class com.ehsbe.commons.action.ActionFactory
Read a action set from the given stream source.
loadImage() - Method in class com.ehsbe.commons.gui.ImagePreview
Create the thumbnail from the currently selected file.
loadResBundle(String, Locale) - Static method in class com.ehsbe.commons.util.Message
load a language specific resource bundle.
loadResBundle(String, String) - Static method in class com.ehsbe.commons.util.Message
load a language specific resource bundle.
loadResBundle(Object, String, String) - Static method in class com.ehsbe.commons.util.Message
Load a language specific resource bundle wrt. to the given object.
loadResBundle(Object, String, Locale) - Static method in class com.ehsbe.commons.util.Message
Load a language specific resource bundle wrt. to the given object.
loadUserNames() - Method in class com.ehsbe.commons.gui.util.DefaultUserNameStore
locale - Static variable in class com.ehsbe.commons.util.Stax
locale to be used for date formatting/parsing
LocalHostnameVerifier - Class in com.ehsbe.commons.util
A hostname verifier, which extracts the CN name from the first certificate in peers certificate chain and compares it against the hostname used in the SSL session.
LocalHostnameVerifier() - Constructor for class com.ehsbe.commons.util.LocalHostnameVerifier
 
LocalHostnameVerifier.VerifyResult - Class in com.ehsbe.commons.util
Result of the LocalHostnameVerifier.verify(String, SSLSession, VerifyResult) operation wrt. to the first certificate in the peers certificate chain.
LocalHostnameVerifier.VerifyResult() - Constructor for class com.ehsbe.commons.util.LocalHostnameVerifier.VerifyResult
 
localize(Throwable, Locale) - Static method in class com.ehsbe.commons.util.Misc
Try to localize the given throwable wrt. the given locale.
LocalTrustManager - Class in com.ehsbe.commons.util
A none-default TrustManager, which validates client and server certificates against its own list of certificates (TrustAnchors).
LocalTrustManager() - Constructor for class com.ehsbe.commons.util.LocalTrustManager
Create a new TrustManager with an empty list of trusted certificates.
LocalTrustManager(InvalidCertHandler) - Constructor for class com.ehsbe.commons.util.LocalTrustManager
Create a new TrustManager with an empty list of trusted certificates.
LocalTrustManager(String) - Constructor for class com.ehsbe.commons.util.LocalTrustManager
Create a new TrustManager and add all X.509 certificates from the given CA cert bundle to the internal certificate list.
LocalTrustManager(String, InvalidCertHandler) - Constructor for class com.ehsbe.commons.util.LocalTrustManager
Create a new TrustManager and add all X.509 certificates from the given CA cert bundle to the internal certificate list.
location2string(Location) - Static method in class com.ehsbe.commons.util.Stax
Helper to map a Stream Location into a String in a standardized way.

M

main(String[]) - Static method in class com.ehsbe.commons.gui.LnF
 
main(String[]) - Static method in class com.ehsbe.commons.util.Version
Print the version/copyright/vendor information for this package.
makeTreeCheckable(JTree) - Static method in class com.ehsbe.commons.gui.Util
Convinience method, which makes a tree checkable by adding an appropriate mouse listener as well as a default tree cell renderer and key listener.
ManagedAction - Class in com.ehsbe.commons.action
An extended abstract action, which delegates action and item events to its listeners.
ManagedAction(String) - Constructor for class com.ehsbe.commons.action.ManagedAction
Create a action with the given name.
ManagedAction(String, Icon) - Constructor for class com.ehsbe.commons.action.ManagedAction
Create a action with the given name and icon.
ManagedAction(String, String) - Constructor for class com.ehsbe.commons.action.ManagedAction
Constructs an Action with the label and command
ManagedAction(String, String, Icon) - Constructor for class com.ehsbe.commons.action.ManagedAction
Constructs an action with the given name, icon and command key.
ManagedActionEvent - Class in com.ehsbe.commons.action
Helper to let listeners better handle cascaded events.
ManagedActionEvent(ActionEvent, Action) - Constructor for class com.ehsbe.commons.action.ManagedActionEvent
Create a new managed action event.
ManagedEvent - Interface in com.ehsbe.commons.action
Interface for managed events.
ManagedItemEvent - Class in com.ehsbe.commons.action
Helper to let listeners better handle cascaded events.
ManagedItemEvent(ItemEvent, Action) - Constructor for class com.ehsbe.commons.action.ManagedItemEvent
Create a new managed item event.
maximumLayoutSize(Container) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
md5base64(String) - Static method in class com.ehsbe.commons.util.Misc
Hash the given String as MD5 and encode the result as Base64.
md5base64(char[]) - Static method in class com.ehsbe.commons.util.Misc
Hash the given String as MD5 and encode the result as Base64.
md5base64(byte[]) - Static method in class com.ehsbe.commons.util.Misc
Hash the given String as MD5 and encode the result as Base64.
MENU_LIST_ID - Static variable in class com.ehsbe.commons.gui.AbstractAppController
the default ID of the action list, which will be used to create the AbstractAppController.frame's menubar.
Message - Class in com.ehsbe.commons.util
Utility to format i18n messages.
Message() - Constructor for class com.ehsbe.commons.util.Message
 
minimumLayoutSize(Container) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
Misc - Class in com.ehsbe.commons.util
Misc utilities.
Misc() - Constructor for class com.ehsbe.commons.util.Misc
 
mouseClicked(MouseEvent) - Method in class com.ehsbe.commons.gui.JxTabbedPane
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseClicked(MouseEvent) - Method in class com.ehsbe.commons.gui.util.CheckableTreeMouseAdapter
mouseDragged(MouseEvent) - Method in class com.ehsbe.commons.gui.JxTabbedPane
Invoked when a mouse button is pressed on a component and then dragged.
mouseEntered(MouseEvent) - Method in class com.ehsbe.commons.gui.JxTabbedPane
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in class com.ehsbe.commons.gui.util.CheckableTreeMouseAdapter
mouseExited(MouseEvent) - Method in class com.ehsbe.commons.gui.JxTabbedPane
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in class com.ehsbe.commons.gui.util.CheckableTreeMouseAdapter
mouseMoved(MouseEvent) - Method in class com.ehsbe.commons.gui.JxTabbedPane
Invoked when the mouse cursor has been moved onto a component but no buttons have been pushed.
mousePressed(MouseEvent) - Method in class com.ehsbe.commons.gui.JxTabbedPane
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in class com.ehsbe.commons.gui.util.CheckableTreeMouseAdapter
mouseReleased(MouseEvent) - Method in class com.ehsbe.commons.gui.JxTabbedPane
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in class com.ehsbe.commons.gui.util.CheckableTreeMouseAdapter
MSG_PROPNAME - Static variable in class com.ehsbe.commons.gui.util.StatusTask
the property name to use for notifying the statusbar about changes wrt.
MSG_TIMEOUT - Static variable in class com.ehsbe.commons.gui.JxStatusBar
default duration in milliseconds a message gets displayed in the message panel
MsgProducer - Class in com.ehsbe.commons.server.jms
A message producer, which uses cached producer instances to send messages.
MsgProducer() - Constructor for class com.ehsbe.commons.server.jms.MsgProducer
 
MsgProducer.QueueParams - Class in com.ehsbe.commons.server.jms
Simple container for recording queue parameters.
MultiValidator<E> - Class in com.ehsbe.commons.util
A Validator, which consist of several other validators of the same kind to verify a certain input.
MultiValidator() - Constructor for class com.ehsbe.commons.util.MultiValidator
Create a new Validator AND validator.
MultiValidator(boolean) - Constructor for class com.ehsbe.commons.util.MultiValidator
Create a new Validator.

N

NavMode - Enum in com.ehsbe.commons.gui.wizard
Navigation modes supported by Wizards.
needCommit() - Method in class com.ehsbe.commons.gui.EditorPanel
Check, whether any changes have been made to the target and thus need to be commited back to the datastore.
NetAuthenticator - Class in com.ehsbe.commons.util
An Authenticator, which is able to retrieve and store passwords from a single file.
NetAuthenticator() - Constructor for class com.ehsbe.commons.util.NetAuthenticator
Create an uninitialized authenticator, which will always return a null PasswordAuthentication as long as it has no entries.
NetAuthenticator(String, char[]) - Constructor for class com.ehsbe.commons.util.NetAuthenticator
Create an authenticator, which will always use the same aka default user/password pair.
NetAuthenticator(File, char[]) - Constructor for class com.ehsbe.commons.util.NetAuthenticator
Create an authenticator, which reads in the given password storage file decrypting it using the given password!
NetAuthenticator(InputStream, char[]) - Constructor for class com.ehsbe.commons.util.NetAuthenticator
Create an authenticator, which reads in the given password storage input stream and decrypts it using the given password!
NetAuthenticator(byte[], char[]) - Constructor for class com.ehsbe.commons.util.NetAuthenticator
Create an authenticator, by decrypting the password store containing byte array using the given password!
NetscapeCertHelper - Class in com.ehsbe.commons.util
Helper to extract Netscape Certificate Types.
NetscapeCertHelper() - Constructor for class com.ehsbe.commons.util.NetscapeCertHelper
 
next(boolean) - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Get the next task, which needs to be executed.
next(Task, Task) - Static method in class com.ehsbe.commons.gui.wizard.TaskControl
Get the next task which needs to be executed wrt. the given task.
normalize(String) - Static method in class com.ehsbe.commons.util.Misc
Normalize a String.
normalizeNull(String) - Static method in class com.ehsbe.commons.util.Misc
Normalize a String to null, if it is an empty String (i.e.
NumberTableCellRenderer - Class in com.ehsbe.commons.gui.util
 
NumberTableCellRenderer() - Constructor for class com.ehsbe.commons.gui.util.NumberTableCellRenderer
Default renderer with a default border and no formatter.
NumberTableCellRenderer(Border) - Constructor for class com.ehsbe.commons.gui.util.NumberTableCellRenderer
 

O

ObjectTableCellRenderer - Class in com.ehsbe.commons.gui.util
A renderer, which allows one to query the table model for its state and rendering an appropriate border or colored text.
ObjectTableCellRenderer() - Constructor for class com.ehsbe.commons.gui.util.ObjectTableCellRenderer
Default Renderer with default borders.
ObjectTableCellRenderer(Border) - Constructor for class com.ehsbe.commons.gui.util.ObjectTableCellRenderer
Default Renderer with the given border.
onException(JMSException) - Method in class com.ehsbe.commons.util.jms.QueueReceiver
Handles Receiver exceptions, like disconnect exceptions.
owner - Variable in class com.ehsbe.commons.gui.AbstractAppController
class used to determine the default path for resource and action config files by using its package_name + /res/ as well as for getting the default user preference node for this application.

P

paint(Graphics) - Method in class com.ehsbe.commons.gui.HelpButton
paint(Graphics, JComponent) - Method in class com.ehsbe.commons.gui.JxTitledSeparatorUI
paint(Graphics2D, T, int, int) - Method in class com.ehsbe.commons.gui.util.BannerPainter
paintBackground(Graphics2D, int, int, int, int) - Method in class com.ehsbe.commons.gui.JxTitledBorder
Convinience method to draw the background.
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.ehsbe.commons.gui.JxTitledBorder
paintComponent(Graphics) - Method in class com.ehsbe.commons.gui.ImagePreview
paintComponent(Graphics) - Method in class com.ehsbe.commons.gui.JxTextPanel
paintComponent(Graphics) - Method in class com.ehsbe.commons.gui.wizard.Sidebar
paintIcon(Component, Graphics, int, int) - Method in class com.ehsbe.commons.gui.util.CombinedIcon
paramString() - Method in class com.ehsbe.commons.gui.JxTitledSeparator
parseAction(XMLStreamReader, Translator, String, HashMap<String, Action>) - Static method in class com.ehsbe.commons.action.ActionFactory
Parse an <action ...
parseComposite(XMLStreamReader, Translator, String, HashMap<String, Action>) - Static method in class com.ehsbe.commons.action.ActionFactory
Parse a <composite ...
parseList(XMLStreamReader, Translator, String, HashMap<String, Action>, HashMap<String, List<Object>>) - Static method in class com.ehsbe.commons.action.ActionFactory
Parse a <list ...
PREF_APP_HEIGHT_DEFAULT - Static variable in class com.ehsbe.commons.gui.AppFrame
default value to be used for the frames height
PREF_APP_HEIGHT_KEY - Static variable in class com.ehsbe.commons.gui.AppFrame
key to be used for reading/storing the frames height in preferences
PREF_APP_WIDTH_DEFAULT - Static variable in class com.ehsbe.commons.gui.AppFrame
default value to be used for the frames width
PREF_APP_WIDTH_KEY - Static variable in class com.ehsbe.commons.gui.AppFrame
key to be used for reading/storing the frames width in preferences
PREF_APP_X_DEFAULT - Static variable in class com.ehsbe.commons.gui.AppFrame
default value to be used for the frames x position
PREF_APP_X_KEY - Static variable in class com.ehsbe.commons.gui.AppFrame
key to be used for reading/storing the frames x position in preferences
PREF_APP_Y_DEFAULT - Static variable in class com.ehsbe.commons.gui.AppFrame
default value to be used for the frames y position
PREF_APP_Y_KEY - Static variable in class com.ehsbe.commons.gui.AppFrame
key to be used for reading/storing the frames y position in preferences
PREF_KEY_PREFIX - Static variable in class com.ehsbe.commons.gui.JxHelpFrame
key prefix used to [re]store help settings
PREF_LNF - Static variable in class com.ehsbe.commons.gui.LnF
user preference key for look and feel
PREF_LNF_DEFAULT - Static variable in class com.ehsbe.commons.gui.LnF
user preference default value for look and feel
PREF_THEME - Static variable in class com.ehsbe.commons.gui.LnF
user preference key for look and feel theme
PREF_THEME_DEFAULT - Static variable in class com.ehsbe.commons.gui.LnF
user preference default value for look and feel theme
PreferencePasswordStore - Class in com.ehsbe.commons.gui.util
A simple alternative to store passwords.
PreferencePasswordStore() - Constructor for class com.ehsbe.commons.gui.util.PreferencePasswordStore
Default constructor.
preferredLayoutSize(Container) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
PREFIX_BANNER_IMAGE - Static variable in class com.ehsbe.commons.gui.wizard.Task
The prefix which gets used per default to lookup the the resource path for the banner image this task in a resource bundle.
PREFIX_BG_IMAGE - Static variable in class com.ehsbe.commons.gui.wizard.Task
The prefix which gets used per default to lookup the resource path for sidebar background image for this task.
PREFIX_DESC - Static variable in class com.ehsbe.commons.gui.wizard.Task
The prefix which gets used per default to lookup the localized description for this task in a resource bundle.
PREFIX_NAME - Static variable in class com.ehsbe.commons.gui.wizard.Task
The prefix which gets used per default to lookup the localized name of the task in a resource bundle.
PREFIX_TITLE - Static variable in class com.ehsbe.commons.gui.wizard.Task
The prefix which gets used per default to lookup the localized task title in a resource bundle.
PREFIX_TT - Static variable in class com.ehsbe.commons.gui.wizard.Task
The prefix which gets used per default to lookup the localized tooltip for this task in a resource bundle.
prefs - Variable in class com.ehsbe.commons.gui.AbstractAppController
user preference node to use
prepare(HashMap<Task, HashMap<? extends Object, ? extends Object>>, TaskControl) - Method in interface com.ehsbe.commons.gui.wizard.ExecService
Prepare all data required to setup the UI aka wizard page for a task.
prepare(HashMap<Task, HashMap<? extends Object, ? extends Object>>, TaskControl) - Method in class com.ehsbe.commons.gui.wizard.ExecServiceAdapter
Prepare all data required to setup the UI aka wizard page for a task.
prepare(HashMap<Task, HashMap<? extends Object, ? extends Object>>, TaskControl) - Method in class com.ehsbe.commons.gui.wizard.Task
Prepare all data required to setup the UI aka wizard page for a task.
prepare(HashMap<Task, HashMap<? extends Object, ? extends Object>>) - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Prepare the task, so that it has all information required to create the UI for information gathering and execution.
previous(boolean) - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Get the task, which has been executed before this task.
printComponent(Graphics) - Method in class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
printVersionInfo() - Method in class com.ehsbe.commons.util.Version
Print the version/copyright/vendor information for this package.
printVersionInfo() - Method in interface com.ehsbe.commons.util.VersionInfo
Print the version/copyright/vendor information for this package.
process(QueueEvent) - Method in interface com.ehsbe.commons.util.jms.QueueEventListener
Process the event, cause by a message received from a JMS queue.
processFocusEvent(FocusEvent) - Method in class com.ehsbe.commons.gui.JxFormattedTextField
processFocusEvent(FocusEvent) - Method in class com.ehsbe.commons.gui.JxTextArea
processFocusEvent(FocusEvent) - Method in class com.ehsbe.commons.gui.JxTextField
processFocusEvent(FocusEvent) - Method in class com.ehsbe.commons.gui.JxTextNumberField
processFocusEvent(FocusEvent) - Method in class com.ehsbe.commons.gui.JxTextTimeField
processWindowEvent(WindowEvent) - Method in class com.ehsbe.commons.gui.AboutDialog
processWindowEvent(WindowEvent) - Method in class com.ehsbe.commons.gui.AppFrame
Overridden, so that a controller may intercept the window closing event.
processWindowEvent(WindowEvent) - Method in class com.ehsbe.commons.gui.JxLoginDialog
PROGRESS_PROPNAME - Static variable in class com.ehsbe.commons.gui.util.StatusTask
the property name to use for notifying the statusbar about changes wrt.
PROPERTY_DEPTH - Variable in class com.ehsbe.commons.gui.wizard.Sidebar
property name of the event fired, when the depth of task descriptions to be displayed have been changed
PROPERTY_INDENT - Variable in class com.ehsbe.commons.gui.wizard.Sidebar
property name of the event fired, when the indent has been changed
PROPERTY_LINESPACE - Variable in class com.ehsbe.commons.gui.wizard.Sidebar
property name of the event fired, when the line spacing has been changed
PROPERTY_MARGIN - Variable in class com.ehsbe.commons.gui.wizard.Sidebar
property name of the event fired, when margins have been changed
PROPERTY_TASK - Variable in class com.ehsbe.commons.gui.wizard.Sidebar
property name of the event fired, when the active task has been changed
propertyChange(PropertyChangeEvent) - Method in class com.ehsbe.commons.action.ActionManager
Adjust groups, when a managed action changes is group value.
propertyChange(PropertyChangeEvent) - Method in class com.ehsbe.commons.gui.ImagePreview
PropertyTableModel - Class in com.ehsbe.commons.gui
A simple Table model for properties.
PropertyTableModel(Map<?, ?>, String, String) - Constructor for class com.ehsbe.commons.gui.PropertyTableModel
Create a new (n,2) table model, where the keys in the Map represent the first column and the values the second column.
push(StatusTask<?, ?>) - Method in class com.ehsbe.commons.gui.JxStatusBar
Add the worker to the task monitor list of this statusbar.
push(String) - Method in class com.ehsbe.commons.gui.JxStatusBar
Display this "out-of-bounds" message.
push(String, int) - Method in class com.ehsbe.commons.gui.JxStatusBar
Display this "out-of-bounds" message for the given time.
push(String, int, Level) - Method in class com.ehsbe.commons.gui.JxStatusBar
Display this "out-of-bounds" message for the given time decorated according to the given type.
putProperty(String, Object) - Method in class com.ehsbe.commons.gui.AppFrame
Set user data.

Q

QueueEvent - Class in com.ehsbe.commons.util.jms
Event to inform listeners about CRUD events received from a JMS topic queue and disconnection/reconnection to a JMS topic queue.
QueueEvent(String, long, CrudEvent<?>) - Constructor for class com.ehsbe.commons.util.jms.QueueEvent
Create a new Queue event message.
QueueEvent(String, boolean) - Constructor for class com.ehsbe.commons.util.jms.QueueEvent
Create a new connect/disconnect event.
QueueEventListener - Interface in com.ehsbe.commons.util.jms
A listener for queue events usually emmited by a QueueReceiver when it has received a new JMS message, or a connection/recoinntion to a message queue has been made.
QueueReceiver - Class in com.ehsbe.commons.util.jms
Convinience class to initially setup a message consumer.
QueueReceiver(InitialContext, String) - Constructor for class com.ehsbe.commons.util.jms.QueueReceiver
Create a new consumer container for a message queue.

R

read(InputStream, char[], char[]) - Method in class com.ehsbe.commons.util.NetAuthenticator
Reads the encrypted password store from the given stream completely into memory and gets finally encoded.
read(byte[], char[], char[]) - Method in class com.ehsbe.commons.util.NetAuthenticator
Decrypts the password store containing byte array and replaces all internally stored information of this instance with the decoded content.
registerActions(JTree) - Static method in class com.ehsbe.commons.gui.util.CheckableActionListener
Convinience method to register the keystrokes and actions, to which this listener listens to.
registerCallback(Object, String) - Method in class com.ehsbe.commons.action.BoundAction
Registers a callback method.
registerKbdAction(KeyStroke, Action, JComponent, int) - Static method in class com.ehsbe.commons.gui.Util
Register an action to be invoked, if the given component receives an event for the given keystroke and condition.
registerTooltipComponent(JComponent) - Static method in class com.ehsbe.commons.gui.Util
Workaround for static tooltips - the JComponents original setTooltip does not register a component, if its getTooltip() return a none- null value.
remove(Hints.Option...) - Method in class com.ehsbe.commons.gui.Hints
Remove the given options from the label.
remove(Task) - Method in class com.ehsbe.commons.gui.wizard.Task
Remove the given sub task.
remove(int) - Method in class com.ehsbe.commons.gui.wizard.Task
Remove the sub task at the given position.
remove(QueueEventListener) - Method in class com.ehsbe.commons.util.jms.QueueReceiver
Remove the given listener from the internal queue event listener list.
remove(MessageListener) - Method in class com.ehsbe.commons.util.jms.QueueReceiver
Remove the given listener from the internal message listener list.
remove(String) - Method in class com.ehsbe.commons.util.NetAuthenticator
Remove the entry for the given user wrt. matching entity requesting authentication.
removeAction(Object) - Method in class com.ehsbe.commons.action.ActionManager
Remove the action with the given id from this instance.
removeAction(Action) - Method in class com.ehsbe.commons.action.CompositeAction
Remove the given action from the internal list of actions, where to dispatch events.
removeActionIDList(String) - Method in class com.ehsbe.commons.action.ActionManager
Remove the action list with the given id from this instance.
removeActionListener(ActionListener) - Method in class com.ehsbe.commons.action.ActionManager
Unregister the given listener for receiving action events sent by registered actions of this instance.
removeActionListener(ActionListener) - Method in class com.ehsbe.commons.action.ManagedAction
Unregister the given listener for receiving action events sent by registered actions of this instance.
removeActionListener(ActionListener) - Method in class com.ehsbe.commons.gui.EditorPanel
Remove the given listener from the internal listener list.
removeButton(AbstractButton) - Method in class com.ehsbe.commons.gui.EditorPanel
Remove the given button from the button panel.
removeButton(AbstractButton) - Method in class com.ehsbe.commons.gui.JxDialog
Remove the given button from the button panel.
removeButtonListener(ActionListener) - Method in class com.ehsbe.commons.gui.wizard.ButtonPanel
Remove the given listener from the navigation buttons.
removeCerts(Collection<Certificate>) - Method in class com.ehsbe.commons.util.LocalTrustManager
Remove the given certificates from the internal TrustAnchor certificate list.
removeCloseableTabbedPaneListener(JxTabbedPaneListener) - Method in class com.ehsbe.commons.gui.JxTabbedPane
Removes an JxTabbedPaneListener from the tabbedpane.
removeDeprecated(EnumSet<E>) - Static method in class com.ehsbe.commons.util.EnumUtils
Remove all values from the given set, which have a Deprecated annotation.
removeFromParent() - Method in class com.ehsbe.commons.gui.wizard.Task
Remove this sub task from the owners list of sub task.
removeItemListener(ItemListener) - Method in class com.ehsbe.commons.action.ActionManager
Unregister the given listener for receiving item events sent by registered actions of this instance.
removeItemListener(ItemListener) - Method in class com.ehsbe.commons.action.ManagedAction
Unregister the given listener for receiving item events sent by registered actions of this instance.
removeLayoutComponent(Component) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
removeOtherCerts(Collection<Certificate>) - Method in class com.ehsbe.commons.util.LocalTrustManager
Remove the given certificates from the internal other certificate list.
removePageListener(TaskControlListener) - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Unregisters listener so that it will no longer receive PageEvents.
removeTreeModelListener(TreeModelListener) - Method in class com.ehsbe.commons.gui.util.AbstractTreeModel
Removes a listener previously added with addTreeModelListener().
removeUserName(String) - Method in class com.ehsbe.commons.gui.util.DefaultUserNameStore
removeUserPassword(String) - Method in class com.ehsbe.commons.gui.util.PreferencePasswordStore
repaint(long, int, int, int, int) - Method in class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
Overridden for performance reasons.
repaint() - Method in class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
Overridden for performance reasons.
replace(DocumentFilter.FilterBypass, int, int, String, AttributeSet) - Method in class com.ehsbe.commons.gui.DocumentSizeFilter
replace(int, int, List<Task>) - Method in class com.ehsbe.commons.gui.wizard.Task
Replace a range of sub tasks with the given list of new subtasks.
RES_FILE_BASENAME - Static variable in class com.ehsbe.commons.gui.AbstractAppController
the basename without extension for application specific resource files
reset() - Method in class com.ehsbe.commons.gui.util.JxInvalidCertHandler
Remove all certificates from internal lists and sets the cert bundle path back to null.
reset() - Method in class com.ehsbe.commons.util.LocalHostnameVerifier.VerifyResult
Reset all vars in this class to their default aka unchecked state.
reset() - Method in class com.ehsbe.commons.util.NetAuthenticator
Reset this instance to its initial state with an empty password store and no secret key.
resPath - Variable in class com.ehsbe.commons.gui.AbstractAppController
the default path to use for finding resource files
restoreLocationAndSize(Component, String, Class<?>, int, int, int, int) - Static method in class com.ehsbe.commons.gui.Util
Restore the size and location of the given component from stored user preferences.
revalidate() - Method in class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
Overridden for performance reasons.
ROW_GAP - Static variable in class com.ehsbe.commons.gui.JxDialog
the gap in pixels, which should be used between rows in the message area
run() - Method in class com.ehsbe.commons.gui.JxStatusBar.Updater

S

save() - Method in class com.ehsbe.commons.gui.util.JxInvalidCertHandler
Save all as permamnently accepted certificates, but only if the set of certificates has been changed since last save/JxInvalidCertHandler.setCertBundle(File) and a cert bundle path has been set.
save(File) - Method in class com.ehsbe.commons.gui.util.JxInvalidCertHandler
Save all as permamnently accepted certificates to the given file.
save(OutputStream) - Method in class com.ehsbe.commons.gui.util.JxInvalidCertHandler
Save all as permamnently accepted certificates to the given stream.
saveAppLookAndFeel(Preferences, Action) - Static method in class com.ehsbe.commons.gui.LnF
Convinience method to store the given look and feel as well as the theme name in the given preferences obtained fro the given action.
saveAppLookAndFeel(Preferences, String, String) - Static method in class com.ehsbe.commons.gui.LnF
Convinience method to store the given look and feel as well as the theme name in the given preferences.
saveLocation(Preferences) - Method in class com.ehsbe.commons.gui.AppFrame
Save the current location of the frame to the given preferences.
saveLocationAndSize(Component, String, Class<?>, Point) - Static method in class com.ehsbe.commons.gui.Util
Save the location and size of the given component to the user preference node, described by the given class with the given key prefix.
saveSize(Preferences) - Method in class com.ehsbe.commons.gui.AppFrame
Save the current size of the frame into the given preferences.
saveUserNames() - Method in class com.ehsbe.commons.gui.util.DefaultUserNameStore
SELECT_PROPERTY_NAME - Static variable in class com.ehsbe.commons.action.AbstractActionExt
the property name to be used, when a selection property change gets fired.
SELECTED_LARGE_ICON - Static variable in class com.ehsbe.commons.action.TriggerAction
The key for the large icon, when the button is selected.
SELECTED_LONG_DESCRIPTION - Static variable in class com.ehsbe.commons.action.TriggerAction
The key used for storing a longer String description for the action, when it is selected.
SELECTED_MNEMONIC_KEY - Static variable in class com.ehsbe.commons.action.TriggerAction
The key used for storing a the mnemonic for the action, when it is selected.
SELECTED_NAME - Static variable in class com.ehsbe.commons.action.TriggerAction
The key used for storing the String name for the action, used for a menu or button, when it is selected.
SELECTED_SHORT_DESCRIPTION - Static variable in class com.ehsbe.commons.action.TriggerAction
The key used for storing a short String description for the action, used for tooltip text, when it is selected.
SELECTED_SMALL_ICON - Static variable in class com.ehsbe.commons.action.TriggerAction
The key used for storing a small Icon, such as ImageIcon, for the action, when it is selected.
send(String, CrudEvent<?>) - Static method in class com.ehsbe.commons.server.jms.MsgProducer
Convinience method for sending a CRUD message to the given destination.
send(String, CrudEventList) - Static method in class com.ehsbe.commons.server.jms.MsgProducer
Send a message to the given destination.
send(String, ClientInfoEvent, boolean) - Static method in class com.ehsbe.commons.server.jms.MsgProducer
Sends the client info event to the given topic.
SEPGAP - Static variable in class com.ehsbe.commons.gui.EditorPanel
default additional distance in pixels to separate two lines of components
set(String, String, char[]) - Method in class com.ehsbe.commons.gui.util.PreferencePasswordStore
set(String, String, Image) - Method in class com.ehsbe.commons.gui.wizard.BannerPanel
Convinience function to update the content of the banner panel at once.
set(List<Task>) - Method in class com.ehsbe.commons.gui.wizard.Task
Replaces the currently sub tasks set with the given one.
setAccelerator(KeyStroke) - Method in class com.ehsbe.commons.action.AbstractActionExt
Sets the key stroke which represents an accelerator for the action.
setActionCommand(String) - Method in class com.ehsbe.commons.action.AbstractActionExt
Sets the action command key.
setAlertBorder(Border) - Method in class com.ehsbe.commons.gui.util.ObjectTableCellRenderer
Set the border, which should be used, if the given cell is in alert state.
setAlignment(int) - Method in class com.ehsbe.commons.gui.JxTitledBorder
Set the horizontal alignment of the title.
setAlignment(int) - Method in class com.ehsbe.commons.gui.JxTitledSeparator
Set the title alignment.
setAppClassForPreferences(Class<?>) - Method in class com.ehsbe.commons.gui.util.PreferencePasswordStore
 
setAppLookAndFeel(Preferences) - Static method in class com.ehsbe.commons.gui.LnF
Set the look and feel using the given preferences.
setAppLookAndFeel(Action) - Static method in class com.ehsbe.commons.gui.LnF
Sets the application look and feel.
setAppLookAndFeel(String, String) - Static method in class com.ehsbe.commons.gui.LnF
Sets the application look and feel.
setAppNameForPreferences(Class<?>) - Method in class com.ehsbe.commons.gui.util.DefaultUserNameStore
Set the class used for getting/setting the user preference node.
setBackground(Paint) - Method in class com.ehsbe.commons.gui.JxTitledBorder
 
setBackground(Color) - Method in class com.ehsbe.commons.gui.util.BannerPainter
Set the (dark) background color.
setBackground(Color) - Method in class com.ehsbe.commons.gui.wizard.BannerPanel
setBackgroundLight(Color) - Method in class com.ehsbe.commons.gui.util.BannerPainter
Set the lighter background color.
setBanner(String) - Method in class com.ehsbe.commons.gui.util.BannerPainter
Set the banner text to draw.
setBanner(BannerPanel) - Method in class com.ehsbe.commons.gui.wizard.Wizard
Set the banner panel to be used.
setBaselineIdx(int) - Method in class com.ehsbe.commons.gui.JxPanel
Set the index of the component used to determine the baseline of this panel.
setBoldFont(Font) - Method in class com.ehsbe.commons.gui.wizard.Sidebar
Set the font, which should be used to draw the description for the current task in action.
setBorder(Border) - Method in class com.ehsbe.commons.gui.util.ObjectTableCellRenderer
Set the default Border for this renderer, used to draw the cell in normal state.
setBusy(Task, boolean) - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Callback for the task being executed to indicate its busyness.
setButton(AbstractButton) - Method in class com.ehsbe.commons.gui.JxTitledSeparator
Set the button associated to this separator.
setButtonPanel(JPanel) - Method in class com.ehsbe.commons.gui.EditorPanel
Set the panel used to layout dialog buttons.
setButtonPanel(JPanel) - Method in class com.ehsbe.commons.gui.JxDialog
Set the panel used to layout dialog buttons.
setButtons(ButtonPanel) - Method in class com.ehsbe.commons.gui.wizard.Wizard
Set the navigation button panel to be used.
setCallback(String) - Method in class com.ehsbe.commons.action.BoundAction
The callback string will be called to register the action callback.
setCertBundle(File) - Method in class com.ehsbe.commons.gui.util.JxInvalidCertHandler
Set the list of X.509 certificates, which should be accepted automatically to all certificates contained in the given bundle.
setCertBundle(InputStream) - Method in class com.ehsbe.commons.gui.util.JxInvalidCertHandler
Set the list of X.509 certificates, which should be accepted automatically (i.e. permanently) to all certificates contained in the given bundle.
setCertificate(X509Certificate) - Method in class com.ehsbe.commons.gui.JxX509CertPanel
Set the certificate to be displayed.
setChecked(boolean) - Method in interface com.ehsbe.commons.gui.util.Checkable
Set the checkable state of an object.
setCloseIcons(Icon, Icon, Icon) - Method in class com.ehsbe.commons.gui.JxTabbedPane
Allows setting own closeicons.
setColor(Hints.Option, Color) - Method in class com.ehsbe.commons.gui.Hints
Set the color to be used for drawing the symbol for the given option.
setDefaultAnimationTimeout(long) - Method in class com.ehsbe.commons.gui.JxStatusBar
Set the duration a sprite should be displayed in an animation.
setDefaultTooltipText(String) - Method in class com.ehsbe.commons.gui.JxFormattedTextField
Set a default tooltip text for this component.
setDepth(int) - Method in class com.ehsbe.commons.gui.wizard.Sidebar
Set the depth of tasks, which should be displayed in this panel.
setDescription(String) - Method in class com.ehsbe.commons.gui.wizard.BannerPanel
Set the text of the description panel.
setDocument(Document) - Method in class com.ehsbe.commons.gui.JxTextArea
Same as JTextField.setDocument(javax.swing.text.Document), but sets a document size filter, if the corresponding entity has a size limit and the given document is of type AbstractDocument.
setDocument(Document) - Method in class com.ehsbe.commons.gui.JxTextField
Same as JTextField.setDocument(javax.swing.text.Document), but sets a document size filter, if the corresponding entity has a size limit and the given document is of type AbstractDocument.
setEditable(boolean) - Method in class com.ehsbe.commons.gui.PropertyTableModel
Set, whether the content of value cells is allowed to be changed.
setEnabled(Object, boolean) - Method in class com.ehsbe.commons.action.ActionManager
Enables or disables the state of the Action corresponding to the action id.
setEnabled(boolean) - Method in class com.ehsbe.commons.gui.JxCheckbox
setEnabled(boolean) - Method in class com.ehsbe.commons.gui.JxLabel
setErrorHandler(GuiErrorHandler) - Method in class com.ehsbe.commons.gui.JxLoginDialog
Set the gui error handler to be used on login errors.
setExecService(ExecService) - Method in class com.ehsbe.commons.gui.wizard.Task
Set the execution service to be used for this task.
setFont(Font) - Method in class com.ehsbe.commons.gui.JxTitledBorder
 
setFont(Font) - Method in class com.ehsbe.commons.gui.util.BannerPainter
Set the font used to draw the banner.
setFont(Font) - Method in class com.ehsbe.commons.gui.wizard.Sidebar
setForeground(Color) - Method in class com.ehsbe.commons.gui.JxCheckbox
setForeground(Color) - Method in class com.ehsbe.commons.gui.JxLabel
setForeground(Paint) - Method in class com.ehsbe.commons.gui.JxTitledBorder
 
setForeground(Color) - Method in class com.ehsbe.commons.gui.util.BannerPainter
Set the foreground used to draw the banner text.
setForeground(Color) - Method in class com.ehsbe.commons.gui.wizard.BannerPanel
setForegroundPaint(Graphics2D, int, int) - Method in class com.ehsbe.commons.gui.JxTitledBorder
Convinience method to set the foreground paint within a paint method to reduce redundant code.
setGroup(String) - Method in class com.ehsbe.commons.action.AbstractActionExt
Sets the group identity of the state action.
setGuiAnchor(Component) - Method in class com.ehsbe.commons.gui.JxNetAuthenticator
Set the "anchor" to which dialogs should be relative positioned.
setHelp(Action) - Method in class com.ehsbe.commons.gui.JxDialog
Register the given action as the help action for this dialog.
setHelpID(Object, String) - Static method in class com.ehsbe.commons.gui.Util
Convinience method to assign a help ID to the specified component.
setHelpset(HelpSet, String) - Method in class com.ehsbe.commons.gui.JxHelpFrame
Set the helpset to display.
setIconImage(String) - Method in class com.ehsbe.commons.gui.AppFrame
Set the image to be displayed when minimized.
setIgnoreState(boolean) - Method in class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
Set whether states of the cell should be obtained and the text should be decorated, depending on the state.
setIgnoreState(boolean) - Method in class com.ehsbe.commons.gui.util.ObjectTableCellRenderer
Set whether states of the cell should be obtained and the text or border should be decorated, depending on the state.
setImage(String) - Method in class com.ehsbe.commons.gui.wizard.BannerPanel
Set the image, which should be shown on the rght side of the pannel.
setImage(Image) - Method in class com.ehsbe.commons.gui.wizard.BannerPanel
Set the image of the image panel.
setImage(String) - Method in class com.ehsbe.commons.gui.wizard.Sidebar
Set the image, which should be used as the background for this sidebar.
setImage(Image) - Method in class com.ehsbe.commons.gui.wizard.Sidebar
Same as JXImagePanel.setImage(Image), but waits 'til image loading is complete.
setIndent(int) - Method in class com.ehsbe.commons.gui.wizard.Sidebar
Set the indent size as number of 'em's for nested descritions.
setLargeIcon(Icon) - Method in class com.ehsbe.commons.action.AbstractActionExt
Sets the large icon which represents the action.
setLargeIcon(Icon, boolean) - Method in class com.ehsbe.commons.action.TriggerAction
Sets the large icon which represents the action depending on its selection state.
setLargePressedIcon(Icon) - Method in class com.ehsbe.commons.action.AbstractActionExt
Sets the large pressed icon which represents the action.
setLineLength(int) - Method in class com.ehsbe.commons.gui.JxTextPanel
Set the max. length of a line to use for determination of the preferred layout size of this instance.
setLineSpacing(int[]) - Method in class com.ehsbe.commons.gui.wizard.Sidebar
Set the spaces between the lines.
setLocale(Locale) - Method in class com.ehsbe.commons.gui.JxDatePicker
setLocale(Locale) - Method in class com.ehsbe.commons.gui.JxTextNumberField
setLocale(Locale) - Method in class com.ehsbe.commons.gui.JxTextTimeField
setLocale(Locale) - Method in class com.ehsbe.commons.gui.JxX509CertPanel
Set the local for i18n.
setLocale(Locale) - Method in class com.ehsbe.commons.gui.wizard.ButtonPanel
setLocale(Locale) - Method in class com.ehsbe.commons.gui.wizard.Sidebar
setLocale(Locale) - Method in class com.ehsbe.commons.gui.wizard.Task
Set the locale to be used for l10n.
setLocale(Locale) - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Set the locale, which should be used by all panels.
setLocale(Locale) - Method in interface com.ehsbe.commons.gui.wizard.Translator
Set the locale, which should be use for translations.
setLocale(Locale) - Method in class com.ehsbe.commons.gui.wizard.TranslatorAdapter
Set the locale, which should be use for translations.
setLocation(Preferences) - Method in class com.ehsbe.commons.gui.AppFrame
Try to set the location of the frame using the given preferences.
setLoginService(LoginService) - Method in class com.ehsbe.commons.gui.JxLoginDialog
Set the login service, used to retrieve the server url and finally to use for authentication.
setLoginService(LoginService) - Method in class com.ehsbe.commons.gui.JxLoginPanel
Set the login service, used to retrieve the server url, which is in turn used to retrieve the correct user name list/password from the user name and password store.
setLongDescription(String) - Method in class com.ehsbe.commons.action.AbstractActionExt
Sets the long desciption of the action.
setLongDescription(String, boolean) - Method in class com.ehsbe.commons.action.TriggerAction
Sets the long description of the action depending on its selection state.
setMargins(Insets) - Method in class com.ehsbe.commons.gui.wizard.Sidebar
Set the margins for the task descriptions to be displayed.
setMaxCharacters(int) - Method in class com.ehsbe.commons.gui.DocumentSizeFilter
Set the maximum number of characters allowed in the document.
setMessage(String) - Method in class com.ehsbe.commons.gui.util.StatusTask
Set the message, which should be displayed on the statusbar and notifies the statusbar by sending a property change "message",
setMessageTimeout(int) - Method in class com.ehsbe.commons.gui.JxStatusBar
Sets the default timeout aka max duration a message gets displayed in the statusbar.
setMinButtonSize(Dimension) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
Set the minimum size, a button should have.
setMinimumDigits(int, int) - Method in class com.ehsbe.commons.gui.JxTextNumberField
Set the minimum number of digits, which should be used by the formatter.
setMnemonic(String) - Method in class com.ehsbe.commons.action.AbstractActionExt
Set the mnemonic for this action.
setMnemonic(int) - Method in class com.ehsbe.commons.action.AbstractActionExt
Sets the mnemonic key code for the action.
setMnemonic(int, boolean) - Method in class com.ehsbe.commons.action.TriggerAction
Sets the mnemonic key code for the action wrt. to the given selection state.
setMnemonic(String, boolean) - Method in class com.ehsbe.commons.action.TriggerAction
Sets the mnemonic key code for the action wrt. to the given selection state.
setName(String) - Method in class com.ehsbe.commons.action.AbstractActionExt
Sets the name of the action.
setName(String, boolean) - Method in class com.ehsbe.commons.action.TriggerAction
Sets the display name of the action depending on its selection state.
setName(String) - Method in class com.ehsbe.commons.gui.util.StatusTask
Set the name of this task
setNavMode(Task, EnumSet<NavMode>) - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Calback for the currently executing task to inform about state changes, which caused a change in currently allowed navigation modes.
setNullable(boolean) - Method in class com.ehsbe.commons.gui.JxFormattedTextField
Set, whether the field accepts null values.
setOrientation(int) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
Set the orientation to use for button layout wrt. a left-to-right oriented container.
setPackButtons(boolean) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
Set, whether buttons should be packed, i.e. distance between them is the value of padding, or whether the distance between the buttons is the left space in the container equally distributed to all button distances.
setPadding(int) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
Set the padding distance between buttons in pixels
setPaintProgressString(boolean) - Method in class com.ehsbe.commons.gui.util.StatusTask
Set, whether the progress bar string should be painted for this task.
setParent(Task) - Method in class com.ehsbe.commons.gui.wizard.Task
Set the task, which owns this sub task.
setPassword(char[]) - Method in class com.ehsbe.commons.gui.JxLoginPanel
Sets the Password for this panel.
setPasswordStore(PasswordStore) - Method in class com.ehsbe.commons.gui.JxLoginDialog
Sets the PasswordStore used to retrieve and store passwords.
setPasswordStore(PasswordStore) - Method in class com.ehsbe.commons.gui.JxLoginPanel
Sets the PasswordStore used to retrieve stored passwords.
setPasswordStore(byte[]) - Method in class com.ehsbe.commons.gui.JxNetAuthenticator
Set/save the encrypted password store.
setPlainFont(boolean) - Method in class com.ehsbe.commons.gui.JxCheckbox
Force this component to use a plain font (e.g. instead of a bold one).
setPosition(int) - Method in class com.ehsbe.commons.gui.JxTitledBorder
 
setPreferencePackageClass(Class<?>) - Method in class com.ehsbe.commons.gui.JxHelpFrame
Set the clazz for obtaining/setting user preferences wrt. the help window state (e.g. size, location, font).
setPreferredSize(String) - Method in class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
Define the preferred size of the button by the given txt.
setProgress(int, String) - Method in class com.ehsbe.commons.gui.util.StatusTask
A slightly more efficient version of the call sequence StatusTask.setProgressString(String); SwingWorker.setProgress(int).
setProgressString(String) - Method in class com.ehsbe.commons.gui.util.StatusTask
Sets the value of the progress bar string.
setReconnectIntervall(long) - Method in class com.ehsbe.commons.util.jms.QueueReceiver
Set the time to wait in milliseconds, until the receivers tries to reconnect to a topic.
setReverse(boolean) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
Set, whether to layout the buttons in reverse order wrt. to their index in the container's component list Per default, this property is set to false.
setSaveEnable(boolean) - Method in class com.ehsbe.commons.gui.JxLoginPanel
Explicitly enable/disable username/password saving.
setSecretKey(char[], char[]) - Method in class com.ehsbe.commons.util.NetAuthenticator
Sets or replaces the current secret key to use for encryption.
setSelected(boolean) - Method in class com.ehsbe.commons.action.AbstractActionExt
Changes the state of the action If this property has been changed, a property change event with the name selected gets fired.
setSelected(Object, boolean) - Method in class com.ehsbe.commons.action.ActionManager
Sets the selected state of a toggle action.
setSelectOnFocus(boolean) - Method in class com.ehsbe.commons.gui.JxTextArea
Set, whether the component should select all the available text, if it get the focus.
setSelectOnFocus(boolean) - Method in class com.ehsbe.commons.gui.JxTextField
Set, whether the component should select all the available text, if it get the focus.
setServer(String) - Method in class com.ehsbe.commons.gui.util.DefaultUserNameStore
Set the name of the server, which should be associated with this store.
setShortDescription(String) - Method in class com.ehsbe.commons.action.AbstractActionExt
Sets the short desciption of the action.
setShortDescription(String, boolean) - Method in class com.ehsbe.commons.action.TriggerAction
Sets the short description of the action.
setSidebar(Sidebar) - Method in class com.ehsbe.commons.gui.wizard.Wizard
Set the sidebar to be used.
setSize(Preferences) - Method in class com.ehsbe.commons.gui.AppFrame
Try to set the size of the frame using the given preferences.
setSmallIcon(Icon) - Method in class com.ehsbe.commons.action.AbstractActionExt
Sets the small icon which represents the action.
setSmallIcon(Icon, boolean) - Method in class com.ehsbe.commons.action.TriggerAction
Sets the small icon which represents the action depending on its selection state.
setSmallPressedIcon(Icon) - Method in class com.ehsbe.commons.action.AbstractActionExt
Sets the small pressed icon which represents the action.
setStateAction() - Method in class com.ehsbe.commons.action.AbstractActionExt
Set the state property to true.
setStateAction(boolean) - Method in class com.ehsbe.commons.action.AbstractActionExt
Set the state property.
setStatusBar(JXStatusBar) - Method in class com.ehsbe.commons.gui.AppFrame
Use this method to set a statusbar.
setStructureChanged(boolean) - Method in class com.ehsbe.commons.util.CrudEvent
Set, whether the structure from the referred entity has drastically changed (i.e. a simple parent and children check is not enough to re-align the structure).
setSymbol(Hints.Option, String) - Method in class com.ehsbe.commons.gui.Hints
Set the symbol to use for the given option.
setSyncAllHeights(boolean) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
Set, whether to make all buttons the same height.
setSyncAllWidths(boolean) - Method in class com.ehsbe.commons.gui.ButtonAreaLayout
Set, whether to make all buttons the same witdth.
setTarget(T, InitialContext) - Method in class com.ehsbe.commons.gui.EditorPanel
Stores the target and context to be edit.
setTemplate(Class<?>, String) - Method in class com.ehsbe.commons.gui.JxTextArea
Adjust the document size filter wrt. the given entity class and method.
setTemplate(Class<?>, String) - Method in class com.ehsbe.commons.gui.JxTextField
Adjust the document size filter wrt. the given entity class and method.
setTemplate(Class<?>, String) - Method in class com.ehsbe.commons.gui.JxTextNumberField
Set the number formatter and validator wrt. the given entity class and method.
setTemplate(Class<?>, String) - Method in class com.ehsbe.commons.gui.JxTextTimeField
Initialize the field wrt. the given entity and method name.
setText(String) - Method in class com.ehsbe.commons.gui.JxCheckbox
setText(String) - Method in class com.ehsbe.commons.gui.JxLabel
setText(String) - Method in class com.ehsbe.commons.gui.JxTextArea
setText(String) - Method in class com.ehsbe.commons.gui.JxTextField
setText(String) - Method in class com.ehsbe.commons.gui.JxTextPanel
Set the text to be displayed.
setTitle(String) - Method in class com.ehsbe.commons.gui.JxTitledBorder
 
setTitle(String) - Method in class com.ehsbe.commons.gui.JxTitledPanel
Set the title of the panel.
setTitle(String) - Method in class com.ehsbe.commons.gui.JxTitledSeparator
Set the title to be shown.
setTitle(String) - Method in class com.ehsbe.commons.gui.wizard.BannerPanel
Set the text of the title panel.
setTitledBorder(JxTitledBorder) - Method in class com.ehsbe.commons.gui.JxTitledPanel
Set the customized titled border, which will be used for title updates etc.
setToolTipText(String) - Method in class com.ehsbe.commons.gui.JxDatePicker
setToolTipText(String) - Method in class com.ehsbe.commons.gui.JxFormattedTextField
setToolTipText(String) - Method in class com.ehsbe.commons.gui.JxTable
setToolTipText(String) - Method in class com.ehsbe.commons.gui.JxTableHeader
setToolTipText(String) - Method in class com.ehsbe.commons.gui.JxTextArea
setToolTipText(String) - Method in class com.ehsbe.commons.gui.JxTextField
setToolTipText(String) - Method in class com.ehsbe.commons.gui.JxTextNumberField
setToolTipText(String) - Method in class com.ehsbe.commons.gui.JxTextTimeField
setTranslator(Translator) - Method in class com.ehsbe.commons.gui.wizard.Task
Set the translator for task related strings.
setUserName(String) - Method in class com.ehsbe.commons.gui.JxLoginPanel
Populate the User name field with the given name or select it from the given list (which has been generated from the user name store).
setUserNames(String[]) - Method in class com.ehsbe.commons.gui.util.DefaultUserNameStore
setUserNameStore(UserNameStore) - Method in class com.ehsbe.commons.gui.JxLoginDialog
Sets the UserNameStore used to retrieve and store user names.
setUserNameStore(UserNameStore) - Method in class com.ehsbe.commons.gui.JxLoginPanel
Sets the UserNameStore used to retrieve user names for the user name combo selection box.
setValidationType(boolean) - Method in class com.ehsbe.commons.util.MultiValidator
Set the method for the combination of all validator outcomes.
setValidator(Validator<Object>) - Method in class com.ehsbe.commons.gui.JxFormattedTextField
Set the Validator used to check, whether the fields input is valid.
setValidator(Validator<String>) - Method in class com.ehsbe.commons.gui.JxTextArea
Set the Validator used to check, whether the fields input is valid.
setValidator(Validator<String>) - Method in class com.ehsbe.commons.gui.JxTextField
Set the Validator used to check, whether the fields input is valid.
setValidator(Validator<Number>) - Method in class com.ehsbe.commons.gui.JxTextNumberField
Set the Validator used to check, whether the fields input is valid.
setValidator(Validator<Date>) - Method in class com.ehsbe.commons.gui.JxTextTimeField
Set the Validator used to check, whether the fields input is valid.
setValue(Object) - Method in class com.ehsbe.commons.gui.JxFormattedTextField
setValue(Object) - Method in class com.ehsbe.commons.gui.JxTextNumberField
setValue(Object) - Method in class com.ehsbe.commons.gui.JxTextTimeField
Same as JFormattedTextField.setValue(java.lang.Object), but normalizes the given time value.
setValue(Object) - Method in class com.ehsbe.commons.gui.util.DoubleTableCellRenderer
setValue(Object) - Method in class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
Set the text of this component wrt. to the given value and the current state.
setValue(Object) - Method in class com.ehsbe.commons.gui.util.ObjectTableCellRenderer
setValueAt(Object, int, int) - Method in class com.ehsbe.commons.gui.PropertyTableModel
Sets the value only, if the table is editable.
setVisible(boolean) - Method in class com.ehsbe.commons.gui.JxHelpFrame
setVisible(boolean) - Method in class com.ehsbe.commons.gui.JxLoginDialog
setWarnBorder(Border) - Method in class com.ehsbe.commons.gui.util.ObjectTableCellRenderer
Set the border, which should be used, if the given cell is in warn state.
showCertificate(Component, Certificate) - Static method in class com.ehsbe.commons.gui.JxX509CertPanel
Convinience method to show an dialog, which displays the given certificate.
showGeneralError(String, Component) - Static method in class com.ehsbe.commons.gui.Util
Convinience method to show an general error dialog.
showHelp(HashMap<Task, HashMap<? extends Object, ? extends Object>>, TaskControl, JComponent) - Method in interface com.ehsbe.commons.gui.wizard.ExecService
Show the help for this task.
showHelp(HashMap<Task, HashMap<? extends Object, ? extends Object>>, TaskControl, JComponent) - Method in class com.ehsbe.commons.gui.wizard.ExecServiceAdapter
Show the help for this task.
showHelp(HashMap<Task, HashMap<? extends Object, ? extends Object>>, TaskControl, JComponent) - Method in class com.ehsbe.commons.gui.wizard.Task
Show the help for this task.
showHelp(HashMap<Task, HashMap<? extends Object, ? extends Object>>, JComponent) - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Shows the help for the current task in action, if its Task.hasHelp() returns true.
showID(String) - Method in class com.ehsbe.commons.gui.JxHelpFrame
Show help for the given id.
Sidebar - Class in com.ehsbe.commons.gui.wizard
A sidebar Panel, which displays a background image and short description of tasks to execute.
Sidebar() - Constructor for class com.ehsbe.commons.gui.wizard.Sidebar
Create a default sidebar with a default background image, no insets and a margin of 5 pixels on all sides.
Sidebar(String) - Constructor for class com.ehsbe.commons.gui.wizard.Sidebar
Create a default sidebar with no insets and a margin of 5 pixels on all sides.
SMALL_ICON_P_KEY - Static variable in class com.ehsbe.commons.action.AbstractActionExt
The key for the small pressed icon
stateChanged(TaskControlEvent) - Method in interface com.ehsbe.commons.gui.wizard.TaskControlListener
Invoked when the state of the task controller has been changed.
stateChanged(TaskControlEvent) - Method in class com.ehsbe.commons.gui.wizard.Wizard
Invoked when the state of the task controller has been changed.
StatusTask<T,V> - Class in com.ehsbe.commons.gui.util
An message property enhanced SwingWorker, which lets one easily notify property change listeners from "message" events.
StatusTask() - Constructor for class com.ehsbe.commons.gui.util.StatusTask
 
Stax - Class in com.ehsbe.commons.util
Stax utilities.
Stax() - Constructor for class com.ehsbe.commons.util.Stax
 
stdDateTimeFormat - Static variable in class com.ehsbe.commons.util.Stax
formatter to be used for datetime formatting without timezone
STOP_LOGIN_CMD - Static variable in class com.ehsbe.commons.gui.JxLoginDialog
the action command of the action/button, used to stop a running login process.
stopDispatching() - Method in class com.ehsbe.commons.action.ManagedActionEvent
Set a flag for dispatchers, to not continue dispatching this event.
stopDispatching() - Method in interface com.ehsbe.commons.action.ManagedEvent
Set a flag for dispatchers, to not continue dispatching this event.
stopDispatching() - Method in class com.ehsbe.commons.action.ManagedItemEvent
Set a flag for dispatchers, to not continue dispatching this event.
store() - Method in class com.ehsbe.commons.util.NetAuthenticator
Writes the internal store encoded to the returned byte array.
store(OutputStream) - Method in class com.ehsbe.commons.util.NetAuthenticator
Writes the internal store encoded to the given output stream.
storeModified() - Method in class com.ehsbe.commons.util.NetAuthenticator
Check, whether the password store has been changed and should be saved somewhere.
stringWidth(FontMetrics, String) - Static method in class com.ehsbe.commons.gui.util.SwingUtilities2
Get the width of the passed in String.
SwingUtilities2 - Class in com.ehsbe.commons.gui.util
Wrapper around sun.swing.SwingUtilities2
SwingUtilities2() - Constructor for class com.ehsbe.commons.gui.util.SwingUtilities2
 

T

tableChanged(TableModelEvent) - Method in class com.ehsbe.commons.gui.JxTable
Overwritten since the default implementation does not stop cell editing before applying the change, and doesn't autopmatically start editing, after change.
target - Variable in class com.ehsbe.commons.gui.EditorPanel
the currently attached target
Task - Class in com.ehsbe.commons.gui.wizard
The task which needs to be executed.
Task(String, Translator) - Constructor for class com.ehsbe.commons.gui.wizard.Task
Create a task, which has no sub tasks.
Task(String, Translator, Task...) - Constructor for class com.ehsbe.commons.gui.wizard.Task
Create a task which has sub tasks, which need to be completed subsequently to get this task finished.
Task(String, Translator, List<Task>) - Constructor for class com.ehsbe.commons.gui.wizard.Task
Create a task which has sub tasks, which need to be completed subsequently to get this task finished.
TaskControl - Class in com.ehsbe.commons.gui.wizard
The controller which manages the tasks, which need to be executed.
TaskControl(Task) - Constructor for class com.ehsbe.commons.gui.wizard.TaskControl
Create a new controller which manages the given task.
TaskControl.Callback - Annotation Type in com.ehsbe.commons.gui.wizard
Marks methods for primary use by the task being controlled by this instance.
TaskControlEvent - Class in com.ehsbe.commons.gui.wizard
Event fired when the state of a task changed.
TaskControlEvent(TaskControl, TaskControlEvent.Type, EnumSet<NavMode>) - Constructor for class com.ehsbe.commons.gui.wizard.TaskControlEvent
Construct a TaskEvent.
TaskControlEvent.Type - Enum in com.ehsbe.commons.gui.wizard
The type of the change.
TaskControlListener - Interface in com.ehsbe.commons.gui.wizard
Utilitiy for the task controller to notify interested partys about state changes.
taskListChanged(Task) - Method in class com.ehsbe.commons.gui.wizard.TaskControl
Facility to let the task in action notify interested parties, that the task list to whom it belongs to, was modified.
TEXT_GAP_H - Static variable in class com.ehsbe.commons.gui.JxTitledBorder
gap on top and on the bottom of the title
TEXT_GAP_V - Static variable in class com.ehsbe.commons.gui.JxTitledBorder
gap on top and on the bottom of the title
title - Variable in class com.ehsbe.commons.gui.wizard.BannerPanel
the title panel
tmpBackground - Variable in class com.ehsbe.commons.gui.JxTitledBorder
cache for gradient background
tmpForeground - Variable in class com.ehsbe.commons.gui.JxTitledBorder
cached value from JxTitledBorder.getForeground()
toCssHex(Color) - Static method in class com.ehsbe.commons.util.Misc
Convert the given color to a CSS2 style hex color string (i.e. #001122).
TOGGLE_BUTTON - Static variable in class com.ehsbe.commons.action.TriggerAction
UI hint to use a JToggleButton instead of a normal JButton.
TOOLBAR_LIST_ID - Static variable in class com.ehsbe.commons.gui.AbstractAppController
the default ID of the action list, which will be used to create the AbstractAppController.frame's toolbar
TooltipProvider - Interface in com.ehsbe.commons.gui.util
Interface to get Tooltips for a List or TableColumn.
toString() - Method in class com.ehsbe.commons.action.AbstractActionExt
toString() - Method in class com.ehsbe.commons.util.CrudEvent
toXml(XMLStreamWriter) - Method in interface com.ehsbe.commons.util.XmlElement
Write this element to the xml stream.
trace(InvocationContext) - Method in class com.ehsbe.commons.server.TraceInterceptor
Trace the invocation of a method.
TraceInterceptor - Class in com.ehsbe.commons.server
A simple class, which allows one to trace methods
TraceInterceptor() - Constructor for class com.ehsbe.commons.server.TraceInterceptor
 
translate(String, String, String, Translator, boolean) - Static method in class com.ehsbe.commons.action.ActionFactory
Try to i18n the given value.
Translator - Interface in com.ehsbe.commons.gui.wizard
A more or less simple "dictionary", which lets one lookup i18n strings.
Translator - Interface in com.ehsbe.commons.util
Helper to translate Strings.
TranslatorAdapter - Class in com.ehsbe.commons.gui.wizard
General purpose translator, which might be used to do l10n lookups for a task.
TranslatorAdapter(Class<?>, String, Locale) - Constructor for class com.ehsbe.commons.gui.wizard.TranslatorAdapter
Creates a new translator.
TranslatorAdapter(JComponent) - Constructor for class com.ehsbe.commons.gui.wizard.TranslatorAdapter
Deduces a translator from the given component.
TriggerAction - Class in com.ehsbe.commons.action
Action, that supports different settings for tootltip, text and icons depending on its selection state.
TriggerAction() - Constructor for class com.ehsbe.commons.action.TriggerAction
Default Action constructor.
TriggerAction(String) - Constructor for class com.ehsbe.commons.action.TriggerAction
Defines an Action object with the specified name and a default icon.
TriggerAction(String, Icon) - Constructor for class com.ehsbe.commons.action.TriggerAction
Defines an Action object with the specified name and the specified icon.
TriggerAction(String, String) - Constructor for class com.ehsbe.commons.action.TriggerAction
Defines an Action object with the specified name, and the specified command key.
TriggerAction(String, String, Icon) - Constructor for class com.ehsbe.commons.action.TriggerAction
Defines an Action object with the specified name, the specified command key and the specified icon.
TriggerAction(String, String, Icon, String, Icon) - Constructor for class com.ehsbe.commons.action.TriggerAction
Defines an Action object with the specified name, the specified command key and the specified icon.
txtPanel - Variable in class com.ehsbe.commons.gui.wizard.BannerPanel
the description panel

U

UNCHECK_INCL_CHILDREN_CMD - Static variable in class com.ehsbe.commons.gui.util.CheckableActionListener
action command fired, when all selected nodes incl. their children should be set to unchecked state
UNCHECK_SELECTED_CMD - Static variable in class com.ehsbe.commons.gui.util.CheckableActionListener
action command fired, when only all selected nodes should be set to unchecked state
update(String) - Method in class com.ehsbe.commons.gui.JxStatusBar
Convinience method: calls JxStatusBar.updateProgress(String) and JxStatusBar.updateMessage(String) in this order.
updateBanner(Task) - Method in class com.ehsbe.commons.gui.wizard.Wizard
update banner image, title and description.
updateMessage(String) - Method in class com.ehsbe.commons.gui.JxStatusBar
Update the state of the message label wrt. the head of the message and task queue.
updateProgress(String) - Method in class com.ehsbe.commons.gui.JxStatusBar
Update the state of the animation label and progress bar wrt. the head of the task queue.
updateSidebar(Task) - Method in class com.ehsbe.commons.gui.wizard.Wizard
update sidebar background image .
updateUI() - Method in class com.ehsbe.commons.gui.JxCheckbox
updateUI() - Method in class com.ehsbe.commons.gui.JxTitledSeparator
updateUI() - Method in class com.ehsbe.commons.gui.JxX509CertPanel
updateUI() - Method in class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
Notification from the UIManager that the look and feel [L&F] has changed.
Util - Class in com.ehsbe.commons.gui
Some GUI utils
Util() - Constructor for class com.ehsbe.commons.gui.Util
 

V

valid - Variable in class com.ehsbe.commons.util.LocalHostnameVerifier.VerifyResult
true if LocalHostnameVerifier.VerifyResult.commonName matches the SSL session hostname
validate(Object) - Method in class com.ehsbe.commons.gui.JxFormattedTextField
If a validator is set, this method validates the input and decorates the component, which used this component in a setLabelFor method.
validate(String) - Method in class com.ehsbe.commons.gui.JxTextArea
If a validator is set, this method validates the input and decorates the component, which used this component in a setLabelFor method.
validate(String) - Method in class com.ehsbe.commons.gui.JxTextField
If a validator is set, this method validates the input and decorates the component, which used this component in a setLabelFor method.
validate(Number) - Method in class com.ehsbe.commons.gui.JxTextNumberField
If a validator is set, this method validates the input and decorates the component, which used this component in a setLabelFor method.
validate(Date) - Method in class com.ehsbe.commons.gui.JxTextTimeField
If a validator is set, this method validates the input and decorates the component, which used this component in a setLabelFor method.
validate() - Method in class com.ehsbe.commons.gui.util.JButtonTableCellRenderer
Overridden for performance reasons.
Validator<E> - Interface in com.ehsbe.commons.util
Simple Input Validator.
valueOf(String) - Static method in enum com.ehsbe.commons.gui.Hints.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ehsbe.commons.gui.JxLoginDialog.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ehsbe.commons.gui.util.CellTableThreshold.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ehsbe.commons.gui.wizard.NavMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ehsbe.commons.gui.wizard.TaskControlEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ehsbe.commons.util.CrudEvent.CrudType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ehsbe.commons.gui.Hints.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ehsbe.commons.gui.JxLoginDialog.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ehsbe.commons.gui.util.CellTableThreshold.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ehsbe.commons.gui.wizard.NavMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ehsbe.commons.gui.wizard.TaskControlEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ehsbe.commons.util.CrudEvent.CrudType
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, SSLSession) - Method in class com.ehsbe.commons.gui.util.JxHostnameVerifier
If URLConnection.getAllowUserInteraction() is true, a dialog gets displayed, which asks the user, whether to accept the connection.
verify(String, SSLSession) - Method in class com.ehsbe.commons.util.LocalHostnameVerifier
If URLConnection.getAllowUserInteraction() is true, a dialog gets displayed, which asks the user, whether to accept the connection.
verify(String, SSLSession, LocalHostnameVerifier.VerifyResult) - Method in class com.ehsbe.commons.util.LocalHostnameVerifier
Same as LocalHostnameVerifier.verify(String, SSLSession), but stores intermediate results into LocalHostnameVerifier.VerifyResult for later use.
Version - Class in com.ehsbe.commons.util
Get the version of the package.
Version() - Constructor for class com.ehsbe.commons.util.Version
 
versionInfo - Variable in class com.ehsbe.commons.gui.AbstractAppController
the version infos to be displayed in the default about dialog
VersionInfo - Interface in com.ehsbe.commons.util
License infos for about dialogs etc.
VGAP - Static variable in class com.ehsbe.commons.gui.EditorPanel
default distance in pixels between two lines of components

W

WARN_BORDER - Static variable in class com.ehsbe.commons.gui.util.ObjectTableCellRenderer
default border to be used for cells in warn state - the outer border has to be a line border and should match the insets of EMPTY_BORDER
Wizard - Class in com.ehsbe.commons.gui.wizard
The controller which manages all elements a wizard usually needs.
Wizard(TaskControl, boolean, boolean) - Constructor for class com.ehsbe.commons.gui.wizard.Wizard
Create a new wizard and initialize its main UI elements.
Wizard(Task, boolean, boolean) - Constructor for class com.ehsbe.commons.gui.wizard.Wizard
Create a new wizard and initialize its main UI elements.
Wizard(Task, TaskControl, boolean, boolean) - Constructor for class com.ehsbe.commons.gui.wizard.Wizard
Create a new wizard, its default task control and initialize its main UI elements.
wizardPage - Variable in class com.ehsbe.commons.gui.wizard.Wizard
the current wizard page in action
writableDir(File, boolean, boolean) - Static method in class com.ehsbe.commons.util.Misc
Check, whether the given directory is writable.

X

xlate(String, String) - Method in class com.ehsbe.commons.gui.wizard.Task
Get the translation wrt. the given prefix and name.
xlate(String, String) - Method in interface com.ehsbe.commons.gui.wizard.Translator
Translate the given name wrt. to the given prefix.
xlate(String, String) - Method in class com.ehsbe.commons.gui.wizard.TranslatorAdapter
Translate the given name wrt. to the given prefix.
XmlElement - Interface in com.ehsbe.commons.util
An element, which serializable/deserializable via Stax.

A B C D E F G H I J K L M N O P Q R S T U V W X
ehsbe CommonsTM
Version 1.1.0rc3

Copyright ©2005-2009 EHSBE, Walther-Rathenau-Str. 58, 39104 Magdeburg, Sachsen-Anhalt, Germany. All Rights Reserved.