|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.qswing.WhatsThisManager
What's This Manager.
Method Summary | |
static void |
enterWhatsThisMode()
Enters/leaves what's this mode. |
static void |
exitWhatsThisMode()
Enters/leaves what's this mode. |
static void |
hideWhatsThis()
Hides what's this help. |
static boolean |
isInWhatsThisMode()
Returns true if the what's this mode is active. |
static boolean |
isWhatsThisEnabled()
Returns true if the what's this help is enabled. |
static void |
setWhatsThisEnabled(boolean enabled)
Enables/disables what's this help. |
static void |
showWhatsThis(java.lang.String text,
int x,
int y)
Shows what's this help location. |
static void |
showWhatsThis(java.lang.String text,
int x,
int y,
JQComponent component)
Displays what's this help at specified location. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static boolean isWhatsThisEnabled()
public static void setWhatsThisEnabled(boolean enabled)
enabled
- true if enabledpublic static void showWhatsThis(java.lang.String text, int x, int y)
text
- the what's this helpx
- the x-coordinate of the what's this helpy
- int y-coordinate of the what's this helppublic static void showWhatsThis(java.lang.String text, int x, int y, JQComponent component)
text
- the what's this helpx
- the x-coordinate of the what's this helpy
- int y-coordinate of the what's this helpcomponent
- the component for which what's this help is
providedpublic static void hideWhatsThis()
public static boolean isInWhatsThisMode()
public static void enterWhatsThisMode()
public static void exitWhatsThisMode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |