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

A

actionPerformed(ActionEvent) - Method in class com.jgoodies.looks.demo.DemoFrameUIF.AboutActionHandler
 
addLookAndFeelListDoubleClickListener(MouseListener) - Method in class com.jgoodies.looks.launcher.LauncherPageView
 
AlignmentTab - Class in com.jgoodies.looks.demo
Consists of rows of centered components to check alignment of font baselines and centered perceived bounds.
AlignmentTab() - Constructor for class com.jgoodies.looks.demo.AlignmentTab
 

B

build() - Method in class com.jgoodies.looks.demo.AlignmentTab
Builds a panel using FormLayout that consists of rows of different Swing components all centered vertically.
build() - Method in class com.jgoodies.looks.demo.ComboBoxTab
Builds a panel using FormLayout that consists of rows of different Swing components all centered vertically.
build() - Method in class com.jgoodies.looks.demo.DesktopTab
Builds the panel.
build(Container) - Method in class com.jgoodies.looks.demo.DialogsTab
Builds and returns the panel.
build() - Method in class com.jgoodies.looks.demo.HtmlTab
Builds the panel.
build() - Method in class com.jgoodies.looks.demo.NarrowTab
Builds the panel.
build() - Method in class com.jgoodies.looks.demo.SplitTab
Builds and returns the panel.
build() - Method in class com.jgoodies.looks.demo.StateTab
Builds and returns the states panel.
build() - Method in class com.jgoodies.looks.demo.TabTestTab
Builds and returns the panel.
buildContentPane() - Method in class com.jgoodies.looks.launcher.Launcher
Builds and returns the content pane; delegated to the LauncherPageView to enable Applet support later.
buildMenuBar(Settings, ActionListener, ActionListener) - Method in class com.jgoodies.looks.demo.MenuBarView
Builds, configures, and returns the menubar.
buildPanel() - Method in class com.jgoodies.looks.launcher.LauncherPageView
Builds and returns the launcher page.

C

com.jgoodies.looks.demo - package com.jgoodies.looks.demo
 
com.jgoodies.looks.launcher - package com.jgoodies.looks.launcher
 
ComboBoxTab - Class in com.jgoodies.looks.demo
Demonstrates JComboBoxes in editable and non-editable mode with different renderer margins, renderer types, and different list content.
ComboBoxTab() - Constructor for class com.jgoodies.looks.demo.ComboBoxTab
 
computeLooks() - Method in class com.jgoodies.looks.launcher.Launcher
Computes and returns an array of available and supported look&feel implementations.
computeThemes() - Method in class com.jgoodies.looks.launcher.Launcher
Computes and answers an array of available Plastic themes.
configureCloseOperation() - Method in class com.jgoodies.looks.launcher.Launcher
Configures the close behavior to close the application on Window closing.
configureSplash() - Method in class com.jgoodies.looks.demo.LooksDemo
 
configureUI() - Method in class com.jgoodies.looks.demo.LooksDemo
Configures the user interface: sets the mixed font size hint, and enables auditory feedback.
createAboutActionListener() - Method in class com.jgoodies.looks.demo.DemoFrame
Creates and answers an ActionListener that opens the about dialog.
createAboutActionListener() - Method in class com.jgoodies.looks.demo.DemoFrameUIF
Creates and returns an ActionListener that opens the about dialog.
createCheckBoxMenuItem(String, boolean) - Method in class com.jgoodies.looks.demo.MenuBarView
 
createCheckBoxMenuItem(String, boolean) - Method in class com.jgoodies.looks.demo.MenuBarViewUIF
 
createDefault() - Static method in class com.jgoodies.looks.demo.Settings
 
createHelpActionListener() - Method in class com.jgoodies.looks.demo.DemoFrame
Creates and answers an ActionListener that opens the help viewer.
createHelpActionListener() - Method in class com.jgoodies.looks.demo.DemoFrameUIF
Creates and returns an ActionListener that opens the help viewer.
createMainFrame() - Method in class com.jgoodies.looks.demo.LooksDemo
Creates and returns the application's main frame.
createMenu(String, char) - Method in class com.jgoodies.looks.demo.MenuBarView
 
createMenu(String, char) - Method in class com.jgoodies.looks.demo.MenuBarViewUIF
 
