|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.jface.action.SubContributionManager org.eclipse.jface.action.SubStatusLineManager
A SubStatusLineManager is used to define a set of contribution items within a parent manager. Once defined, the visibility of the entire set can be changed as a unit.
Constructor Summary | |
SubStatusLineManager(IStatusLineManager mgr)
Constructs a new manager. |
Method Summary | |
protected IStatusLineManager | getParentStatusLineManager()
Returns the parent status line manager that this sub-manager contributes to. |
IProgressMonitor | getProgressMonitor()
Returns a progress monitor which reports progress in the status line. |
boolean | isCancelEnabled()
Returns whether the cancel button on the status line's progress monitor is enabled. |
void | setCancelEnabled(boolean enabled)
Sets whether the cancel button on the status line's progress monitor is enabled. |
void | setErrorMessage(Image image,
String message)
Sets the image and error message to be displayed on the status line. |
void | setErrorMessage(String message)
Sets the error message text to be displayed on the status line. |
void | setMessage(Image image,
String message)
Sets the image and message to be displayed on the status line. |
void | setMessage(String message)
Sets the message text to be displayed on the status line. |
void | setVisible(boolean visible)
Sets the visibility of the manager. |
void | update(boolean force)
Updates this manager's underlying widget(s) with any changes which have been made to it or its items. |
Methods inherited from class org.eclipse.jface.action.SubContributionManager |
add, add, appendToGroup, appendToGroup, disposeManager, find, getItems, getOverrides, getParent, insertAfter, insertAfter, insertBefore, insertBefore, isDirty, isEmpty, isVisible, itemAdded, itemRemoved, items, markDirty, prependToGroup, prependToGroup, remove, remove, removeAll, unwrap, wrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.action.IContributionManager |
add, add, appendToGroup, appendToGroup, find, getItems, getOverrides, insertAfter, insertAfter, insertBefore, insertBefore, isDirty, isEmpty, markDirty, prependToGroup, prependToGroup, remove, remove, removeAll |
Constructor Detail |
public SubStatusLineManager(IStatusLineManager mgr)
Method Detail |
protected final IStatusLineManager getParentStatusLineManager()
public IProgressMonitor getProgressMonitor()
public boolean isCancelEnabled()
public void setCancelEnabled(boolean enabled)
public void setErrorMessage(String message)
An error message overrides the current message until the error message is cleared (set to null).
public void setErrorMessage(Image image, String message)
An error message overrides the current message until the error message is cleared (set to null).
public void setMessage(String message)
This method replaces the current message but does not affect the error message. That is, the error message, if set, will continue to be displayed until it is cleared (set to null).
public void setMessage(Image image, String message)
This method replaces the current message but does not affect the error message. That is, the error message, if set, will continue to be displayed until it is cleared (set to null).
public void setVisible(boolean visible)
public void update(boolean force)
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.