Skip navigation links
org.netbeans.api.visual 2.53
A B C D E F G H I J K L M N O P R S T U V W 

I

IconNodeWidget - Class in org.netbeans.api.visual.widget.general
This class represents a general icon node widget which is rendered as a image and a label placed to the right or bottom from the image.
IconNodeWidget(Scene) - Constructor for class org.netbeans.api.visual.widget.general.IconNodeWidget
Creates an icon node widget with bottom-center orientation.
IconNodeWidget(Scene, IconNodeWidget.TextOrientation) - Constructor for class org.netbeans.api.visual.widget.general.IconNodeWidget
Creates an icon node widget with a specified orientation.
IconNodeWidget.TextOrientation - Enum in org.netbeans.api.visual.widget.general
The text orientation specified relatively to the image
ImageWidget - Class in org.netbeans.api.visual.widget
A widget representing image.
ImageWidget(Scene) - Constructor for class org.netbeans.api.visual.widget.ImageWidget
Creates an image widget.
ImageWidget(Scene, Image) - Constructor for class org.netbeans.api.visual.widget.ImageWidget
Creates an image widget.
increase() - Method in class org.netbeans.api.visual.model.StateModel
Increases the state value.
InplaceEditorProvider<C extends JComponent> - Interface in org.netbeans.api.visual.action
This interface controls an in-place editor of an in-place editor action.
InplaceEditorProvider.EditorController - Interface in org.netbeans.api.visual.action
This is an interface of editor action supplied to the methods in the provider.
InplaceEditorProvider.EditorInvocationType - Enum in org.netbeans.api.visual.action
Represents a type of in-place editor action invocation.
InplaceEditorProvider.ExpansionDirection - Enum in org.netbeans.api.visual.action
Represents possible directions for expansion of an editor component.
InplaceEditorProvider.TypedEditorController - Interface in org.netbeans.api.visual.action
This is an interface that extends EditorController for ability to query for invocation type.
InputBindings - Class in org.netbeans.api.visual.laf
This represents input bindings e.g.
installUI(VMDNodeWidget) - Method in class org.netbeans.api.visual.vmd.VMDColorScheme
Called to install UI to a node widget.
installUI(VMDConnectionWidget) - Method in class org.netbeans.api.visual.vmd.VMDColorScheme
Called to install UI to a connection widget.
installUI(VMDPinWidget) - Method in class org.netbeans.api.visual.vmd.VMDColorScheme
Called to install UI to a pin widget.
invokeLayout() - Method in class org.netbeans.api.visual.layout.SceneLayout
Schedules the performing of this scene layout just immediately after the scene validation.
invokeLayoutImmediately() - Method in class org.netbeans.api.visual.layout.SceneLayout
Schedules the performing of this scene layout just immediately after the scene validation.
isAcceptable(Widget, Point, Transferable) - Method in interface org.netbeans.api.visual.action.AcceptProvider
Checks whether a transferable can be dropped on a widget at a specific point.
isActionKey() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetKeyEvent
 
isAimingAllowed(Widget, Point, boolean) - Method in interface org.netbeans.api.visual.action.SelectProvider
Called to check whether aiming is allowed
isAltDown() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetKeyEvent
 
isAltDown() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetMouseEvent
 
isAltDown() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetMouseWheelEvent
 
isAltGraphDown() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetKeyEvent
 
isAltGraphDown() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetMouseEvent
 
isAltGraphDown() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetMouseWheelEvent
 
isAnimated() - Method in class org.netbeans.api.visual.graph.layout.GraphLayout
Returns whether the layout uses animations.
isAnimatingBackgroundColor(Widget) - Method in class org.netbeans.api.visual.animator.SceneAnimator
Returns whether a backgroundColor animator for a specified widget is running.
isAnimatingForegroundColor(Widget) - Method in class org.netbeans.api.visual.animator.SceneAnimator
Returns whether a foregroundColor animator for a specified widget is running.
isAnimatingPreferredBounds(Widget) - Method in class org.netbeans.api.visual.animator.SceneAnimator
Returns whether a preferredBounds animator for a specified widget is running.
isAnimatingPreferredLocation(Widget) - Method in class org.netbeans.api.visual.animator.SceneAnimator
Returns whether a preferredLocation animator for a specified widget is running.
isAnimatingZoomFactor() - Method in class org.netbeans.api.visual.animator.SceneAnimator
Returns whether a zoomFactor animator is running.
isAttachedToConnectionSource() - Method in interface org.netbeans.api.visual.anchor.Anchor.Entry
Returns whether an entry is attached to the source or the target of a connection widget.
isCheckClipping() - Method in class org.netbeans.api.visual.widget.Widget
Returns whether clipping is used in the widget.
isComponentVisible() - Method in class org.netbeans.api.visual.widget.ComponentWidget
Returns whether the component should be visible.
isConsumed() - Method in class org.netbeans.api.visual.action.WidgetAction.State
Returns whether the event is consumed
isControlDown() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetKeyEvent
 
isControlDown() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetMouseEvent
 
isControlDown() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetMouseWheelEvent
 
isDataFlavorSupported(DataFlavor) - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetDropTargetDragEvent
 
isDataFlavorSupported(DataFlavor) - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetDropTargetDropEvent
 
isEdge(Object) - Method in class org.netbeans.api.visual.graph.GraphPinScene
Checks whether an object is registered as an edge in the graph model.
isEdge(Object) - Method in class org.netbeans.api.visual.graph.GraphScene
Checks whether an object is registered as a edge in the graph model.
isEditorVisible() - Method in interface org.netbeans.api.visual.action.InplaceEditorProvider.EditorController
Returns whether an in-place editor is visible.
isEnabled(Widget) - Method in interface org.netbeans.api.visual.action.TextFieldInplaceEditor
Returns whether the in-place editing is allowed.
isEnabled() - Method in class org.netbeans.api.visual.widget.Widget
Returns whether the widget is enabled.
isFirstControlPointHitAt(Point) - Method in class org.netbeans.api.visual.widget.ConnectionWidget
Returns whether the local location hits the first control point (also meant to be the source anchor).
isFocused() - Method in class org.netbeans.api.visual.model.ObjectState
Returns a value of focused-flag.
isHighlighted() - Method in class org.netbeans.api.visual.model.ObjectState
Returns a value of highlighted-flag.
isHitAt(Point) - Method in class org.netbeans.api.visual.widget.ConnectionWidget
Returns whether a specified local location is a part of the connection widget.
isHitAt(Point) - Method in class org.netbeans.api.visual.widget.LayerWidget
Returns whether a specified local location is part of the layer widget.
isHitAt(Point) - Method in class org.netbeans.api.visual.widget.LevelOfDetailsWidget
Checks whether a specified local location is a part of a widget based on the zoom factor.
isHitAt(Point) - Method in class org.netbeans.api.visual.widget.Widget
Called to whether a particular location in local coordination system is controlled (otionally also painted) by the widget.
isHovered() - Method in class org.netbeans.api.visual.model.ObjectState
Returns a value of hovered-flag.
isLastControlPointHitAt(Point) - Method in class org.netbeans.api.visual.widget.ConnectionWidget
Returns whether the local location hits the last control point (also meant to be the target anchor).
isLineOriented() - Method in interface org.netbeans.api.visual.anchor.AnchorShape
Returns whether the shape is oriented by the line path of a connection.
isLocalTransfer() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetDropTargetDropEvent
 
isLocked() - Method in class org.netbeans.api.visual.action.WidgetAction.LockedAdapter
Called by event handlers to resolve whether they should return locked or rejected event state.
isLockedInChain() - Method in class org.netbeans.api.visual.action.WidgetAction.State
Returns whether the event processing has to be stopped after the processing by the chain where the actions is added.
isMetaDown() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetKeyEvent
 
isMetaDown() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetMouseEvent
 
isMetaDown() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetMouseWheelEvent
 
isMinimizableWidget(Widget) - Method in class org.netbeans.api.visual.vmd.VMDNodeWidget
Called to check whether a particular widget is minimizable.
isMinimized() - Method in class org.netbeans.api.visual.vmd.VMDNodeWidget
Check the minimized state.
isNode(Object) - Method in class org.netbeans.api.visual.graph.GraphPinScene
Checks whether an object is registered as a node in the graph model.
isNode(Object) - Method in class org.netbeans.api.visual.graph.GraphScene
Checks whether an object is registered as a node in the graph model.
isNodeMinimizeButtonOnRight(VMDNodeWidget) - Method in class org.netbeans.api.visual.vmd.VMDColorScheme
Returns whether the node minimize button is on the right side of the node header.
isObject(Object) - Method in class org.netbeans.api.visual.model.ObjectScene
Returns whether a specified object is registered.
isObjectFocused() - Method in class org.netbeans.api.visual.model.ObjectState
Returns a value of object-focused flag.
isObjectHovered() - Method in class org.netbeans.api.visual.model.ObjectState
Returns a value of object-hovered-flag.
isOpaque() - Method in interface org.netbeans.api.visual.border.Border
Returns whether the border is opaque.
isOpaque() - Method in class org.netbeans.api.visual.widget.Widget
Returns whether the widget is opaque.
isOuterResizeBorder(Border) - Static method in class org.netbeans.api.visual.border.BorderSupport
Returns whether a resize border is outer.
isPaintAsDisabled() - Method in class org.netbeans.api.visual.widget.ImageWidget
Returns whether the label is painted as disabled.
isPaintAsDisabled() - Method in class org.netbeans.api.visual.widget.LabelWidget
Returns whether the label is painted as disabled.
isPaintControlPoints() - Method in class org.netbeans.api.visual.widget.ConnectionWidget
Returns whether the control (and end) points are painted
isPin(Object) - Method in class org.netbeans.api.visual.graph.GraphPinScene
Checks whether an object is registered as a pin in the graph model.
isPopupTrigger() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetMouseEvent
 
isPopupTrigger() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetMouseWheelEvent
 
isPreferredBoundsSet() - Method in class org.netbeans.api.visual.widget.Widget
Returns whether a preferred bounds are set.
isRepaintRequiredForRevalidating() - Method in class org.netbeans.api.visual.widget.LayerWidget
Returns whether the layer widget requires to repainted after revalidation.
isRepaintRequiredForRevalidating() - Method in class org.netbeans.api.visual.widget.Scene
Returns whether the layer widget requires to repainted after revalidation.
isRepaintRequiredForRevalidating() - Method in class org.netbeans.api.visual.widget.Widget
Returns whether whole area of the widget has to be repainted after the validation of the widget.
isReplacementWidget(ConnectionWidget, Widget, boolean) - Method in interface org.netbeans.api.visual.action.ReconnectProvider
Called to check for possible replacement of a connection source/target.
isRouted() - Method in class org.netbeans.api.visual.widget.ConnectionWidget
Returns whether the connection widget is routed.
isRunning() - Method in class org.netbeans.api.visual.animator.Animator
Returns whether the animation is running.
isSelected() - Method in class org.netbeans.api.visual.model.ObjectState
Returns a value of selected-flag.
isSelectionAllowed(ContiguousSelectEvent) - Method in interface org.netbeans.api.visual.action.ContiguousSelectProvider
Called to resolve whether a selection is allowed.
isSelectionAllowed(Widget, Point, boolean) - Method in interface org.netbeans.api.visual.action.SelectProvider
Called to check whether the selection is allowed.
isShiftDown() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetKeyEvent
 
isShiftDown() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetMouseEvent
 
isShiftDown() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetMouseWheelEvent
 
isSourceReconnectable(ConnectionWidget) - Method in interface org.netbeans.api.visual.action.ReconnectProvider
Called for checking whether it is possible to reconnection a source of a specified connection widget.
isSourceWidget(Widget) - Method in interface org.netbeans.api.visual.action.ConnectProvider
Called for checking whether a specified source widget is a possible source of a connection.
isTargetReconnectable(ConnectionWidget) - Method in interface org.netbeans.api.visual.action.ReconnectProvider
Called for checking whether it is possible to reconnection a target of a specified connection widget.
isTargetWidget(Widget, Widget) - Method in interface org.netbeans.api.visual.action.ConnectProvider
Called for checking whether a connection could be created between a specified source and target widget.
isTemporary() - Method in class org.netbeans.api.visual.action.WidgetAction.WidgetFocusEvent
 
isUsed() - Method in class org.netbeans.api.visual.anchor.Anchor
Returns whether the anchor is used.
isUseGlyphVector() - Method in class org.netbeans.api.visual.widget.LabelWidget
Returns whether the label widget is using glyph vector for rendering text.
isValidated() - Method in class org.netbeans.api.visual.widget.ConnectionWidget
Returns whether the connection widget is validated and routed.
isValidated() - Method in class org.netbeans.api.visual.widget.Scene
Returns whether the whole scene is validated and there is no widget or region that has to be revalidated.
isValidated() - Method in class org.netbeans.api.visual.widget.Widget
Returns true if the widget is validated (is not scheduled to revalidation).
isVisible() - Method in class org.netbeans.api.visual.widget.Widget
Returns whether the widget is visible.
isWidgetAimed() - Method in class org.netbeans.api.visual.model.ObjectState
Returns a value of widget-aimed-flag.
isWidgetFocused() - Method in class org.netbeans.api.visual.model.ObjectState
Returns a value of widget-focused-flag.
isWidgetHovered() - Method in class org.netbeans.api.visual.model.ObjectState
Returns a value of widget-hovered-flag.
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links
org.netbeans.api.visual 2.53