public class EdgeColumnStringEditor extends PropertyEditorSupport
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractAttributeColumnPropertyEditor.AttributeTypeClass |
static class |
AbstractAttributeColumnPropertyEditor.EditorClass |
| Constructor and Description |
|---|
EdgeColumnStringEditor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsText() |
String[] |
getTags() |
Object |
getValue() |
boolean |
isDynamicNumberColumn(org.gephi.graph.api.Column column) |
boolean |
isNumberColumn(org.gephi.graph.api.Column column) |
boolean |
isStringColumn(org.gephi.graph.api.Column column) |
void |
setAsText(String text) |
void |
setValue(Object value) |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorpublic String[] getTags()
getTags in interface PropertyEditorgetTags in class PropertyEditorSupportpublic Object getValue()
getValue in interface PropertyEditorgetValue in class PropertyEditorSupportpublic void setValue(Object value)
setValue in interface PropertyEditorsetValue in class PropertyEditorSupportpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic void setAsText(String text) throws IllegalArgumentException
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportIllegalArgumentExceptionpublic boolean isDynamicNumberColumn(org.gephi.graph.api.Column column)
public boolean isNumberColumn(org.gephi.graph.api.Column column)
public boolean isStringColumn(org.gephi.graph.api.Column column)
Copyright © 2007–2017. All rights reserved.