Modifier and Type | Class and Description |
---|---|
class |
MainPanel.GuiSAXErrorHandler |
Modifier and Type | Field and Description |
---|---|
protected JPanel |
panel |
static SimpleLayoutConstraintsManager |
SIMPLE_LAYOUT_CONSTRAINTS_MANAGER |
Modifier and Type | Method and Description |
---|---|
void |
about(ActionEvent ae) |
void |
btBatchActionPerformed(ActionEvent ae) |
void |
btNewActionPerformed(ActionEvent ae) |
void |
btOpenActionPerformed(ActionEvent ae) |
void |
btOutputDirActionPerformed(ActionEvent ae) |
void |
btRunActionPerformed(ActionEvent ae) |
void |
btSourceFileActionPerformed(ActionEvent ae) |
JComponent |
buildPanel() |
LayoutManager |
createLayout(String layoutId) |
void |
exit(ActionEvent ae) |
void |
reloadConfigurationFile() |
void |
reloadSourceFile() |
void |
run()
Reload task: checks every second if configuration file or source file has changed.
|
void |
runLogDistillation() |
void |
selectConfigurationFile(File newConfiguration) |
void |
selectSourceFile(File newSourceFile) |
void |
setAllButtonsEnabled(boolean enable) |
void |
setResultText() |
void |
updateProgress() |
public static final SimpleLayoutConstraintsManager SIMPLE_LAYOUT_CONSTRAINTS_MANAGER
public LayoutManager createLayout(String layoutId)
public JComponent buildPanel()
public void about(ActionEvent ae)
public void exit(ActionEvent ae)
public void btOpenActionPerformed(ActionEvent ae)
public void selectConfigurationFile(File newConfiguration)
public void reloadConfigurationFile()
public void btNewActionPerformed(ActionEvent ae)
public void btSourceFileActionPerformed(ActionEvent ae)
public void selectSourceFile(File newSourceFile)
public void reloadSourceFile()
public void btOutputDirActionPerformed(ActionEvent ae)
public void setResultText()
public void updateProgress()
public void runLogDistillation()
public void btRunActionPerformed(ActionEvent ae)
public void btBatchActionPerformed(ActionEvent ae)
public void setAllButtonsEnabled(boolean enable)
Copyright © 2004–2014. All rights reserved.