com.cosylab.vdct.about
Class VisualDCTAboutDialogEngine

java.lang.Object
  extended by com.cosylab.vdct.about.AboutDialogEngine
      extended by com.cosylab.vdct.about.VisualDCTAboutDialogEngine

public class VisualDCTAboutDialogEngine
extends AboutDialogEngine

Author:
administrator To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Field Summary
 
Fields inherited from class com.cosylab.vdct.about.AboutDialogEngine
aboutedObject, receiver, tabs
 
Constructor Summary
VisualDCTAboutDialogEngine(java.lang.Object toAbout)
          Constructor for DefaultAboutDialogEngine.
 
Method Summary
protected  void aquireDefaultTabs()
           
protected  void initializeReceiver()
          Insert the method's description here.
protected  void instanceOfComponent(java.awt.Component c)
           
protected  void instanceOfJFrame(javax.swing.JFrame jf)
           
protected  void perform()
          Insert the method's description here.
 
Methods inherited from class com.cosylab.vdct.about.AboutDialogEngine
addAboutTab, arrangeTabs, getAboutedObject, getReceiver, getTabs, setAboutedObject, triggerReceiver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualDCTAboutDialogEngine

public VisualDCTAboutDialogEngine(java.lang.Object toAbout)
Constructor for DefaultAboutDialogEngine.

Parameters:
toAbout -
Method Detail

initializeReceiver

protected void initializeReceiver()
Description copied from class: AboutDialogEngine
Insert the method's description here. Creation date: (3.6.2002 16:41:58)

Specified by:
initializeReceiver in class AboutDialogEngine
See Also:
com.cosylab.gui.components.about.AboutDialogEngine#initializeReceiver()

perform

protected void perform()
Description copied from class: AboutDialogEngine
Insert the method's description here. Creation date: (29.5.2002 18:52:58)

Specified by:
perform in class AboutDialogEngine
See Also:
com.cosylab.gui.components.about.AboutDialogEngine#perform()

aquireDefaultTabs

protected void aquireDefaultTabs()

instanceOfJFrame

protected void instanceOfJFrame(javax.swing.JFrame jf)

instanceOfComponent

protected void instanceOfComponent(java.awt.Component c)