private static class GeneralChooseColumnsUI.ColumnCheckBox extends Object
| Modifier and Type | Field and Description |
|---|---|
private JCheckBox |
checkBox |
private org.gephi.graph.api.Column |
column |
| Constructor and Description |
|---|
GeneralChooseColumnsUI.ColumnCheckBox(org.gephi.graph.api.Column column,
boolean selected) |
| Modifier and Type | Method and Description |
|---|---|
JCheckBox |
getCheckBox() |
org.gephi.graph.api.Column |
getColumn() |
boolean |
isSelected() |
void |
setSelected(boolean selected) |
private JCheckBox checkBox
private org.gephi.graph.api.Column column
public GeneralChooseColumnsUI.ColumnCheckBox(org.gephi.graph.api.Column column,
boolean selected)
public void setSelected(boolean selected)
public boolean isSelected()
public JCheckBox getCheckBox()
public org.gephi.graph.api.Column getColumn()
Copyright © 2007–2015 Gephi Consortium. All rights reserved.