public final class AskForParameterValuesAction extends FlowApplicationAction
TAG_ACCELERATOR, TAG_MNEMONIC, TAG_NAME, TAG_TOOLTIP| Constructor and Description |
|---|
AskForParameterValuesAction(FlowApplication app)
Cria a ação.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleActionPerformed(java.awt.event.ActionEvent e)
Método que implementa a lógica da ação.
|
void |
wasChangedWorkspace(Graph graph) |
void |
wasElementCreated(Graph graph,
GraphElement element) |
void |
wasElementDragged(Graph graph,
GraphElement element,
java.awt.geom.Point2D startPoint,
java.awt.geom.Point2D endPoint) |
void |
wasElementDropped(Graph graph,
GraphElement element,
java.awt.geom.Point2D point) |
void |
wasElementParametrized(Graph graph,
GraphElement element) |
void |
wasElementRemoved(Graph graph,
GraphElement element) |
void |
wasElementSelected(Graph graph,
GraphElement element) |
void |
wasReseted(Graph graph) |
wasElementDragged, wasLinkAnchored, wasLinkIncreased, wasLinkStatusChanged, wasLinkUnanchored, wasNodeResized, wasParameterSetEnabled, wasParameterSetVisibleactionPerformed, getClassString, getDefaultIcon, getString, getStrokeFromTextgetApplicationpublic AskForParameterValuesAction(FlowApplication app)
app - A aplicação.public void handleActionPerformed(java.awt.event.ActionEvent e)
handleActionPerformed in class AbstractSimpleApplicationAction<FlowApplication>e - evento que gerou a ação.public void wasElementCreated(Graph graph, GraphElement element)
wasElementCreated in interface GraphListenerwasElementCreated in class FlowApplicationActionpublic void wasElementParametrized(Graph graph, GraphElement element)
wasElementParametrized in interface GraphListenerwasElementParametrized in class FlowApplicationActionpublic void wasElementDragged(Graph graph, GraphElement element, java.awt.geom.Point2D startPoint, java.awt.geom.Point2D endPoint)
wasElementDragged in interface GraphListenerwasElementDragged in class FlowApplicationActionpublic void wasElementDropped(Graph graph, GraphElement element, java.awt.geom.Point2D point)
wasElementDropped in interface GraphListenerwasElementDropped in class FlowApplicationActionpublic void wasElementRemoved(Graph graph, GraphElement element)
wasElementRemoved in interface GraphListenerwasElementRemoved in class FlowApplicationActionpublic void wasElementSelected(Graph graph, GraphElement element)
wasElementSelected in interface GraphListenerwasElementSelected in class FlowApplicationActionpublic void wasChangedWorkspace(Graph graph)
wasChangedWorkspace in interface GraphListenerwasChangedWorkspace in class FlowApplicationActionpublic void wasReseted(Graph graph)
wasReseted in interface GraphListenerwasReseted in class FlowApplicationActionCopyright © 2016. All Rights Reserved.