A B C D E F G H I L M N O P R S T U V W

A

ABOUT_ACKNOWLEDGEMENTS_TEXT - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
ABOUT_COPYRIGHT_TEXT - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
ABOUT_ICON - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
ACTION_GO_BACK - Static variable in class com.jgoodies.uifextras.help.HelpHistory
 
ACTION_GO_BACK - Static variable in class com.jgoodies.uifextras.history.History
 
ACTION_GO_HOME - Static variable in class com.jgoodies.uifextras.help.HelpHistory
 
ACTION_GO_HOME - Static variable in class com.jgoodies.uifextras.history.History
 
ACTION_GO_NEXT - Static variable in class com.jgoodies.uifextras.help.HelpHistory
 
ACTION_GO_NEXT - Static variable in class com.jgoodies.uifextras.history.History
 
ActionLabel - Class in com.jgoodies.uifextras.util
A UIFLabel subclass that paints a hyperlink-like underline on mouseover.
ActionLabel(String) - Constructor for class com.jgoodies.uifextras.util.ActionLabel
Creates an ActionLabel with the given text.
ActionLabel(String, Icon, int) - Constructor for class com.jgoodies.uifextras.util.ActionLabel
Creates an ActionLabel with the given text, icon, and horizontal alignment.
ActionLabel(String, Color, Color) - Constructor for class com.jgoodies.uifextras.util.ActionLabel
Creates an ActionLabel with the given text, and colors for the link and label background.
ActionLabel(String, Color, Color, Icon, int) - Constructor for class com.jgoodies.uifextras.util.ActionLabel
Creates an ActionLabel with the given text, link color, background color, icon, and horizontal alignment.
ActionLabel(Action) - Constructor for class com.jgoodies.uifextras.util.ActionLabel
Creates an ActionLabel where properties are taken from the Action supplied.
ActionPanel - Class in com.jgoodies.uifextras.panel
A panel that stacks action components generated from Action instances as decorated components.
ActionPanel() - Constructor for class com.jgoodies.uifextras.panel.ActionPanel
Constructs an ActionPanel without default icon using the mode that allows individual icons.
ActionPanel(Icon, boolean) - Constructor for class com.jgoodies.uifextras.panel.ActionPanel
Constructs an ActionPanel using the specified default icon and hint, whether we will always force to use the default icon instead of the individual icons as provided by the actions.
ACTIONPANEL_DEFAULT_ICON - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
add(E) - Method in class com.jgoodies.uifextras.history.HistoryList
Adds an element to the history if it is not the previous element.
add(Action) - Method in class com.jgoodies.uifextras.panel.ActionPanel
Creates an action component and adds it to the panel.
add(Action, Icon) - Method in class com.jgoodies.uifextras.panel.ActionPanel
Creates an action component and adds it to the panel.
add(Action) - Method in class com.jgoodies.uifextras.panel.ItemPanel
Creates an action component and adds it to the panel.
addActionListener(ActionListener) - Method in class com.jgoodies.uifextras.util.ActionLabel
Adds an action listener to receive action events from this label.
addAll(List) - Method in class com.jgoodies.uifextras.panel.ItemPanel
Adds the actions from the given list to the panel.
addAll(Action[]) - Method in class com.jgoodies.uifextras.panel.ItemPanel
Adds the actions from the given list to the panel.
addDefaultStyleSheet(JEditorPane) - Static method in class com.jgoodies.uifextras.util.HTMLUtils
Adds the default style sheet to the editor pane's document.
addDefaultStyleSheet(JEditorPane, Font) - Static method in class com.jgoodies.uifextras.util.HTMLUtils
Adds a default style sheet to the editor pane's document that uses the given font as text font.
addMessageHandler() - Method in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
 
addMouseListener(MouseListener) - Method in class com.jgoodies.uifextras.panel.PropertiesTable
Adds a mouse listener to the table.
addSeparator() - Method in class com.jgoodies.uifextras.panel.ActionPanel
Adds a separator component to the panel.
addSeparator() - Method in class com.jgoodies.uifextras.panel.ItemPanel
Adds a separator component to the panel.
addStrut(int) - Method in class com.jgoodies.uifextras.panel.ItemPanel
Adds a separator component to the panel.
addStyleSheet(JEditorPane, StyleSheet) - Static method in class com.jgoodies.uifextras.util.HTMLUtils
Adds the given style sheet to the editor pane's document.

B

BOTTOM - Static variable in class com.jgoodies.uifextras.util.GradientSeparator
Bottom middle color proportion in vertical gradients.
BROWN_BACKGROUND - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
build(JComponent) - Method in class com.jgoodies.uifextras.convenience.DefaultSetupWelcomePanel
Builds the panel using the specified button bar.
build(JComponent) - Method in class com.jgoodies.uifextras.convenience.SetupLicensePanel
Builds the panel.
build(JComponent) - Method in interface com.jgoodies.uifextras.convenience.SetupManager.WizardPanel
 
build() - Method in class com.jgoodies.uifextras.panel.HeaderPanel
Builds this header panel.
build() - Method in class com.jgoodies.uifextras.panel.PropertiesTable
Creates, configures, and wraps the table.
buildAcknowledgementsPanel() - Method in class com.jgoodies.uifextras.convenience.DefaultAboutToolView
Builds and returns the acknowledgements panel.
buildBottomComponent() - Method in class com.jgoodies.uifextras.panel.HeaderPanel
Builds and returns the bottom component, a separator by default.
buildButtonBar() - Method in class com.jgoodies.uifextras.convenience.DefaultAboutDialog
 
buildCenterComponent() - Method in class com.jgoodies.uifextras.panel.HeaderPanel
Builds and returns this header's center component.
buildContent() - Method in class com.jgoodies.uifextras.convenience.DefaultAboutDialog
Builds and returns the dialog's content.
buildContent() - Method in class com.jgoodies.uifextras.convenience.DefaultSetupDialog
Builds and answers the panels content.
buildContent() - Method in class com.jgoodies.uifextras.convenience.SendFeedbackDialog
Builds and answers the content.
buildContent() - Method in class com.jgoodies.uifextras.convenience.TipOfTheDayDialog
Builds and returns the dialog's content.
buildContent() - Method in class com.jgoodies.uifextras.fileaccess.DirectoryChooser
Builds and returns the dialog's content panel.
buildDefaultToolTab() - Method in class com.jgoodies.uifextras.convenience.DefaultAboutDialog
Creates and returns the default tool tab.
buildHeader() - Method in class com.jgoodies.uifextras.convenience.DefaultAboutDialog
Builds and returns the dialog's header.
buildHeader() - Method in class com.jgoodies.uifextras.convenience.SendFeedbackDialog
Builds and answer the dialog's header.
buildHeader() - Method in class com.jgoodies.uifextras.fileaccess.DirectoryChooser
Builds and returns the dialog's header panel.
buildPanel() - Method in class com.jgoodies.uifextras.convenience.DefaultAboutToolView
Builds the panel.
buildPanel() - Method in class com.jgoodies.uifextras.laf.LafChoiceView
Builds and returns a panel for choosing a Look&Feel.
buildPopupMenu(MouseEvent) - Method in class com.jgoodies.uifextras.util.PopupAdapter
Builds and returns this adapter's popup menu.
buildSystemTab() - Method in class com.jgoodies.uifextras.convenience.DefaultAboutDialog
Builds and returns the dialog's system tab.
buildTabbedPane() - Method in class com.jgoodies.uifextras.convenience.DefaultAboutDialog
Builds and returns the dialog's tabbed pane.
buildTabbedPane() - Method in class com.jgoodies.uifextras.convenience.SendFeedbackDialog
Builds and answers the tabbed pane with two tabs.

C

CENTER - Static variable in class com.jgoodies.uifextras.util.GradientSeparator
Centered middle color proportion in vertical gradients.
checkError() - Method in class com.jgoodies.uifextras.printing.HTMLTableWriter
Flushes the stream and checks its error state.
checkLicense() - Static method in class com.jgoodies.uifextras.convenience.SetupManager
Checks and answers whether the user has accepted the current license agreement.
checkSetup() - Method in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
Checks whether a setup is necessary.
CHOOSE_DIRECTORY_HELP - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
CHOOSE_DIRECTORY_ICON - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
chooseDirectory(Component) - Static method in class com.jgoodies.uifextras.fileaccess.DirectoryChooser
Lets the user choose a directory, which is then returned.
chooseDirectory(Component, boolean) - Static method in class com.jgoodies.uifextras.fileaccess.DirectoryChooser
Lets the user choose and directory, which is then returned.
close() - Method in class com.jgoodies.uifextras.convenience.MessageLogHandler
 
close() - Method in class com.jgoodies.uifextras.convenience.TipOfTheDayDialog
Performs the close operation.
close() - Method in class com.jgoodies.uifextras.fileaccess.DirectoryChooser
Closes the dialog.
closeViewer() - Method in class com.jgoodies.uifextras.help.HelpModel
 
com.jgoodies.uifextras.convenience - package com.jgoodies.uifextras.convenience
Provides prepared dialogs and panels that minimize the effort required to build a rich Swing application
com.jgoodies.uifextras.fileaccess - package com.jgoodies.uifextras.fileaccess
Contains a dialog to choose a directory and helper classes for accessing files
com.jgoodies.uifextras.help - package com.jgoodies.uifextras.help
Contains a tiny framework for an integrated help with help management and help frame
com.jgoodies.uifextras.history - package com.jgoodies.uifextras.history
 
com.jgoodies.uifextras.laf - package com.jgoodies.uifextras.laf
 
com.jgoodies.uifextras.panel - package com.jgoodies.uifextras.panel
Provides a bunch of custom Swing panels that can help you get a rich application
com.jgoodies.uifextras.printing - package com.jgoodies.uifextras.printing
Consists of helper classes that assist in printing.
com.jgoodies.uifextras.util - package com.jgoodies.uifextras.util
Consists of helper classes that complement Swing to make it easier to build a rich application
computeRowHeight() - Method in class com.jgoodies.uifextras.util.ExtTable
 
configureHelp() - Method in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
Configures the application wide help.
configureLogging() - Method in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
Configure logging to write a console.log file.
configureLogging2() - Method in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
Configures the logging.
configureSetupManager() - Method in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
Configures the SetupManager.
configureSplash() - Method in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
Configures the splash component: reads the splash image, then opens an ImageSplash.
configureTable() - Method in class com.jgoodies.uifextras.util.ExtTable
Configures this table.
configureUI() - Method in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
Configures all UI related properties: look&feel, system properties, etc.
createBoldLabel(String) - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns a JLabel with a bold font for the specified text.
createBoldLabel(String, int) - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns a JLabel with a bold font for the specified text and size increment, e.g. +3 is 3 pixel larger than the default.
createBoldLabel(String, int, Color) - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns a JLabel with a bold font for the specified text, size increment, and foreground color.
createBoldLabel(String, int, Color, boolean) - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns a JLabel with a bold font for the specified text, size increment, foreground color, and anti-alias setting.
createDefaultBackgroundComponent() - Method in class com.jgoodies.uifextras.panel.HeaderPanel
 
createDefaultTableCellRenderer() - Method in class com.jgoodies.uifextras.util.ExtTable
Creates and returns the default table cell renderer.
createDescriptionArea() - Method in class com.jgoodies.uifextras.panel.HeaderPanel
Creates and returns the JTextComponent used for the description.
createFrom(URL) - Static method in class com.jgoodies.uifextras.printing.PrintableDocument
Creates and returns a PrintableDocument from the text that is located at the specified URL.
createFrom(TableModel, int[]) - Static method in class com.jgoodies.uifextras.printing.PrintableDocument
Creates and returns a PrintableDocument from the given table model and alignments array.
createFrom(ExtTable) - Static method in class com.jgoodies.uifextras.printing.PrintableDocument
Creates and returns a PrintableDocument from the given extended table - that implicitly includes alignment data.
createHelpBroker() - Method in class com.jgoodies.uifextras.help.HelpSet
Creates and returns a HelpBroker.
createHorizontalGradient(Color) - Static method in class com.jgoodies.uifextras.util.GradientSeparator
Creates and returns a GradientSeparator with a centered horizontal gradient that has the specified color in the middle and is transparent on both sides.
createHorizontalGradient(Color, Color) - Static method in class com.jgoodies.uifextras.util.GradientSeparator
Creates and returns a GradientSeparator with a two-section horizontal gradient described by two colors.
createHorizontalGradient(Color, Color, Color) - Static method in class com.jgoodies.uifextras.util.GradientSeparator
Creates and returns a GradientSeparator with a two-section horizontal gradient described by three colors.
createHTMLPane(boolean, boolean) - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns an editor pane that shall be used for displaying HTML pages.
createInfoEditorPane() - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns a non-editable JEditorPane with editable background.
createInfoTextArea() - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns a non-editable JTextArea with editable background.
createLeftAlignedDefaultHeaderRenderer() - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns a left aligned table header renderer.
createMainFrame() - Method in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
Creates and returns the main frame.
createMultilineLabel(String) - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns a JTextArea that can be used as a label that spans over multiple lines.
createPlainLabel(String) - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns a JLabel that uses a plain font.
createPlainLabel(String, Color) - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns a JLabel that uses a plain font and the given foreground color.
createPlainLabel(String, Color, boolean) - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns a JLabel that uses a plain font and the given foreground color.
createReadOnlyTextField() - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns a JTextField, that is read-only.
createSingleHorizontalGradient(Color, Color) - Static method in class com.jgoodies.uifextras.util.GradientSeparator
Creates and returns a GradientSeparator with a single horizontal gradient described by two colors.
createSingleVerticalGradient(Color, Color) - Static method in class com.jgoodies.uifextras.util.GradientSeparator
Creates and returns a GradientSeparator with a single vertical gradient described by two colors.
createStrippedScrollPane(Component) - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns a JScrollPane that has an empty border.
createStrippedSplitPane(int, Component, Component, double) - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns a JSplitPane that has empty borders.
createTablePanel(JTable) - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns a component that wraps a JTable with a JScrollPane, sets the viewport's background and appropriate corners.
createTitleLabel() - Method in class com.jgoodies.uifextras.panel.HeaderPanel
Creates and returns the JLabel used for the title.
createToolTip(URL) - Method in class com.jgoodies.uifextras.help.HelpHistory
 
createToolTip(E) - Method in class com.jgoodies.uifextras.history.History
Creates and returns a tool tip for the given object; clips the string's center, if it exceeds a maximum length.
createVerticalGradient(Color) - Static method in class com.jgoodies.uifextras.util.GradientSeparator
Creates and returns a GradientSeparator with a two-section vertical gradient that has the specified color in the center and is transparent on both ends.
createVerticalGradient(Color, Color) - Static method in class com.jgoodies.uifextras.util.GradientSeparator
Creates and returns a GradientSeparator with a two-section vertical gradient described by two colors.
createVerticalGradient(Color, Color, Color) - Static method in class com.jgoodies.uifextras.util.GradientSeparator
Creates and returns a GradientSeparator with a two-section vertical gradient described by three colors.
createWrappedMultilineLabel(String) - Static method in class com.jgoodies.uifextras.util.UIFactory
Creates and returns a JTextArea that can be used as a label that spans over multiple lines.

D

data - Variable in class com.jgoodies.uifextras.panel.PropertiesTable
 
DEFAULT_DISABLED_COLOR - Static variable in class com.jgoodies.uifextras.panel.ActionPanel
 
DEFAULT_ENABLED_COLOR - Static variable in class com.jgoodies.uifextras.panel.ActionPanel
 
DEFAULT_MINIMUM_HEIGHT - Static variable in class com.jgoodies.uifextras.panel.HeaderPanel
 
DEFAULT_MINIMUM_WIDTH - Static variable in class com.jgoodies.uifextras.panel.HeaderPanel
 
DefaultAboutDialog - Class in com.jgoodies.uifextras.convenience
Provides the layout and actions for a generic about dialog.
DefaultAboutDialog(Frame) - Constructor for class com.jgoodies.uifextras.convenience.DefaultAboutDialog
Constructs a default about dialog using the given owner.
DefaultAboutDialog(Frame, JComponent) - Constructor for class com.jgoodies.uifextras.convenience.DefaultAboutDialog
Constructs a default about dialog using the given owner and tool tab.
DefaultAboutToolView - Class in com.jgoodies.uifextras.convenience
Provides the default tool card in the default about dialog.
DefaultAboutToolView() - Constructor for class com.jgoodies.uifextras.convenience.DefaultAboutToolView
 
DefaultSetupDialog - Class in com.jgoodies.uifextras.convenience
Builds the default setup dialog, which consists of two pages: a welcome page and the license acceptance page.
DefaultSetupDialog(JFrame, String, JComponent, SetupLicensePanel) - Constructor for class com.jgoodies.uifextras.convenience.DefaultSetupDialog
Constructs a default setup dialog using the given owner frame, application name, welcome panel, and license panel.
DefaultSetupWelcomePanel - Class in com.jgoodies.uifextras.convenience
Builds the default welcome panel for the setup dialog.
DefaultSetupWelcomePanel() - Constructor for class com.jgoodies.uifextras.convenience.DefaultSetupWelcomePanel
 
DefaultTipOfTheDayModel - Class in com.jgoodies.uifextras.convenience
Provides a dialog and managing behavior for a tip of the day functionality.
DefaultUIFApplication - Class in com.jgoodies.uifextras.convenience
This class is used during the startup process and extends the more generic superclass behavior of the AbstractUIFApplication.
DefaultUIFApplication() - Constructor for class com.jgoodies.uifextras.convenience.DefaultUIFApplication
 
DirectoryChooser - Class in com.jgoodies.uifextras.fileaccess
A dialog for choosing a directory.
doAccept() - Method in class com.jgoodies.uifextras.convenience.DefaultSetupDialog
Performs the accept operation.
doCancel() - Method in class com.jgoodies.uifextras.convenience.DefaultSetupDialog
Performs the cancel operation.
doCancel() - Method in class com.jgoodies.uifextras.fileaccess.DirectoryChooser
Cancels the choice and closes the dialog.
doCloseWindow() - Method in class com.jgoodies.uifextras.convenience.DefaultSetupDialog
Performs the close window operation.
doShowLicense() - Method in class com.jgoodies.uifextras.convenience.DefaultAboutDialog
 
DOWN_ARROW_ICON - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 

E

ExtFileSystemView - Class in com.jgoodies.uifextras.fileaccess
An extended version of the Swing FileSystemView class.
ExtTable - Class in com.jgoodies.uifextras.util
A JTable subclass that can align and size columns.
ExtTable() - Constructor for class com.jgoodies.uifextras.util.ExtTable
Constructs an ExtTable.
ExtTable(TableModel) - Constructor for class com.jgoodies.uifextras.util.ExtTable
Constructs an ExtTable on the given TableModel.
ExtTable(Object[][], Object[]) - Constructor for class com.jgoodies.uifextras.util.ExtTable
Constructs an ExtTable for the specified row data and column names.
ExtTable.BooleanEditor - Class in com.jgoodies.uifextras.util
Unlike the default BooleanEditor, we set the "border painted flat" property.
ExtTable.BooleanEditor() - Constructor for class com.jgoodies.uifextras.util.ExtTable.BooleanEditor
 
ExtTable.BooleanRenderer - Class in com.jgoodies.uifextras.util
Unlike the default BooleanRenderer, we set the "border painted flat" property.
ExtTable.BooleanRenderer() - Constructor for class com.jgoodies.uifextras.util.ExtTable.BooleanRenderer
 
ExtTable.MyDefaultTableCellRenderer - Class in com.jgoodies.uifextras.util
A default renderer that honors the columns alignment.
ExtTable.MyDefaultTableCellRenderer() - Constructor for class com.jgoodies.uifextras.util.ExtTable.MyDefaultTableCellRenderer
 

F

firePropertyChange(String, Object, Object) - Method in class com.jgoodies.uifextras.util.ExtTable.BooleanRenderer
Overridden for performance reasons.
firePropertyChange(String, boolean, boolean) - Method in class com.jgoodies.uifextras.util.ExtTable.BooleanRenderer
Overridden for performance reasons.
flush() - Method in class com.jgoodies.uifextras.convenience.MessageLogHandler
 

G

getAcceptedLicense() - Static method in class com.jgoodies.uifextras.convenience.SetupManager
Returns the accepted license.
getAcknowledgementsText() - Method in class com.jgoodies.uifextras.convenience.DefaultAboutToolView
 
getAction() - Method in class com.jgoodies.uifextras.util.ActionLabel
Returns the currently set Action for this ActionEvent source, or null if no Action is set.
getAndGoNext() - Method in class com.jgoodies.uifextras.history.HistoryList
Returns the next element and goes next - if possible.
getAndGoPrevious() - Method in class com.jgoodies.uifextras.history.HistoryList
Returns the previous element and goes back - if possible.
getAutoResizeMode() - Method in class com.jgoodies.uifextras.convenience.SystemTable
Returns this table's auto resize mode; is off by default.
getAutoResizeMode() - Method in class com.jgoodies.uifextras.panel.PropertiesTable
Answers the table's auto resize mode.
getBackgroundColor() - Method in class com.jgoodies.uifextras.util.ActionLabel
Returns the background color for the activated label.
getBackIterator() - Method in class com.jgoodies.uifextras.history.HistoryList
Returns an Iterator for the available backward elements.
getBackPopupMenu() - Method in class com.jgoodies.uifextras.history.History
 
getBorderInsets(Component) - Method in class com.jgoodies.uifextras.util.ThinBevelBorder
 
getCenterOutput() - Method in class com.jgoodies.uifextras.printing.PrintableDocument
 
getColumnAlignment(int) - Method in class com.jgoodies.uifextras.printing.HTMLTableWriter
Returns the aligment of the column with the given column index.
getColumnAlignment(int) - Method in class com.jgoodies.uifextras.util.ExtTable
Returns the column alignment for the given column index.
getColumnAlignments() - Method in class com.jgoodies.uifextras.util.ExtTable
Returns an array of all column alignments.
getComponent() - Method in class com.jgoodies.uifextras.printing.PrintableDocument
 
getConfigurationSelection() - Method in class com.jgoodies.uifextras.laf.LafChoiceModel
Returns the list of LookConfiguration instances with a single selection.
getCurrentDirectory() - Method in class com.jgoodies.uifextras.fileaccess.ExtFileSystemView
Returns the current directory.
getDefaultLogFilePattern() - Method in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
Returns the default log file pattern.
getDefaultLogFilePrefix() - Method in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
Computes and returns a pattern for the log file directory.
getDescription() - Method in class com.jgoodies.uifextras.panel.HeaderPanel
Returns the description text.
getDialogBorder() - Method in class com.jgoodies.uifextras.convenience.DefaultSetupDialog
Answers the dialog's border.
getDialogBorder() - Method in class com.jgoodies.uifextras.convenience.SendFeedbackDialog
Returns the dialog's border, here, the default card dialog border.
getDirectoryName(File) - Method in class com.jgoodies.uifextras.fileaccess.ExtFileSystemView
Returns the system's display name for the specified directory.
getDisabledIcon() - Method in class com.jgoodies.uifextras.util.ActionLabel
Returns the icon used by this label when it's disabled.
getFiles(File, boolean) - Method in class com.jgoodies.uifextras.fileaccess.ExtFileSystemView
Returns the Files that are shown as childs of the specified File.
getGoBackAction() - Method in class com.jgoodies.uifextras.history.History
 
getGoHomeAction() - Method in class com.jgoodies.uifextras.history.History
 
getGoNextAction() - Method in class com.jgoodies.uifextras.history.History
 
getHome() - Method in class com.jgoodies.uifextras.history.History
 
getIcon(File, boolean) - Method in class com.jgoodies.uifextras.fileaccess.ExtFileSystemView
Looks up and returns an icon for the given file and selection state.
getIcon() - Method in class com.jgoodies.uifextras.panel.HeaderPanel
Returns this header's optional icon.
getInstance() - Static method in class com.jgoodies.uifextras.convenience.DefaultTipOfTheDayModel
 
getInstance() - Static method in class com.jgoodies.uifextras.fileaccess.ExtFileSystemView
Lazily creates and returns the sole instance.
getInstance() - Static method in class com.jgoodies.uifextras.help.HelpBroker
Returns the single HelpBroker instance; lazily creates an instance.
getJobName() - Method in class com.jgoodies.uifextras.printing.PrintableDocument
 
getLastAdded() - Method in class com.jgoodies.uifextras.history.HistoryList
Returns the element that was added last.
getLeafIcon(File) - Method in class com.jgoodies.uifextras.fileaccess.ExtFileSystemView
Fetches and returns a leaf icon for the given file.
getLightBackground() - Static method in class com.jgoodies.uifextras.util.UIFactory
Returns a light background Color.
getLinkColor() - Method in class com.jgoodies.uifextras.util.ActionLabel
Returns the color for the activated label.
getNext() - Method in class com.jgoodies.uifextras.history.HistoryList
Returns the next element.
getNextIterator() - Method in class com.jgoodies.uifextras.history.HistoryList
Returns an Iterator for the available next elements.
getNextPopupMenu() - Method in class com.jgoodies.uifextras.history.History
 
getPageFormat() - Static method in class com.jgoodies.uifextras.printing.PrintManager
Returns the current PageFormat.
getPrevious() - Method in class com.jgoodies.uifextras.history.HistoryList
Returns the previous element.
getRoots() - Method in class com.jgoodies.uifextras.fileaccess.ExtFileSystemView
Looks up and returns an array of filesystem roots.
getSelectedConfiguration() - Method in class com.jgoodies.uifextras.laf.LafChoiceModel
Returns the currently selected LookConfiguration.
getSelection() - Method in class com.jgoodies.uifextras.help.HelpModel
Returns the selected URL.
getSelection() - Method in class com.jgoodies.uifextras.history.History
 
getShowLicenseAction() - Method in class com.jgoodies.uifextras.convenience.DefaultAboutDialog
Returns an Action that shows the license.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.jgoodies.uifextras.util.ExtTable.BooleanRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.jgoodies.uifextras.util.ExtTable.MyDefaultTableCellRenderer
 
