A B C D E F G I L M O P R S V

A

ACTION_EXIT - Static variable in class com.jgoodies.forms.demo.model.MainModel
 
ACTION_OPEN_ABOUT_DIALOG - Static variable in class com.jgoodies.forms.demo.model.MainModel
 
ACTION_OPEN_HELP_CONTENTS - Static variable in class com.jgoodies.forms.demo.model.MainModel
 
ACTION_OPEN_PREFERENCES - Static variable in class com.jgoodies.forms.demo.model.MainModel
 
ACTION_SKIP_INTRO - Static variable in class com.jgoodies.forms.demo.model.MainModel
 

B

buildContent() - Method in class com.jgoodies.forms.demo.view.PreferencesDialog
Builds and returns the preference dialog's content panel.
buildContentPane() - Method in class com.jgoodies.forms.demo.view.MainFrame
Builds the content pane, starts the intro page animation and registers an action for the animation stop event.
buildHeader() - Method in class com.jgoodies.forms.demo.view.PreferencesDialog
Builds and returns the dialog's header panel.

C

com.jgoodies.forms.demo - package com.jgoodies.forms.demo
 
com.jgoodies.forms.demo.domain - package com.jgoodies.forms.demo.domain
 
com.jgoodies.forms.demo.model - package com.jgoodies.forms.demo.model
 
com.jgoodies.forms.demo.view - package com.jgoodies.forms.demo.view
 
configureCloseOperation() - Method in class com.jgoodies.forms.demo.view.MainFrame
 
configureSplash() - Method in class com.jgoodies.forms.demo.FormsDemo
Configures the splash to set a blue progress bar.
configureUI() - Method in class com.jgoodies.forms.demo.FormsDemo
Configures the user interface.
createExampleList() - Static method in class com.jgoodies.forms.demo.domain.ExampleFactory
Creates and returns an unmodifiable list of Example instances.
createMainFrame() - Method in class com.jgoodies.forms.demo.FormsDemo
Creates and returns the application's main frame.

D

doCloseWindow() - Method in class com.jgoodies.forms.demo.view.PreferencesDialog
 

E

Example - Class in com.jgoodies.forms.demo.domain
Describes an example in the JGoodies Forms Demo.
Example(String, String, Object) - Constructor for class com.jgoodies.forms.demo.domain.Example
Constructs an Example for the given name, description and builder.
ExampleFactory - Class in com.jgoodies.forms.demo.domain
Creates the list of examples that is used in the Examples bar.
exit(ActionEvent) - Method in class com.jgoodies.forms.demo.model.MainModel
 

F

FormsDemo - Class in com.jgoodies.forms.demo
This is the main class of the JGoodies Forms Demo.
FormsDemo() - Constructor for class com.jgoodies.forms.demo.FormsDemo
 

G

getBuilder() - Method in class com.jgoodies.forms.demo.domain.Example
Returns the associated design builder.
getBuildMethodName() - Method in class com.jgoodies.forms.demo.domain.Example
Returns the method name used to build the design.
getDescription() - Method in class com.jgoodies.forms.demo.domain.Example
Returns this example's text description.
getExamplesModel() - Method in class com.jgoodies.forms.demo.model.MainModel
Returns the examples model, a selection in a list.
getName() - Method in class com.jgoodies.forms.demo.domain.Example
Returns this example's name.
getSkipRunnable() - Method in class com.jgoodies.forms.demo.model.MainModel
 
getViewMode() - Method in class com.jgoodies.forms.demo.model.MainModel
 
getWindowMinimumSize() - Method in class com.jgoodies.forms.demo.view.MainFrame
Returns the frame's minimum size.

I

initEventHandling() - Method in class com.jgoodies.forms.demo.view.MainFrame
 
initializeActions() - Method in class com.jgoodies.forms.demo.FormsDemo
Initializes the actions used in this demo.
INSTANCE - Static variable in class com.jgoodies.forms.demo.model.MainModel
 

L

launchApplication() - Method in class com.jgoodies.forms.demo.FormsDemo
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.

M

main(String[]) - Static method in class com.jgoodies.forms.demo.FormsDemo
 
MainFrame - Class in com.jgoodies.forms.demo.view
The main frame of the JGoodies Forms Demo that builds the menu bar, menus, intro, main page, and its subviews.
MainFrame(MainModel) - Constructor for class com.jgoodies.forms.demo.view.MainFrame
Constructs the main frame.
MainModel - Class in com.jgoodies.forms.demo.model
Provides the models and Actions required to build the MainFrame, its menu bar and sub views.
MainModel.ViewMode - Enum in com.jgoodies.forms.demo.model
 

O

openAboutDialog(ActionEvent) - Method in class com.jgoodies.forms.demo.model.MainModel
 
openHelpContents() - Method in class com.jgoodies.forms.demo.model.MainModel
 
openPreferences(ActionEvent) - Method in class com.jgoodies.forms.demo.model.MainModel
 

P

PreferencesDialog - Class in com.jgoodies.forms.demo.view
Provides the preferences dialog.
PreferencesDialog(Frame) - Constructor for class com.jgoodies.forms.demo.view.PreferencesDialog
 
PROPERTY_VIEW_MODE - Static variable in class com.jgoodies.forms.demo.model.MainModel
 
PROPERTYNAME_DESCRIPTION - Static variable in class com.jgoodies.forms.demo.domain.Example
The name of the unbound property description.

R

resizeHook(JComponent) - Method in class com.jgoodies.forms.demo.view.PreferencesDialog
 

S

skipIntro() - Method in class com.jgoodies.forms.demo.model.MainModel
Sets the MAIN ViewMode, which in turn lets the main frame switch cards.

V

valueOf(String) - Static method in enum com.jgoodies.forms.demo.model.MainModel.ViewMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.jgoodies.forms.demo.model.MainModel.ViewMode
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D E F G I L M O P R S V

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