|
|||||||||
| Home >> All >> org >> enhydra >> kelp >> common >> wizard >> [ deploy overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.enhydra.kelp.common.wizard.deploy
Class DeployPropertyPanel

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.enhydra.kelp.common.wizard.AbstractPropertyPanel
org.enhydra.kelp.common.wizard.deploy.DeployPropertyPanel
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class DeployPropertyPanel
- extends org.enhydra.kelp.common.wizard.AbstractPropertyPanel
Class declaration
| Nested Class Summary | |
private class |
DeployPropertyPanel.LocalItemListener
|
| 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 | |
private boolean |
active
|
private javax.swing.JCheckBox |
checkBuild
|
private javax.swing.JCheckBox |
checkEcho
|
private org.enhydra.kelp.common.wizard.ExtensionPanel |
extensionPanel
|
private javax.swing.JPanel |
filler
|
private GeneralPanel |
generalPanel
|
private DeployPropertyPanel.LocalItemListener |
itemListener
|
private java.awt.GridBagLayout |
layoutMain
|
private PathPanel |
pathPanel
|
(package private) static java.util.ResourceBundle |
res
|
private javax.swing.JTabbedPane |
tabPane
|
private TemplateNodePropertyPanel |
templatePropertyPanel
|
| Fields inherited from class org.enhydra.kelp.common.wizard.AbstractPropertyPanel |
project |
| 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 | |
DeployPropertyPanel()
Constructor declaration |
|
| Method Summary | |
protected TemplateNodePropertyPanel |
getInputPanel()
|
protected PathPanel |
getPathPanel()
|
org.enhydra.kelp.common.node.OtterProject |
getProject()
Method declaration |
private void |
jbInit()
Method declaration |
private void |
pmInit()
|
void |
readProperties()
Method declaration |
void |
setProject(org.enhydra.kelp.common.node.OtterProject p)
Method declaration |
void |
writeProperties()
Method declaration |
| 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 |
res
static java.util.ResourceBundle res
active
private boolean active
tabPane
private javax.swing.JTabbedPane tabPane
templatePropertyPanel
private TemplateNodePropertyPanel templatePropertyPanel
checkBuild
private javax.swing.JCheckBox checkBuild
checkEcho
private javax.swing.JCheckBox checkEcho
filler
private javax.swing.JPanel filler
generalPanel
private GeneralPanel generalPanel
extensionPanel
private org.enhydra.kelp.common.wizard.ExtensionPanel extensionPanel
pathPanel
private PathPanel pathPanel
layoutMain
private java.awt.GridBagLayout layoutMain
itemListener
private DeployPropertyPanel.LocalItemListener itemListener
| Constructor Detail |
DeployPropertyPanel
public DeployPropertyPanel()
- Constructor declaration
| Method Detail |
getInputPanel
protected TemplateNodePropertyPanel getInputPanel()
getProject
public org.enhydra.kelp.common.node.OtterProject getProject()
- Method declaration
setProject
public void setProject(org.enhydra.kelp.common.node.OtterProject p)
- Method declaration
readProperties
public void readProperties()
- Description copied from class:
org.enhydra.kelp.common.wizard.AbstractPropertyPanel - Method declaration
writeProperties
public void writeProperties()
- Description copied from class:
org.enhydra.kelp.common.wizard.AbstractPropertyPanel - Method declaration
getPathPanel
protected PathPanel getPathPanel()
pmInit
private void pmInit()
jbInit
private void jbInit()
throws java.lang.Exception
- Method declaration
|
|||||||||
| Home >> All >> org >> enhydra >> kelp >> common >> wizard >> [ deploy overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC