Serialized Form
Package com.jgoodies.uifextras.convenience |
toolTab
JComponent toolTab
welcomePanel
JComponent welcomePanel
licensePanel
SetupLicensePanel licensePanel
welcome
JLabel welcome
logo
JLabel logo
description
JLabel description
welcomeText
JComponent welcomeText
tipCount
int tipCount
preferences
Preferences preferences
receiver
String receiver
subject
String subject
mailContents
String mailContents
licensePane
JEditorPane licensePane
acceptRadio
JRadioButton acceptRadio
declineRadio
JRadioButton declineRadio
model
TipOfTheDayModel model
htmlPane
JEditorPane htmlPane
Package com.jgoodies.uifextras.fileaccess |
canSelectLeafDirectory
boolean canSelectLeafDirectory
selection
File selection
directoryTree
JTree directoryTree
Package com.jgoodies.uifextras.help |
helpSet
HelpSet helpSet
history
HelpHistory history
navigationTreeModel
TreeModel navigationTreeModel
- Holds the model for the navigation tree.
- See Also:
HelpModel.getNavigationTreeModel()
,
HelpModel.getNavigationTreeSelectionModel()
navigationTreeSelectionModel
TreeSelectionModel navigationTreeSelectionModel
- Refers to the single selection model for the navigation tree.
The selection is reset if the navigation tree model changes.
- See Also:
HelpModel.getNavigationTreeSelectionModel()
,
HelpModel.getNavigationTreeModel()
selection
URL selection
- Holds the selected help URL.
- See Also:
HelpModel.getSelection()
,
HelpModel.setSelection(URL)
popupAdapter
MouseListener popupAdapter
Package com.jgoodies.uifextras.history |
capacity
int capacity
goBackAction
Action goBackAction
goNextAction
Action goNextAction
goHomeAction
Action goHomeAction
backPopupMenu
JPopupMenu backPopupMenu
nextPopupMenu
JPopupMenu nextPopupMenu
home
Object home
list
HistoryList<E> list
Package com.jgoodies.uifextras.laf |
triggerChannel
com.jgoodies.binding.value.ValueModel triggerChannel
- Refers to the trigger that is observed to commit or forget
the changes in this model's LookConfigurations copy.
If this trigger channel changes to true,
the copied LookConfigurations is set to the ExtUIManager.
configurationsAdapter
com.jgoodies.binding.beans.BeanAdapter<B> configurationsAdapter
- Holds a copy of the ExtUIManager's LookConfigurations.
This whole LafChoiceModel operates on the copy.
If the trigger indicates a commit, the copy is set as new
LookConfigurations to the ExtUIManager. In case the trigger
indicates a flush, this copy is read again from the ExtUIManager.
- See Also:
ExtUIManager.getLookConfigurations()
,
ExtUIManager.setLookConfigurations(LookConfigurations)
selectedConfigurationAdapter
com.jgoodies.binding.beans.BeanAdapter<B> selectedConfigurationAdapter
- Adapts the bound properties of the currently selected LookConfiguration.
Used to get the list of themes and theme selection of this configuration.
configurationSelection
com.jgoodies.binding.list.SelectionInList<E> configurationSelection
- A SelectionInList of LookConfiguration instances.
The selection holder is the LookConfiguration's
"defaultConfiguration".
themeSelection
com.jgoodies.binding.list.SelectionInList<E> themeSelection
- A SelectionInList of the themes associated with
the LookConfiguration selected in the configurationSelection.
themeChangeHandler
PropertyChangeListener themeChangeHandler
- Listens to changes in the selected theme to notify observers about
changes in the LookConfiguration. This in turn can be used to update
a L&F preview.
This listener will be temporarily removed from the themeSelection
if the LookConfiguration changes. This avoids duplicate notifications
of LookConfiguration changes.
Package com.jgoodies.uifextras.panel |
defaultIcon
Icon defaultIcon
forceDefaultIcon
boolean forceDefaultIcon
showingHelpTexts
boolean showingHelpTexts
horizontal
boolean horizontal
minimumWidth
com.jgoodies.forms.layout.ConstantSize minimumWidth
minimumHeight
com.jgoodies.forms.layout.ConstantSize minimumHeight
titleLabel
JLabel titleLabel
iconLabel
JLabel iconLabel
descriptionArea
JTextComponent descriptionArea
backgroundComponent
JComponent backgroundComponent
defaultIcon
Icon defaultIcon
- The icon used as fallback if an Action provides no icon.
forceDefaultIcon
boolean forceDefaultIcon
- If true, all items use this panel's default icon,
even if their Action provides an icon.
table
JTable table
headers
String[] headers
data
Object[][] data
model
com.jgoodies.uifextras.panel.PropertiesTable.MyTableModel model
Package com.jgoodies.uifextras.util |
linkColor
Color linkColor
backgroundColor
Color backgroundColor
linkColorSave
Color linkColorSave
backgroundColorSave
Color backgroundColorSave
active
boolean active
- Describes the activation state: true for a hyperlink-like appearance,
false for a standard label.
actionListener
ActionListener actionListener
action
Action action
actionPropertyChangeListener
PropertyChangeListener actionPropertyChangeListener
columnAlignments
int[] columnAlignments
headerAlignments
int[] headerAlignments
columnSizeHints
List<E> columnSizeHints
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.
mode
int mode
Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.