Method Summary |
|
public Boolean | check(String checkBoxField) Generic method for checking if a checkbox was enabled. |
public String | getAuthorText() |
public String | getCompanyText() |
public JPanel | getPanel() |
public String | getRefName() |
public Template | getTemplate() Gets the chosen application generaton template. |
public Map | getTemplateSettings() Gets the configuration settings as set by the user in the GUI. |
public String | getVersionText() |
public void | getXML(Element el) |
public Boolean | matchAppserver(String value) Helper method to determine if the selected appserver matches the passed string. |
public Boolean | matchBusinessTier(String value) Helper method to determine if the selected business tier matches the passed string. |
public Boolean | matchServiceTier(String value) Helper method to determine if the selected service tier matches the passed string. |
public Boolean | matchWebTier(String value) Helper method to determine if the selected web tier matches the passed string. |
public void | setAuthor(String text) |
public void | setCompany(String text) |
public void | setTemplateSettings(Map templateSettings) Set the template settings. |
public void | setVersion(String text) |
public String | toString() |
public Boolean | useJava5() check if the useJava5 checkbox was checked to generate java5 support. |
public Boolean | useMock() check if the useMock checkbox was checked to generate a mock implementation. |
public Boolean | useRelations() check if the Container-managed relations checkbox was checked. |
public Boolean | useRss() check if the useSecurity checkbox was checked to generate security. |
public Boolean | useSecurity() check if the useSecurity checkbox was checked to generate security. |
public Boolean | useWebService() check if the useWebService checkbox was checked to generate a webservice. |
public void | valueChanged(ListSelectionEvent event) |