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, setToolTipText
addComponentListener, 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, toScreen
addDisposeListener, dispose, getUiReference, isDisposed, isEnabled, removeDisposeListener, setEnabled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDragSource, getDropTarget, getParent, getRoot, setMaxSize, setMinSize, setParent, setPreferredSize
createPopupMenu, fromComponent, getBounds, hasFocus, isReparentable, isShowing, setBounds, setPopupMenu, setPosition, setSize, toComponent, toLocal, toScreen
dispose, isDisposed
addDisposeListener, removeDisposeListener
addShowingStateListener, removeShowingStateListener
getLayoutConstraints, getMaxSize, getMinSize, getPreferredSize, setLayoutConstraints, setToolTipText
getBackgroundColor, getForegroundColor, getPosition, getSize, isVisible, redraw, requestFocus, setBackgroundColor, setCursor, setForegroundColor, setPosition, setRedrawEnabled, setSize, setVisible
getUiReference, isEnabled, setEnabled
addComponentListener, removeComponentListener
addFocusListener, removeFocusListener
addKeyListener, removeKeyListener
addMouseListener, removeMouseListener
addMouseMotionListener, removeMouseMotionListener
addPopupDetectionListener, removePopupDetectionListener
addParentListener, removeParentListener
public 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