public class CompositeControl extends ControlWrapper implements IControl
| Constructor and Description |
|---|
CompositeControl(IContainer parent)
Creates a new instance
|
CompositeControl(IContainer parent,
ICompositeDescriptor descriptor)
Creates a new instance
|
CompositeControl(IContainer parent,
ICompositeDescriptor descriptor,
java.lang.Object layoutConstraints)
Creates a new instance
|
CompositeControl(IContainer parent,
int index)
Creates a new instance
|
CompositeControl(IContainer parent,
int index,
ICompositeDescriptor descriptor)
Creates a new instance
|
CompositeControl(IContainer parent,
int index,
ICompositeDescriptor descriptor,
java.lang.Object layoutConstraints)
Creates a new instance
|
CompositeControl(IContainer parent,
int index,
java.lang.Object layoutConstraints)
Creates a new instance
|
CompositeControl(IContainer parent,
java.lang.Object layoutConstraints)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
protected IComposite |
getComposite()
Gets the composite where the content of this control can be added
|
addParentListener, getDragSource, getDropTarget, getLayoutConstraints, getMaxSize, getMinSize, getParent, getPreferredSize, getRoot, getWidget, removeParentListener, setLayoutConstraints, setMaxSize, setMinSize, setParent, setPreferredSize, setToolTipTextaddComponentListener, addFocusListener, addKeyListener, addMouseListener, addMouseMotionListener, addPopupDetectionListener, addShowingStateListener, createPopupMenu, fromComponent, getBackgroundColor, getBounds, getForegroundColor, getPosition, getSize, hasFocus, isReparentable, isShowing, isVisible, redraw, removeComponentListener, removeFocusListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removePopupDetectionListener, removeShowingStateListener, requestFocus, setBackgroundColor, setBounds, setCursor, setForegroundColor, setPopupMenu, setPosition, setPosition, setRedrawEnabled, setSize, setSize, setVisible, toComponent, toLocal, toScreenaddDisposeListener, dispose, getUiReference, isDisposed, isEnabled, removeDisposeListener, setEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDragSource, getDropTarget, getParent, getRoot, setMaxSize, setMinSize, setParent, setPreferredSizecreatePopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreendispose, isDisposedaddDisposeListener, removeDisposeListeneraddShowingStateListener, removeShowingStateListenergetLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipTextgetBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisiblegetUiReference, isEnabled, setEnabledaddComponentListener, removeComponentListeneraddFocusListener, removeFocusListeneraddKeyListener, removeKeyListeneraddMouseListener, removeMouseListeneraddMouseMotionListener, removeMouseMotionListeneraddPopupDetectionListener, removePopupDetectionListeneraddParentListener, removeParentListenerpublic CompositeControl(IContainer parent)
parent - The parent container where to add the control topublic CompositeControl(IContainer parent, int index)
parent - The parent container where to add the control toindex - The index where to add the control into the containers child listpublic CompositeControl(IContainer parent, ICompositeDescriptor descriptor)
parent - The parent container where to add the control todescriptor - The descriptor that will be used to create the compositepublic CompositeControl(IContainer parent, int index, ICompositeDescriptor descriptor)
parent - The parent container where to add the control toindex - The index where to add the control into the containers child listdescriptor - The descriptor that will be used to create the compositepublic CompositeControl(IContainer parent, java.lang.Object layoutConstraints)
parent - The parent container where to add the control tolayoutConstraints - The layout constraints that will be used for the controlpublic CompositeControl(IContainer parent, int index, java.lang.Object layoutConstraints)
parent - The parent container where to add the control toindex - The index where to add the control into the containers child listlayoutConstraints - The layout constraints that will be used for the controlpublic CompositeControl(IContainer parent, ICompositeDescriptor descriptor, java.lang.Object layoutConstraints)
parent - The parent container where to add the control todescriptor - The descriptor that will be used to create the compositelayoutConstraints - The layout constraints that will be used for the controlpublic CompositeControl(IContainer parent, int index, ICompositeDescriptor descriptor, java.lang.Object layoutConstraints)
parent - The parent container where to add the control toindex - The index where to add the control into the containers child listdescriptor - The descriptor that will be used to create the compositelayoutConstraints - The layout constraints that will be used for the controlprotected IComposite getComposite()
Siehe auch Jowidgets Nutzerhandbuch