|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Control
org.eclipse.swt.widgets.Scrollable
org.eclipse.swt.widgets.Composite
org.eclipse.swt.widgets.Canvas
de.kupzog.ktable.KTable
org.qriterium.dogma.gui.DogmaTable
public class DogmaTable
DogmaTable is a subclass of KTable that gives the user possibility to retain selected rows on rightclick. It also shows scrollbars only when needed. Refer to the KTable javadoc/code for more information about how it works.
Field Summary |
---|
Fields inherited from class org.eclipse.swt.widgets.Composite |
---|
embeddedHandle |
Fields inherited from class org.eclipse.swt.widgets.Widget |
---|
handle |
Constructor Summary | |
---|---|
DogmaTable(org.eclipse.swt.widgets.Composite parent,
int style)
|
Method Summary | |
---|---|
void |
updateScrollbarVisibility()
Updates the scrollbarvisibility. |
Methods inherited from class de.kupzog.ktable.KTable |
---|
addCellDoubleClickListener, addCellResizeListener, addCellSelectionListener, calcColumnNum, clearSelection, dispose, getCellForCoordinates, getCellRect, getCellSelection, getModel, getRowSelection, getStyle, getToolTipText, getValidCell, getVisibleCells, getVisibleRowCount, isCellFullyVisible, isCellSelected, isCellVisible, isFixedCell, isHeaderCell, isMultiSelectMode, isRowFullyVisible, isRowSelected, isRowSelectMode, isRowVisible, openEditorInFocus, redraw, redraw, removeCellResizeListener, removeCellSelectionListener, removeDoubleClickListener, resizeColumnOptimal, scroll, setDefaultColumnResizeCursor, setDefaultCursor, setDefaultRowResizeCursor, setModel, setSelection, setSelection, setStyle, setToolTipText, updateCell |
Methods inherited from class org.eclipse.swt.widgets.Canvas |
---|
getCaret, scroll, setCaret, setFont |
Methods inherited from class org.eclipse.swt.widgets.Composite |
---|
changed, computeSize, getChildren, getClientArea, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, setFocus, setLayout, setLayoutDeferred, setTabList |
Methods inherited from class org.eclipse.swt.widgets.Scrollable |
---|
computeTrim, getBorderWidth, getHorizontalBar, getVerticalBar |
Methods inherited from class org.eclipse.swt.widgets.Control |
---|
addControlListener, addFocusListener, addHelpListener, addKeyListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addPaintListener, addTraverseListener, computeSize, forceFocus, getAccessible, getBackground, getBounds, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getParent, getShell, getSize, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, redraw, redraw, removeControlListener, removeFocusListener, removeHelpListener, removeKeyListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removePaintListener, removeTraverseListener, setBackground, setBounds, setBounds, setCapture, setCursor, setEnabled, setForeground, setLayoutData, setLocation, setLocation, setMenu, setParent, setRedraw, setSize, setSize, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, update |
Methods inherited from class org.eclipse.swt.widgets.Widget |
---|
addDisposeListener, addListener, getData, getData, getDisplay, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, setData, setData, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DogmaTable(org.eclipse.swt.widgets.Composite parent, int style)
Method Detail |
---|
public void updateScrollbarVisibility()
updateScrollbarVisibility
in class de.kupzog.ktable.KTable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |