|
|||||||||
| Home >> All >> org >> enhydra >> tool >> codegen >> [ wizard overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.enhydra.tool.codegen.wizard
Class AppOptionPanel3

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.enhydra.tool.common.TBWizardPanel
org.enhydra.tool.codegen.wizard.CodeGenPanel
org.enhydra.tool.codegen.wizard.AppOptionPanel3
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class AppOptionPanel3
- extends CodeGenPanel
Panel for entering the default options: make and script.
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
javax.swing.JCheckBox |
checkE4
Checkbox for E4 |
javax.swing.JCheckBox |
checkMake
Checkbox for make |
javax.swing.JCheckBox |
checkScript
Checkbox for script |
private java.awt.GridBagLayout |
layoutDest
|
private java.awt.GridBagLayout |
layoutMain
|
javax.swing.JPanel |
panelCheck
Panel for checkbox controls. |
private javax.swing.JPanel |
panelFiller
|
| Fields inherited from class org.enhydra.tool.codegen.wizard.CodeGenPanel |
res |
| 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.Container |
|
| 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 | |
AppOptionPanel3()
Create default option panel 3 for entering the following default options: make and script. |
|
| Method Summary | |
java.lang.String |
getInstructions()
Get the instructions for entering option values for the current page. |
java.lang.String |
getPageTitle()
Get the title to use on the current page. |
private void |
jbInit()
|
private void |
pmInit()
|
void |
readOptionSet()
Read make and script from the option set into the swing controls. |
void |
validateOptionSet()
Validate the make and script values in the swing controls. |
void |
writeOptionSet()
Write make and script values from the swing controls into the option set. |
| Methods inherited from class org.enhydra.tool.codegen.wizard.CodeGenPanel |
getEnhydraHome, getOptionSet, setEnyhdraHome, setOptionSet |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
panelCheck
public transient javax.swing.JPanel panelCheck
- Panel for checkbox controls.
checkMake
public transient javax.swing.JCheckBox checkMake
- Checkbox for make
checkScript
public transient javax.swing.JCheckBox checkScript
- Checkbox for script
checkE4
public transient javax.swing.JCheckBox checkE4
- Checkbox for E4
layoutMain
private transient java.awt.GridBagLayout layoutMain
layoutDest
private transient java.awt.GridBagLayout layoutDest
panelFiller
private transient javax.swing.JPanel panelFiller
| Constructor Detail |
AppOptionPanel3
public AppOptionPanel3()
- Create default option panel 3 for entering the
following default options: make and script.
| Method Detail |
readOptionSet
public void readOptionSet()
throws org.enhydra.tool.codegen.GeneratorException
- Read make and script from the
option set into the swing controls.
- Overrides:
readOptionSetin classCodeGenPanel
writeOptionSet
public void writeOptionSet()
throws org.enhydra.tool.codegen.GeneratorException
- Write make and script values from the
swing controls into the option set.
- Overrides:
writeOptionSetin classCodeGenPanel
validateOptionSet
public void validateOptionSet()
throws org.enhydra.tool.codegen.ValidationException
- Validate the make and script values
in the swing controls.
- Overrides:
validateOptionSetin classCodeGenPanel
getPageTitle
public java.lang.String getPageTitle()
- Get the title to use on the current page.
- Overrides:
getPageTitlein classCodeGenPanel
getInstructions
public java.lang.String getInstructions()
- Get the instructions for entering option values for the
current page.
jbInit
private void jbInit()
throws java.lang.Exception
pmInit
private void pmInit()
|
|||||||||
| Home >> All >> org >> enhydra >> tool >> codegen >> [ wizard overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC