|
||||||||||
| 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.ibm.commons.swt.data.layouts.PropLayout
com.ibm.commons.swt.data.layouts.PropLayout2
com.ibm.commons.swt.data.layouts.PropLayoutGroupBox
public class PropLayoutGroupBox
Layout for a single column of paired controls, and a column with a group box in it.
| Field Summary |
|---|
| Fields inherited from class com.ibm.commons.swt.data.layouts.PropLayout |
|---|
TEXT_SUFFIX, UNITS_SUFFIX |
| Fields inherited from class org.eclipse.swt.widgets.Control |
|---|
handle |
| Constructor Summary | |
|---|---|
PropLayoutGroupBox(org.eclipse.swt.widgets.Composite parent,
int style)
Constructs a new instance of the class given the parent Composite, and style flags which are used to set the look/behavior of the control. |
|
| Method Summary | |
|---|---|
protected void |
createGroupBoxContents(org.eclipse.swt.widgets.Group groupBox)
Override to fill contents of the group box. |
protected void |
createRightContents(org.eclipse.swt.widgets.Composite rightChild)
Create the group box and initalize its layout. |
protected java.lang.String |
getGroupTitle()
Override to return the title for the right column's group box. |
protected int |
getNumGroupBoxColumns()
Override to specify the number of columns inside the group box. |
protected int |
getNumRightColumns()
Right column should only have a single column, containing the Group box. |
| Methods inherited from class com.ibm.commons.swt.data.layouts.PropLayout2 |
|---|
createChildComposites, createColumnGridData, createContents, createLeftContents, getNumLeftColumns, getNumParentColumns, isFirstColumnUsed, isSecondColumnUsed |
| 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.Control |
|---|
addControlListener, addDragDetectListener, addFocusListener, addGestureListener, addHelpListener, addKeyListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTouchListener, addTraverseListener, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getOrientation, getParent, getRegion, getShell, getSize, getToolTipText, getTouchEnabled, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, print, redraw, redraw, removeControlListener, removeDragDetectListener, removeFocusListener, removeGestureListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTouchListener, removeTraverseListener, setBackground, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setEnabled, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setOrientation, setParent, setRedraw, setRegion, setSize, setSize, setToolTipText, setTouchEnabled, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, traverse, traverse, update |
| 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 PropLayoutGroupBox(org.eclipse.swt.widgets.Composite parent,
int style)
PropLayout2.getNumLeftColumns() and getNumGroupBoxColumns().
parent - a Composite control which will be the parent of the new instance (CANNOT be null).style - the style of control to construct| Method Detail |
|---|
protected void createGroupBoxContents(org.eclipse.swt.widgets.Group groupBox)
groupBox - the parent Group controlprotected int getNumGroupBoxColumns()
protected java.lang.String getGroupTitle()
protected int getNumRightColumns()
getNumRightColumns in class PropLayout2protected void createRightContents(org.eclipse.swt.widgets.Composite rightChild)
createRightContents in class PropLayout2rightChild - the right child Composite
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||