net.sf.logdistiller.gui
Class NewDialog

java.lang.Object
  extended by net.sf.logdistiller.gui.NewDialog

public class NewDialog
extends Object

Dialog to create a new rules configuration file: you select the log type and give some basic information (an id, STMP server, url), and it generates a new rules configuration. Then you just need to refine the rules.


Field Summary
protected  JPanel panel
           
 
Constructor Summary
NewDialog(File directory)
           
 
Method Summary
 void btCancelActionPerformed(ActionEvent ae)
           
 void btSaveAsActionPerformed(ActionEvent ae)
           
 JComponent buildPanel()
           
static JComboBox createCbLogtype(boolean withUndefined)
           
 LayoutManager createLayout(String layoutId)
           
 File showNewConfigurationDialog(Component parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

panel

protected JPanel panel
Constructor Detail

NewDialog

public NewDialog(File directory)
Method Detail

createCbLogtype

public static JComboBox createCbLogtype(boolean withUndefined)

createLayout

public LayoutManager createLayout(String layoutId)

buildPanel

public JComponent buildPanel()

showNewConfigurationDialog

public File showNewConfigurationDialog(Component parent)

btSaveAsActionPerformed

public void btSaveAsActionPerformed(ActionEvent ae)

btCancelActionPerformed

public void btCancelActionPerformed(ActionEvent ae)


Copyright © 2004-2009. All Rights Reserved.