createMenuBuilder() - Method in class com.jgoodies.looks.demo.DemoFrame
Creates and returns a builder that builds the menu.
createMenuBuilder() - Method in class com.jgoodies.looks.demo.DemoFrameUIF
Creates and returns a builder that builds the menu.
createMenuItem(String) - Method in class com.jgoodies.looks.demo.MenuBarView
 
createMenuItem(String, char) - Method in class com.jgoodies.looks.demo.MenuBarView
 
createMenuItem(String, char, KeyStroke) - Method in class com.jgoodies.looks.demo.MenuBarView
 
createMenuItem(String, Icon) - Method in class com.jgoodies.looks.demo.MenuBarView
 
createMenuItem(String, Icon, char) - Method in class com.jgoodies.looks.demo.MenuBarView
 
createMenuItem(String, Icon, char, KeyStroke) - Method in class com.jgoodies.looks.demo.MenuBarView
 
createMenuItem(String) - Method in class com.jgoodies.looks.demo.MenuBarViewUIF
 
createMenuItem(String, char) - Method in class com.jgoodies.looks.demo.MenuBarViewUIF
 
createMenuItem(String, char, KeyStroke) - Method in class com.jgoodies.looks.demo.MenuBarViewUIF
 
createMenuItem(String, Icon) - Method in class com.jgoodies.looks.demo.MenuBarViewUIF
 
createMenuItem(String, Icon, char) - Method in class com.jgoodies.looks.demo.MenuBarViewUIF
 
createMenuItem(String, Icon, char, KeyStroke) - Method in class com.jgoodies.looks.demo.MenuBarViewUIF
 
createRadioButtonMenuItem(String, boolean) - Method in class com.jgoodies.looks.demo.MenuBarView
 
createRadioButtonMenuItem(String, boolean) - Method in class com.jgoodies.looks.demo.MenuBarViewUIF
 
createToolBarButton(String, String) - Method in class com.jgoodies.looks.demo.DemoFrame
Creates and returns a JButton configured for use in a JToolBar.
createToolBarButton(String, String) - Method in class com.jgoodies.looks.demo.DemoFrameUIF
Creates and returns a JButton configured for use in a JToolBar.
createToolBarRadioButton(String, String) - Method in class com.jgoodies.looks.demo.DemoFrame
Creates and returns a JToggleButton configured for use in a JToolBar.
createToolBarRadioButton(String, String) - Method in class com.jgoodies.looks.demo.DemoFrameUIF
Creates and returns a JToggleButton configured for use in a JToolBar.

D

defaultLookAndFeelClassName() - Method in class com.jgoodies.looks.launcher.Launcher
Computes and returns the class name for the default look and feel.
DemoFrame - Class in com.jgoodies.looks.demo
Builds the main frame in the Simple Looks Demo.
DemoFrame(Settings) - Constructor for class com.jgoodies.looks.demo.DemoFrame
Constructs a DemoFrame, configures the UI, and builds the content.
DemoFrameUIF - Class in com.jgoodies.looks.demo
Builds the main frame in the full JGoodies Looks Demo.
DemoFrameUIF(Settings) - Constructor for class com.jgoodies.looks.demo.DemoFrameUIF
Constructs a DemoFrame, configures the UI, and builds the content.
DemoFrameUIF.AboutActionHandler - Class in com.jgoodies.looks.demo
 
DemoFrameUIF.AboutActionHandler() - Constructor for class com.jgoodies.looks.demo.DemoFrameUIF.AboutActionHandler
 
DesktopTab - Class in com.jgoodies.looks.demo
Demos the JDesktopPane.
DesktopTab() - Constructor for class com.jgoodies.looks.demo.DesktopTab
 
DialogsTab - Class in com.jgoodies.looks.demo
Contains a bunch of buttons to open a bunch of standard dialogs.
DialogsTab() - Constructor for class com.jgoodies.looks.demo.DialogsTab
 
doLaunch() - Method in class com.jgoodies.looks.launcher.Launcher
Launches the demo frame: stores bounds of an existing frame, configures the demo, opens the demo frame, iconifies the launcher, and finally listens to demo frame close events.

E

ensureThemeIsVisible() - Method in class com.jgoodies.looks.launcher.LauncherPageView
 

G

getInstance() - Static method in class com.jgoodies.looks.demo.DemoFrameUIF
 
getMenuBar3DHint() - Method in class com.jgoodies.looks.demo.Settings
 
getMenuBarHeaderStyle() - Method in class com.jgoodies.looks.demo.Settings
 
getMenuBarPlasticBorderStyle() - Method in class com.jgoodies.looks.demo.Settings
 
getMenuBarWindowsBorderStyle() - Method in class com.jgoodies.looks.demo.Settings
 
getParentFrame() - Method in class com.jgoodies.looks.demo.DialogsTab
 
getPlasticTabStyle() - Method in class com.jgoodies.looks.demo.Settings
 
getSelectedLookAndFeel() - Method in class com.jgoodies.looks.demo.Settings
 
getSelectedTheme() - Method in class com.jgoodies.looks.demo.Settings
 
getSettings() - Method in class com.jgoodies.looks.launcher.LauncherPageView
 
getToggleLabel(boolean, boolean) - Method in class com.jgoodies.looks.demo.MenuBarView
Returns an appropriate label for the given enablement and selection state.
getToolBar3DHint() - Method in class com.jgoodies.looks.demo.Settings
 
getToolBarHeaderStyle() - Method in class com.jgoodies.looks.demo.Settings
 
getToolBarPlasticBorderStyle() - Method in class com.jgoodies.looks.demo.Settings
 
getToolBarWindowsBorderStyle() - Method in class com.jgoodies.looks.demo.Settings
 
getWindowMinimumSize() - Method in class com.jgoodies.looks.launcher.Launcher
Returns the frame's minimum size.
getWindowTitle() - Method in class com.jgoodies.looks.demo.DemoFrame
 
getWindowTitle() - Method in class com.jgoodies.looks.demo.DemoFrameUIF
 

H

HtmlTab - Class in com.jgoodies.looks.demo
Contains a bunch of components with HTML labels.
HtmlTab() - Constructor for class com.jgoodies.looks.demo.HtmlTab
 

I

initializeActions() - Method in class com.jgoodies.looks.demo.LooksDemo
Initializes the actions used in this demo.
isAboutInOSMenu() - Method in class com.jgoodies.looks.demo.MenuBarView
Checks and answers whether the about action has been moved to an operating system specific menu, e.g. the OS X application menu.
isAboutInOSMenu() - Method in class com.jgoodies.looks.demo.MenuBarViewUIF
Checks and answers whether the about action has been moved to an operating system specific menu, e.g. the OS X application menu.
isPlasticHighContrastFocusEnabled() - Method in class com.jgoodies.looks.demo.Settings
 
isPopupDropShadowEnabled() - Method in class com.jgoodies.looks.demo.Settings
 
isQuitInOSMenu() - Method in class com.jgoodies.looks.demo.MenuBarView
Checks and answers whether the quit action has been moved to an operating system specific menu, e.g. the OS X application menu.
isQuitInOSMenu() - Method in class com.jgoodies.looks.demo.MenuBarViewUIF
Checks and answers whether the quit action has been moved to an operating system specific menu, e.g. the OS X application menu.
isTabIconsEnabled() - Method in class com.jgoodies.looks.demo.Settings
 
isUseNarrowButtons() - Method in class com.jgoodies.looks.demo.Settings
 

L

launchDemo() - Method in class com.jgoodies.looks.launcher.LauncherPageView
 
Launcher - Class in com.jgoodies.looks.launcher
Launcher for the JGoodies Looks Demo.
Launcher() - Constructor for class com.jgoodies.looks.launcher.Launcher
Constructs the launcher (main) frame.
LauncherPageView - Class in com.jgoodies.looks.launcher
Builds the launcher page of the JGoodies Looks Demo.
LauncherPageView(Launcher) - Constructor for class com.jgoodies.looks.launcher.LauncherPageView
Constructs and builds the LauncherPageView.
locateOnScreen(Component) - Method in class com.jgoodies.looks.demo.DemoFrame
Locates the given component on the screen's center.
locateOnScreen(Component) - Method in class com.jgoodies.looks.demo.DemoFrameUIF
Locates the given component on the screen's east.
locateOnScreen() - Method in class com.jgoodies.looks.launcher.Launcher
Locates the frame on the screen.
LooksDemo - Class in com.jgoodies.looks.demo
The main class of the JGoodies Looks Demo.
LooksDemo() - Constructor for class com.jgoodies.looks.demo.LooksDemo
 

M

