|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Control
org.eclipse.swt.widgets.Scrollable
org.eclipse.swt.widgets.Composite
org.eclipse.net4j.util.ui.widgets.CoolBarComposite
public abstract class CoolBarComposite
| Nested Class Summary | |
|---|---|
class |
CoolBarComposite.CoolBarLayout
|
| Field Summary |
|---|
| Fields inherited from class org.eclipse.swt.widgets.Control |
|---|
handle |
| Constructor Summary | |
|---|---|
CoolBarComposite(Composite parent,
int style)
|
|
| Method Summary | |
|---|---|
protected abstract Control |
createUI(Composite parent)
|
void |
dispose()
Disposes of the operating system resources associated with the receiver and all its descendants. |
protected void |
fillCoolBar(IContributionManager manager)
|
Control |
getClientControl()
|
protected CoolBar |
getCoolBarControl()
|
void |
updateCoolBar()
|
| Methods inherited from class org.eclipse.swt.widgets.Composite |
|---|
changed, checkSubclass, computeSize, drawBackground, getBackgroundMode, getChildren, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabList |
| Methods inherited from class org.eclipse.swt.widgets.Scrollable |
|---|
computeTrim, getBorderWidth, getClientArea, getHorizontalBar, getVerticalBar |
| Methods inherited from class org.eclipse.swt.widgets.Widget |
|---|
addDisposeListener, addListener, checkWidget, getData, getData, getDisplay, getListeners, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, reskin, setData, setData, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CoolBarComposite(Composite parent,
int style)
| Method Detail |
|---|
public void dispose()
org.eclipse.swt.widgets.Widgettrue when sent the message isDisposed().
Any internal connections between the widgets in the tree will
have been removed to facilitate garbage collection.
This method does nothing if the widget is already disposed.
NOTE: This method is not called recursively on the descendants
of the receiver. This means that, widget implementers can not
detect when a widget is being disposed of by re-implementing
this method, but should instead listen for the Dispose
event.
dispose in class WidgetWidget.addDisposeListener(org.eclipse.swt.events.DisposeListener),
Widget.removeDisposeListener(org.eclipse.swt.events.DisposeListener),
Widget.checkWidget()public Control getClientControl()
public void updateCoolBar()
protected abstract Control createUI(Composite parent)
protected CoolBar getCoolBarControl()
protected void fillCoolBar(IContributionManager manager)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||