hades.manager
Class ComponentInfoDialog

java.lang.Object
  extended byhades.manager.ComponentInfoDialog

public class ComponentInfoDialog
extends java.lang.Object


Nested Class Summary
(package private)  class ComponentInfoDialog.DialogListener
           
 
Constructor Summary
ComponentInfoDialog()
           
 
Method Summary
 ComponentInfo getComponentInfo()
           
static void main(java.lang.String[] argv)
           
 void setComponentInfo(ComponentInfo clb)
           
 void showDialog(java.awt.Frame parent, boolean modal, boolean local)
          Creates a dialog frame containing all the specific component information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentInfoDialog

public ComponentInfoDialog()
Method Detail

setComponentInfo

public void setComponentInfo(ComponentInfo clb)

getComponentInfo

public ComponentInfo getComponentInfo()

showDialog

public void showDialog(java.awt.Frame parent,
                       boolean modal,
                       boolean local)
Creates a dialog frame containing all the specific component information. The dialog is used to show and to edit.

Parameters:
parent - parent frame
modal - modal dialog?
local - if the component local (editable)

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
Throws:
java.lang.Exception