|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgui.dialog.JAPDialog.LinkedInformationAdapter
public static class JAPDialog.LinkedInformationAdapter
This class does nothing but implementing all ILinkedInformation methods.
Field Summary |
---|
Fields inherited from interface gui.dialog.JAPDialog.ILinkedInformation |
---|
MSG_MORE_INFO, TYPE_CHECKBOX_FALSE, TYPE_CHECKBOX_TRUE, TYPE_DEFAULT, TYPE_LINK, TYPE_SELECTABLE_LINK |
Constructor Summary | |
---|---|
JAPDialog.LinkedInformationAdapter()
|
Method Summary | |
---|---|
void |
clicked(boolean a_bState)
Does nothing. |
java.lang.String |
getMessage()
Returns null |
java.lang.String |
getTooltipText()
|
int |
getType()
Returns TYPE_DEFAULT. |
boolean |
isApplicationModalityForced()
Returns true. |
boolean |
isCloseWindowActive()
Returns if a click on the close button of the dialog closes the window. |
boolean |
isModal()
|
boolean |
isOnTop()
Returns false. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JAPDialog.LinkedInformationAdapter()
Method Detail |
---|
public java.lang.String getTooltipText()
getTooltipText
in interface JAPDialog.ILinkedInformation
public java.lang.String getMessage()
getMessage
in interface JAPDialog.ILinkedInformation
public void clicked(boolean a_bState)
clicked
in interface JAPDialog.ILinkedInformation
a_bState
- is ignoredpublic int getType()
getType
in interface JAPDialog.ILinkedInformation
public boolean isApplicationModalityForced()
isApplicationModalityForced
in interface JAPDialog.ILinkedInformation
public boolean isOnTop()
isOnTop
in interface JAPDialog.ILinkedInformation
public boolean isModal()
isModal
in interface JAPDialog.ILinkedInformation
public boolean isCloseWindowActive()
JAPDialog.ILinkedInformation
isCloseWindowActive
in interface JAPDialog.ILinkedInformation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |