Class ECTEITableCustomizerDialog
java.lang.Object
org.eclipse.jface.window.Window
org.eclipse.jface.dialogs.Dialog
org.eclipse.jface.dialogs.TrayDialog
ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog
ro.sync.ecss.extensions.tei.table.ECTEITableCustomizerDialog
- All Implemented Interfaces:
org.eclipse.jface.window.IShellProvider,TableCustomizerConstants
@API(type=INTERNAL,
src=PUBLIC)
public class ECTEITableCustomizerDialog
extends ECTableCustomizerDialog
The dialog used to customize a TEI table. It is used on Eclipse platform implementation.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jface.window.Window
org.eclipse.jface.window.Window.IExceptionHandlerNested 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
authorResourceBundle, selectedColWidthsTypeFields inherited from class org.eclipse.jface.dialogs.Dialog
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSISFields inherited from class org.eclipse.jface.window.Window
CANCEL, OK, resizeHasOccurredFields inherited from interface ro.sync.ecss.extensions.commons.table.operations.TableCustomizerConstants
CALS_WIDTHS_SPECIFICATIONS, CENTER, CHAR, COLS_DYNAMIC, COLS_FIXED, COLS_PROPORTIONAL, DITA_CONREF, FIXED_COL_WIDTH_DEFAULT_VALUE, 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, JUSTIFY, LEFT, REL_COL_WIDTH_DEFAULT_VALUE, RIGHT, SIMPLE_WIDTHS_SPECIFICATIONS, UNSPECIFIED -
Constructor Summary
ConstructorsConstructorDescriptionECTEITableCustomizerDialog(AuthorAccess authorAccess, org.eclipse.swt.widgets.Shell parentShell, AuthorResourceBundle authorResourceBundle, int predefinedRowsCount, int predefinedColumnsCount) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.swt.widgets.ButtoncreateTitleCheckbox(org.eclipse.swt.widgets.Composite parent) Create a checkbox with an implementation specific title.protected String[]getAlignValues(int tableModelType) Compute the possible values for'align'attribute.protected String[]getColsepValues(int tableModelType) Compute the possible values for'colsep'attribute.protected List<TableCustomizerConstants.ColumnWidthsType>getColumnWidthsSpecifications(int tableModelType) Compute the possible values for the column widths specifications.protected StringgetDefaultAlignValue(int tableModelType) Get the default align value.protected StringgetDefaultColsepValue(int tableModelType) Get the default column separator value.protected StringgetDefaultFrameValue(int tableModelType) Get the default frame value.protected StringgetDefaultRowsepValue(int tableModelType) Get the default row separator value.protected String[]getFrameValues(int tableModelType) In TEI we don't have a frame attribute.Get the ID of the help page which will be called by the end user.protected String[]getRowsepValues(int tableModelType) Compute the possible values for'rowsep'attribute.Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.ECTableCustomizerDialog
configureShell, createButtonsForButtonBar, createDialogArea, showDialogMethods inherited from class org.eclipse.jface.dialogs.TrayDialog
closeTray, createButtonBar, createHelpControl, getLayout, getTray, handleShellCloseEvent, isDialogHelpAvailable, isHelpAvailable, openTray, setDialogHelpAvailable, setHelpAvailableMethods inherited from class org.eclipse.jface.dialogs.Dialog
applyDialogFont, buttonPressed, cancelPressed, close, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, createContents, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getInitialSize, getOKButton, initializeBounds, initializeDialogUnits, isResizable, okPressed, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenTextMethods inherited from class org.eclipse.jface.window.Window
canHandleShellCloseEvent, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager
-
Constructor Details
-
ECTEITableCustomizerDialog
public ECTEITableCustomizerDialog(AuthorAccess authorAccess, org.eclipse.swt.widgets.Shell parentShell, AuthorResourceBundle authorResourceBundle, int predefinedRowsCount, int predefinedColumnsCount) Constructor.- Parameters:
authorAccess- The Author access.parentShell- The parent shell for the dialog.authorResourceBundle- The author resource bundle.predefinedRowsCount- The predefined number of rows.predefinedColumnsCount- The predefined number of columns.
-
-
Method Details
-
getColumnWidthsSpecifications
protected List<TableCustomizerConstants.ColumnWidthsType> getColumnWidthsSpecifications(int tableModelType) Description copied from class:ECTableCustomizerDialogCompute the possible values for the column widths specifications.- Specified by:
getColumnWidthsSpecificationsin classECTableCustomizerDialog- Parameters:
tableModelType- The table model type. One of the constants:TableInfo.TABLE_MODEL_CALS,TableInfo.TABLE_MODEL_CUSTOM,TableInfo.TABLE_MODEL_DITA_SIMPLE,TableInfo.TABLE_MODEL_HTML.- Returns:
- Returns the possible values for the column widths modifications.
- See Also:
-
getFrameValues
In TEI we don't have a frame attribute.- Specified by:
getFrameValuesin classECTableCustomizerDialog- Parameters:
tableModelType- The table model type. One of the constants:TableInfo.TABLE_MODEL_CALS,TableInfo.TABLE_MODEL_CUSTOM,TableInfo.TABLE_MODEL_DITA_SIMPLE,TableInfo.TABLE_MODEL_HTML.- Returns:
- Returns the possible values for
'frame'attribute. - See Also:
-
createTitleCheckbox
protected org.eclipse.swt.widgets.Button createTitleCheckbox(org.eclipse.swt.widgets.Composite parent) Description copied from class:ECTableCustomizerDialogCreate a checkbox with an implementation specific title.- Specified by:
createTitleCheckboxin classECTableCustomizerDialog- Parameters:
parent- The parentComposite.- Returns:
- The title checkbox customized according to implementation.
- See Also:
-
getDefaultFrameValue
Description copied from class:ECTableCustomizerDialogGet the default frame value.- Specified by:
getDefaultFrameValuein classECTableCustomizerDialog- Parameters:
tableModelType- The table model type. One of the constants:TableInfo.TABLE_MODEL_CALS,TableInfo.TABLE_MODEL_CUSTOM,TableInfo.TABLE_MODEL_DITA_SIMPLE,TableInfo.TABLE_MODEL_HTML.- Returns:
- The default frame value
- See Also:
-
getRowsepValues
Description copied from class:ECTableCustomizerDialogCompute the possible values for'rowsep'attribute.- Specified by:
getRowsepValuesin classECTableCustomizerDialog- Parameters:
tableModelType- The table model type. One of the constants:TableInfo.TABLE_MODEL_CALS,TableInfo.TABLE_MODEL_CUSTOM,TableInfo.TABLE_MODEL_DITA_SIMPLE,TableInfo.TABLE_MODEL_HTML.- Returns:
- Returns the possible values for
'rowsep'attribute. - See Also:
-
getColsepValues
Description copied from class:ECTableCustomizerDialogCompute the possible values for'colsep'attribute.- Specified by:
getColsepValuesin classECTableCustomizerDialog- Parameters:
tableModelType- The table model. One of the constants:TableInfo.TABLE_MODEL_CALS,TableInfo.TABLE_MODEL_CUSTOM,TableInfo.TABLE_MODEL_DITA_SIMPLE,TableInfo.TABLE_MODEL_HTML.- Returns:
- Returns the possible values for
'colsep'attribute. - See Also:
-
getDefaultRowsepValue
Description copied from class:ECTableCustomizerDialogGet the default row separator value.- Specified by:
getDefaultRowsepValuein classECTableCustomizerDialog- Parameters:
tableModelType- The table model type. One of the constants:TableInfo.TABLE_MODEL_CALS,TableInfo.TABLE_MODEL_CUSTOM,TableInfo.TABLE_MODEL_DITA_SIMPLE,TableInfo.TABLE_MODEL_HTML.- Returns:
- The default row separator value
- See Also:
-
getDefaultColsepValue
Description copied from class:ECTableCustomizerDialogGet the default column separator value.- Specified by:
getDefaultColsepValuein classECTableCustomizerDialog- Parameters:
tableModelType- The table model type. One of the constants:TableInfo.TABLE_MODEL_CALS,TableInfo.TABLE_MODEL_CUSTOM,TableInfo.TABLE_MODEL_DITA_SIMPLE,TableInfo.TABLE_MODEL_HTML.- Returns:
- The default column separator value
- See Also:
-
getAlignValues
Description copied from class:ECTableCustomizerDialogCompute the possible values for'align'attribute.- Specified by:
getAlignValuesin classECTableCustomizerDialog- Parameters:
tableModelType- The table model type. One of the constants:TableInfo.TABLE_MODEL_CALS,TableInfo.TABLE_MODEL_CUSTOM,TableInfo.TABLE_MODEL_DITA_SIMPLE,TableInfo.TABLE_MODEL_HTML.- Returns:
- Returns the possible values for
'align'attribute. - See Also:
-
getDefaultAlignValue
Description copied from class:ECTableCustomizerDialogGet the default align value.- Specified by:
getDefaultAlignValuein classECTableCustomizerDialog- Parameters:
tableModelType- The table model type. One of the constants:TableInfo.TABLE_MODEL_CALS,TableInfo.TABLE_MODEL_CUSTOM,TableInfo.TABLE_MODEL_DITA_SIMPLE,TableInfo.TABLE_MODEL_HTML.- Returns:
- The default align value
- See Also:
-
getHelpPageID
Description copied from class:ECTableCustomizerDialogGet the ID of the help page which will be called by the end user.- Overrides:
getHelpPageIDin classECTableCustomizerDialog- Returns:
- the ID of the help page which will be called by the end user or
null. - See Also:
-