edu.uci.isr.apigen.gui
Class ApiGenGui
java.lang.Object
edu.uci.isr.apigen.gui.ApiGenGui
- All Implemented Interfaces:
- ActionListener, EventListener
- public class ApiGenGui
- extends Object
- implements ActionListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mainDialog
protected JFrame mainDialog
mainPanel
protected JPanel mainPanel
mainPanelLayout
protected CardLayout mainPanelLayout
loadSettingsButton
protected JButton loadSettingsButton
saveSettingsButton
protected JButton saveSettingsButton
backButton
protected JButton backButton
nextButton
protected JButton nextButton
exitButton
protected JButton exitButton
progressLabel
protected JTextField progressLabel
progressBar
protected JProgressBar progressBar
currentState
protected String currentState
BACK_BUTTON_LABEL
protected static final String BACK_BUTTON_LABEL
- See Also:
- Constant Field Values
NEXT_BUTTON_LABEL
protected static final String NEXT_BUTTON_LABEL
- See Also:
- Constant Field Values
DONE_BUTTON_LABEL
protected static final String DONE_BUTTON_LABEL
- See Also:
- Constant Field Values
EXIT_BUTTON_LABEL
protected static final String EXIT_BUTTON_LABEL
- See Also:
- Constant Field Values
schemaLocationMappingWidget
protected SchemaLocationMappingWidget schemaLocationMappingWidget
schemaPickerWidget
protected SchemaPickerWidget schemaPickerWidget
directoryPickerWidget
protected DirectoryPickerWidget directoryPickerWidget
ApiGenGui
public ApiGenGui()
main
public static void main(String[] args)
setState
protected void setState(String state)
getStartPanel
protected Component getStartPanel()
getSchemaLocationMappingPanel
protected Component getSchemaLocationMappingPanel()
getSchemaPickerPanel
protected Component getSchemaPickerPanel()
getDirectoryPickerPanel
protected Component getDirectoryPickerPanel()
getFinalPanel
protected Component getFinalPanel()
getButtonPanel
protected Component getButtonPanel()
setupButtonPanel
protected void setupButtonPanel(String state)
getImageIcon
public ImageIcon getImageIcon(String resourceName)
getBaseTitle
public static String getBaseTitle()
back
public void back()
next
public void next()
saveSettings
public void saveSettings(File f)
throws IOException
- Throws:
IOException
loadSettings
public void loadSettings(File f)
throws Exception
- Throws:
Exception
generateCode
public void generateCode()
actionPerformed
public void actionPerformed(ActionEvent evt)
- Specified by:
actionPerformed in interface ActionListener