public interface IContextButtonManager
| Modifier and Type | Method and Description |
|---|---|
void |
deRegister(org.eclipse.gef.GraphicalEditPart graphicalEditPart)
Deregisters the given graphical edit-part from the context button
manager.
|
void |
hideContextButtonsInstantly()
Hides the context buttons (if they are currently showing).
|
void |
register(org.eclipse.gef.GraphicalEditPart graphicalEditPart)
Registers the given graphical edit-part for the context button manager.
|
void |
setContextButtonShowing(boolean enable)
Sets the general availability of the context button pad.
|
void register(org.eclipse.gef.GraphicalEditPart graphicalEditPart)
graphicalEditPart - The graphical edit-part to register for the context button
manager.void deRegister(org.eclipse.gef.GraphicalEditPart graphicalEditPart)
register(GraphicalEditPart).graphicalEditPart - The graphical edit-part to deregister from the context button
manager.void hideContextButtonsInstantly()
void setContextButtonShowing(boolean enable)