|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Dialog ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog ro.sync.ecss.extensions.docbook.table.ECDocbookTableCustomizerDialog
public class ECDocbookTableCustomizerDialog
Dialog used to customize DocBook table creation. It is used on Eclipse platform implementation.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants |
---|
TableCustomizerConstants.ColumnWidthsType |
Field Summary |
---|
Fields inherited from class ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog |
---|
selectedColWidthsType |
Fields inherited from interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants |
---|
CALS_WIDTHS_SPECIFICATIONS, COLS_DYNAMIC, COLS_FIXED, COLS_PROPORTIONAL, FRAME_ABOVE, FRAME_ALL, FRAME_BELLOW, FRAME_BORDER, FRAME_BOTTOM, FRAME_BOX, FRAME_HSIDES, FRAME_LHS, FRAME_NONE, FRAME_RHS, FRAME_SIDES, FRAME_TOP, FRAME_TOPBOT, FRAME_VOID, FRAME_VSIDES, HTML_WIDTHS_SPECIFICATIONS, SIMPLE_WIDTHS_SPECIFICATIONS |
Constructor Summary | |
---|---|
ECDocbookTableCustomizerDialog(org.eclipse.swt.widgets.Shell parentShell,
boolean innerTable)
Constructor. |
Method Summary | |
---|---|
protected void |
configureShell(Shell newShell)
Configure Shell. |
protected Button |
createTitleCheckbox(Composite parent)
Create a checkbox with an implementation specific title. |
protected java.util.List<TableCustomizerConstants.ColumnWidthsType> |
getColumnWidthsSpecifications(int tableModel)
Compute the possible values for the column widths specifications. |
protected java.lang.String |
getDefaultFrameValue(int tableModel)
Get the default frame value. |
protected java.lang.String[] |
getFrameValues(int tableModel)
Depending on the table model, CALS or HTML, return different values for 'frame' attribute. |
Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog |
---|
createDialogArea, showDialog |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ECDocbookTableCustomizerDialog(org.eclipse.swt.widgets.Shell parentShell, boolean innerTable)
parentShell
- The parent Shell
.innerTable
- true
if show for inner tableMethod Detail |
---|
protected void configureShell(Shell newShell)
configureShell
in class ECTableCustomizerDialog
newShell
- The new shell.org.eclipse.jface.dialogs.Dialog#configureShell(org.eclipse.swt.widgets.Shell)
protected Button createTitleCheckbox(Composite parent)
ECTableCustomizerDialog
createTitleCheckbox
in class ECTableCustomizerDialog
parent
- The parent Composite
.
ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog#createTitleCheckbox(org.eclipse.swt.widgets.Composite)
protected java.util.List<TableCustomizerConstants.ColumnWidthsType> getColumnWidthsSpecifications(int tableModel)
ECTableCustomizerDialog
getColumnWidthsSpecifications
in class ECTableCustomizerDialog
tableModel
- The table model.
One of the constants:
TableInfo.TABLE_MODEL_CALS
, TableInfo.TABLE_MODEL_CUSTOM
,
TableInfo.TABLE_MODEL_DITA_SIMPLE
, TableInfo.TABLE_MODEL_HTML
.
ECTableCustomizerDialog.getColumnWidthsSpecifications(int)
protected java.lang.String[] getFrameValues(int tableModel)
getFrameValues
in class ECTableCustomizerDialog
tableModel
- The table model.
One of the constants:
TableInfo.TABLE_MODEL_CALS
, TableInfo.TABLE_MODEL_CUSTOM
,
TableInfo.TABLE_MODEL_DITA_SIMPLE
, TableInfo.TABLE_MODEL_HTML
.
'frame'
attribute.ECTableCustomizerDialog.getFrameValues(int)
protected java.lang.String getDefaultFrameValue(int tableModel)
ECTableCustomizerDialog
getDefaultFrameValue
in class ECTableCustomizerDialog
tableModel
- The table model.
ECTableCustomizerDialog.getDefaultFrameValue(int)
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |