public class TreeListBodyGuiImpl extends TreeBodyGuiImpl
disabledFore, gc, gd, gf, selectionBack, selectionFore, theme, treeinsets, listeners, location, LOG, mousePtr, nativeInsets, physicalLocation| Constructor and Description |
|---|
TreeListBodyGuiImpl(TreeGuiImpl treeView)
The only constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
draw()
Draws this component.
|
private TreeListGuiImpl |
getTree()
Get the owning tree casted to the actual type.
|
void |
mousePressed(java.awt.event.MouseEvent e)
Notification of a mouse pressed event occurred for this widget.
|
void |
move(TreeGuiImpl.TreeNode from,
int key)
Process keyboard commands, which change the selection.
|
void |
processKeyEvent(KeyInput event)
Process key event.
|
boolean |
updateHScrollModel()
Update the horizontal scrolling model based on this object geometry and contents.
|
calcNodeWidth, deactivateTooltip, dimension, getCheckBoxNode, getId, getNodeHeight, getNodeInView, getNodesColumnWidth, getViewportWidth, height, hitTest, isExpandIconAtLocation, isNodeContentAtLocation, minimumSize, modelChanged, mouseActions, mouseClicked, mouseDragged, mouseExited, mouseMoved, mouseReleased, mouseWheelMoved, nodesInView, oleDoDrop, oleDragging, oleStartDragging, setViewportHeight, setViewportWidth, updateColors, updateHScrollModel, updateVScrollModel, width_setHidden, _setVisible, activateDirectManipulation, addFocusListener, addKeyListener, afterConfigUpdateBase, ancestor, ancestorId, autoResize, bounds, clear, clearWidget, clipRectangle, clipRectangle, clipWith, config, copyColors, copyState, createMouseHoverAction, deactivateDirectManipulation, debug, destroy, disable, disableTooltip, displayPhysicalLocation, drawCaret, enable, enableTooltip, enclosingFrame, findMouseSource, focusTraversable, forceCursorOnFocus, forceVisibility, getActualBounds, getAndResetBitmap, getAndSetBitmap, getBitmapCopy, getCachedScreenLocation, getCachedScreenPhysicalLocation, getCustomMousePointer, getDefaultEvent, getEffectiveMousePointer, getLoadedMousePointer, getMenuMouse, getMouseActions, getMousePosition, getPortableMouseEventCoordinates, getSelectedText, getState, getTextHeight, getTextHeightNative, getTextHeightNative, getTextWidth, getTextWidth, getTextWidthNative, getTextWidthNative, getVisiblePart, getZOrderClass, hasFocus, hasTooltip, hidden, hide, highlighted, ignoreAction, initialHeight, initialWidth, insets, isCurrent, isDirectManipulationActive, isDirectManipulationActiveOrInUIB, isDirectManipulationCapable, isDirectManipulationRequired, isDisplayed, isEnabled, isFocusable, isHeader, isMouseDrag, isRealized, isRepaintDisabled, isRMBEntrySupported, isScreenLocationCached, isTabStop, isThreeD, isTotallyObscured, isVisible, isVisible, location, manageSystemActions, mouseEntered, moveToBottom, moveToTop, name, navigable, oleDrag, onOleDragging, onOleDropEnd, parent, parent, parentObject, parentOrSelf, parentOrSelfObject, physicalBounds, physicalDimension, physicalLocation, postprocessConfig, prepParentLocation, preventFocusWhenMouseDownEventDefined, processDirectManipulationEvent, processEvent, processFocusEvent, processKeyEventForSelectableWidget, processKeyListeners, processMnemonic, processMnemonicImpl, processSystemKey, raiseLegacyMouseEvents, reflectAncestorChange, reflectLocationChanged, reflectSizeChanged, refresh, registerWidgetListener, repaint, repaint, repaint, requestFocus, requestSync, resetBitmap, resizeTo, resolveFont, resolvePopupMenuId, resolveTitleFont, screen, screenDimension, screenHeight, screenLocation, screenPhysicalLocation, screenWidth, setBitmap, setCachedScreenLocation, setCachedScreenPhysicalLocation, setDirectManipulationActive, setEnabled, setHidden, setHighlighted, setLocation, setLocation, setMousePointer, setMousePointer, setParent, setPhysicalDimensionInt, setPhysicalLocation, setSensitiveForUIB, setState, setVisible, setWindow, show, showPopupMenu, supportsCustomMousePointer, sync, topLevelWindow, toString, translate, triggerLocationChanged, unrealize, unregisterWidgetListener, updateSizeWorker, updateSystemParent, widgetRealized, widgetStateChanged, windowclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetViewportDimensionsacceptsEscAsAnyKey, acceptTrigger, canMovetoTop, completeTrigger, defaultMousePtr, enforceDefaultMousePtr, getIdForTrigger, getLegacyWidget, getTriggerWidget, getTriggerWidget, hasFocus, ignoreEnable, isCurrent, isDirectManipulable, isDroppable, isInitialValueLayout, isLegacyFocus, isProcessProgressEvent, maySwitchFocus, parent, refreshWidget, requestFocus, requestFocus, startTrigger, systemFocusGrabbed, validateDisplayValuepublic TreeListBodyGuiImpl(TreeGuiImpl treeView)
treeView - The owning tree view.public void draw()
draw in interface Widget<GuiOutputManager>draw in class TreeBodyGuiImplpublic boolean updateHScrollModel()
true if model was changed as the result of the call.public void processKeyEvent(KeyInput event)
processKeyEvent in interface Widget<GuiOutputManager>processKeyEvent in class TreeBodyGuiImplevent - Key event to process.public void move(TreeGuiImpl.TreeNode from, int key)
move in class TreeBodyGuiImplfrom - the currently selected nodekey - the keyboard event keypublic void mousePressed(java.awt.event.MouseEvent e)
mousePressed in interface java.awt.event.MouseListenermousePressed in class TreeBodyGuiImple - The mouse event.private final TreeListGuiImpl getTree()