Package com.cosylab.vdct.about
Class VisualDCTAboutDialogEngine
- java.lang.Object
-
- com.cosylab.vdct.about.AboutDialogEngine
-
- 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
Constructors Constructor Description VisualDCTAboutDialogEngine(Object toAbout)
Constructor for DefaultAboutDialogEngine.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
aquireDefaultTabs()
protected void
initializeReceiver()
Insert the method's description here.protected void
instanceOfComponent(Component c)
protected void
instanceOfJFrame(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
-
-
-
-
Constructor Detail
-
VisualDCTAboutDialogEngine
public VisualDCTAboutDialogEngine(Object toAbout)
Constructor for DefaultAboutDialogEngine.- Parameters:
toAbout
- 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 classAboutDialogEngine
- See Also:
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 classAboutDialogEngine
- See Also:
AboutDialogEngine.perform()
-
aquireDefaultTabs
protected void aquireDefaultTabs()
-
instanceOfJFrame
protected void instanceOfJFrame(JFrame jf)
- Parameters:
jf
- jf
-
instanceOfComponent
protected void instanceOfComponent(Component c)
- Parameters:
c
- c
-
-