simtools.ui
Class DataSourceInformationDialog

java.lang.Object
  extended by simtools.ui.DataSourceInformationDialog
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class DataSourceInformationDialog
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
protected  javax.swing.JButton bok
           
protected  javax.swing.JDialog dialog
           
protected  DataSourceInformation dsi
           
protected static MenuResourceBundle resources
           
 
Constructor Summary
DataSourceInformationDialog(DataSource ds)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  javax.swing.JPanel createButtonPanel()
           
 javax.swing.JDialog createDialog(java.awt.Frame parent)
           
protected  void dispose()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dsi

protected DataSourceInformation dsi

dialog

protected javax.swing.JDialog dialog

bok

protected javax.swing.JButton bok

resources

protected static MenuResourceBundle resources
Constructor Detail

DataSourceInformationDialog

public DataSourceInformationDialog(DataSource ds)
                            throws DataException
Throws:
DataException
Method Detail

createButtonPanel

protected javax.swing.JPanel createButtonPanel()

createDialog

public javax.swing.JDialog createDialog(java.awt.Frame parent)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

dispose

protected void dispose()