Serialized Form


Package com.jgoodies.uif

Class com.jgoodies.uif.AbstractDialog extends JDialog implements Serializable

Serialized Fields

canceled

boolean canceled
Indicates whether the dialog has been canceled or not. The value is reset to false in the #open method.


triggerChannel

com.jgoodies.binding.value.ValueModel triggerChannel
Holds a three-state trigger channel that can be used to trigger commit and reset events in instances of BufferedValueModel. The trigger value is changed to true in #doApply and #doOK and changed to false in #doReset and #doCancel.

The trigger channel is initialized as a Trigger but may be replaced with any other ValueModel that accepts booleans.


resourceMap

ResourceMap resourceMap
Refers to this dialogs ResourceMap that is used to localize the texts for the output shortcuts: Yesterday, Today, Tomorrow.


escapeCancelsMode

Mode escapeCancelsMode
Describes whether this dialog will be cancel if the Escape key is pressed or not.

See Also:
AbstractDialog.getEscapeCancelsMode(), AbstractDialog.setEscapeCancelsMode(Mode)

applyAction

Action applyAction

cancelAction

Action cancelAction

closeAction

Action closeAction

okAction

Action okAction

resetAction

Action resetAction

Class com.jgoodies.uif.AbstractFrame extends JFrame implements Serializable

Serialized Fields

titleSuffix

String titleSuffix
Holds an optional suffix for this frame's title. Will be appended to a prefix if the title is set using #setTitlePrefix.

See Also:
AbstractFrame.setTitlePrefix(String), AbstractFrame.setTitleSuffix(String)

Package com.jgoodies.uif.action

Class com.jgoodies.uif.action.ToggleAction extends AbstractAction implements Serializable

Serialized Fields

type

com.jgoodies.uif.action.ToggleAction.Type type

subject

com.jgoodies.binding.value.ValueModel subject

selectedValue

Object selectedValue

deselectedValue

Object deselectedValue

Package com.jgoodies.uif.application

Class com.jgoodies.uif.application.AbstractUIFApplication extends Application implements Serializable

Serialized Fields

applicationDataDirectory

File applicationDataDirectory
Holds the directory that can be used to store application data. Lazily initialized in AbstractUIFApplication.getApplicationDataDirectory().

Class com.jgoodies.uif.application.Application extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

listenerList

List<E> listenerList
Holds the list of ShutdownListener instances that observe changes in the application state.

See Also:
Application.addExitListener(ExitListener), Application.removeExitListener(ExitListener), Application.exitAllowed(EventObject), Application.fireApplicationExiting()

applicationShutdownOnWindowClosingHandler

WindowListener applicationShutdownOnWindowClosingHandler

Class com.jgoodies.uif.application.ApplicationContext extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

classResourceMapCache

Map<K,V> classResourceMapCache
Holds the class-level ResourceMaps that have been requested.


packageResourceMapCache

Map<K,V> packageResourceMapCache
Holds the ResourceMaps that have been requested for a package.


applicationResourceMap

ResourceMap applicationResourceMap
This application's top-level resource map, the parent of all package-level resource maps.


actionMapCache

Map<K,V> actionMapCache

cachedLocale

Locale cachedLocale
Holds the Locale that was used while caching ActionMaps. If the current default locale differs from this stored locale, the cache is invalid.


applicationClass

Class<T> applicationClass

application

Application application

Class com.jgoodies.uif.application.ResourceConverter.ResourceConversionException extends RuntimeException implements Serializable


Package com.jgoodies.uif.component

Class com.jgoodies.uif.component.GradientSeparator extends JComponent implements Serializable

Serialized Fields

orientation

int orientation
Orientation is either horizontal or vertical.


startColor

Color startColor
Start color for the first gradient section.


middleColor

Color middleColor
End color for the first gradient section and start for the second.


stopColor

Color stopColor
End color for the second gradient section.


middleProportion

float middleProportion
A float value from [0, 1] that defines the proportion of the middle gradient: 0f for the left hand side, 0.5f for the center, and 1f for the right hand side.

Class com.jgoodies.uif.component.PopupButton extends JPanel implements Serializable

Serialized Fields

mainButton

JButton mainButton

popupMenu

JPopupMenu popupMenu

arrowButton

AbstractButton arrowButton

mouseIsOver

boolean mouseIsOver

Class com.jgoodies.uif.component.ToolBarButton extends JButton implements Serializable

Serialized Fields

borderPaintedMode

Mode borderPaintedMode
Holds the mode that is used to set the borderPainted property if the UI changes.

See Also:
ToolBarButton.getBorderPaintedMode(), ToolBarButton.setBorderPaintedMode(Mode)

wideMarginMode

Mode wideMarginMode
Holds the mode that is used to determine the margin size if the button is configured.

See Also:
ToolBarButton.getWideMarginMode(), ToolBarButton.setWideMarginMode(Mode)

Class com.jgoodies.uif.component.ToolBarToggleButton extends JToggleButton implements Serializable

Serialized Fields

borderPaintedMode

Mode borderPaintedMode
Holds the mode that is used to set the borderPainted property if the UI changes.

See Also:
ToolBarToggleButton.getBorderPaintedMode(), ToolBarToggleButton.setBorderPaintedMode(Mode)

wideMarginMode

Mode wideMarginMode
Holds the mode that is used to determine the margin size if the button is configured.

See Also:
ToolBarToggleButton.getWideMarginMode(), ToolBarToggleButton.setWideMarginMode(Mode)

Class com.jgoodies.uif.component.UIFButton extends JButton implements Serializable

Serialized Fields

opaquenessMode

Mode opaquenessMode
Holds the mode that is used to set the opaque property if the UI changes.

See Also:
UIFButton.getOpaqueMode(), UIFButton.setOpaqueMode(Mode)

Class com.jgoodies.uif.component.UIFCheckBoxMenuItem extends JCheckBoxMenuItem implements Serializable

Serialized Fields

iconVisible

boolean iconVisible
Describes whether icons can be shown or are hidden. By default


backedIcon

Icon backedIcon

backedSelectedIcon

Icon backedSelectedIcon

backedDisabledIcon

Icon backedDisabledIcon

backedDisabledSelectedIcon

Icon backedDisabledSelectedIcon

backedPressedIcon

Icon backedPressedIcon

backedRollOverIcon

Icon backedRollOverIcon

backedRollOverSelectedIcon

Icon backedRollOverSelectedIcon

iconVisibleMode

Mode iconVisibleMode
Holds the mode that is used to set the iconVisible property each time the UI changes. By default this mode isn't set at all, and so the icon visibility won't be changed.

See Also:
UIFCheckBoxMenuItem.getIconVisibleMode(), UIFCheckBoxMenuItem.setIconVisibleMode(Mode)

Class com.jgoodies.uif.component.UIFLabel extends JLabel implements Serializable

Serialized Fields

fontStyle

int fontStyle
The style of the font used to render this label's text.


fontSizeDelta

int fontSizeDelta
A delta in pixels that is added to the default font size. Useful to display the text larger or smaller than the default.


antiAliased

boolean antiAliased
Indicates whether the text will be rendered with anti alias enabled or not.

Class com.jgoodies.uif.component.UIFMenuItem extends JMenuItem implements Serializable

Serialized Fields

iconVisible

boolean iconVisible
Describes whether icons can be shown or are hidden. By default


backedIcon

Icon backedIcon

backedSelectedIcon

Icon backedSelectedIcon

backedDisabledIcon

Icon backedDisabledIcon

backedDisabledSelectedIcon

Icon backedDisabledSelectedIcon

backedPressedIcon

Icon backedPressedIcon

backedRollOverIcon

Icon backedRollOverIcon

backedRollOverSelectedIcon

Icon backedRollOverSelectedIcon

iconVisibleMode

