|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.jeta.open.gui.framework.JETAPanel
com.jeta.forms.components.panel.FormPanel
org.fuin.utils4swing.appstarter.AppStarterConfigPanel
public final class AppStarterConfigPanel
Main panel for the "AppStarter". Configures everything before starting the application.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
AppStarterConfigPanel(AppStarterConfig config,
AppStarter appStarter)
Constructor with configuration and the "AppStarter". |
|
| Method Summary |
|---|
| Methods inherited from class com.jeta.forms.components.panel.FormPanel |
|---|
addForm, beanIterator, get, getFormAccessor, getFormAccessor, getFormContainer, put, revalidate, setFocusTraversalPolicy, updateFocusPolicy, updateUI |
| Methods inherited from class com.jeta.open.gui.framework.JETAPanel |
|---|
createComponentFinder, enableComponent, getBoolean, getButton, getCheckBox, getComboBox, getComponentByName, getComponentFinder, getComponentsByName, getController, getInteger, getLabel, getList, getPanel, getProgressBar, getRadioButton, getSelectedItem, getSpinner, getTabbedPane, getTable, getText, getTextComponent, getTextField, getTree, getUIDirector, isSelected, removeDescendent, removeFromParent, reset, setComponentFinder, setController, setSelected, setSelectedItem, setText, setUIDirector, setVisible, updateComponents, updateComponents |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AppStarterConfigPanel(AppStarterConfig config,
AppStarter appStarter)
config - Configuration - Cannot be null.appStarter - Used for starting the application - Cannot be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||