org.eclipse.nebula.widgets.nattable.style.editor
Class ColumnStyleEditorDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.eclipse.nebula.widgets.nattable.style.editor.AbstractStyleEditorDialog
org.eclipse.nebula.widgets.nattable.style.editor.ColumnStyleEditorDialog
public class ColumnStyleEditorDialog
- extends AbstractStyleEditorDialog
| Methods inherited from class org.eclipse.swt.widgets.Dialog |
checkSubclass, getParent, getStyle, getText, setText |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newColumnCellStyle
protected Style newColumnCellStyle
newBorderStyle
protected BorderStyle newBorderStyle
ColumnStyleEditorDialog
public ColumnStyleEditorDialog(org.eclipse.swt.widgets.Shell parent,
Style columnCellStyle)
initComponents
protected void initComponents(org.eclipse.swt.widgets.Shell shell)
- Description copied from class:
AbstractStyleEditorDialog
- Create all widgets to be displayed in the editor
- Specified by:
initComponents in class AbstractStyleEditorDialog
doFormOK
protected void doFormOK(org.eclipse.swt.widgets.Shell shell)
- Description copied from class:
AbstractStyleEditorDialog
- Respond to the OK button press. Read new state from the form.
- Specified by:
doFormOK in class AbstractStyleEditorDialog
doFormClear
protected void doFormClear(org.eclipse.swt.widgets.Shell shell)
- Overrides:
doFormClear in class AbstractStyleEditorDialog
getNewColumnCellStyle
public Style getNewColumnCellStyle()
getNewColumnBorderStyle
public BorderStyle getNewColumnBorderStyle()
Copyright © 2015. All rights reserved.