Enhydra 5.1 API

org.enhydra.tool.archive.wizard
Class E3Type

java.lang.Object
  |
  +--org.enhydra.tool.archive.wizard.ArchiveType
        |
        +--org.enhydra.tool.archive.wizard.E3Type
All Implemented Interfaces:
ManifestKeys

public class E3Type
extends ArchiveType

The ArchiveDialog defines a dialog for presenting archive wizards.


Field Summary
static java.lang.String EXT
           
 
Fields inherited from interface org.enhydra.tool.archive.ManifestKeys
ALT_DD, APP_DESC, APP_META, APP_NAME, CLASS_ALL, CLASS_ROOT, CONTENT_ALL, CONTENT_ROOT, COPY_CLIENT, CREATE_CLIENT, CREATED_BY, ENTERPRISE_MODULE, KELP_VERSION, LIBRARY, MANIFEST_VERSION, VERSION_VALUE, WEBAPP_CONTEXT, WEBAPP_MODULE
 
Constructor Summary
E3Type()
           
 
Method Summary
protected  java.lang.String getDescription()
           
protected  java.lang.String getExtension()
           
protected  java.lang.String getSelectionName()
           
protected  java.lang.String getType()
           
protected  void initPanels()
           
protected  void initPlan()
           
 
Methods inherited from class org.enhydra.tool.archive.wizard.ArchiveType
build, createType, getAllTypes, getClassIncludeRoot, getDefaultArchivePath, getPlan, getWizardPanels, getWizardTitle, isMostRecentlyUsed, readArchive, readArchive, saveDefaults, setMostRecentlyUsed, setPlan, setWizardPanels, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EXT

public static final java.lang.String EXT
See Also:
Constant Field Values
Constructor Detail

E3Type

public E3Type()
Method Detail

getSelectionName

protected final java.lang.String getSelectionName()
Specified by:
getSelectionName in class ArchiveType

getExtension

protected final java.lang.String getExtension()
Specified by:
getExtension in class ArchiveType

getType

protected final java.lang.String getType()
Specified by:
getType in class ArchiveType

getDescription

protected final java.lang.String getDescription()
Specified by:
getDescription in class ArchiveType

initPanels

protected void initPanels()
                   throws ArchiveException
Specified by:
initPanels in class ArchiveType
ArchiveException

initPlan

protected void initPlan()
                 throws ArchiveException
Specified by:
initPlan in class ArchiveType
ArchiveException

Enhydra 5.1 API