Mode iconVisibleMode
Holds the mode that is used to set the iconVisible property each time the UI changes. By default this mode isn't set at all, and so the icon visibility won't be changed.

See Also:
UIFMenuItem.getIconVisibleMode(), UIFMenuItem.setIconVisibleMode(Mode)

Class com.jgoodies.uif.component.UIFRadioButtonMenuItem extends JRadioButtonMenuItem implements Serializable

Serialized Fields

iconVisible

boolean iconVisible
Describes whether icons can be shown or are hidden. By default


backedIcon

Icon backedIcon

backedSelectedIcon

Icon backedSelectedIcon

backedDisabledIcon

Icon backedDisabledIcon

backedDisabledSelectedIcon

Icon backedDisabledSelectedIcon

backedPressedIcon

Icon backedPressedIcon

backedRollOverIcon

Icon backedRollOverIcon

backedRollOverSelectedIcon

Icon backedRollOverSelectedIcon

iconVisibleMode

Mode iconVisibleMode
Holds the mode that is used to set the iconVisible property each time the UI changes. By default this mode isn't set at all, and so the icon visibility won't be changed.

See Also:
UIFRadioButtonMenuItem.getIconVisibleMode(), UIFRadioButtonMenuItem.setIconVisibleMode(Mode)

Class com.jgoodies.uif.component.UIFSplitPane extends JSplitPane implements Serializable

Serialized Fields

dividerBorderVisible

boolean dividerBorderVisible
Determines whether the divider border shall be removed when the UI is updated.

See Also:
UIFSplitPane.isDividerBorderVisible(), UIFSplitPane.setDividerBorderVisible(boolean)

Class com.jgoodies.uif.component.UIFTree extends JTree implements Serializable

Serialized Fields

boldFont

Font boldFont
Holds a bold version of the tree's default font. Refreshed everytime the UI delegate is updated.

See Also:
UIFTree.updateUI()

Package com.jgoodies.uif.laf

Class com.jgoodies.uif.laf.LookConfiguration extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

laf

LookAndFeel laf
Refers to the LookAndFeel instance this configuration describes.


theme

Object theme
Holds an optional theme associated with the LookAndFeel.

Class com.jgoodies.uif.laf.LookConfigurations extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

configurations

Map<K,V> configurations
Maps Look&Feel class names to instances of LookConfiguration.


defaultConfiguration

LookConfiguration defaultConfiguration
Holds the default LookConfiguration.

See Also:
LookConfigurations.getDefaultConfiguration(), LookConfigurations.setDefaultConfiguration(LookConfiguration)

Package com.jgoodies.uif.panel

Class com.jgoodies.uif.panel.CardPanel extends JPanel implements Serializable

Class com.jgoodies.uif.panel.SimpleInternalFrame extends JPanel implements Serializable

Serialized Fields

titleLabel

JLabel titleLabel

gradientPanel

com.jgoodies.uif.panel.SimpleInternalFrame.GradientPanel gradientPanel

headerPanel

JPanel headerPanel

selected

boolean selected

Package com.jgoodies.uif.splash

Class com.jgoodies.uif.splash.ImageSplash extends Window implements Serializable

Serialized Fields

image

Image image

note

String note

noteEnabled

boolean noteEnabled

progressVisible

boolean progressVisible

textColor

Color textColor

progressBarBounds

Rectangle progressBarBounds

percent

int percent

Package com.jgoodies.uif.util

Class com.jgoodies.uif.util.Modes extends Object implements Serializable

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

ordinal

int ordinal

Class com.jgoodies.uif.util.UIFFocusTraversalPolicy extends LayoutFocusTraversalPolicy implements Serializable

Serialized Fields

initialComponent

Component initialComponent
Refers to the optional component that will be focused if this policy's windows becomes visible the first time.

See Also:
UIFFocusTraversalPolicy.setInitialComponent(Component), UIFFocusTraversalPolicy.getInitialComponent(Window)



Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.