main(String[]) - Static method in class com.jgoodies.looks.demo.DemoFrame
 
main(String[]) - Static method in class com.jgoodies.looks.demo.LooksDemo
 
MenuBarView - Class in com.jgoodies.looks.demo
Builds the menu bar and pull-down menus in the Simple Looks Demo.
MenuBarView() - Constructor for class com.jgoodies.looks.demo.MenuBarView
 
MenuBarViewUIF - Class in com.jgoodies.looks.demo
Builds the menu bar and pull-down menus in the full JGoodies Looks Demo.
MenuBarViewUIF() - Constructor for class com.jgoodies.looks.demo.MenuBarViewUIF
 

N

NarrowTab - Class in com.jgoodies.looks.demo
Demonstrates the JGoodies Looks narrowMargin option.
NarrowTab() - Constructor for class com.jgoodies.looks.demo.NarrowTab
 

O

open() - Method in class com.jgoodies.looks.launcher.Launcher
Opens the frame.
openOn(Settings, Rectangle) - Static method in class com.jgoodies.looks.demo.DemoFrameUIF
Creates and opens an DemoFrameUIF that can access the given Launcher; uses the specified bounds, if non-null.
openTabHelp() - Method in class com.jgoodies.looks.launcher.LauncherPageView
 

P

PREFERRED_SIZE - Static variable in class com.jgoodies.looks.demo.DemoFrame
 

R

readImageIcon(String) - Static method in class com.jgoodies.looks.demo.DemoFrame
Looks up and returns an icon for the specified filename suffix.
removeLookAndFeelListDoubleClickListener(MouseListener) - Method in class com.jgoodies.looks.launcher.LauncherPageView
 
resizeHook(JComponent) - Method in class com.jgoodies.looks.launcher.Launcher
Resizes the specified component and is called during the #build process.

S

setMenuBar3DHint(Boolean) - Method in class com.jgoodies.looks.demo.Settings
 
setMenuBarHeaderStyle(HeaderStyle) - Method in class com.jgoodies.looks.demo.Settings
 
setMenuBarPlasticBorderStyle(BorderStyle) - Method in class com.jgoodies.looks.demo.Settings
 
setMenuBarWindowsBorderStyle(BorderStyle) - Method in class com.jgoodies.looks.demo.Settings
 
setPlasticHighContrastFocusEnabled(boolean) - Method in class com.jgoodies.looks.demo.Settings
 
setPlasticTabStyle(String) - Method in class com.jgoodies.looks.demo.Settings
 
setPopupDropShadowEnabled(Boolean) - Method in class com.jgoodies.looks.demo.Settings
 
setSelectedLookAndFeel(LookAndFeel) - Method in class com.jgoodies.looks.demo.Settings
 
setSelectedLookAndFeel(String) - Method in class com.jgoodies.looks.demo.Settings
 
setSelectedTheme(PlasticTheme) - Method in class com.jgoodies.looks.demo.Settings
 
setTabIconsEnabled(boolean) - Method in class com.jgoodies.looks.demo.Settings
 
Settings - Class in com.jgoodies.looks.demo
Describes most of the optional settings of the JGoodies Looks.
setToolBar3DHint(Boolean) - Method in class com.jgoodies.looks.demo.Settings
 
setToolBarHeaderStyle(HeaderStyle) - Method in class com.jgoodies.looks.demo.Settings
 
setToolBarPlasticBorderStyle(BorderStyle) - Method in class com.jgoodies.looks.demo.Settings
 
setToolBarWindowsBorderStyle(BorderStyle) - Method in class com.jgoodies.looks.demo.Settings
 
setUseNarrowButtons(boolean) - Method in class com.jgoodies.looks.demo.Settings
 
SplitTab - Class in com.jgoodies.looks.demo
Contains nested split panels and demonstrates how ClearLook removes obsolete decorations.
SplitTab() - Constructor for class com.jgoodies.looks.demo.SplitTab
 
StateTab - Class in com.jgoodies.looks.demo
Presents a larger set of Swing components in different states and configurations.
StateTab() - Constructor for class com.jgoodies.looks.demo.StateTab
 

T

TabTestTab - Class in com.jgoodies.looks.demo
Demonstrates optionals settings for the JGoodies tabbed panes using two SimpleInternalFrame.
TabTestTab() - Constructor for class com.jgoodies.looks.demo.TabTestTab
 

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

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