|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.widgets.Widget org.eclipse.swt.widgets.Control org.eclipse.swt.widgets.Scrollable org.eclipse.swt.widgets.Composite org.eclipse.swt.widgets.Canvas org.eclipse.nebula.widgets.nattable.NatTable org.eclipse.nebula.widgets.nattable.test.fixture.NatTableFixture
public class NatTableFixture
Field Summary |
---|
Fields inherited from class org.eclipse.nebula.widgets.nattable.NatTable |
---|
configurations, DEFAULT_STYLE_OPTIONS, id, INITIAL_PAINT_COMPLETE_FLAG |
Fields inherited from class org.eclipse.swt.widgets.Control |
---|
view |
Fields inherited from interface org.eclipse.nebula.widgets.nattable.persistence.IPersistable |
---|
DOT, VALUE_SEPARATOR |
Fields inherited from interface org.eclipse.nebula.widgets.nattable.util.IClientAreaProvider |
---|
DEFAULT |
Constructor Summary | |
---|---|
NatTableFixture()
|
|
NatTableFixture(ILayer underlyingLayer)
|
|
NatTableFixture(ILayer underlyingLayer,
boolean autoconfigure)
|
|
NatTableFixture(ILayer underlyingLayer,
int width,
int height,
boolean autoconfigure)
|
|
NatTableFixture(org.eclipse.swt.widgets.Shell shell,
ILayer underlyingLayer)
|
|
NatTableFixture(org.eclipse.swt.widgets.Shell shell,
ILayer underlyingLayer,
int width,
int height)
|
Method Summary | |
---|---|
void |
enableEditingOnAllCells()
|
ConfigRegistry |
getConfigRegistry()
|
int |
getEventCount()
|
void |
handleLayerEvent(ILayerEvent event)
Handle an event notification from an ILayer |
boolean |
isUpdated()
|
void |
registerLabelOnColumn(DataLayer bodyDataLayer,
int columnIndex,
String columnLabel)
|
void |
registerLabelOnColumnHeader(DataLayer columnHeaderDataLayer,
int columnIndex,
String columnLabel)
|
void |
scrollToColumn(int gridColumnPosition)
|
void |
scrollToRow(int gridRowPosition)
|
void |
updateResize()
|
Methods inherited from class org.eclipse.swt.widgets.Canvas |
---|
drawBackground, getCaret, getIME, scroll, setCaret, setFont, setIME |
Methods inherited from class org.eclipse.swt.widgets.Composite |
---|
changed, computeSize, getBackgroundMode, getChildren, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabList |
Methods inherited from class org.eclipse.swt.widgets.Scrollable |
---|
computeTrim, getClientArea, getHorizontalBar, getVerticalBar |
Methods inherited from class org.eclipse.swt.widgets.Control |
---|
addControlListener, addDragDetectListener, addFocusListener, addHelpListener, addKeyListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTraverseListener, computeSize, dragDetect, dragDetect, 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, setForeground, setLayoutData, setLocation, setLocation, setMenu, setParent, setRedraw, setRegion, setSize, setSize, setToolTipText, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, update |
Methods inherited from class org.eclipse.swt.widgets.Widget |
---|
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getListeners, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, setData, setData, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.nebula.widgets.nattable.layer.ILayer |
---|
dispose |
Methods inherited from interface org.eclipse.nebula.widgets.nattable.util.IClientAreaProvider |
---|
getClientArea |
Constructor Detail |
---|
public NatTableFixture()
public NatTableFixture(ILayer underlyingLayer)
public NatTableFixture(org.eclipse.swt.widgets.Shell shell, ILayer underlyingLayer)
public NatTableFixture(org.eclipse.swt.widgets.Shell shell, ILayer underlyingLayer, int width, int height)
public NatTableFixture(ILayer underlyingLayer, boolean autoconfigure)
public NatTableFixture(ILayer underlyingLayer, int width, int height, boolean autoconfigure)
Method Detail |
---|
public void handleLayerEvent(ILayerEvent event)
ILayerListener
ILayer
handleLayerEvent
in interface ILayerListener
handleLayerEvent
in class NatTable
event
- the eventpublic void updateResize()
updateResize
in class NatTable
public int getEventCount()
public boolean isUpdated()
public void registerLabelOnColumn(DataLayer bodyDataLayer, int columnIndex, String columnLabel)
public void registerLabelOnColumnHeader(DataLayer columnHeaderDataLayer, int columnIndex, String columnLabel)
public void scrollToColumn(int gridColumnPosition)
public void scrollToRow(int gridRowPosition)
public void enableEditingOnAllCells()
public ConfigRegistry getConfigRegistry()
getConfigRegistry
in class NatTable
IConfigRegistry
used to hold the configuration bindings
by Layer, DisplayMode and Config labels.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |