|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Extends compound pane in order to arrange sub components in a grid.
| Field Summary | |
static int |
DEFAULT_MARGIN
Default margin value used for horizontal and vertical margin. |
static int |
DEFAULT_SPACING
Default spacing value used for horizontal and vertical margin. |
| Method Summary | |
org.eclipse.swt.widgets.Button |
addCheckBox(java.lang.String pCheckBoxText,
boolean pCheckBoxValue,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.jface.viewers.CheckboxTableViewer |
addCheckboxTableViewer(boolean pEnableMultipleSelection,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.jface.viewers.CheckboxTreeViewer |
addCheckboxTreeViewer(boolean pEnableMultipleSelection,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Combo |
addComboBox(java.lang.String[] pItems,
java.lang.String pDefaultText,
boolean pReadOnly,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
IGridLayoutPane |
addGridLayoutPane(int pNumOfColumns,
boolean pEqualSizedFlag,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
IGridLayoutPane |
addGridLayoutPane(int pNumOfColumns,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
IGridLayoutPane |
addGridLayoutPane(java.lang.String pGroupTitle,
int pNumOfColumns,
boolean pEqualSizedFlag,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
IGridLayoutPane |
addGridLayoutPane(java.lang.String pGroupTitle,
int pNumOfColumns,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
void |
addGridLayoutPaneContainer(IGridLayoutPaneContainer pContainer,
IGridLayoutData pLayoutData)
Method addGridLayoutPaneContainer. |
org.eclipse.swt.widgets.Button[] |
addHorizontalRadioButtonGroup(java.lang.String pTitle,
java.lang.String[] pRadioButtonText,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Button[] |
addHorizontalRadioButtonGroup(java.lang.String pTitle,
java.lang.String[] pRadioButtonText,
int pSelectedItem,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
ISashPane |
addHorizontalSashPane(IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Label |
addHorizontalSeparator()
Adds a horizontal separator which spans from left border to right border (i.e. all cells of the row). |
IToolBarPane |
addHorizontalToolBar(IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Label |
addImage(org.eclipse.swt.graphics.Image pLabelImage,
boolean pBorderFlag,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Label |
addImage(org.eclipse.swt.graphics.Image pLabelImage,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.List |
addList(java.lang.String[] pItems,
boolean enableMultipleSelection,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.List |
addList(java.lang.String[] pItems,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.jface.viewers.ListViewer |
addListViewer(boolean pEnableMultipleSelection,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
void |
addPlaceholder(IGridLayoutData pLayoutData)
Adds a placeholder. |
void |
addPlaceholder(int pHorizontalSpan,
int pVerticalSpan)
Adds a placeholder. |
org.eclipse.swt.widgets.Button |
addPushButton(org.eclipse.swt.graphics.Image pButtonImage,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Button |
addPushButton(org.eclipse.swt.graphics.Image pButtonImage,
java.lang.String pButtonTooltip,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Button |
addPushButton(java.lang.String pButtonText,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Button |
addPushButton(java.lang.String pButtonText,
java.lang.String pButtonTooltip,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Button |
addRadioButton(org.eclipse.swt.graphics.Image pButtonImage,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Button |
addRadioButton(org.eclipse.swt.graphics.Image pButtonImage,
java.lang.String pButtonTooltip,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Button |
addRadioButton(java.lang.String pButtonText,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Button |
addRadioButton(java.lang.String pButtonText,
java.lang.String pButtonTooltip,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
ISapTableViewer |
addSapTableViewer(javax.swing.table.TableModel pTableModel,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
ISapTableViewer |
addSapTableViewer(javax.swing.table.TableModel pTableModel,
IGridLayoutData pLayoutData,
boolean pSingleSelection)
Overlayed method of ICompoundPane. |
ISapTreeViewer |
addSapTreeViewer(javax.swing.tree.TreeModel pTreeModel,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
ISapTreeViewer |
addSapTreeViewer(javax.swing.tree.TreeModel pTreeModel,
SapTreeLabelProvider pTreeLabelProvider,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
ISimplePane |
addSimplePane(boolean fill,
boolean grab)
Overlayed method of ICompoundPane. |
ISimplePane |
addSimplePane(boolean fillHorizontal,
boolean fillVertical,
boolean grabHorizontal,
boolean grabVertical)
Overlayed method of ICompoundPane. |
ISimplePane |
addSimplePane(IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
ISimplePane |
addSimplePane(java.lang.String pTitle,
boolean fill,
boolean grab)
Overlayed method of ICompoundPane. |
ISimplePane |
addSimplePane(java.lang.String pTitle,
boolean fillHorizontal,
boolean fillVertical,
boolean grabHorizontal,
boolean grabVertical)
Overlayed method of ICompoundPane. |
ISimplePane |
addSimplePane(java.lang.String pTitle,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
ITabbedPane |
addTabbedPane(IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.jface.viewers.TableTreeViewer |
addTableTreeViewer(boolean pEnableMultipleSelection,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.jface.viewers.TableViewer |
addTableViewer(boolean pEnableMultipleSelection,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.jface.viewers.TableViewer |
addTableViewer(boolean pEnableMultipleSelection,
ITableColumn[] columns,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.jface.viewers.TableViewer |
addTableViewer(boolean pEnableMultipleSelection,
java.lang.String[] columnLabels,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.jface.viewers.TableViewer |
addTableViewer(boolean pEnableMultipleSelection,
java.lang.String[] columnLabels,
int[] columnWidths,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Text |
addTextField(boolean pReadOnly,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Text |
addTextField(java.lang.String pDefaultText,
boolean pReadOnly,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Text |
addTextField(java.lang.String pDefaultText,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Label |
addTextLabel(java.lang.String pLabelText,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Text |
addTextPane(java.lang.String pDefaultText,
boolean pReadOnly,
boolean pWordWrap,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Text |
addTextPane(java.lang.String pDefaultText,
boolean pReadOnly,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.jface.text.TextViewer |
addTextViewer(boolean pWordWrap,
boolean pReadOnly,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.jface.text.TextViewer |
addTextViewer(boolean pWordWrap,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.jface.text.TextViewer |
addTextViewer(IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Button |
addToggleButton(org.eclipse.swt.graphics.Image image,
IGridLayoutData layoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Button |
addToggleButton(org.eclipse.swt.graphics.Image image,
java.lang.String toolTip,
IGridLayoutData layoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Button |
addToggleButton(java.lang.String text,
IGridLayoutData layoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Button |
addToggleButton(java.lang.String text,
java.lang.String toolTip,
IGridLayoutData layoutData)
Overlayed method of ICompoundPane. |
org.eclipse.jface.viewers.TreeViewer |
addTreeViewer(boolean pEnableMultipleSelection,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Button[] |
addVerticalRadioButtonGroup(java.lang.String pTitle,
java.lang.String[] pRadioButtonText,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
org.eclipse.swt.widgets.Button[] |
addVerticalRadioButtonGroup(java.lang.String pTitle,
java.lang.String[] pRadioButtonText,
int pSelectedItem,
IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
ISashPane |
addVerticalSashPane(IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
IToolBarPane |
addVerticalToolBar(IGridLayoutData pLayoutData)
Overlayed method of ICompoundPane. |
IGridLayoutData |
createGridLayoutData()
Creates default grid layout data information. |
IGridLayoutData |
createGridLayoutData(boolean pGrabHorizontal,
boolean pGrabVertical)
Creates grid layout data information. |
IGridLayoutData |
createGridLayoutData(boolean pGrabHorizontal,
boolean pGrabVertical,
int pHorizontalSpan,
int pVerticalSpan)
Creates grid layout data information. |
IGridLayoutData |
createGridLayoutData(int pHorizontalAlignment,
int pVerticalAlignment)
Creates grid layout data information. |
IGridLayoutData |
createGridLayoutData(int pHorizontalAlignment,
int pVerticalAlignment,
boolean pGrabHorizontal,
boolean pGrabVertical)
Creates grid layout data information. |
IGridLayoutData |
createGridLayoutData(int pHorizontalAlignment,
int pVerticalAlignment,
boolean pGrabHorizontal,
boolean pGrabVertical,
int pHorizontalSpan,
int pVerticalSpan)
Creates grid layout data information. |
IGridLayoutData |
createGridLayoutData(int pHorizontalAlignment,
int pVerticalAlignment,
int pHorizontalSpan,
int pVerticalSpan)
Method createGridLayoutData. |
int |
getHorizontalMargin()
Get the horizontal margin. |
int |
getHorizontalSpacing()
Get the horizontal spacing. |
int |
getVerticalMargin()
Get the vertical margin. |
int |
getVerticalSpacing()
Get the vertical spacing. |
void |
setHorizontalMargin(int newMargin)
Sets horizontal margin. |
void |
setHorizontalSpacing(int newSpacing)
Sets horizontal spacing. |
void |
setMargin(int newHorizontalMargin,
int newVerticalMargin)
Sets horizontal and vertical margin. |
void |
setSpacing(int newHorizontalSpacing,
int newVerticalSpacing)
Sets horizontal and vertical spacing. |
void |
setVerticalMargin(int newMargin)
Sets vertical margin. |
void |
setVerticalSpacing(int newSpacing)
Sets vertical spacing. |
| Methods inherited from interface com.tssap.util.ui.pane.ITitledPane |
getTitle, setTitle |
| Methods inherited from interface com.tssap.util.ui.pane.IBasicPane |
addDisposeListener, getComposite, getParent, getWidgetFactory, isPaneModifiable, setLayoutData |
| Field Detail |
public static final int DEFAULT_MARGIN
public static final int DEFAULT_SPACING
| Method Detail |
public org.eclipse.swt.widgets.Button addPushButton(java.lang.String pButtonText,
IGridLayoutData pLayoutData)
ICompoundPane.addPushButton(String)
public org.eclipse.swt.widgets.Button addPushButton(org.eclipse.swt.graphics.Image pButtonImage,
IGridLayoutData pLayoutData)
ICompoundPane.addPushButton(Image)
public org.eclipse.swt.widgets.Button addPushButton(java.lang.String pButtonText,
java.lang.String pButtonTooltip,
IGridLayoutData pLayoutData)
ICompoundPane.addPushButton(String, String)
public org.eclipse.swt.widgets.Button addPushButton(org.eclipse.swt.graphics.Image pButtonImage,
java.lang.String pButtonTooltip,
IGridLayoutData pLayoutData)
ICompoundPane.addPushButton(Image, String)
public org.eclipse.swt.widgets.Button addToggleButton(java.lang.String text,
IGridLayoutData layoutData)
ICompoundPane.addToggleButton(String)
public org.eclipse.swt.widgets.Button addToggleButton(org.eclipse.swt.graphics.Image image,
IGridLayoutData layoutData)
ICompoundPane.addToggleButton(Image)
public org.eclipse.swt.widgets.Button addToggleButton(java.lang.String text,
java.lang.String toolTip,
IGridLayoutData layoutData)
ICompoundPane.addToggleButton(String, String)
public org.eclipse.swt.widgets.Button addToggleButton(org.eclipse.swt.graphics.Image image,
java.lang.String toolTip,
IGridLayoutData layoutData)
ICompoundPane.addToggleButton(Image, String)
public org.eclipse.swt.widgets.Button addRadioButton(java.lang.String pButtonText,
IGridLayoutData pLayoutData)
ICompoundPane.addRadioButton(String)
public org.eclipse.swt.widgets.Button addRadioButton(org.eclipse.swt.graphics.Image pButtonImage,
IGridLayoutData pLayoutData)
ICompoundPane.addRadioButton(Image)
public org.eclipse.swt.widgets.Button addRadioButton(java.lang.String pButtonText,
java.lang.String pButtonTooltip,
IGridLayoutData pLayoutData)
ICompoundPane.addRadioButton(String, String)
public org.eclipse.swt.widgets.Button addRadioButton(org.eclipse.swt.graphics.Image pButtonImage,
java.lang.String pButtonTooltip,
IGridLayoutData pLayoutData)
ICompoundPane.addRadioButton(Image, String)
public org.eclipse.swt.widgets.Button addCheckBox(java.lang.String pCheckBoxText,
boolean pCheckBoxValue,
IGridLayoutData pLayoutData)
ICompoundPane.addCheckBox(String, boolean)
public org.eclipse.swt.widgets.Button[] addHorizontalRadioButtonGroup(java.lang.String pTitle,
java.lang.String[] pRadioButtonText,
IGridLayoutData pLayoutData)
ICompoundPane.addHorizontalRadioButtonGroup(String, String[])
public org.eclipse.swt.widgets.Button[] addHorizontalRadioButtonGroup(java.lang.String pTitle,
java.lang.String[] pRadioButtonText,
int pSelectedItem,
IGridLayoutData pLayoutData)
ICompoundPane.addHorizontalRadioButtonGroup(String, String[], int)
public org.eclipse.swt.widgets.Button[] addVerticalRadioButtonGroup(java.lang.String pTitle,
java.lang.String[] pRadioButtonText,
IGridLayoutData pLayoutData)
ICompoundPane.addVerticalRadioButtonGroup(String, String[])
public org.eclipse.swt.widgets.Button[] addVerticalRadioButtonGroup(java.lang.String pTitle,
java.lang.String[] pRadioButtonText,
int pSelectedItem,
IGridLayoutData pLayoutData)
ICompoundPane.addVerticalRadioButtonGroup(String, String[], int)
public org.eclipse.swt.widgets.Label addTextLabel(java.lang.String pLabelText,
IGridLayoutData pLayoutData)
ICompoundPane.addTextLabel(String)
public org.eclipse.swt.widgets.Text addTextField(java.lang.String pDefaultText,
IGridLayoutData pLayoutData)
ICompoundPane.addTextField(String)
public org.eclipse.swt.widgets.Text addTextField(boolean pReadOnly,
IGridLayoutData pLayoutData)
ICompoundPane.addTextField(boolean)
public org.eclipse.swt.widgets.Text addTextField(java.lang.String pDefaultText,
boolean pReadOnly,
IGridLayoutData pLayoutData)
ICompoundPane.addTextField(String, boolean)
public org.eclipse.swt.widgets.Text addTextPane(java.lang.String pDefaultText,
boolean pReadOnly,
IGridLayoutData pLayoutData)
ICompoundPane.addTextPane(String, boolean)
public org.eclipse.swt.widgets.Text addTextPane(java.lang.String pDefaultText,
boolean pReadOnly,
boolean pWordWrap,
IGridLayoutData pLayoutData)
ICompoundPane.addTextPane(String, boolean, boolean)
public org.eclipse.swt.widgets.Label addImage(org.eclipse.swt.graphics.Image pLabelImage,
IGridLayoutData pLayoutData)
ICompoundPane.addImage(Image)
public org.eclipse.swt.widgets.Label addImage(org.eclipse.swt.graphics.Image pLabelImage,
boolean pBorderFlag,
IGridLayoutData pLayoutData)
ICompoundPane.addImage(Image, boolean)
public org.eclipse.swt.widgets.Combo addComboBox(java.lang.String[] pItems,
java.lang.String pDefaultText,
boolean pReadOnly,
IGridLayoutData pLayoutData)
ICompoundPane.addComboBox(String[], String, boolean)
public org.eclipse.swt.widgets.List addList(java.lang.String[] pItems,
IGridLayoutData pLayoutData)
ICompoundPane.addList(String[])
public org.eclipse.swt.widgets.List addList(java.lang.String[] pItems,
boolean enableMultipleSelection,
IGridLayoutData pLayoutData)
ICompoundPane.addList(String[], boolean)
public void addPlaceholder(int pHorizontalSpan,
int pVerticalSpan)
pSpanHorizontally - number of cells spanned horizontallypSpanVertically - number of cells spanned verticallypublic void addPlaceholder(IGridLayoutData pLayoutData)
pLayoutData - grid layout data of the placeholderpublic org.eclipse.swt.widgets.Label addHorizontalSeparator()
public org.eclipse.jface.text.TextViewer addTextViewer(IGridLayoutData pLayoutData)
ICompoundPane.addTextViewer()
public org.eclipse.jface.text.TextViewer addTextViewer(boolean pWordWrap,
IGridLayoutData pLayoutData)
ICompoundPane.addTextViewer(boolean)
public org.eclipse.jface.text.TextViewer addTextViewer(boolean pWordWrap,
boolean pReadOnly,
IGridLayoutData pLayoutData)
ICompoundPane.addTextViewer(boolean, boolean)
public org.eclipse.jface.viewers.ListViewer addListViewer(boolean pEnableMultipleSelection,
IGridLayoutData pLayoutData)
ICompoundPane.addListViewer(boolean)
public org.eclipse.jface.viewers.TreeViewer addTreeViewer(boolean pEnableMultipleSelection,
IGridLayoutData pLayoutData)
ICompoundPane.addTreeViewer(boolean)
public org.eclipse.jface.viewers.CheckboxTreeViewer addCheckboxTreeViewer(boolean pEnableMultipleSelection,
IGridLayoutData pLayoutData)
ICompoundPane.addCheckboxTreeViewer(boolean)
public org.eclipse.jface.viewers.TableViewer addTableViewer(boolean pEnableMultipleSelection,
IGridLayoutData pLayoutData)
ICompoundPane.addTableViewer(boolean)
public org.eclipse.jface.viewers.TableViewer addTableViewer(boolean pEnableMultipleSelection,
java.lang.String[] columnLabels,
IGridLayoutData pLayoutData)
ICompoundPane.addTableViewer(boolean, String[])
public org.eclipse.jface.viewers.TableViewer addTableViewer(boolean pEnableMultipleSelection,
ITableColumn[] columns,
IGridLayoutData pLayoutData)
ICompoundPane#addTableViewer(boolean, ITableColumn])
public org.eclipse.jface.viewers.TableViewer addTableViewer(boolean pEnableMultipleSelection,
java.lang.String[] columnLabels,
int[] columnWidths,
IGridLayoutData pLayoutData)
ICompoundPane.addTableViewer(boolean, String[], int[])
public org.eclipse.jface.viewers.CheckboxTableViewer addCheckboxTableViewer(boolean pEnableMultipleSelection,
IGridLayoutData pLayoutData)
ICompoundPane.addCheckboxTableViewer(boolean)
public org.eclipse.jface.viewers.TableTreeViewer addTableTreeViewer(boolean pEnableMultipleSelection,
IGridLayoutData pLayoutData)
ICompoundPane.addTableTreeViewer(boolean)
public ISimplePane addSimplePane(boolean fill,
boolean grab)
fillFlag - fill in both directionsgrabFlag - grab in both directionsICompoundPane.addSimplePane()
public ISimplePane addSimplePane(boolean fillHorizontal,
boolean fillVertical,
boolean grabHorizontal,
boolean grabVertical)
fillHorizontal - fill horizontallyfillVertical - fill verticallygrabHorizontal - grab horizontallygrabVertical - grab verticallyICompoundPane.addSimplePane()public ISimplePane addSimplePane(IGridLayoutData pLayoutData)
ICompoundPane.addSimplePane()
public ISimplePane addSimplePane(java.lang.String pTitle,
boolean fill,
boolean grab)
pTitle - title of borderfillFlag - fill in both directionsgrabFlag - grab in both directionsICompoundPane.addSimplePane()
public ISimplePane addSimplePane(java.lang.String pTitle,
boolean fillHorizontal,
boolean fillVertical,
boolean grabHorizontal,
boolean grabVertical)
pTitle - title of borderfillHorizontal - fill horizontallyfillVertical - fill verticallygrabHorizontal - grab horizontallygrabVertical - grab verticallyICompoundPane.addSimplePane()
public ISimplePane addSimplePane(java.lang.String pTitle,
IGridLayoutData pLayoutData)
ICompoundPane.addSimplePane()public ISashPane addHorizontalSashPane(IGridLayoutData pLayoutData)
ICompoundPane.addHorizontalSashPane()public ISashPane addVerticalSashPane(IGridLayoutData pLayoutData)
ICompoundPane.addVerticalSashPane()public IToolBarPane addVerticalToolBar(IGridLayoutData pLayoutData)
ICompoundPane.addVerticalToolBar()public IToolBarPane addHorizontalToolBar(IGridLayoutData pLayoutData)
ICompoundPane.addHorizontalToolBar()public ITabbedPane addTabbedPane(IGridLayoutData pLayoutData)
ICompoundPane.addTabbedPane()
public IGridLayoutPane addGridLayoutPane(int pNumOfColumns,
IGridLayoutData pLayoutData)
ICompoundPane.addGridLayoutPane(int)
public IGridLayoutPane addGridLayoutPane(int pNumOfColumns,
boolean pEqualSizedFlag,
IGridLayoutData pLayoutData)
ICompoundPane.addGridLayoutPane(int, boolean)
public IGridLayoutPane addGridLayoutPane(java.lang.String pGroupTitle,
int pNumOfColumns,
IGridLayoutData pLayoutData)
ICompoundPane.addGridLayoutPane(String, int)
public IGridLayoutPane addGridLayoutPane(java.lang.String pGroupTitle,
int pNumOfColumns,
boolean pEqualSizedFlag,
IGridLayoutData pLayoutData)
ICompoundPane.addGridLayoutPane(String, int, boolean)
public ISapTableViewer addSapTableViewer(javax.swing.table.TableModel pTableModel,
IGridLayoutData pLayoutData)
ICompoundPane.addSapTableViewer(TableModel)
public ISapTableViewer addSapTableViewer(javax.swing.table.TableModel pTableModel,
IGridLayoutData pLayoutData,
boolean pSingleSelection)
ICompoundPane.addSapTableViewer(TableModel)
public ISapTreeViewer addSapTreeViewer(javax.swing.tree.TreeModel pTreeModel,
IGridLayoutData pLayoutData)
ICompoundPane.addSapTreeViewer(TreeModel)
public ISapTreeViewer addSapTreeViewer(javax.swing.tree.TreeModel pTreeModel,
SapTreeLabelProvider pTreeLabelProvider,
IGridLayoutData pLayoutData)
ICompoundPane.addSapTreeViewer(TreeModel, SapTreeLabelProvider)
public void addGridLayoutPaneContainer(IGridLayoutPaneContainer pContainer,
IGridLayoutData pLayoutData)
pContainer - pLayoutData - public int getHorizontalMargin()
public int getVerticalMargin()
public void setHorizontalMargin(int newMargin)
newMargin - new valuepublic void setVerticalMargin(int newMargin)
newMargin - new value
public void setMargin(int newHorizontalMargin,
int newVerticalMargin)
newHorizontalMargin - new valuenewVerticalMargin - new valuepublic int getHorizontalSpacing()
public int getVerticalSpacing()
public void setHorizontalSpacing(int newSpacing)
newSpacing - new valuepublic void setVerticalSpacing(int newSpacing)
newSpacing - new value
public void setSpacing(int newHorizontalSpacing,
int newVerticalSpacing)
newHorizontalSpacing - new valuenewVerticalSpacing - new valuepublic IGridLayoutData createGridLayoutData()
public IGridLayoutData createGridLayoutData(int pHorizontalAlignment,
int pVerticalAlignment)
pHorizontalAlignment - alignment constant specified in IGridLayoutDatapVerticalAlignment - alignment constant specified in IGridLayoutData
public IGridLayoutData createGridLayoutData(int pHorizontalAlignment,
int pVerticalAlignment,
boolean pGrabHorizontal,
boolean pGrabVertical)
pHorizontalAlignment - alignment constant specified in IGridLayoutDatapVerticalAlignment - alignment constant specified in IGridLayoutDatapGrabHorizontal - during resizing additional horizontal space is passed
to elements with this flag set to truepGrabVertical - during resizing additional vertical space is passed
to elements with this flag set to true
public IGridLayoutData createGridLayoutData(int pHorizontalAlignment,
int pVerticalAlignment,
boolean pGrabHorizontal,
boolean pGrabVertical,
int pHorizontalSpan,
int pVerticalSpan)
pHorizontalAlignment - alignment constant specified in IGridLayoutDatapVerticalAlignment - alignment constant specified in IGridLayoutDatapGrabHorizontal - during resizing additional horizontal space is passed
to elements with this flag set to truepGrabVertical - during resizing additional vertical space is passed
to elements with this flag set to truepHorizontalSpan - number of grid cells to span horizontallypVerticalSpan - number of grid cells to span vertically
public IGridLayoutData createGridLayoutData(boolean pGrabHorizontal,
boolean pGrabVertical)
pHorizontalAlignment - alignment constant specified in IGridLayoutDatapGrabVertical - during resizing additional vertical space is passed
to elements with this flag set to true
public IGridLayoutData createGridLayoutData(boolean pGrabHorizontal,
boolean pGrabVertical,
int pHorizontalSpan,
int pVerticalSpan)
pGrabHorizontal - during resizing additional horizontal space is passed
to elements with this flag set to truepGrabVertical - during resizing additional vertical space is passed
to elements with this flag set to truepHorizontalSpan - number of grid cells to span horizontallypVerticalSpan - number of grid cells to span vertically
public IGridLayoutData createGridLayoutData(int pHorizontalAlignment,
int pVerticalAlignment,
int pHorizontalSpan,
int pVerticalSpan)
pHorizontalAlignment - alignment constant specified in IGridLayoutDatapVerticalAlignment - alignment constant specified in IGridLayoutDatapHorizontalSpan - number of grid cells to span horizontallypVerticalSpan - number of grid cells to span vertically
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||