|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.finalist.jaggenerator.modules.Config
| Nested Class Summary |
| Nested classes inherited from class javax.swing.tree.DefaultMutableTreeNode |
|
| Field Summary | |
javax.swing.JList |
templateList
|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
Config()
Creates new form Config |
|
Config(org.w3c.dom.Element el)
|
|
| Method Summary | |
java.lang.String |
getAuthorText()
|
java.lang.String |
getCompanyText()
|
javax.swing.JPanel |
getPanel()
|
java.lang.String |
getRefName()
|
Template |
getTemplate()
Gets the chosen application generaton template. |
java.util.Map |
getTemplateSettings()
Gets the configuration settings as set by the user in the GUI. |
java.lang.String |
getVersionText()
|
void |
getXML(org.w3c.dom.Element el)
|
java.lang.Boolean |
matchAppserver(java.lang.String value)
Helper method to determine if the selected appserver matches the passed string. |
java.lang.Boolean |
matchBusinessTier(java.lang.String value)
Helper method to determine if the selected business tier matches the passed string. |
java.lang.Boolean |
matchServiceTier(java.lang.String value)
Helper method to determine if the selected service tier matches the passed string. |
java.lang.Boolean |
matchWebTier(java.lang.String value)
Helper method to determine if the selected web tier matches the passed string. |
void |
setAuthor(java.lang.String text)
|
void |
setCompany(java.lang.String text)
|
void |
setTemplateSettings(java.util.Map templateSettings)
Set the template settings. |
void |
setVersion(java.lang.String text)
|
java.lang.String |
toString()
|
java.lang.Boolean |
useJava5()
check if the useJava5 checkbox was checked to generate java5 support. |
java.lang.Boolean |
useMock()
check if the useMock checkbox was checked to generate a mock implementation. |
java.lang.Boolean |
useRelations()
check if the Container-managed relations checkbox was checked. |
java.lang.Boolean |
useWebService()
check if the useWebService checkbox was checked to generate a webservice. |
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public javax.swing.JList templateList
| Constructor Detail |
public Config()
public Config(org.w3c.dom.Element el)
| Method Detail |
public void setAuthor(java.lang.String text)
public void setVersion(java.lang.String text)
public void setCompany(java.lang.String text)
public java.lang.String toString()
public javax.swing.JPanel getPanel()
getPanel in interface JagBean
public void getXML(org.w3c.dom.Element el)
throws javax.xml.parsers.ParserConfigurationException
getXML in interface JagBeanjavax.xml.parsers.ParserConfigurationExceptionpublic Template getTemplate()
public java.lang.String getRefName()
getRefName in interface JagBeanpublic java.lang.Boolean useRelations()
public java.lang.Boolean useMock()
public java.lang.Boolean useJava5()
public java.lang.Boolean useWebService()
public java.util.Map getTemplateSettings()
public void setTemplateSettings(java.util.Map templateSettings)
public java.lang.Boolean matchAppserver(java.lang.String value)
value -
public java.lang.Boolean matchBusinessTier(java.lang.String value)
value -
public java.lang.Boolean matchServiceTier(java.lang.String value)
value -
public java.lang.Boolean matchWebTier(java.lang.String value)
value -
public java.lang.String getAuthorText()
public java.lang.String getVersionText()
public java.lang.String getCompanyText()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||