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

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.enhydra.kelp.common.wizard.importer.ImporterPanel
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- Direct Known Subclasses:
- ImportMapPanel, PathPanel, RootPanel
- public class ImporterPanel
- extends javax.swing.JPanel
Panel for entering the default options: project name, package and destination.
| 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 | |
private java.lang.String |
INSTRUCTIONS
|
private java.lang.String |
PAGE_TITLE
|
private org.enhydra.kelp.common.importer.ImportPaths |
paths
|
private java.lang.String |
VALIDATE_OPTIONS_EXCEPTION
|
private java.lang.String |
WRITE_OPTIONS_EXCEPTION
|
| 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 | |
ImporterPanel()
|
|
| Method Summary | |
void |
activated()
|
void |
checkPage()
|
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. |
org.enhydra.kelp.common.importer.ImportPaths |
getPaths()
|
void |
readOptions()
Read project name, package and destination values from the option set into the swing controls. |
void |
setPaths(org.enhydra.kelp.common.importer.ImportPaths p)
|
void |
validateOptions()
Validate project name, package and destination values in the swing controls. |
void |
writeOptions()
Write project name, package and destination values from the swing controls into the option set. |
| 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 |
paths
private transient org.enhydra.kelp.common.importer.ImportPaths paths
WRITE_OPTIONS_EXCEPTION
private final java.lang.String WRITE_OPTIONS_EXCEPTION
- See Also:
- Constant Field Values
VALIDATE_OPTIONS_EXCEPTION
private final java.lang.String VALIDATE_OPTIONS_EXCEPTION
- See Also:
- Constant Field Values
PAGE_TITLE
private final java.lang.String PAGE_TITLE
- See Also:
- Constant Field Values
INSTRUCTIONS
private final java.lang.String INSTRUCTIONS
- See Also:
- Constant Field Values
| Constructor Detail |
ImporterPanel
public ImporterPanel()
| Method Detail |
setPaths
public void setPaths(org.enhydra.kelp.common.importer.ImportPaths p)
getPaths
public org.enhydra.kelp.common.importer.ImportPaths getPaths()
activated
public void activated()
checkPage
public void checkPage()
throws org.enhydra.kelp.common.ValidationException
readOptions
public void readOptions()
- Read project name, package and destination values from the
option set into the swing controls.
writeOptions
public void writeOptions()
throws org.enhydra.kelp.common.ValidationException
- Write project name, package and destination values from the
swing controls into the option set.
validateOptions
public void validateOptions()
throws org.enhydra.kelp.common.ValidationException
- Validate project name, package and destination values
in the swing controls.
getPageTitle
public java.lang.String getPageTitle()
- Get the title to use on the current page.
getInstructions
public java.lang.String getInstructions()
- Get the instructions for entering option values for the
current page.
|
|||||||||
| Home >> All >> org >> enhydra >> kelp >> common >> wizard >> [ importer overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC