ehsbe CommonsTM
Version 1.1.0rc3

Serialized Form


Package com.ehsbe.commons.action

Class com.ehsbe.commons.action.AbstractActionExt extends AbstractAction implements Serializable

serialVersionUID: 5974051417560526539L

Serialized Fields

selected

boolean selected
Specified whether the action is selected; the default is false

Class com.ehsbe.commons.action.BoundAction extends ManagedAction implements Serializable

serialVersionUID: 4851907607027253258L

Class com.ehsbe.commons.action.CompositeAction extends ManagedAction implements Serializable

Serialized Fields

actions

HashSet<E> actions

Class com.ehsbe.commons.action.ManagedAction extends AbstractActionExt implements Serializable

serialVersionUID: -7892927526465366133L

Serialized Fields

actionListeners

CopyOnWriteArrayList<E> actionListeners
all registered action listeners


itemListeners

CopyOnWriteArrayList<E> itemListeners
all registered item listeners

Class com.ehsbe.commons.action.ManagedActionEvent extends ActionEvent implements Serializable

serialVersionUID: -2239545031235719946L

Serialized Fields

dispatch

boolean dispatch

event

ActionEvent event

action

Action action

Class com.ehsbe.commons.action.ManagedItemEvent extends ItemEvent implements Serializable

serialVersionUID: -3971718191459895064L

Serialized Fields

dispatch

boolean dispatch

event

ItemEvent event

action

Action action

Class com.ehsbe.commons.action.TriggerAction extends ManagedAction implements Serializable

serialVersionUID: -3950091656663489704L


Package com.ehsbe.commons.gui

Class com.ehsbe.commons.gui.AboutDialog extends JxDialog implements Serializable

serialVersionUID: 1275971002976045179L

Serialized Fields

info

VersionInfo info

i18n

ResourceBundle i18n

pane

JTabbedPane pane

aboutPanel

org.jdesktop.swingx.JXPanel aboutPanel

vmInfoPanel

org.jdesktop.swingx.JXPanel vmInfoPanel

licPanel

org.jdesktop.swingx.JXPanel licPanel

thirdPartyPanel

org.jdesktop.swingx.JXPanel thirdPartyPanel

vmTable

org.jdesktop.swingx.JXTable vmTable

licTable

org.jdesktop.swingx.JXTable licTable

infoLabel

JLabel infoLabel

loader

com.ehsbe.commons.gui.AboutDialog.LoadOtherInfos loader

Class com.ehsbe.commons.gui.AppFrame extends org.jdesktop.swingx.JXFrame implements Serializable

serialVersionUID: 479624736265818109L

Serialized Fields

hasJxStatusBar

boolean hasJxStatusBar

manager

ActionManager manager

props

HashMap<K,V> props

Class com.ehsbe.commons.gui.EditorPanel extends JxTitledPanel implements Serializable

serialVersionUID: 6373738466986422504L

Serialized Fields

target

Object target
the currently attached target


ctx

InitialContext ctx
the context for the given target


listeners

CopyOnWriteArrayList<E> listeners

buttonPanel

JPanel buttonPanel
the panel, where control buttons are added

Class com.ehsbe.commons.gui.HelpButton extends JButton implements Serializable

serialVersionUID: -4929147224133651646L

Serialized Fields

r

Rectangle r

Class com.ehsbe.commons.gui.ImagePreview extends JComponent implements Serializable

serialVersionUID: 4188906515983763140L

Serialized Fields

thumbnail

ImageIcon thumbnail

file

File file

Class com.ehsbe.commons.gui.JxCheckbox extends JCheckBox implements Serializable

serialVersionUID: 9080376694670410419L

Serialized Fields

hints

Hints hints
hints for text decoration


forcePlainFont

boolean forcePlainFont

Class com.ehsbe.commons.gui.JxDatePicker extends org.jdesktop.swingx.JXDatePicker implements Serializable

serialVersionUID: -4469290504704488371L

Class com.ehsbe.commons.gui.JxDialog extends JDialog implements Serializable

serialVersionUID: 2363693215997681508L

Serialized Fields

buttonPanel

JPanel buttonPanel

Class com.ehsbe.commons.gui.JxDialog.CloseAction extends AbstractAction implements Serializable

Serialized Fields

dlg

WeakReference<T> dlg

Class com.ehsbe.commons.gui.JxFormattedTextField extends JFormattedTextField implements Serializable

serialVersionUID: 5975390045543494230L

Serialized Fields

validator

Validator<E> validator

defaultTT

String defaultTT

Class com.ehsbe.commons.gui.JxHelpFrame extends org.jdesktop.swingx.JXFrame implements Serializable

serialVersionUID: -6862818428013446846L

Serialized Fields

jHelp

javax.help.JHelp jHelp

prefClass

Class<T> prefClass

firstTime

boolean firstTime

location

Point location

Class com.ehsbe.commons.gui.JxImageFileChooser extends JFileChooser implements Serializable

serialVersionUID: -7657231030538630487L

Class com.ehsbe.commons.gui.JxLabel extends JLabel implements Serializable

serialVersionUID: 7291532224220994683L

Serialized Fields

hints

Hints hints
hints for text decoration

Class com.ehsbe.commons.gui.JxLoginDialog extends JxDialog implements Serializable

serialVersionUID: 5253530650878602844L

Serialized Fields

banner

org.jdesktop.swingx.JXPanel banner
An optional banner at the top of the dialog


label

JLabel label
Custom label allowing the developer to display some message to the user


loginPanel

JxLoginPanel loginPanel
The login panel containing the username password fields.


contentPanel

JComponent contentPanel

progressPanel

org.jdesktop.swingx.JXPanel progressPanel

userNameStore

org.jdesktop.swingx.auth.UserNameStore userNameStore

passwordStore

org.jdesktop.swingx.auth.PasswordStore passwordStore

loginService

org.jdesktop.swingx.auth.LoginService loginService

i18n

ResourceBundle i18n

state

JxLoginDialog.State state

errorHandler

GuiErrorHandler errorHandler

currentLoginThread

com.ehsbe.commons.gui.JxLoginDialog.LoginThread currentLoginThread

Class com.ehsbe.commons.gui.JxLoginPanel extends org.jdesktop.swingx.JXImagePanel implements Serializable

serialVersionUID: 77089006948189266L

Serialized Fields

nameCombo

JComboBox nameCombo
If a UserNameStore is used, then this combo box is presented allowing the user to select a previous login name, or type in a new login name


nameField

JTextField nameField
If a UserNameStore is not used, then this text field is presented allowing the user to simply enter their user name


passwordField

JPasswordField passwordField
The password field presented allowing the user to enter their password


saveCB

JCheckBox saveCB
Check box presented if a PasswordStore is used, allowing the user to decide whether to save their password


userNameStore

org.jdesktop.swingx.auth.UserNameStore userNameStore
UserNameStore to use for retrieving user names


passwordStore

org.jdesktop.swingx.auth.PasswordStore passwordStore
PasswordStore to use for retrieving passwords for selected user names


loginService

org.jdesktop.swingx.auth.LoginService loginService
LoginService to use for retrieving the login url aka server, which in turn is used to retrieve passwords from the passwordStore (if set).


i18n

ResourceBundle i18n

nameLabel

JLabel nameLabel

passwordLabel

JLabel passwordLabel

Class com.ehsbe.commons.gui.JxPanel extends JPanel implements Serializable

serialVersionUID: -5666453355952659073L

Serialized Fields

baselineIdx

int baselineIdx

Class com.ehsbe.commons.gui.JxStatusBar extends org.jdesktop.swingx.JXStatusBar implements Serializable

serialVersionUID: 5548720961440322988L

Serialized Fields

taskMonitor

PropertyChangeListener taskMonitor

progressBar

JProgressBar progressBar

busyIconThread

com.ehsbe.commons.gui.JxStatusBar.BusyIconThread busyIconThread

taskList

ConcurrentLinkedQueue<E> taskList

messagePingThread

com.ehsbe.commons.gui.JxStatusBar.MessagePingThread messagePingThread

defaultTimeout

int defaultTimeout

messageLabel

JLabel messageLabel

msgList

LinkedList<E> msgList

msgListLock

ReentrantLock msgListLock

leds

Icon[] leds

Class com.ehsbe.commons.gui.JxTabbedPane extends JTabbedPane implements Serializable

serialVersionUID: 419363775087665520L

Serialized Fields

listenerList

EventListenerList listenerList
The EventListenerList.


headerViewport

JViewport headerViewport
The viewport of the scrolled tabs.


normalCloseIcon

Icon normalCloseIcon
The normal closeicon.


hooverCloseIcon

Icon hooverCloseIcon
The closeicon when the mouse is over.


pressedCloseIcon

Icon pressedCloseIcon
The closeicon when the mouse is pressed.

Class com.ehsbe.commons.gui.JxTable extends org.jdesktop.swingx.JXTable implements Serializable

serialVersionUID: 3857552967694385036L

Serialized Fields

enableModelTooltips

boolean enableModelTooltips

Class com.ehsbe.commons.gui.JxTable.AutoSelectCellEditor extends DefaultCellEditor implements Serializable

Class com.ehsbe.commons.gui.JxTableHeader extends org.jdesktop.swingx.JXTableHeader implements Serializable

serialVersionUID: 1077927977621864012L

Class com.ehsbe.commons.gui.JxTextArea extends JTextArea implements Serializable

serialVersionUID: -1546473696912224631L

Serialized Fields

sizeFilter

DocumentSizeFilter sizeFilter

validator

Validator<E> validator

defaultTT

String defaultTT

Class com.ehsbe.commons.gui.JxTextField extends JTextField implements Serializable

serialVersionUID: -5711376450080100890L

Serialized Fields

sizeFilter

DocumentSizeFilter sizeFilter

validator

Validator<E> validator

defaultTT

String defaultTT

Class com.ehsbe.commons.gui.JxTextNumberField extends JFormattedTextField implements Serializable

serialVersionUID: 2033301336009672535L

Serialized Fields

validator

Validator<E> validator

scale

int scale

precs

int precs

defaultTT

String defaultTT

Class com.ehsbe.commons.gui.JxTextPanel extends JPanel implements Serializable

serialVersionUID: 4520492011988178322L

Serialized Fields

text

AttributedString[] text

splitted

String[] splitted

oText

String oText

hints

RenderingHints hints
rendering hints to use


SCROLLBAR_WIDTH

int SCROLLBAR_WIDTH

lineLength

int lineLength

Class com.ehsbe.commons.gui.JxTextTimeField extends JFormattedTextField implements Serializable

serialVersionUID: 3649491914426317057L

Serialized Fields

validator

Validator<E> validator

tf

com.ehsbe.commons.gui.JxTextTimeField.TimeFormatter tf

Class com.ehsbe.commons.gui.JxTitledPanel extends JPanel implements Serializable

serialVersionUID: -253910515028117222L

Serialized Fields

titleBorder

JxTitledBorder titleBorder

Class com.ehsbe.commons.gui.JxTitledSeparator extends JSeparator implements Serializable

serialVersionUID: 7768376760267278865L

Serialized Fields

alignment

int alignment

title

String title

button

AbstractButton button

Class com.ehsbe.commons.gui.JxX509CertPanel extends JPanel implements Serializable

serialVersionUID: -7044881248936643283L

Serialized Fields

i18n

ResourceBundle i18n

keyUsageF

JTextField[] keyUsageF

valF

JTextField[] valF

purposeL

JLabel purposeL

issuedToL

JLabel issuedToL

issuedByL

JLabel issuedByL

validityL

JLabel validityL

miscInfoL

JLabel miscInfoL

keyL

JLabel[] keyL

df

DateFormat df

Class com.ehsbe.commons.gui.PropertyTableModel extends DefaultTableModel implements Serializable

serialVersionUID: 2466515109186877967L

Serialized Fields

editable

boolean editable

Package com.ehsbe.commons.gui.util

Class com.ehsbe.commons.gui.util.CheckTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

serialVersionUID: 885797486767094025L

Serialized Fields

leafSelected

CombinedIcon leafSelected

leafUnselected

CombinedIcon leafUnselected

expandedSelected

CombinedIcon expandedSelected

expandedUnselected

CombinedIcon expandedUnselected

closedSelected

CombinedIcon closedSelected

closedUnselected

CombinedIcon closedUnselected

Class com.ehsbe.commons.gui.util.DoubleTableCellRenderer extends NumberTableCellRenderer implements Serializable

serialVersionUID: 2021437118304502491L

Serialized Fields

formatter

NumberFormat formatter

Class com.ehsbe.commons.gui.util.JButtonTableCellRenderer extends JButton implements Serializable

serialVersionUID: -104529583646320207L

Serialized Fields

state

CellTableThreshold.State state

ignoreState

boolean ignoreState

prefTxt

String prefTxt

Class com.ehsbe.commons.gui.util.NumberTableCellRenderer extends ObjectTableCellRenderer implements Serializable

serialVersionUID: 7918207566008933892L

Class com.ehsbe.commons.gui.util.ObjectTableCellRenderer extends DefaultTableCellRenderer implements Serializable

serialVersionUID: 7638051704948837211L

Serialized Fields

state

CellTableThreshold.State state

defaultBorder

Border defaultBorder

warnBorder

Border warnBorder

alertBorder

Border alertBorder

ignoreState

boolean ignoreState

Package com.ehsbe.commons.gui.wizard

Class com.ehsbe.commons.gui.wizard.BannerPanel extends JPanel implements Serializable

serialVersionUID: 1370103433284852533L

Serialized Fields

txtPanel

JxTextPanel txtPanel
the description panel


title

JLabel title
the title panel


imgPanel

org.jdesktop.swingx.JXImagePanel imgPanel
the image panel

Class com.ehsbe.commons.gui.wizard.ButtonPanel extends JPanel implements Serializable

serialVersionUID: 9049157358212037174L

Serialized Fields

buttons

JButton[] buttons

helpButton

JButton helpButton

Class com.ehsbe.commons.gui.wizard.Sidebar extends org.jdesktop.swingx.JXImagePanel implements Serializable

serialVersionUID: 1610414733497590723L

Serialized Fields

origin

Task origin

margins

Insets margins

depth

int depth

indent

int indent

boldFont

Font boldFont

hints

RenderingHints hints

lineSpace

int[] lineSpace

lineSpaceAuto

boolean lineSpaceAuto

DEFAULT_IMAGE

String DEFAULT_IMAGE
default background image to use


PROPERTY_MARGIN

String PROPERTY_MARGIN
property name of the event fired, when margins have been changed


PROPERTY_DEPTH

String PROPERTY_DEPTH
property name of the event fired, when the depth of task descriptions to be displayed have been changed


PROPERTY_TASK

String PROPERTY_TASK
property name of the event fired, when the active task has been changed


PROPERTY_INDENT

String PROPERTY_INDENT
property name of the event fired, when the indent has been changed


PROPERTY_LINESPACE

String PROPERTY_LINESPACE
property name of the event fired, when the line spacing has been changed


active

Task active

activePath

List<E> activePath

Class com.ehsbe.commons.gui.wizard.TaskControlEvent extends ChangeEvent implements Serializable

serialVersionUID: 1649820689121504793L

Serialized Fields

type

TaskControlEvent.Type type

navMode

EnumSet<E extends Enum<E>> navMode

Package com.ehsbe.commons.util

Class com.ehsbe.commons.util.ClientInfoEvent extends Object implements Serializable

serialVersionUID: -540783359556462126L

Serialized Fields

clientID

String clientID

level

Level level

msg

String msg

details

String details

Class com.ehsbe.commons.util.CrudEvent extends Object implements Serializable

serialVersionUID: 2474399607669211529L

Serialized Fields

classname

String classname

type

CrudEvent.CrudType type

idList

ArrayList<E> idList

structureChanged

boolean structureChanged

Class com.ehsbe.commons.util.CrudEventList extends Object implements Serializable

serialVersionUID: 27653645859562160L

Serialized Fields

events

ArrayList<E> events

Class com.ehsbe.commons.util.MultiValidator extends ArrayList<Validator<E>> implements Serializable

serialVersionUID: 4449473451908104544L

Serialized Fields

isAnd

boolean isAnd


ehsbe CommonsTM
Version 1.1.0rc3

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