public interface IUIReductionAwarePart
extends org.eclipse.ui.IWorkbenchPart
Workbench parts which utilize UIReductionPartAdapter
must implement
this interface.
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getUIReductionContext()
Return the UI reduction context object.
|
void |
refreshUIReducedControls()
This is a callback method to notify the part that the
UI reduced controls should be refreshed.
|
void refreshUIReducedControls()
java.lang.Object getUIReductionContext()