com.ontimize.util.notice
Interface INoticeWindow
- All Known Implementing Classes:
- NewNoticeWindow
- public interface INoticeWindow
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
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 hidedalwaysVisible - If alwaysVisible is true then the window can not be hidedtext - 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