Class DbGraphNodeWidget

java.lang.Object
org.netbeans.api.visual.widget.Widget
org.netbeans.api.visual.vmd.VMDNodeWidget
net.hironico.minisql.ui.visualdb.DbGraphNodeWidget
All Implemented Interfaces:
Accessible, org.netbeans.api.visual.model.StateModel.Listener, org.netbeans.api.visual.vmd.VMDMinimizeAbility, org.openide.util.Lookup.Provider

public class DbGraphNodeWidget extends org.netbeans.api.visual.vmd.VMDNodeWidget
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.netbeans.api.visual.widget.Widget

    org.netbeans.api.visual.widget.Widget.Dependency
  • Constructor Summary

    Constructors
    Constructor
    Description
    DbGraphNodeWidget(org.netbeans.api.visual.widget.Scene scene)
     
    DbGraphNodeWidget(org.netbeans.api.visual.widget.Scene scene, org.netbeans.api.visual.vmd.VMDColorScheme scheme)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.netbeans.api.visual.widget.Widget
    Hack to get the type name widget

    Methods inherited from class org.netbeans.api.visual.vmd.VMDNodeWidget

    attachPinWidget, collapseWidget, createAnchorPin, expandWidget, getHeader, getMinimizeButton, getNodeAnchor, getNodeName, getNodeNameWidget, getPinsSeparator, isMinimizableWidget, isMinimized, notifyStateChanged, setGlyphs, setMinimized, setNodeImage, setNodeName, setNodeProperties, setNodeType, sortPins, stateChanged, toggleMinimized

    Methods inherited from class org.netbeans.api.visual.widget.Widget

    addChild, addChild, addChild, addChild, addChildren, addDependency, bringToBack, bringToFront, calculateClientArea, convertLocalToScene, convertLocalToScene, convertSceneToLocal, convertSceneToLocal, createActions, equals, getAccessibleContext, getActions, getActions, getBackground, getBorder, getBounds, getChildConstraint, getChildren, getClientArea, getCursor, getCursorAt, getDependencies, getFont, getForeground, getGraphics, getLayout, getLocation, getLookup, getMaximumSize, getMinimumSize, getParentWidget, getPreferredBounds, getPreferredLocation, getPreferredSize, getResourceTable, getScene, getState, getToolTipText, hashCode, isCheckClipping, isEnabled, isHitAt, isOpaque, isPreferredBoundsSet, isRepaintRequiredForRevalidating, isValidated, isVisible, notifyAdded, notifyBackgroundChanged, notifyFontChanged, notifyForegroundChanged, notifyRemoved, paint, paintBackground, paintBorder, paintChildren, paintWidget, removeChild, removeChildren, removeChildren, removeDependency, removeFromParent, repaint, resolveBounds, revalidate, revalidate, setAccessibleContext, setBackground, setBackgroundFromResource, setBorder, setBorder, setCheckClipping, setChildConstraint, setCursor, setEnabled, setFont, setFontFromResource, setForeground, setForegroundFromResource, setLayout, setMaximumSize, setMinimumSize, setOpaque, setPreferredBounds, setPreferredLocation, setPreferredSize, setResourceTable, setState, setToolTipText, setVisible, updateResources

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DbGraphNodeWidget

      public DbGraphNodeWidget(org.netbeans.api.visual.widget.Scene scene)
    • DbGraphNodeWidget

      public DbGraphNodeWidget(org.netbeans.api.visual.widget.Scene scene, org.netbeans.api.visual.vmd.VMDColorScheme scheme)
  • Method Details

    • getNodeTypeWidget

      public org.netbeans.api.visual.widget.Widget getNodeTypeWidget()
      Hack to get the type name widget
      Returns:
      the LabelWidget that holds the node type.