|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.binding.beans.Model
com.jgoodies.forms.demo.model.MainModel
public final class MainModel
Provides the models and Actions required to build the
MainFrame
, its menu bar and sub views.
Nested Class Summary | |
---|---|
static class |
MainModel.ViewMode
|
Field Summary | |
---|---|
static String |
ACTION_EXIT
|
static String |
ACTION_OPEN_ABOUT_DIALOG
|
static String |
ACTION_OPEN_HELP_CONTENTS
|
static String |
ACTION_OPEN_PREFERENCES
|
static String |
ACTION_SKIP_INTRO
|
static MainModel |
INSTANCE
|
static String |
PROPERTY_VIEW_MODE
|
Method Summary | |
---|---|
void |
exit(ActionEvent e)
|
com.jgoodies.binding.list.SelectionInList<Example> |
getExamplesModel()
Returns the examples model, a selection in a list. |
Runnable |
getSkipRunnable()
|
MainModel.ViewMode |
getViewMode()
|
void |
openAboutDialog(ActionEvent e)
|
void |
openHelpContents()
|
void |
openPreferences(ActionEvent e)
|
void |
skipIntro()
Sets the MAIN ViewMode,
which in turn lets the main frame switch cards. |
Methods inherited from class com.jgoodies.binding.beans.Model |
---|
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, equals, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROPERTY_VIEW_MODE
public static final String ACTION_SKIP_INTRO
public static final String ACTION_OPEN_PREFERENCES
public static final String ACTION_EXIT
public static final String ACTION_OPEN_HELP_CONTENTS
public static final String ACTION_OPEN_ABOUT_DIALOG
public static final MainModel INSTANCE
Method Detail |
---|
public com.jgoodies.binding.list.SelectionInList<Example> getExamplesModel()
public MainModel.ViewMode getViewMode()
public Runnable getSkipRunnable()
@Action public void skipIntro()
MAIN
ViewMode,
which in turn lets the main frame switch cards.
@Action public void openPreferences(ActionEvent e)
@Action public void exit(ActionEvent e)
@Action public void openHelpContents()
@Action public void openAboutDialog(ActionEvent e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |