Cytoscape 2.8.3 API

cytoscape.visual.ui.editors.discrete
Class CyComboBoxPropertyEditor

java.lang.Object
  extended by com.l2fprod.common.beans.editor.AbstractPropertyEditor
      extended by cytoscape.visual.ui.editors.discrete.CyComboBoxPropertyEditor
All Implemented Interfaces:
PropertyEditor

public class CyComboBoxPropertyEditor
extends com.l2fprod.common.beans.editor.AbstractPropertyEditor

ComboBoxPropertyEditor.


Nested Class Summary
static class CyComboBoxPropertyEditor.Value
           
 
Field Summary
 
Fields inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
editor
 
Constructor Summary
CyComboBoxPropertyEditor()
          Creates a new CyComboBoxPropertyEditor object.
 
Method Summary
 Object getValue()
           
 void setAvailableIcons(Icon[] icons)
          DOCUMENT ME!
 void setAvailableValues(Object[] values)
           
 void setValue(Object value)
           
 
Methods inherited from class com.l2fprod.common.beans.editor.AbstractPropertyEditor
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyComboBoxPropertyEditor

public CyComboBoxPropertyEditor()
Creates a new CyComboBoxPropertyEditor object.

Method Detail

getValue

public Object getValue()
Specified by:
getValue in interface PropertyEditor
Overrides:
getValue in class com.l2fprod.common.beans.editor.AbstractPropertyEditor

setValue

public void setValue(Object value)
Specified by:
setValue in interface PropertyEditor
Overrides:
setValue in class com.l2fprod.common.beans.editor.AbstractPropertyEditor

setAvailableValues

public void setAvailableValues(Object[] values)

setAvailableIcons

public void setAvailableIcons(Icon[] icons)
DOCUMENT ME!

Parameters:
icons - DOCUMENT ME!

Cytoscape 2.8.3 API

Copyright 2010 Cytoscape Consortium. All rights reserved.