|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensubsystems.core.application.ThickClientDialog
public class ThickClientDialog
Base class for thick client dialogs.
| Field Summary | |
|---|---|
protected ThickClient |
m_client
Thick client displaying this dialog. |
protected ThickClientDialogGui |
m_dialogGui
Gui this dialog is using. |
protected ThickClientDialog |
m_parentDialog
Thick client dialog displaying this dialog. |
protected java.lang.String |
m_strTitle
Title of the dialog |
| Constructor Summary | |
|---|---|
ThickClientDialog(ThickClientDialog parentDialog,
java.lang.String strTitle,
java.lang.Class clsDialogGui)
Constructor. |
|
ThickClientDialog(ThickClient client,
java.lang.String strTitle,
java.lang.Class clsDialogGui)
Constructor. |
|
| Method Summary | |
|---|---|
ThickClient |
getClient()
Get client application displaying this dialog. |
ThickClientDialogGui |
getGui()
Get gui for this dialog. |
ThickClientDialog |
getParentDialog()
Get parent dialog displaying this dialog. |
java.lang.String |
getTitle()
Get title of the dialog. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ThickClient m_client
protected ThickClientDialog m_parentDialog
protected java.lang.String m_strTitle
protected ThickClientDialogGui m_dialogGui
| Constructor Detail |
|---|
public ThickClientDialog(ThickClient client,
java.lang.String strTitle,
java.lang.Class clsDialogGui)
throws OSSException
client - - application displaying this dialogstrTitle - - title of this dialogclsDialogGui - - class representing dialog gui. This class will be
instantiated dynamically using gui technology
dependent factory.
OSSException - - an error has occured
public ThickClientDialog(ThickClientDialog parentDialog,
java.lang.String strTitle,
java.lang.Class clsDialogGui)
throws OSSException
parentDialog - - parent dialog displaying this dialogstrTitle - - title of this dialogclsDialogGui - - class representing dialog gui. This class will be
instantiated dynamically using gui technology
dependent factory.
OSSException - - an error has occured| Method Detail |
|---|
public ThickClient getClient()
public ThickClientDialog getParentDialog()
public ThickClientDialogGui getGui()
public java.lang.String getTitle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||