org.eclipse.nebula.widgets.nattable.style.editor
Class ColumnStyleEditorDialog

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by org.eclipse.nebula.widgets.nattable.style.editor.AbstractStyleEditorDialog
          extended by org.eclipse.nebula.widgets.nattable.style.editor.ColumnStyleEditorDialog

public class ColumnStyleEditorDialog
extends AbstractStyleEditorDialog


Field Summary
protected  BorderStyle newBorderStyle
           
protected  Style newColumnCellStyle
           
 
Constructor Summary
ColumnStyleEditorDialog(org.eclipse.swt.widgets.Shell parent, Style columnCellStyle)
           
 
Method Summary
protected  void doFormClear(org.eclipse.swt.widgets.Shell shell)
           
protected  void doFormOK(org.eclipse.swt.widgets.Shell shell)
          Respond to the OK button press.
 BorderStyle getNewColumnBorderStyle()
           
 Style getNewColumnCellStyle()
           
protected  void initComponents(org.eclipse.swt.widgets.Shell shell)
          Create all widgets to be displayed in the editor
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.style.editor.AbstractStyleEditorDialog
createButtons, doFormCancel, isCancelPressed, open, setLocation
 
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
 

Field Detail

newColumnCellStyle

protected Style newColumnCellStyle

newBorderStyle

protected BorderStyle newBorderStyle
Constructor Detail

ColumnStyleEditorDialog

public ColumnStyleEditorDialog(org.eclipse.swt.widgets.Shell parent,
                               Style columnCellStyle)
Method Detail

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.