| Modifier and Type | Method and Description |
|---|---|
void |
RemoveElementsAction.wasElementCreated(Graph graph,
GraphElement element) |
void |
ShowParameterValuesAction.wasElementCreated(Graph graph,
GraphElement element) |
void |
UpdateAllVersionsAction.wasElementCreated(Graph graph,
GraphElement element) |
void |
ExportMultipleConfigurationAction.wasElementCreated(Graph graph,
GraphElement element) |
void |
ExecuteGraphAction.wasElementCreated(Graph graph,
GraphElement element) |
void |
FlowApplicationAction.wasElementCreated(Graph graph,
GraphElement element) |
void |
GraphLayoutAction.wasElementCreated(Graph graph,
GraphElement element) |
void |
CopyElementsAction.wasElementCreated(Graph graph,
GraphElement element) |
void |
MultipleExecuteGraphAction.wasElementCreated(Graph graph,
GraphElement element) |
void |
AskForParameterValuesAction.wasElementCreated(Graph graph,
GraphElement element) |
void |
FlowApplicationAction.wasElementDragged(Graph graph,
GraphElement element,
double tx,
double ty) |
void |
FlowApplicationAction.wasElementDragged(Graph graph,
GraphElement element,
java.awt.geom.Point2D startPoint,
java.awt.geom.Point2D endPoint) |
void |
AskForParameterValuesAction.wasElementDragged(Graph graph,
GraphElement element,
java.awt.geom.Point2D startPoint,
java.awt.geom.Point2D endPoint) |
void |
FlowApplicationAction.wasElementDropped(Graph graph,
GraphElement element,
java.awt.geom.Point2D point) |
void |
AskForParameterValuesAction.wasElementDropped(Graph graph,
GraphElement element,
java.awt.geom.Point2D point) |
void |
ExportMultipleConfigurationAction.wasElementParametrized(Graph graph,
GraphElement element) |
void |
ExecuteGraphAction.wasElementParametrized(Graph graph,
GraphElement element) |
void |
FlowApplicationAction.wasElementParametrized(Graph graph,
GraphElement element) |
void |
MultipleExecuteGraphAction.wasElementParametrized(Graph graph,
GraphElement element) |
void |
AskForParameterValuesAction.wasElementParametrized(Graph graph,
GraphElement element) |
void |
RemoveElementsAction.wasElementRemoved(Graph graph,
GraphElement element) |
void |
ShowParameterValuesAction.wasElementRemoved(Graph graph,
GraphElement element) |
void |
UpdateAllVersionsAction.wasElementRemoved(Graph graph,
GraphElement element) |
void |
ExportMultipleConfigurationAction.wasElementRemoved(Graph graph,
GraphElement element) |
void |
ExecuteGraphAction.wasElementRemoved(Graph graph,
GraphElement element) |
void |
FlowApplicationAction.wasElementRemoved(Graph graph,
GraphElement element) |
void |
GraphLayoutAction.wasElementRemoved(Graph graph,
GraphElement element) |
void |
CopyElementsAction.wasElementRemoved(Graph graph,
GraphElement element) |
void |
MultipleExecuteGraphAction.wasElementRemoved(Graph graph,
GraphElement element) |
void |
AskForParameterValuesAction.wasElementRemoved(Graph graph,
GraphElement element) |
void |
RemoveElementsAction.wasElementSelected(Graph graph,
GraphElement element) |
void |
ShowParameterValuesAction.wasElementSelected(Graph graph,
GraphElement element) |
void |
FlowApplicationAction.wasElementSelected(Graph graph,
GraphElement element) |
void |
CopyElementsAction.wasElementSelected(Graph graph,
GraphElement element) |
void |
AskForParameterValuesAction.wasElementSelected(Graph graph,
GraphElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceFilter.wasElementCreated(Graph graph,
GraphElement element) |
void |
WorkspaceFilter.wasElementDragged(Graph graph,
GraphElement element,
double tx,
double ty) |
void |
WorkspaceFilter.wasElementDragged(Graph graph,
GraphElement element,
java.awt.geom.Point2D startPoint,
java.awt.geom.Point2D endPoint) |
void |
WorkspaceFilter.wasElementDropped(Graph graph,
GraphElement element,
java.awt.geom.Point2D point) |
void |
WorkspaceFilter.wasElementParametrized(Graph graph,
GraphElement element) |
void |
ResizeNodeFilter.wasElementRemoved(Graph graph,
GraphElement element) |
void |
WorkspaceFilter.wasElementRemoved(Graph graph,
GraphElement element) |
void |
SelectElementFilter.wasElementRemoved(Graph graph,
GraphElement element) |
void |
HighlightElementFilter.wasElementRemoved(Graph graph,
GraphElement element) |
void |
WorkspaceFilter.wasElementSelected(Graph graph,
GraphElement element) |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphLink
A aresta que representa a ligação de 2 parâmetros de arquivo de 2 nós que
representam configuradores de algoritmo.
No momento, pode ser uma ligação entre URLs ou entre Arquivos |
class |
GraphNode
Visão do Nó de Algoritmo
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<GraphElement> |
Graph.getElementCollection()
Retorna o conjunto de elementos do grafo.
|
java.util.Collection<GraphElement> |
Graph.getElementCollection(java.awt.geom.Point2D pt)
Obtém a coleção dos elementos do grafo (
GraphElement) que
contenham o ponto fornecido. |
java.util.Collection<GraphElement> |
Graph.getElementCollection(java.awt.geom.Rectangle2D bounds)
Obtém a coleção dos elementos do grafo (
GraphElement) que
estão contidos na região limitada pelo retângulo fornecido. |
java.util.Set<GraphElement> |
Graph.getSelectedElements()
Retorna o conjunto de itens do grafo que estão selecionados.
|
java.util.List<GraphElement> |
Graph.getVOs() |
java.util.Collection<GraphElement> |
Graph.merge(Graph graph)
Faz a junção deste grafo com o outro especificado.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphElementListener.wasDragged(GraphElement element,
double tx,
double ty)
Notifica que o elemento passado foi deslocado tx para direita e ty para
cima.
|
void |
Graph.wasDragged(GraphElement element,
double tx,
double ty)
Notifica que o elemento passado foi deslocado tx para direita e ty para
cima.
|
void |
GraphElementListener.wasDragged(GraphElement element,
java.awt.geom.Point2D startPoint,
java.awt.geom.Point2D endPoint)
Notifica que o elemento passo por arrastado (drag) do ponto inicial até o
ponto final.
|
void |
Graph.wasDragged(GraphElement element,
java.awt.geom.Point2D startPoint,
java.awt.geom.Point2D endPoint)
Notifica que o elemento passo por arrastado (drag) do ponto inicial até o
ponto final.
|
void |
GraphElementListener.wasDropped(GraphElement element,
java.awt.geom.Point2D point)
Notifica que o elemento passado foi largado (drop) no ponto passado.
|
void |
Graph.wasDropped(GraphElement element,
java.awt.geom.Point2D point)
Notifica que o elemento passado foi largado (drop) no ponto passado.
|
void |
GraphListener.wasElementCreated(Graph graph,
GraphElement element) |
void |
GraphListener.wasElementDragged(Graph graph,
GraphElement element,
double tx,
double ty) |
void |
GraphListener.wasElementDragged(Graph graph,
GraphElement element,
java.awt.geom.Point2D startPoint,
java.awt.geom.Point2D endPoint) |
void |
GraphListener.wasElementDropped(Graph graph,
GraphElement element,
java.awt.geom.Point2D point) |
void |
GraphListener.wasElementParametrized(Graph graph,
GraphElement element) |
void |
GraphListener.wasElementRemoved(Graph graph,
GraphElement element) |
void |
GraphListener.wasElementSelected(Graph graph,
GraphElement element) |
void |
GraphElementListener.wasParametrized(GraphElement element)
Notifica que o elemento foi parametrizado.
|
void |
Graph.wasParametrized(GraphElement element)
Notifica que o elemento foi parametrizado.
|
void |
GraphElementListener.wasSelected(GraphElement element)
Notifica que houve mudança na seleção do elemento, ou seja, ele foi
selecionado ou foi desselecionado.
|
void |
Graph.wasSelected(GraphElement element)
Notifica que houve mudança na seleção do elemento, ou seja, ele foi
selecionado ou foi desselecionado.
|
| Modifier and Type | Method and Description |
|---|---|
protected GraphElement |
GraphElementAction.getElement()
Obtém o elemento.
|
| Constructor and Description |
|---|
GraphElementAction(GraphElement element,
java.lang.String nameKey,
javax.swing.ImageIcon icon)
Cria a ação.
|
GraphElementAction(GraphElement element,
java.lang.String nameKey,
javax.swing.ImageIcon icon,
javax.swing.KeyStroke acceleratorKeyStroke)
Cria a ação.
|
| Modifier and Type | Method and Description |
|---|---|
GraphElement |
SelectElementMessage.getElement() |
GraphElement |
PickElementMessage.getElement() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<GraphElement> |
PasteMessage.getAffectedElements()
Obtém os elementos afetados pela mensagem.
|
java.util.Collection<GraphElement> |
SelectElementsMessage.getElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
PasteMessage.setAffectedElement(GraphElement element)
Atribui o elemento afetado pela mensagem.
|
void |
PickElementMessage.setElement(GraphElement element) |
| Modifier and Type | Method and Description |
|---|---|
void |
PasteMessage.setAffectedElements(java.util.Collection<GraphElement> elements)
Atribui os elementos afetados pela mensagem.
|
| Constructor and Description |
|---|
SelectElementMessage(GraphElement element,
java.awt.geom.Point2D point) |
| Constructor and Description |
|---|
SelectElementsMessage(java.util.Collection<GraphElement> elements) |
Copyright © 2015. All Rights Reserved.