Ontimize 5.2072EN

com.ontimize.util.notice
Interface INoticeWindow

All Known Implementing Classes:
NewNoticeWindow

public interface INoticeWindow


Field Summary
static java.lang.String NEW_MESSAGES_RECEIVED
           
static java.lang.String NEW_NOTICE_INFO
           
static java.lang.String NEW_NOTICES_MESSAGE
           
static java.lang.String NEW_NOTICES_TOOLTIP
           
 
Method Summary
 boolean isAlwaysVisible()
           
 boolean isVisibleWindow()
           
 void placeWindow()
          Put the window in the left bottom of the application frame only if the window is visible
 void setAlwaysVisible(boolean alwaysVisible)
           
 void setVisibleWindow(boolean visible, boolean alwaysVisible, java.lang.String text)
          Shows or hides the window.
 void setVisibleWindow(boolean visible, java.lang.String text)
           
 

Field Detail

NEW_NOTICES_MESSAGE

public static final java.lang.String NEW_NOTICES_MESSAGE
See Also:
Constant Field Values

NEW_NOTICES_TOOLTIP

public static final java.lang.String NEW_NOTICES_TOOLTIP
See Also:
Constant Field Values

NEW_MESSAGES_RECEIVED

public static final java.lang.String NEW_MESSAGES_RECEIVED
See Also:
Constant Field Values

NEW_NOTICE_INFO

public static final java.lang.String NEW_NOTICE_INFO
See Also:
Constant Field Values
Method Detail

setVisibleWindow

public void setVisibleWindow(boolean visible,
                             java.lang.String text)

setVisibleWindow

public void setVisibleWindow(boolean visible,
                             boolean alwaysVisible,
                             java.lang.String text)
Shows or hides the window.

Parameters:
visible - If visible is true then the window is shown else is hided
alwaysVisible - If alwaysVisible is true then the window can not be hided
text - Text to show in the window

setAlwaysVisible

public void setAlwaysVisible(boolean alwaysVisible)

isAlwaysVisible

public boolean isAlwaysVisible()
Returns:
true when it is possible to hide the window, false in other case

isVisibleWindow

public boolean isVisibleWindow()
Returns:
true when the window is visible

placeWindow

public void placeWindow()
Put the window in the left bottom of the application frame only if the window is visible


Ontimize