com.retek.rcom.gui.screen.scripting
Class ScriptingManagerHandler

java.lang.Object
  extended bycom.retek.rcom.gui.screen.scripting.ScriptingManagerHandler

public class ScriptingManagerHandler
extends java.lang.Object


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

displayOnlineMessages

public static void displayOnlineMessages(java.lang.Object trigger)
                                  throws SystemException
Displays popup online messages in a series of popup frame windows based on a trigger. This will close any previous existing online message windows.

Parameters:
trigger - The object that triggers the online messages.
Throws:
SystemException - Thrown if an error occurs

closeOnlineMessages

public static void closeOnlineMessages()
Closes all open online message windows.


findOnlineMessages

public static java.util.Set findOnlineMessages(java.lang.Object trigger)
                                        throws SystemException
Finds all online messages associated with the trigger.

Parameters:
trigger - The trigger to search for online messages for.
Throws:
SystemException

hasOnlineMessages

public static boolean hasOnlineMessages(java.lang.Object trigger)
                                 throws SystemException
Retrieves whether or not any online messages exist for triggers.

Parameters:
trigger - The trigger to search for online messages for.
Returns:
True if any online messages are found, false if not.
Throws:
SystemException

setScriptingView

public static void setScriptingView(javax.swing.JTextPane textPane)
Assigns the scripting view area to display standard scripting messages within.

Parameters:
textPane - The text pane to display standard scripting message in.

clearScriptingView

public static void clearScriptingView()
Clears the standard scripting view area of all messages.


getPersonalizationTypeMessages

public static java.lang.String getPersonalizationTypeMessages(java.lang.Object type)
                                                       throws SystemException
CUSTOMIZATION MESSAGES

Throws:
SystemException

getPersonalizationStyleMessages

public static java.lang.String getPersonalizationStyleMessages(java.lang.Object style)
                                                        throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28