getTableModel() - Method in class com.jgoodies.uifextras.panel.PropertiesTable
Returns the table's model.
getTableName() - Method in class com.jgoodies.uifextras.convenience.SystemTable
Returns this table's name.
getThemeSelection() - Method in class com.jgoodies.uifextras.laf.LafChoiceModel
Returns the list of themes associated with the currently selected LookConfiguration plus the selected theme.
getTitle() - Method in class com.jgoodies.uifextras.panel.HeaderPanel
Returns the title text that will be shown in bold.
goBack() - Method in class com.jgoodies.uifextras.help.HelpHistory
 
goBack() - Method in class com.jgoodies.uifextras.history.History
 
goBack(int) - Method in class com.jgoodies.uifextras.history.HistoryList
Goes back the specified number of steps.
goHome() - Method in class com.jgoodies.uifextras.help.HelpHistory
 
goHome() - Method in class com.jgoodies.uifextras.history.History
 
goNext() - Method in class com.jgoodies.uifextras.help.HelpHistory
 
goNext() - Method in class com.jgoodies.uifextras.history.History
 
goNext(int) - Method in class com.jgoodies.uifextras.history.HistoryList
Goes forward the specified number of steps.
GradientBackgroundPanel - Class in com.jgoodies.uifextras.panel
A panel with a gradient background; provides three background types: a simple white area for environments that don't have true colors, a horizontal left to right gradient, a diagonal gradient.
GradientBackgroundPanel() - Constructor for class com.jgoodies.uifextras.panel.GradientBackgroundPanel
Constructs a GradientBackgroundPanel with a horizontal gradient background.
GradientBackgroundPanel(boolean) - Constructor for class com.jgoodies.uifextras.panel.GradientBackgroundPanel
Constructs a GradientBackgroundPanel with the specified gradient orientation.
GradientBackgroundPanel(JComponent, boolean) - Constructor for class com.jgoodies.uifextras.panel.GradientBackgroundPanel
Constructs a GradientBackgroundPanel with the specified foreground component and gradient orientation.
GradientSeparator - Class in com.jgoodies.uifextras.util
A component that paints a horizontal or vertical gradient background.
GradientSeparator(int, Color, Color, Color, float) - Constructor for class com.jgoodies.uifextras.util.GradientSeparator
Constructs a GradientSeparator with the specified orientation, gradient colors, and gradient middle location.
GRAY_BACKGROUND - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 

H

hasAcceptedVersion(String) - Static method in class com.jgoodies.uifextras.convenience.SetupManager
Checks and answers if the user has ever accepted the given version.
hasInstance() - Static method in class com.jgoodies.uifextras.help.HelpBroker
Returns whether this broker has already created an instance.
hasNext() - Method in class com.jgoodies.uifextras.history.HistoryList
Checks and answer if there's a next element.
hasPrevious() - Method in class com.jgoodies.uifextras.history.HistoryList
Checks and answers if there's a previous element.
HeaderPanel - Class in com.jgoodies.uifextras.panel
A panel that shows a a bold title, a description and an optional icon in front of a gradient background.
HeaderPanel(String, String) - Constructor for class com.jgoodies.uifextras.panel.HeaderPanel
Constructs a HeaderPanel with the given title and description that has no icon.
HeaderPanel(String, String, Icon) - Constructor for class com.jgoodies.uifextras.panel.HeaderPanel
Constructs a HeaderPanel with the given title, description and icon.
HeaderPanel(String, String, Icon, ConstantSize, ConstantSize) - Constructor for class com.jgoodies.uifextras.panel.HeaderPanel
Constructs a HeaderPanel for the given title, description, icon, and minimum width and minimum height.
HeaderPanel(String, String, Icon, JComponent, ConstantSize, ConstantSize) - Constructor for class com.jgoodies.uifextras.panel.HeaderPanel
Constructs a HeaderPanel for the given title, description, icon, and minimum width and minimum height.
headers - Variable in class com.jgoodies.uifextras.panel.PropertiesTable
 
HelpBroker - Class in com.jgoodies.uifextras.help
This singleton class provides access to a HelpViewer, which in turn uses a HelpSet.
HelpHistory - Class in com.jgoodies.uifextras.help
A History subclass that holds URLs, creates short tooltips, and overrides the action names.
HelpItem - Class in com.jgoodies.uifextras.help
An immutable class that describes help chapters and help topics in the JGoodies tiny help.
HelpModel - Class in com.jgoodies.uifextras.help
Provides the models used in a HelpViewer, its tree and HTML view.
HelpSet - Class in com.jgoodies.uifextras.help
Implements a subset of the Java Help API HelpSet class.
HelpSet(ClassLoader, URL) - Constructor for class com.jgoodies.uifextras.help.HelpSet
Creates a HelpSet using the given ClassLoader and base URL.
History<E> - Class in com.jgoodies.uifextras.history
A class that provides the state and behavior for a back-next navigation.
History(int) - Constructor for class com.jgoodies.uifextras.history.History
Constructs a History with the given maximum capacity.
History(int, String, String, String) - Constructor for class com.jgoodies.uifextras.history.History
Constructs a History with the given maximum capacity.
HISTORY_BACK_TEXT - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
HISTORY_BACK_TO_TEXT - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
HISTORY_NEXT_TEXT - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
HISTORY_NEXT_TO_TEXT - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
HistoryList<E> - Class in com.jgoodies.uifextras.history
Provides behavior for getting forward and backward in a fixed list of recently used items.
HistoryList(int) - Constructor for class com.jgoodies.uifextras.history.HistoryList
Constructs a HistoryList with the given capacity limit.
HORIZONTAL - Static variable in class com.jgoodies.uifextras.util.GradientSeparator
Constant for horizontal gradients.
HTMLTableWriter - Class in com.jgoodies.uifextras.printing
Renders a TableModel as HTML.
HTMLTableWriter() - Constructor for class com.jgoodies.uifextras.printing.HTMLTableWriter
Constructs a HTMLTableWriter.
HTMLUtils - Class in com.jgoodies.uifextras.util
Consists only of static convenience methods for HTML operations.

I

incrementUsageCounter() - Static method in class com.jgoodies.uifextras.convenience.SetupManager
Increments the usage counter by one.
initComponents() - Method in class com.jgoodies.uifextras.convenience.DefaultAboutToolView
Creates and configures the UI components.
initializeActions() - Method in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
Initializes the application's actions.
isFileSystem(File) - Method in class com.jgoodies.uifextras.fileaccess.ExtFileSystemView
Checks and returns whether the given file is backed up by the file system.
isHorizontal() - Method in class com.jgoodies.uifextras.panel.GradientBackgroundPanel
Answers if the background gradient should be painted horizontally or diagonally.
isShowingHelpTexts() - Method in class com.jgoodies.uifextras.panel.ActionPanel
 
isShowingTips() - Method in class com.jgoodies.uifextras.convenience.DefaultTipOfTheDayModel
Returns if we shall show tips at application startup.
isShowingTips() - Method in interface com.jgoodies.uifextras.convenience.TipOfTheDayModel
Returns if we shall show tips at application startup.
ItemPanel - Class in com.jgoodies.uifextras.panel
A panel that stacks action components generated from Actions.
ItemPanel() - Constructor for class com.jgoodies.uifextras.panel.ItemPanel
Constructs an ItemPanel with black labels that use an icon if and only if the Action provides an icon.
ItemPanel(Icon) - Constructor for class com.jgoodies.uifextras.panel.ItemPanel
Constructs an ItemPanel with black labels and the given default icon.
ItemPanel(Icon, boolean, Color) - Constructor for class com.jgoodies.uifextras.panel.ItemPanel
Constructs an ItemPanel using the given default icon, text foreground color, and icon hint.

L

LafChoiceModel - Class in com.jgoodies.uifextras.laf
A model for choosing a LookAndFeel and color theme.
LafChoiceModel(ValueModel) - Constructor for class com.jgoodies.uifextras.laf.LafChoiceModel
Constructs a LookAndFeelChoiceModel using the given trigger.
LafChoiceView - Class in com.jgoodies.uifextras.laf
A panel for choosing a LookAndFeel and optional color theme.
LafChoiceView(LafChoiceModel) - Constructor for class com.jgoodies.uifextras.laf.LafChoiceView
Constructs a LafChoiceView for the given LafChoiceModel.
launchApplication() - Method in class com.jgoodies.uifextras.convenience.DefaultUIFApplication
Brings up the application, it therefore initializes the main frame, checks the setup process, initializes all actions, then builds the main frame, and finally opens it.
LEFT - Static variable in class com.jgoodies.uifextras.util.GradientSeparator
Left hand middle color proportion in horizontal gradients.
leftAlignColumn(TableColumn) - Static method in class com.jgoodies.uifextras.util.TableUtilities
Modify the column's header to be aligned left.
LICENSE_AGREEMENT_PATH - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
LICENSE_CONFIRM_DECLINE_TEXT - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
LICENSE_HEADER_TEXT - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
LICENSE_ICON - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
LICENSE_WELCOME_TEXT - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
licenseAccepted() - Method in class com.jgoodies.uifextras.convenience.SetupLicensePanel
 
licenseDeclined() - Method in class com.jgoodies.uifextras.convenience.SetupLicensePanel
 
LOGO_ICON - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
LOWERED - Static variable in class com.jgoodies.uifextras.util.ThinBevelBorder
 

M

MessageLogHandler - Class in com.jgoodies.uifextras.convenience
This class pops up message dialogs to log messages with a level greater or equal to Level.WARNING.
MessageLogHandler(String) - Constructor for class com.jgoodies.uifextras.convenience.MessageLogHandler
 
MIDDLE - Static variable in class com.jgoodies.uifextras.util.GradientSeparator
Middle middle color proportion in horizontal gradients.
mousePressed(MouseEvent) - Method in class com.jgoodies.uifextras.util.PopupAdapter
 
mouseReleased(MouseEvent) - Method in class com.jgoodies.uifextras.util.PopupAdapter
 

N

nextTip() - Method in class com.jgoodies.uifextras.convenience.DefaultTipOfTheDayModel
Returns the next tip, either a plain or HTML String.
nextTip() - Method in interface com.jgoodies.uifextras.convenience.TipOfTheDayModel
Returns the URL to the next next tip.

O

openDefault() - Static method in class com.jgoodies.uifextras.help.HelpBroker
Shows the default help page in the HelpViewer.
openPageSetup(ActionEvent) - Method in class com.jgoodies.uifextras.help.HelpModel
 
openPageSetupDialog() - Static method in class com.jgoodies.uifextras.printing.PrintManager
Opens the default page setup dialog using the current page format.
openURL(URL) - Static method in class com.jgoodies.uifextras.help.HelpBroker
Shows the help page at the given URL in the HelpViewer.

P

paint(Graphics) - Method in class com.jgoodies.uifextras.util.ActionLabel
Paints the label.
paintBackground(Graphics, Component, int, int, boolean) - Static method in class com.jgoodies.uifextras.panel.GradientBackgroundPanel
Paints a background, either plain white, horizontal gradient, or diagonal gradient background.
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.jgoodies.uifextras.util.ThinBevelBorder
 
paintComponent(Graphics) - Method in class com.jgoodies.uifextras.convenience.DefaultSetupWelcomePanel
Paints the component's background; uses the GradientBackgroundPanel.
paintComponent(Graphics) - Method in class com.jgoodies.uifextras.panel.GradientBackgroundPanel
Overridden to paint a special background.
paintComponent(Graphics) - Method in class com.jgoodies.uifextras.util.GradientSeparator
Paints a background composed of two gradients.
PopupAdapter - Class in com.jgoodies.uifextras.util
A MouseListener that minimizes the effort required to add a JPopupMenu to a JComponent.
PopupAdapter() - Constructor for class com.jgoodies.uifextras.util.PopupAdapter
Creates a PopupAdapter that rebuilds its popup menu everytime.
PopupAdapter(boolean) - Constructor for class com.jgoodies.uifextras.util.PopupAdapter
Creates a PopupAdapter with the specified reuse policy.
PREFERENCES_ICON - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
previousTip() - Method in class com.jgoodies.uifextras.convenience.DefaultTipOfTheDayModel
Returns the next tip, either a plain or HTML String.
previousTip() - Method in interface com.jgoodies.uifextras.convenience.TipOfTheDayModel
Returns the URL of the previous tip.
print(String) - Method in class com.jgoodies.uifextras.printing.HTMLTableWriter
 
print() - Method in class com.jgoodies.uifextras.printing.PrintableDocument
Prints this printable document via the PrintManager.
print(Graphics, PageFormat, int) - Method in class com.jgoodies.uifextras.printing.PrintableDocument
 
PrintableDocument - Class in com.jgoodies.uifextras.printing
Instances of PrintableDocument are printed by the PrintManager.
PrintableDocument(Component, boolean) - Constructor for class com.jgoodies.uifextras.printing.PrintableDocument
Constructs a printable document for the given component, centered or not.
PrintableDocument(String, Component, boolean) - Constructor for class com.jgoodies.uifextras.printing.PrintableDocument
Constructs a printable document for the given component, using the specified string header and centered property.
printHelp(ActionEvent) - Method in class com.jgoodies.uifextras.help.HelpModel
 
println(String) - Method in class com.jgoodies.uifextras.printing.HTMLTableWriter
 
PrintManager - Class in com.jgoodies.uifextras.printing
The PrintManager prints instances of PrintableDocument.
printWithDialog() - Method in class com.jgoodies.uifextras.printing.PrintableDocument
Prints this printable document via the PrintManager.
PropertiesTable - Class in com.jgoodies.uifextras.panel
A panel that displays a table reflecting an instance of Properties.
PropertiesTable(Properties, String[]) - Constructor for class com.jgoodies.uifextras.panel.PropertiesTable
Constructs a PropertiesTable for the given Properties and column headers.
PROPERTYNAME_DESCRIPTION - Static variable in class com.jgoodies.uifextras.panel.HeaderPanel
 
PROPERTYNAME_HOME - Static variable in class com.jgoodies.uifextras.history.History
 
PROPERTYNAME_ICON - Static variable in class com.jgoodies.uifextras.panel.HeaderPanel
 
PROPERTYNAME_SELECTED_CONFIGURATION - Static variable in class com.jgoodies.uifextras.laf.LafChoiceModel
The name of the bound read-only property that is intended to indicate changes in the selected configuration.
PROPERTYNAME_SELECTION - Static variable in class com.jgoodies.uifextras.history.History
 
PROPERTYNAME_TITLE - Static variable in class com.jgoodies.uifextras.panel.HeaderPanel
 
publish(LogRecord) - Method in class com.jgoodies.uifextras.convenience.MessageLogHandler
 

R

RAISED - Static variable in class com.jgoodies.uifextras.util.ThinBevelBorder
 
release() - Method in class com.jgoodies.uifextras.util.ExtTable
Eagerly releases resources, here: the model.
removeActionListener(ActionListener) - Method in class com.jgoodies.uifextras.util.ActionLabel
Removes the given action listener from the list of action listeners associated with this label.
removeAll(E) - Method in class com.jgoodies.uifextras.history.History
Removes all occurrences of element in this history.
removeAll(E) - Method in class com.jgoodies.uifextras.history.HistoryList
 
removeAndGoBack(E) - Method in class com.jgoodies.uifextras.history.History
Removes all occurrences of element and goes back to the previous element.
repaint(long, int, int, int, int) - Method in class com.jgoodies.uifextras.util.ExtTable.BooleanRenderer
Overridden for performance reasons.
repaint(Rectangle) - Method in class com.jgoodies.uifextras.util.ExtTable.BooleanRenderer
Overridden for performance reasons.
reset() - Method in class com.jgoodies.uifextras.history.History
Resets the history: clears the list, and disables all actions.
resetSelection() - Method in class com.jgoodies.uifextras.util.ExtTable
Resets the selection.
resizeColumnsToPreferredWidth(JTable) - Static method in class com.jgoodies.uifextras.util.TableUtilities
Try to resize the table's columns to get the preferred size of their contents.
resizeHook(JComponent) - Method in class com.jgoodies.uifextras.convenience.DefaultAboutDialog
Resizes the given component to give it a quadratic aspect ratio.
resizeHook(JComponent) - Method in class com.jgoodies.uifextras.convenience.DefaultSetupDialog
Uses the default Resizer.
resizeHook(JComponent) - Method in class com.jgoodies.uifextras.convenience.SendFeedbackDialog
Use the default resizer to get an aesthetic aspect ratio.
resizeHook(JComponent) - Method in class com.jgoodies.uifextras.convenience.TipOfTheDayDialog
Use the default resizer to get an aesthetic aspect ratio.
resizeHook(JComponent) - Method in class com.jgoodies.uifextras.fileaccess.DirectoryChooser
Uses the default Resizer to give the dialog an aesthetic aspect ratio.
ResourceIDs - Class in com.jgoodies.uifextras.convenience
Consists only of resource keys shared by the JGoodies UI Framework and the JGoodies UI Framework Extras.
ResourceIDs() - Constructor for class com.jgoodies.uifextras.convenience.ResourceIDs
 
revalidate() - Method in class com.jgoodies.uifextras.util.ExtTable.BooleanRenderer
Overridden for performance reasons.
RIGHT - Static variable in class com.jgoodies.uifextras.util.GradientSeparator
Right hand middle color proportion in horizontal gradients.

S

SendFeedbackDialog - Class in com.jgoodies.uifextras.convenience
A dialog that is used to send feedback.
SendFeedbackDialog(Frame, String, String, String) - Constructor for class com.jgoodies.uifextras.convenience.SendFeedbackDialog
Constructs a SendFeedbackDialog using the given owner frame, mail receiver, mail subject, and mail contents.
setAcceptedLicense(String) - Static method in class com.jgoodies.uifextras.convenience.SetupManager
Sets the accepted license to the specified version string.
setAction(Action) - Method in class com.jgoodies.uifextras.util.ActionLabel
Sets the Action for the ActionEvent source.
setBackgroundColor(Color) - Method in class com.jgoodies.uifextras.util.ActionLabel
Sets the background color for the activated label.
setCanSelectLeafDirectory(boolean) - Method in class com.jgoodies.uifextras.fileaccess.DirectoryChooser
Enables or disables the selection of leaf directories.
setClassLoader(ClassLoader) - Static method in class com.jgoodies.uifextras.help.HelpBroker
 
