|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.about.AboutDialogEngine
public abstract class AboutDialogEngine
Insert the type's description here. Creation date: (29.5.2002 16:05:11)
Field Summary | |
---|---|
protected java.lang.Object |
aboutedObject
|
protected AboutTabReceiver |
receiver
|
protected java.util.ArrayList |
tabs
|
Constructor Summary | |
---|---|
AboutDialogEngine()
|
|
AboutDialogEngine(java.lang.Object toAbout)
Default constructor with "abouted object" as parameter |
Method Summary | |
---|---|
void |
addAboutTab(AboutTab newTab)
This method is intended for adding Tab object into tabs ArrayList. |
protected void |
arrangeTabs()
|
java.lang.Object |
getAboutedObject()
Accessor for aboutedObject field. |
AboutTabReceiver |
getReceiver()
Returns the receiver. |
java.util.List |
getTabs()
Accessor for tabs field. |
protected abstract void |
initializeReceiver()
Insert the method's description here. |
protected abstract void |
perform()
Insert the method's description here. |
void |
setAboutedObject(java.lang.Object aboutedObject)
Sets the aboutedObject. |
void |
triggerReceiver()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.ArrayList tabs
protected java.lang.Object aboutedObject
protected AboutTabReceiver receiver
Constructor Detail |
---|
public AboutDialogEngine()
public AboutDialogEngine(java.lang.Object toAbout)
Method Detail |
---|
public void addAboutTab(AboutTab newTab)
newTabs
- java.util.ArrayListpublic java.lang.Object getAboutedObject()
public java.util.List getTabs()
protected abstract void initializeReceiver()
protected abstract void perform()
public AboutTabReceiver getReceiver()
public void setAboutedObject(java.lang.Object aboutedObject)
aboutedObject
- The aboutedObject to setpublic void triggerReceiver()
protected void arrangeTabs()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |