|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.rcom.gui.screen.scripting.ScriptingManagerHandler
Method Summary | |
---|---|
static void |
clearScriptingView()
Clears the standard scripting view area of all messages. |
static void |
closeOnlineMessages()
Closes all open online message windows. |
static void |
displayOnlineMessages(java.lang.Object trigger)
Displays popup online messages in a series of popup frame windows based on a trigger. |
static java.util.Set |
findOnlineMessages(java.lang.Object trigger)
Finds all online messages associated with the trigger. |
static java.lang.String |
getPersonalizationStyleMessages(java.lang.Object style)
|
static java.lang.String |
getPersonalizationTypeMessages(java.lang.Object type)
CUSTOMIZATION MESSAGES |
static boolean |
hasOnlineMessages(java.lang.Object trigger)
Retrieves whether or not any online messages exist for triggers. |
static void |
setScriptingView(javax.swing.JTextPane textPane)
Assigns the scripting view area to display standard scripting messages within. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void displayOnlineMessages(java.lang.Object trigger) throws SystemException
trigger
- The object that triggers the online messages.
SystemException
- Thrown if an error occurspublic static void closeOnlineMessages()
public static java.util.Set findOnlineMessages(java.lang.Object trigger) throws SystemException
trigger
- The trigger to search for online messages for.
SystemException
public static boolean hasOnlineMessages(java.lang.Object trigger) throws SystemException
trigger
- The trigger to search for online messages for.
SystemException
public static void setScriptingView(javax.swing.JTextPane textPane)
textPane
- The text pane to display standard scripting message in.public static void clearScriptingView()
public static java.lang.String getPersonalizationTypeMessages(java.lang.Object type) throws SystemException
SystemException
public static java.lang.String getPersonalizationStyleMessages(java.lang.Object style) throws SystemException
SystemException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |