harmonic.cad.gui
Class MainDialog

java.lang.Object
  |
  +--harmonic.cad.gui.MainDialog

public class MainDialog
extends java.lang.Object


Constructor Summary
MainDialog()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 void format(int w, int h)
           
 java.awt.Dimension getPreferredSize()
           
 void hideInputDialog()
           
 void showInputDialog(java.awt.Component cmp)
           
 void validateUISettings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainDialog

public MainDialog()
Method Detail

getPreferredSize

public java.awt.Dimension getPreferredSize()

validateUISettings

public void validateUISettings()

format

public void format(int w,
                   int h)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)

showInputDialog

public void showInputDialog(java.awt.Component cmp)

hideInputDialog

public void hideInputDialog()