Serialized Form
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
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 |
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 |
applicationDataDirectory
File applicationDataDirectory
- Holds the directory that can be used to store application data.
Lazily initialized in
AbstractUIFApplication.getApplicationDataDirectory()
.
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
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
Package com.jgoodies.uif.component |
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.
mainButton
JButton mainButton
popupMenu
JPopupMenu popupMenu
arrowButton
AbstractButton arrowButton
mouseIsOver
boolean mouseIsOver
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)
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)
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)
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)
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.
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)
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)
dividerBorderVisible
boolean dividerBorderVisible
- Determines whether the divider border shall be removed when
the UI is updated.
- See Also:
UIFSplitPane.isDividerBorderVisible()
,
UIFSplitPane.setDividerBorderVisible(boolean)
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 |
laf
LookAndFeel laf
- Refers to the LookAndFeel instance this configuration describes.
theme
Object theme
- Holds an optional theme associated with the LookAndFeel.
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 |
titleLabel
JLabel titleLabel
gradientPanel
com.jgoodies.uif.panel.SimpleInternalFrame.GradientPanel gradientPanel
headerPanel
JPanel headerPanel
selected
boolean selected
Package com.jgoodies.uif.splash |
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 |
readResolve
private Object readResolve()
ordinal
int ordinal
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.