setColumnAlignments(int[]) - Method in class com.jgoodies.uifextras.printing.HTMLTableWriter
Sets the aligment of the column with the given column index.
setColumnAlignments(int[]) - Method in class com.jgoodies.uifextras.util.ExtTable
Sets all column alignments.
setColumnSizes(int[]) - Method in class com.jgoodies.uifextras.util.ExtTable
Sets all columns sizes using the given array of column size hints.
setColumnSizes(List<Integer>) - Method in class com.jgoodies.uifextras.util.ExtTable
Sets all columns sizes using the given List of column size hints.
setData(Properties) - Method in class com.jgoodies.uifextras.panel.PropertiesTable
Sets a new Properties instance as underlying model data.
setDescription(String) - Method in class com.jgoodies.uifextras.panel.HeaderPanel
Sets this header's description text that will be shown as plain text under the bold title.
setFooter(String) - Method in class com.jgoodies.uifextras.printing.PrintableDocument
Sets a string footer that is repeated on each page.
setHeader(String) - Method in class com.jgoodies.uifextras.printing.PrintableDocument
Sets a string header that is repeated on each page.
setHeaderAlignments(int[]) - Method in class com.jgoodies.uifextras.util.ExtTable
Sets all header alignments using the given array of alignments.
setHelpSetPath(URL) - Static method in class com.jgoodies.uifextras.help.HelpBroker
Sets the path to the HelpSet, which will be used during the lazy initialization process, see #createInstance(URL).
setHome(E) - Method in class com.jgoodies.uifextras.history.History
Sets the given element as new home element.
setIcon(Icon) - Method in class com.jgoodies.uifextras.panel.HeaderPanel
Sets the optional icon that will be shown on the right hand side.
setJobName(String) - Method in class com.jgoodies.uifextras.printing.PrintableDocument
Sets a job name, that may be used by the OS or printer engine.
setLicensePanel(SetupLicensePanel) - Static method in class com.jgoodies.uifextras.convenience.SetupManager
Sets a license panel and overrides the default license panel.
setLinkColor(Color) - Method in class com.jgoodies.uifextras.util.ActionLabel
Sets the color for the activated label.
setModel(TableModel) - Method in class com.jgoodies.uifextras.util.ExtTable
Sets a new model.
setPage(URL) - Method in class com.jgoodies.uifextras.convenience.SetupLicensePanel
Sets a new license page.
setPageFormat(PageFormat) - Static method in class com.jgoodies.uifextras.printing.PrintManager
Sets the current PageFormat.
setSelection(URL) - Method in class com.jgoodies.uifextras.help.HelpModel
Sets the given URL as new selection.
setSelection(E) - Method in class com.jgoodies.uifextras.history.History
Sets the given element as new selection.
setShowingHelpTexts(boolean) - Method in class com.jgoodies.uifextras.panel.ActionPanel
 
setShowingTips(boolean) - Method in class com.jgoodies.uifextras.convenience.DefaultTipOfTheDayModel
Sets if we shall show tips at application startup.
setShowingTips(boolean) - Method in interface com.jgoodies.uifextras.convenience.TipOfTheDayModel
Sets if we shall show tips at application startup.
setTitle(String) - Method in class com.jgoodies.uifextras.panel.HeaderPanel
Sets the title text that will be shown in bold.
SetupLicensePanel - Class in com.jgoodies.uifextras.convenience
Builds the license acceptance page of the default setup dialog.
SetupLicensePanel() - Constructor for class com.jgoodies.uifextras.convenience.SetupLicensePanel
Constructs the license acceptance panel.
SetupManager - Class in com.jgoodies.uifextras.convenience
Manages the setup procedure: checks whether the user has accepted an appropriate license agreement, opens a license acceptance dialog, and stores the result in the user preferences.
SetupManager.WizardPanel - Interface in com.jgoodies.uifextras.convenience
An interface that describes the welcome and license agreement panels.
setWelcomePanel(SetupManager.WizardPanel) - Static method in class com.jgoodies.uifextras.convenience.SetupManager
Sets a welcome panel and overrides the default welcome panel.
SHOWING_TIPS_PROPERTY - Static variable in interface com.jgoodies.uifextras.convenience.TipOfTheDayModel
The name of the bound property "showingTips".
showNextTip() - Method in class com.jgoodies.uifextras.convenience.TipOfTheDayDialog
 
SPLASH_IMAGE - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
SystemTable - Class in com.jgoodies.uifextras.convenience
A PropertiesTable for the System properties.
SystemTable() - Constructor for class com.jgoodies.uifextras.convenience.SystemTable
Constructs a SystemTable.

T

table - Variable in class com.jgoodies.uifextras.panel.PropertiesTable
 
TableUtilities - Class in com.jgoodies.uifextras.util
This class consists of static methods that provide useful code for handling tables.
ThinBevelBorder - Class in com.jgoodies.uifextras.util
This is just a 1-point line border that uses a pseudo-3D effect, either raised or lowered.
ThinBevelBorder(int) - Constructor for class com.jgoodies.uifextras.util.ThinBevelBorder
Constructs a thin bevel border, either raised or lowered.
TIP_OF_THE_DAY_32_ICON - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
TIP_OF_THE_DAY_ICON - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
TipOfTheDayDialog - Class in com.jgoodies.uifextras.convenience
Provides a dialog and managing behavior for a tip of the day functionality.
TipOfTheDayDialog(Frame, TipOfTheDayModel) - Constructor for class com.jgoodies.uifextras.convenience.TipOfTheDayDialog
Constructs the dialog for the given owner and tip model.
TipOfTheDayModel - Interface in com.jgoodies.uifextras.convenience
Describes the data and operations required for the TipOfTheDayDialog.
TOP - Static variable in class com.jgoodies.uifextras.util.GradientSeparator
Top middle color proportion in vertical gradients.
toString() - Method in class com.jgoodies.uifextras.help.HelpItem
 
toString() - Method in class com.jgoodies.uifextras.history.HistoryList
 

U

UIFactory - Class in com.jgoodies.uifextras.util
A factory class that consists only of static methods to create frequently used Swing components.
update() - Method in class com.jgoodies.uifextras.convenience.SystemTable
Updates this table by setting new data.
updateUI() - Method in class com.jgoodies.uifextras.util.ExtTable
Updates the UI.
usageCount() - Static method in class com.jgoodies.uifextras.convenience.SetupManager
Answers how often the tool has been startet.

V

validate() - Method in class com.jgoodies.uifextras.util.ExtTable.BooleanRenderer
Overridden for performance reasons.
VERTICAL - Static variable in class com.jgoodies.uifextras.util.GradientSeparator
Constant for vertical gradients.

W

WELCOME_TEXT - Static variable in class com.jgoodies.uifextras.convenience.ResourceIDs
 
writeAsExportString(TableModel) - Static method in class com.jgoodies.uifextras.util.TableUtilities
Creates and answers a comma separated string from the details table.
writeFontEndTag() - Method in class com.jgoodies.uifextras.printing.HTMLTableWriter
 
writeFontStartTag() - Method in class com.jgoodies.uifextras.printing.HTMLTableWriter
 
writePage(Writer, TableModel) - Method in class com.jgoodies.uifextras.printing.HTMLTableWriter
Writes the page to the specified Writer using the given table model.
writeTable(Writer, TableModel) - Method in class com.jgoodies.uifextras.printing.HTMLTableWriter
Writes the table to the specified Writer using the given table model.
writeTableCellHTML(Object, int) - Method in class com.jgoodies.uifextras.printing.HTMLTableWriter
Writes a table cell.
writeTableHeaderCellHTML(Object) - Method in class com.jgoodies.uifextras.printing.HTMLTableWriter
Writes a table header cell.

A B C D E F G H I L M N O P R S T U V W

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