net.sf.logdistiller.gui
Class MainPanel

java.lang.Object
  extended by net.sf.logdistiller.gui.MainPanel
All Implemented Interfaces:
Runnable

public class MainPanel
extends Object
implements Runnable

Main gui panel.


Nested Class Summary
 class MainPanel.GuiSAXErrorHandler
           
 
Field Summary
protected  JPanel panel
           
static SimpleLayoutConstraintsManager SIMPLE_LAYOUT_CONSTRAINTS_MANAGER
           
 
Constructor Summary
MainPanel(JFrame frame)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

panel

protected JPanel panel

SIMPLE_LAYOUT_CONSTRAINTS_MANAGER

public static final SimpleLayoutConstraintsManager SIMPLE_LAYOUT_CONSTRAINTS_MANAGER
Constructor Detail

MainPanel

public MainPanel(JFrame frame)
Method Detail

createLayout

public LayoutManager createLayout(String layoutId)

buildPanel

public JComponent buildPanel()

about

public void about(ActionEvent ae)

exit

public void exit(ActionEvent ae)

btOpenActionPerformed

public void btOpenActionPerformed(ActionEvent ae)

selectConfigurationFile

public void selectConfigurationFile(File newConfiguration)

reloadConfigurationFile

public void reloadConfigurationFile()

btNewActionPerformed

public void btNewActionPerformed(ActionEvent ae)

btSourceFileActionPerformed

public void btSourceFileActionPerformed(ActionEvent ae)

selectSourceFile

public void selectSourceFile(File newSourceFile)

reloadSourceFile

public void reloadSourceFile()

btOutputDirActionPerformed

public void btOutputDirActionPerformed(ActionEvent ae)

setResultText

public void setResultText()

updateProgress

public void updateProgress()

runLogDistillation

public void runLogDistillation()

btRunActionPerformed

public void btRunActionPerformed(ActionEvent ae)

btBatchActionPerformed

public void btBatchActionPerformed(ActionEvent ae)

setAllButtonsEnabled

public void setAllButtonsEnabled(boolean enable)

run

public void run()
Reload task: checks every second if configuration file or source file has changed.

Specified by:
run in interface Runnable


Copyright © 2004-2009. All Rights Reserved.