| org.eclipse.ui.internal.HeapStatus
HeapStatus | public class HeapStatus extends Composite (Code) | | The Heap Status control, which shows the heap usage statistics in the window trim.
since: 3.1 |
Inner Class :class SetMarkAction extends Action | |
Inner Class :class ClearMarkAction extends Action | |
Inner Class :class ShowMaxAction extends Action | |
Inner Class :class CloseHeapStatusAction extends Action | |
Constructor Summary | |
public | HeapStatus(Composite parent, IPreferenceStore prefStore) Creates a new heap status control with the given parent, and using
the given preference store to obtain settings such as the refresh
interval. |
Method Summary | |
public Point | computeSize(int wHint, int hHint, boolean changed) |
HeapStatus | public HeapStatus(Composite parent, IPreferenceStore prefStore)(Code) | | Creates a new heap status control with the given parent, and using
the given preference store to obtain settings such as the refresh
interval.
Parameters: parent - the parent composite Parameters: prefStore - the preference store |
computeSize | public Point computeSize(int wHint, int hHint, boolean changed)(Code) | | |
|
|