public class ColumnLabelPanel extends AbstractEditorPanel<String>
Constructor and Description |
---|
ColumnLabelPanel(org.eclipse.swt.widgets.Composite parent,
String columnLabel,
String newColumnLabel) |
Modifier and Type | Method and Description |
---|---|
void |
edit(String newColumnHeaderLabel)
Initialize UI widgets to match the initial state of T
|
String |
getEditorName()
Use friendly name for this editor (used as tab labels).
|
String |
getNewValue()
Get the new value of T with the user modifications
|
changed, checkSubclass, computeSize, getBackgroundMode, getChildren, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabList
computeTrim, getClientArea, getHorizontalBar, getVerticalBar
addControlListener, addDragDetectListener, addFocusListener, addHelpListener, addKeyListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTraverseListener, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBorderWidth, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getParent, getRegion, getShell, getSize, getToolTipText, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, print, redraw, redraw, removeControlListener, removeDragDetectListener, removeFocusListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTraverseListener, setBackground, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setEnabled, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setParent, setRedraw, setRegion, setSize, setSize, setToolTipText, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, update
public void edit(String newColumnHeaderLabel) throws Exception
AbstractEditorPanel
edit
in class AbstractEditorPanel<String>
Exception
public String getEditorName()
AbstractEditorPanel
getEditorName
in class AbstractEditorPanel<String>
public String getNewValue()
AbstractEditorPanel
getNewValue
in class AbstractEditorPanel<String>
Copyright © 2013. All Rights Reserved.