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

C

calculateClientArea() - Method in class org.netbeans.api.visual.widget.ComponentWidget
Calculates a client area from the preferred size of the component.
calculateClientArea() - Method in class org.netbeans.api.visual.widget.ConnectionWidget
Calculates a client area of the connection widget.
calculateClientArea() - Method in class org.netbeans.api.visual.widget.ImageWidget
Calculates a client area of the image
calculateClientArea() - Method in class org.netbeans.api.visual.widget.LabelWidget
Calculates a client area for the label.
calculateClientArea() - Method in class org.netbeans.api.visual.widget.ScrollWidget
Calculates a client area as from the scroll widget preferred bounds.
calculateClientArea() - Method in class org.netbeans.api.visual.widget.SeparatorWidget
Calculates a client area of the separator widget.
calculateClientArea() - Method in class org.netbeans.api.visual.widget.SwingScrollWidget
Calculates a client area as from the scroll widget preferred bounds.
calculateClientArea() - Method in class org.netbeans.api.visual.widget.Widget
Called to calculate the client area required by the widget without the children widgets.
calculateRouting() - Method in class org.netbeans.api.visual.widget.ConnectionWidget
Forces path routing.
Chain() - Constructor for class org.netbeans.api.visual.action.WidgetAction.Chain
Creates a chain.
CHAIN_ONLY - Static variable in class org.netbeans.api.visual.action.WidgetAction.State
The state that means: The event is processed by the action and only actions that are in the same chain can process the event too.
clear() - Method in class org.netbeans.api.visual.widget.ResourceTable
Clears the entire resource table.
clearCache() - Method in class org.netbeans.api.visual.widget.ConvolveWidget
Clears an offscreen buffer.
clearObjectState(Object) - Method in class org.netbeans.api.visual.model.ObjectScene
Removes the object's state, removes the object from selection, hover etc.
closeEditor(boolean) - Method in interface org.netbeans.api.visual.action.InplaceEditorProvider.EditorController
Closes the current in-place editor.
collapseWidget() - Method in interface org.netbeans.api.visual.vmd.VMDMinimizeAbility
Collapses the widget.
collapseWidget() - Method in class org.netbeans.api.visual.vmd.VMDNodeWidget
Collapses the widget.
collectCollisions(List<Rectangle>, List<Rectangle>) - Method in interface org.netbeans.api.visual.router.CollisionsCollector
Gathers collision collections and fills up the lists of vertical and horizontal collisions.
collectCollisions(ConnectionWidget, List<Rectangle>, List<Rectangle>) - Method in interface org.netbeans.api.visual.router.ConnectionWidgetCollisionsCollector
Gathers collision collections and fills up the lists of vertical and horizontal collisions.
CollisionsCollector - Interface in org.netbeans.api.visual.router
This interface is used for collecting collision regions.
ComponentWidget - Class in org.netbeans.api.visual.widget
This widget allows to use an AWT/Swing component in the scene.
ComponentWidget(Scene, Component) - Constructor for class org.netbeans.api.visual.widget.ComponentWidget
Creates a component widget.
compute(List<Point>) - Method in class org.netbeans.api.visual.anchor.Anchor
 
compute(Anchor.Entry) - Method in class org.netbeans.api.visual.anchor.Anchor
Computes a result (position and direction) for a specific entry.
compute(Anchor.Entry) - Method in class org.netbeans.api.visual.vmd.VMDNodeAnchor
Computes a result (position and direction) for a specific entry.
ConnectDecorator - Interface in org.netbeans.api.visual.action
This interface decorates a connect action.
ConnectionWidget - Class in org.netbeans.api.visual.widget
This class represents a connection between two location.
ConnectionWidget(Scene) - Constructor for class org.netbeans.api.visual.widget.ConnectionWidget
Creates a connection widget.
ConnectionWidget.RoutingPolicy - Enum in org.netbeans.api.visual.widget
This enum represents a policy which is used for re-routing control points of a ConnectionWidget.
ConnectionWidgetCollisionsCollector - Interface in org.netbeans.api.visual.router
This interface is used for collecting collision regions.
ConnectorState - Enum in org.netbeans.api.visual.action
This enum is used in ConnectProvider and ReconnectProvider to hold a state of connector (acceptability and searching state).
ConnectProvider - Interface in org.netbeans.api.visual.action
This interface controls a connect action.
CONSUMED - Static variable in class org.netbeans.api.visual.action.WidgetAction.State
The state that means: The event is processed by the action and the processing has to stopped immediately (no other action should processed it).
ContiguousSelectEvent - Class in org.netbeans.api.visual.action
Represents an event for ContiguousSelectEvent passed to ContiguousSelectProvider.
ContiguousSelectEvent.SelectionType - Enum in org.netbeans.api.visual.action
Defines a type of a selection.
ContiguousSelectProvider - Interface in org.netbeans.api.visual.action
Provides a logic for ContiguousSelectAction.
convertLocalToScene(Point) - Method in class org.netbeans.api.visual.widget.Widget
Converts a location in the local coordination system to the scene coordination system.
convertLocalToScene(Rectangle) - Method in class org.netbeans.api.visual.widget.Widget
Converts a rectangle in the local coordination system to the scene coordination system.
convertSceneToLocal(Point) - Method in class org.netbeans.api.visual.widget.Widget
Converts a location in the scene coordination system to the local coordination system.
convertSceneToLocal(Rectangle) - Method in class org.netbeans.api.visual.widget.Widget
Converts a rectangle in the scene coordination system to the local coordination system.
convertSceneToView(Point) - Method in class org.netbeans.api.visual.widget.Scene
Converts a location in the scene coordination system to the view coordination system.
convertSceneToView(Rectangle) - Method in class org.netbeans.api.visual.widget.Scene
Converts a rectangle in the scene coordination system to the view coordination system.
convertViewToScene(Rectangle) - Method in class org.netbeans.api.visual.widget.Scene
Converts a rectangle in the view coordination system into the scene one.
convertViewToScene(Point) - Method in class org.netbeans.api.visual.widget.Scene
Converts a location in the view coordination system to the scene coordination system.
ConvolveWidget - Class in org.netbeans.api.visual.widget
The widget which applies a convolve filter to a graphics rendered by the children.
ConvolveWidget(Scene, ConvolveOp) - Constructor for class org.netbeans.api.visual.widget.ConvolveWidget
Creates a convolve widget with a specified ColvolveOp.
create(Widget, Point, Widget, Point, ContiguousSelectEvent.SelectionType) - Static method in class org.netbeans.api.visual.action.ContiguousSelectEvent
Creates an event.
create() - Static method in class org.netbeans.api.visual.laf.InputBindings
Creates a new input bindings.
createAbsoluteLayout() - Static method in class org.netbeans.api.visual.layout.LayoutFactory
Creates an absolute layout where widgets are located at placed defined by their preferredLocation.
createAcceptAction(AcceptProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a accept action with a specified accept logic provider.
createActionMapAction() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates an action which handles keys and popup menu.
createActionMapAction(InputMap, ActionMap) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates an action which handles keys and popup menu.
createActions(String) - Method in class org.netbeans.api.visual.widget.Widget
Creates and returns an action chain for a specified tool.
createAddRemoveControlPointAction() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a add-remove control point action with a default sensitivity.
createAddRemoveControlPointAction(double, double) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a add-remove control point action with a specified sensitivity.
createAddRemoveControlPointAction(double, double, ConnectionWidget.RoutingPolicy) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a add-remove control point action with a specified sensitivity.
createAdjustableAnchorShape(AnchorShape, ConnectionWidget, AnchorShapeFactory.ConnectionEnd, Widget) - Static method in class org.netbeans.api.visual.anchor.AnchorShapeFactory
Creates a proxy AnchorShape that is used to adjust the location of an AnchorShape.
createAdjustableAnchorShape(AnchorShape, AnchorShapeLocationResolver) - Static method in class org.netbeans.api.visual.anchor.AnchorShapeFactory
Creates a proxy AnchorShape that is used to adjust the location of an AnchorShape.
createAlignWithMoveAction(LayerWidget, LayerWidget, AlignWithMoveDecorator) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a align-with move action.
createAlignWithMoveAction(LayerWidget, LayerWidget, AlignWithMoveDecorator, boolean) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a align-with move action.
createAlignWithMoveAction(AlignWithWidgetCollector, LayerWidget, AlignWithMoveDecorator) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a align-with move action.
createAlignWithMoveAction(AlignWithWidgetCollector, LayerWidget, AlignWithMoveDecorator, boolean) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a align-with move action.
createAlignWithResizeAction(LayerWidget, LayerWidget, AlignWithMoveDecorator) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a align-with resize action.
createAlignWithResizeAction(LayerWidget, LayerWidget, AlignWithMoveDecorator, boolean) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a align-with resize action.
createAlignWithResizeAction(AlignWithWidgetCollector, LayerWidget, AlignWithMoveDecorator) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a align-with resize action.
createAlignWithResizeAction(AlignWithWidgetCollector, LayerWidget, AlignWithMoveDecorator, boolean) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a align-with resize action.
createAnchor() - Method in class org.netbeans.api.visual.vmd.VMDPinWidget
Creates a horizontally oriented anchor similar to VMDNodeWidget.createAnchorPin
createAnchorPin(Anchor) - Method in class org.netbeans.api.visual.vmd.VMDNodeWidget
Creates an extended pin anchor with an ability of reconnecting to the node anchor when the node is minimized.
createArrowAnchorShape(int, int) - Static method in class org.netbeans.api.visual.anchor.AnchorShapeFactory
Creates an arrow anchor shape.
createBevelBorder(boolean) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a bevel border.
createBevelBorder(boolean, Color) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a bevel border.
createBevelBorder(boolean, String, ResourceTable) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a bevel border.
createBevelBorder(boolean, String, Widget) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a bevel border.
createBirdView() - Method in class org.netbeans.api.visual.widget.Scene
Creates a bird view with specific zoom factor.
createCardLayout(Widget) - Static method in class org.netbeans.api.visual.layout.LayoutFactory
Creates a card layout where all children widgets except the active one are hidden.
createCenterAnchor(Widget) - Static method in class org.netbeans.api.visual.anchor.AnchorFactory
Creates an anchor with always computes a point in the center of specified widget.
createCenteredZoomAction(double) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a action that controls a zoom factor of a scene where the action is assigned.
createCircularAnchor(Widget, int) - Static method in class org.netbeans.api.visual.anchor.AnchorFactory
Creates an anchor which computes a point as the one on a circle around specified widget.
createCompositeBorder(Border...) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a composite border that consists of a list of specified borders - one embedded to another.
createConnectAction(LayerWidget, ConnectProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a connect action with a default decorator.
createConnectAction(ConnectDecorator, LayerWidget, ConnectProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a connect action with a specific decorator.
createConnection(Widget, Widget) - Method in interface org.netbeans.api.visual.action.ConnectProvider
Called for creating a new connection between a specified source and target widget.
createConnectionWidget(Scene) - Method in interface org.netbeans.api.visual.action.ConnectDecorator
Creates a connection widget that is temporarily used for visualization of a connection while user is dragging (creating) it.
createContiguousSelectAction(ContiguousSelectProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a contiguous select action.
createCycleFocusAction(CycleFocusProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a cycle focus action.
createCycleObjectSceneFocusAction() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a cycle focus action which switches focused object on a object scene.
createDashedBorder(Color, int, int) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a resize border rendered with dashed stroke.
createDashedBorder(String, Widget, int, int) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a resize border rendered with dashed stroke.
createDashedBorder(String, ResourceTable, int, int) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a resize border rendered with dashed stroke.
createDashedBorder(Color, int, int, boolean) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a resize border rendered with dashed stroke.
createDashedBorder(String, Widget, int, int, boolean) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a resize border rendered with dashed stroke.
createDashedBorder(String, ResourceTable, int, int, boolean) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a resize border rendered with dashed stroke.
createDefaultAlignWithMoveDecorator() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a default align-with move decorator.
createDefaultConnectDecorator() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a default connect decorator
createDefaultLookFeel() - Static method in class org.netbeans.api.visual.laf.LookFeel
Creates a default look and feel.
createDefaultMoveProvider() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a default move provider where the logic controls the preferredLocation of a widget where the action is assigned to.
createDefaultReconnectDecorator() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a default reconnect decorator
createDefaultRectangularSelectDecorator(Scene) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a default rectangular select decorator.
createDefaultResizeControlPointResolver() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a default resize control point resolver which is used in resize action.
createDefaultResizeProvider() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a default resize provider which controls preferredBounds of a widget where an action is assigned.
createDevolveWidgetLayout(Widget, Layout, boolean) - Static method in class org.netbeans.api.visual.layout.LayoutFactory
Returns a scene layout which performs one-time layout using specified devolve-layout.
createDirectionalAnchor(Widget, AnchorFactory.DirectionalAnchorKind) - Static method in class org.netbeans.api.visual.anchor.AnchorFactory
Creates a directional anchor with computes a point as the one in the middle of the boundary side of specified widget.
createDirectionalAnchor(Widget, AnchorFactory.DirectionalAnchorKind, int) - Static method in class org.netbeans.api.visual.anchor.AnchorFactory
Creates a directional anchor with computes a point as the one in the middle of the boundary side of specified widget.
createDirectRouter() - Static method in class org.netbeans.api.visual.router.RouterFactory
Creates a direct router.
createEditAction(EditProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates an edit action.
createEditorComponent(InplaceEditorProvider.EditorController, Widget) - Method in interface org.netbeans.api.visual.action.InplaceEditorProvider
Creates an in-place editor component for a specified widget.
createEmptyBorder() - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates an default empty border with 0px layout.
createEmptyBorder(int) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates an empty border with specific thickness.
createEmptyBorder(int, int) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates an empty border with specific thickness.
createEmptyBorder(int, int, int, int) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates an empty border with specific thickness.
createExtendedConnectAction(LayerWidget, ConnectProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates an extended connect action with a default decorator.
createExtendedConnectAction(ConnectDecorator, LayerWidget, ConnectProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates an extended connect action with a specific decorator.
createExtendedConnectAction(ConnectDecorator, LayerWidget, ConnectProvider, int) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates an extended connect action with a specific decorator which can be invoked only with specified modifiers (usually it is MouseEvent.CTRL_MASK).
createFancyDashedBorder(Color, int, int) - Static method in class org.netbeans.api.visual.border.BorderFactory
Deprecated.
use createDashedBorder (color, width, height, true) method instead
createFillLayout() - Static method in class org.netbeans.api.visual.layout.LayoutFactory
Deprecated.
use createOverlayLayout method instead
createFixedAnchor(Point) - Static method in class org.netbeans.api.visual.anchor.AnchorFactory
Creates a anchor with fixed scene location.
createFloatAnchor(Point) - Method in interface org.netbeans.api.visual.action.ConnectDecorator
Creates a floating anchor which will be used when the connection target is not attached to any widget.
createFloatAnchor(Point) - Method in interface org.netbeans.api.visual.action.ReconnectDecorator
Creates a floating anchor for a specified location when there is no replacement a widget
createForwardKeyEventsAction(Widget, String) - Static method in class org.netbeans.api.visual.action.ActionFactory
This action is used for forwarding key events to another widget.
createFreeMoveControlPointAction() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a move control point (of a connection widget) action with no movement restriction.
createFreeMoveControlPointProvider() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a free (without any restriction) move control point (of a ConnectionWidget) provider.
createFreeMoveStrategy() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a free (without any restriction) move strategy
createFreeRectangularAnchor(Widget, boolean) - Static method in class org.netbeans.api.visual.anchor.AnchorFactory
Creates a free rectangular anchor.
createFreeResizeStategy() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a free (without any restriction) resize strategy
createFreeRouter() - Static method in class org.netbeans.api.visual.router.RouterFactory
Creates a free router.
createHierarchicalGraphLayout(GraphScene<N, E>, boolean) - Static method in class org.netbeans.api.visual.graph.layout.GraphLayoutFactory
 
createHierarchicalGraphLayout(GraphScene<N, E>, boolean, boolean) - Static method in class org.netbeans.api.visual.graph.layout.GraphLayoutFactory
 
createHierarchicalGraphLayout(GraphScene<N, E>, boolean, boolean, int, int) - Static method in class org.netbeans.api.visual.graph.layout.GraphLayoutFactory
 
createHorizontalFlowLayout() - Static method in class org.netbeans.api.visual.layout.LayoutFactory
Creates a horizontal flow layout with default style where widgets are placed horizontally one to the right from another.
createHorizontalFlowLayout(LayoutFactory.SerialAlignment, int) - Static method in class org.netbeans.api.visual.layout.LayoutFactory
Creates a horizontal flow layout with a specific style where widgets are placed horizontally one to the right from another.
createHorizontalLayout() - Static method in class org.netbeans.api.visual.layout.LayoutFactory
Deprecated.
use createHorizontalFlowLayout method instead
createHorizontalLayout(LayoutFactory.SerialAlignment, int) - Static method in class org.netbeans.api.visual.layout.LayoutFactory
Deprecated.
use createHorizontalFlowLayout (alignment, gap) method instead
createHoverAction(HoverProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a hover action using a hover provider.
createHoverAction(TwoStateHoverProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a hover action using a two-stated hover provider.
createImage(Scene, File, SceneExporter.ImageType, SceneExporter.ZoomType, boolean, boolean, int, int, int) - Static method in class org.netbeans.api.visual.export.SceneExporter
Takes the Scene and writes an image file according to the constraints defined by the caller.
createImageAnchorShape(Image) - Static method in class org.netbeans.api.visual.anchor.AnchorShapeFactory
Creates an image anchor shape.
createImageAnchorShape(Image, boolean) - Static method in class org.netbeans.api.visual.anchor.AnchorShapeFactory
Creates an image anchor shape with ability to specify line orientation.
createImageBorder(Insets, Image) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates an image layout.
createImageBorder(Insets, Insets, Image) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates an image layout.
createImageMap(Scene, File, SceneExporter.ImageType, SceneExporter.ZoomType, boolean, boolean, int, int, int, int) - Static method in class org.netbeans.api.visual.export.SceneExporter
Designed to create an HTML image map from an exported image.
createImagePointShape(Image) - Static method in class org.netbeans.api.visual.anchor.PointShapeFactory
Creates an image point shape.
createInplaceEditorAction(TextFieldInplaceEditor) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a text in-place editor action visualized using JTextField.
createInplaceEditorAction(TextFieldInplaceEditor, EnumSet<InplaceEditorProvider.ExpansionDirection>) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a text in-place editor action visualized using JTextField.
createInplaceEditorAction(InplaceEditorProvider<C>) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates an in-place editor action for a specific provider.
createLineBorder() - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a line border with default style.
createLineBorder(String, Widget) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a line border with default style.
createLineBorder(String, ResourceTable) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a line border with default style.
createLineBorder(int) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a line border with specific thickness.
createLineBorder(int, Color) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a line border with specific thickness and color.
createLineBorder(int, String, Widget) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a line border with specific thickness and color.
createLineBorder(int, String, ResourceTable) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a line border with specific thickness and color.
createLineBorder(int, int, int, int, Color) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a line border with specific insets and color.
createLineBorder(int, int, int, int, String, Widget) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a line border with specific insets and color.
createLineBorder(int, int, int, int, String, ResourceTable) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a line border with specific insets and color.
createLineWidget(Scene) - Method in interface org.netbeans.api.visual.action.AlignWithMoveDecorator
Creates a connection widget that will be used as a alignment lines for align-with effect.
createLocked(Widget, WidgetAction) - Static method in class org.netbeans.api.visual.action.WidgetAction.State
Creates a state that means: The event is processed and the processing has to stopped immediately (no other action should processed it).
createMouseCenteredZoomAction(double) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a action that controls a zoom factor of a scene where the action is assigned.
createMoveAction() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a move action with a default (free) strategy.
createMoveAction(MoveStrategy, MoveProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a move action with a specified strategy and provider.
createMoveControlPointAction(MoveControlPointProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a move control point (of a connection widget) action with a specified provider.
createMoveControlPointAction(MoveControlPointProvider, ConnectionWidget.RoutingPolicy) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a move control point (of a connection widget) action with a specified provider.
createNormal() - Static method in class org.netbeans.api.visual.model.ObjectState
Creates a normal (initial/default) state.
createObjectHoverAction() - Method in class org.netbeans.api.visual.model.ObjectScene
Returns a object-oriented hover action.
createObjectSceneRectangularSelectProvider(ObjectScene) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a rectangular select provider which controls a selection of an object scene.
createOpaqueBorder(int, int, int, int) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates an opaque border with specific thickness.
createOrthogonalGraphLayout(GraphScene<N, E>, boolean) - Static method in class org.netbeans.api.visual.graph.layout.GraphLayoutFactory
 
createOrthogonalMoveControlPointAction() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a move control point (of a connection widget) action with is used at ConnectionWidget with OrthogonalSearchRouter.
createOrthogonalMoveControlPointProvider() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a orthogonal move control point provider which is usually used with ConnectionWidget with OrthogonalSearchRouter.
createOrthogonalSearchRouter(LayerWidget...) - Static method in class org.netbeans.api.visual.router.RouterFactory
Creates an orthogonal search router.
createOrthogonalSearchRouter(CollisionsCollector) - Static method in class org.netbeans.api.visual.router.RouterFactory
Creates an orthogonal search router.
createOrthogonalSearchRouter(ConnectionWidgetCollisionsCollector) - Static method in class org.netbeans.api.visual.router.RouterFactory
Creates an orthogonal search router.
createOverlayLayout() - Static method in class org.netbeans.api.visual.layout.LayoutFactory
Returns a overlay layout where all children widgets has the boundary at the biggest one of them or they are expanded to the parent widget boundaries during justification.
createPanAction() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a scene view panning action.
createPinCategoryWidget(VMDNodeWidget, String) - Method in class org.netbeans.api.visual.vmd.VMDColorScheme
Called to create a pin-category widget.
createPointShape(int, boolean) - Static method in class org.netbeans.api.visual.anchor.PointShapeFactory
Creates a square shape.
createPopupMenuAction(PopupMenuProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a popup menu action with a speicied provider.
createProxyAnchor(StateModel, Anchor...) - Static method in class org.netbeans.api.visual.anchor.AnchorFactory
Creates a proxy anchor with delegates the computation one of specified anchors based on state in a model.
createReconnectAction(ReconnectProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a reconnect action with a default decorator.
createReconnectAction(ReconnectDecorator, ReconnectProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a reconnect action with a specific decorator and logic provider.
createRectangularAnchor(Widget) - Static method in class org.netbeans.api.visual.anchor.AnchorFactory
Creates an anchor which computes a point as the one on the boundary of spacified widget.
createRectangularAnchor(Widget, boolean) - Static method in class org.netbeans.api.visual.anchor.AnchorFactory
Creates an anchor which computes a point as the one on the boundary of spacified widget.
createRectangularSelectAction(ObjectScene, LayerWidget) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a rectangular select action for a specified object scene with a default decorator.
createRectangularSelectAction(RectangularSelectDecorator, LayerWidget, RectangularSelectProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a rectangular select action with a specified decorator and logic provider.
createReplacementWidgetAnchor(Widget) - Method in interface org.netbeans.api.visual.action.ReconnectDecorator
Creates an anchor for a specified replacement widget (of a connection source or target which is going to be reconnected).
createResizeAction() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a resize action with a default (free without any restriction) strategy and default logic provider (the action affect preferredBounds of a widget where it is assigned) default resize control point resolver.
createResizeAction(ResizeStrategy, ResizeProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a resize action with a specified resize strategy and provider and default resize control point resolver.
createResizeAction(ResizeStrategy, ResizeControlPointResolver, ResizeProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a resize action with a specified resize strategy and provider.
createResizeBorder(int) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a resize border.
createResizeBorder(int, String, Widget) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a resize border.
createResizeBorder(int, String, ResourceTable) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a resize border.
createResizeBorder(int, Color, boolean) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a resize border.
createResizeBorder(int, String, Widget, boolean) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a resize border.
createResizeBorder(int, String, ResourceTable, boolean) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a resize border.
createRoundedBorder(int, int, Color, Color) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates an rounded-rectangle border with a specified style.
createRoundedBorder(int, int, String, String, Widget) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates an rounded-rectangle border with a specified style.
createRoundedBorder(int, int, String, String, ResourceTable) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates an rounded-rectangle border with a specified style.
createRoundedBorder(int, int, int, int, Color, Color) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates an rounded-rectangle border with a specified style.
createRoundedBorder(int, int, int, int, String, String, ResourceTable) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates an rounded-rectangle border with a specified style.
createRoundedBorder(int, int, int, int, String, String, Widget) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates an rounded-rectangle border with a specified style.
createSatelliteView() - Method in class org.netbeans.api.visual.widget.Scene
Creates a satellite view.
createSceneGraphLayout(GraphScene<N, E>, GraphLayout<N, E>) - Static method in class org.netbeans.api.visual.layout.LayoutFactory
Creates a scene layout which performs a specified graph-oriented layout on a specified GraphScene.
createSceneGraphLayout(GraphPinScene<N, E, ?>, GraphLayout<N, E>) - Static method in class org.netbeans.api.visual.layout.LayoutFactory
Creates a scene layout which performs a specified graph-oriented layout on a specified GraphPinScene.
createSelectAction(SelectProvider, boolean) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a select action.
createSelectAction(SelectProvider) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a select action.
createSelectAction() - Method in class org.netbeans.api.visual.model.ObjectScene
Creates a object-oriented select action.
createSelectionWidget() - Method in interface org.netbeans.api.visual.action.RectangularSelectDecorator
Creates a widget which will be resized and placed into a scene and will represent the rectangular selection.
createSnapToGridMoveStrategy(int, int) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a snap-to-grid move strategy.
createSourceAnchor(Widget) - Method in interface org.netbeans.api.visual.action.ConnectDecorator
Creates a source anchor for a specified source widget.
createSwingBorder(Scene, Border) - Static method in class org.netbeans.api.visual.border.BorderFactory
Creates a layout from a Swing border.
createSwitchCardAction(Widget) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a switch card action with controls an active card of a widget where a card layout is used.
createTargetAnchor(Widget) - Method in interface org.netbeans.api.visual.action.ConnectDecorator
Creates a target anchor for a specified target widget.
createTreeGraphLayout(int, int, int, int, boolean) - Static method in class org.netbeans.api.visual.graph.layout.GraphLayoutFactory
Creates a tree graph layout.
createTreeGraphLayout(int, int, int, int, boolean, boolean) - Static method in class org.netbeans.api.visual.graph.layout.GraphLayoutFactory
Creates a tree graph layout.
createTreeGraphLayout(int, int, int, int, boolean, boolean, TreeGraphLayoutAlignment) - Static method in class org.netbeans.api.visual.graph.layout.GraphLayoutFactory
Creates a tree graph layout.
createTriangleAnchorShape(int, boolean, boolean) - Static method in class org.netbeans.api.visual.anchor.AnchorShapeFactory
Creates a triangular anchor shape.
createTriangleAnchorShape(int, boolean, boolean, int) - Static method in class org.netbeans.api.visual.anchor.AnchorShapeFactory
Creates a triangular anchor shape.
createVerticalFlowLayout() - Static method in class org.netbeans.api.visual.layout.LayoutFactory
Creates a vertical flow layout with default style where widgets are placed vertically one to the bottom from another.
createVerticalFlowLayout(LayoutFactory.SerialAlignment, int) - Static method in class org.netbeans.api.visual.layout.LayoutFactory
Creates a vertical flow layout with a specific style where widgets are placed vertically one to the bottom from another.
createVerticalLayout() - Static method in class org.netbeans.api.visual.layout.LayoutFactory
Deprecated.
use createVerticalFlowLayout method instead
createVerticalLayout(LayoutFactory.SerialAlignment, int) - Static method in class org.netbeans.api.visual.layout.LayoutFactory
Deprecated.
use createVerticalFlowLayout (alignment, gap) method instead
createView() - Method in class org.netbeans.api.visual.widget.Scene
Creates a view.
createVMDNodeBorder() - Static method in class org.netbeans.api.visual.vmd.VMDFactory
Creates a border used by VMD node.
createVMDNodeBorder(Color, int, Color, Color, Color, Color, Color) - Static method in class org.netbeans.api.visual.vmd.VMDFactory
Creates a border used by VMD node with a specific colors.
createWheelPanAction() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a scene view panning action using mouse-wheel.
createWidgetHoverAction() - Method in class org.netbeans.api.visual.widget.Scene
Creates a widget-specific hover action.
createWidgetResolver(ConnectionWidget, AnchorShapeFactory.ConnectionEnd, Widget) - Static method in class org.netbeans.api.visual.anchor.AnchorShapeFactory
Creates a AnchorShapeLocationResolver that uses a widget to resolve the AnchorsShapes location.
createZoomAction() - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a action that controls a zoom factor of a scene where the action is assigned.
createZoomAction(double, boolean) - Static method in class org.netbeans.api.visual.action.ActionFactory
Creates a action that controls a zoom factor of a scene where the action is assigned.
CycleFocusProvider - Interface in org.netbeans.api.visual.action
This interface provides an ability for switching focus.
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.60