com.metsci.glimpse.charts.vector.display.examplesupport
Class SelectableComboItem<V>
java.lang.Object
com.metsci.glimpse.charts.vector.display.examplesupport.SelectableComboItem<V>
public class SelectableComboItem<V>
- extends java.lang.Object
A simple combo item that allow the combo to distinguish between the title
in the combo display and the object it refers to
- Author:
- Cunningham
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SelectableComboItem
public SelectableComboItem(java.lang.String title,
V v)
getTitle
public java.lang.String getTitle()
getItem
public V getItem()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2012 Metron, Inc.. All Rights Reserved.