Package | Description |
---|---|
org.netbeans.api.visual.action |
This package contains
ActionFactory class which is factory of all built-in widget-actions provided by the library. |
Modifier and Type | Method | Description |
---|---|---|
static AlignWithMoveDecorator |
ActionFactory.createDefaultAlignWithMoveDecorator() |
Creates a default align-with move decorator.
|
Modifier and Type | Method | Description |
---|---|---|
static WidgetAction |
ActionFactory.createAlignWithMoveAction(AlignWithWidgetCollector collector,
LayerWidget interractionLayer,
AlignWithMoveDecorator decorator) |
Creates a align-with move action.
|
static WidgetAction |
ActionFactory.createAlignWithMoveAction(AlignWithWidgetCollector collector,
LayerWidget interractionLayer,
AlignWithMoveDecorator decorator,
boolean outerBounds) |
Creates a align-with move action.
|
static WidgetAction |
ActionFactory.createAlignWithMoveAction(LayerWidget collectionLayer,
LayerWidget interractionLayer,
AlignWithMoveDecorator decorator) |
Creates a align-with move action.
|
static WidgetAction |
ActionFactory.createAlignWithMoveAction(LayerWidget collectionLayer,
LayerWidget interractionLayer,
AlignWithMoveDecorator decorator,
boolean outerBounds) |
Creates a align-with move action.
|
static WidgetAction |
ActionFactory.createAlignWithResizeAction(AlignWithWidgetCollector collector,
LayerWidget interractionLayer,
AlignWithMoveDecorator decorator) |
Creates a align-with resize action.
|
static WidgetAction |
ActionFactory.createAlignWithResizeAction(AlignWithWidgetCollector collector,
LayerWidget interractionLayer,
AlignWithMoveDecorator decorator,
boolean outerBounds) |
Creates a align-with resize action.
|
static WidgetAction |
ActionFactory.createAlignWithResizeAction(LayerWidget collectionLayer,
LayerWidget interractionLayer,
AlignWithMoveDecorator decorator) |
Creates a align-with resize action.
|
static WidgetAction |
ActionFactory.createAlignWithResizeAction(LayerWidget collectionLayer,
LayerWidget interractionLayer,
AlignWithMoveDecorator decorator,
boolean outerBounds) |
Creates a align-with resize action.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.