public class SelectNeighboursOnTable extends BasicNodesManipulator
| Modifier and Type | Field and Description |
|---|---|
private org.gephi.graph.api.Node[] |
neighbours |
private org.gephi.graph.api.Node |
node |
| Constructor and Description |
|---|
SelectNeighboursOnTable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute() |
void |
execute() |
String |
getDescription() |
Icon |
getIcon() |
String |
getName() |
int |
getPosition() |
int |
getType() |
org.gephi.datalab.spi.ManipulatorUI |
getUI() |
void |
setup(org.gephi.graph.api.Node[] nodes,
org.gephi.graph.api.Node clickedNode) |
getMnemonicKey, getSubItems, isAvailableprivate org.gephi.graph.api.Node node
private org.gephi.graph.api.Node[] neighbours
public void setup(org.gephi.graph.api.Node[] nodes,
org.gephi.graph.api.Node clickedNode)
public void execute()
public String getName()
public String getDescription()
public boolean canExecute()
public org.gephi.datalab.spi.ManipulatorUI getUI()
public int getType()
public int getPosition()
public Icon getIcon()
Copyright © 2007–2015 Gephi Consortium. All rights reserved.