|
|||||||||||
| 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
com.tensegrity.skeleton.container.swt.SwtRepositoryContent
TODO: DOCUMENT ME
| Field Summary |
| Fields inherited from class org.eclipse.swt.widgets.Control |
handle |
| Constructor Summary | |
SwtRepositoryContent(org.eclipse.swt.widgets.Composite parent,
DragContext dragContext)
Creates a new SwtRepositoryContent |
|
| Method Summary | |
AbstractSwtRepositoryItem |
addCommandItem(Command cmd,
java.lang.String tooltip,
org.eclipse.swt.graphics.Point iconSize)
Adds the specified repository item to the content. |
AbstractSwtRepositoryItem |
addCommandItem(Command cmd,
java.lang.String tooltip,
java.lang.String iconPath,
java.lang.Class resourceClass,
org.eclipse.swt.graphics.Point iconSize)
Adds the specified repository item to the content. |
AbstractSwtRepositoryItem |
addItem(java.lang.String poolElementName,
java.lang.String tooltip,
org.eclipse.swt.graphics.Point iconSize)
Adds the specified repository item to the content. |
AbstractSwtRepositoryItem |
addItem(java.lang.String poolElementName,
java.lang.String tooltip,
java.lang.String iconPath,
java.lang.Class resourceClass,
org.eclipse.swt.graphics.Point iconSize)
Adds the specified repository item to the content. |
void |
dispose()
|
DragContext |
getDragContext()
Returns the used DragContext |
| Methods inherited from class org.eclipse.swt.widgets.Composite |
checkSubclass, computeSize, getChildren, getLayout, getTabList, layout, layout, setFocus, setLayout, setTabList |
| Methods inherited from class org.eclipse.swt.widgets.Scrollable |
computeTrim, getClientArea, getHorizontalBar, getVerticalBar |
| Methods inherited from class org.eclipse.swt.widgets.Control |
addControlListener, addFocusListener, addHelpListener, addKeyListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addPaintListener, addTraverseListener, computeSize, forceFocus, getAccessible, getBackground, getBorderWidth, getBounds, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getParent, getShell, getSize, getToolTipText, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, redraw, redraw, removeControlListener, removeFocusListener, removeHelpListener, removeKeyListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removePaintListener, removeTraverseListener, setBackground, setBounds, setBounds, setCapture, setCursor, setEnabled, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setParent, setRedraw, setSize, setSize, setToolTipText, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, update |
| Methods inherited from class org.eclipse.swt.widgets.Widget |
addDisposeListener, addListener, checkWidget, getData, getData, getDisplay, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, setData, setData, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SwtRepositoryContent(org.eclipse.swt.widgets.Composite parent,
DragContext dragContext)
SwtRepositoryContent
parent - the parent Composite to add this repository todragContext - the DragContext to use| Method Detail |
public final DragContext getDragContext()
DragContext
DragContext
public final AbstractSwtRepositoryItem addItem(java.lang.String poolElementName,
java.lang.String tooltip,
org.eclipse.swt.graphics.Point iconSize)
poolElementName - id of the repository item to receive it from the
ElementPooltooltip - a suitable text which describes this itemiconSize - the width and height of the icon
public final AbstractSwtRepositoryItem addCommandItem(Command cmd,
java.lang.String tooltip,
org.eclipse.swt.graphics.Point iconSize)
cmd - the associated Commandtooltip - a suitable text which describes this itemiconSize - the width and height of the icon
public final AbstractSwtRepositoryItem addItem(java.lang.String poolElementName,
java.lang.String tooltip,
java.lang.String iconPath,
java.lang.Class resourceClass,
org.eclipse.swt.graphics.Point iconSize)
poolElementName - id of the repository item to receive it from the
ElementPooltooltip - a suitable text which describes this itemiconPath - the path to the iconresourceClass - the resource class for the iconiconSize - the width and height of the icon
public final AbstractSwtRepositoryItem addCommandItem(Command cmd,
java.lang.String tooltip,
java.lang.String iconPath,
java.lang.Class resourceClass,
org.eclipse.swt.graphics.Point iconSize)
cmd - the associated Commandtooltip - a suitable text which describes this itemiconPath - the path to the iconresourceClass - the resource class for the iconiconSize - the width and height of the icon
public void dispose()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||