com.metsci.glimpse.charts.vector.display.examplesupport
Class SelectableComboItem<V>

java.lang.Object
  extended by 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

Constructor Summary
SelectableComboItem(java.lang.String title, V v)
           
 
Method Summary
 V getItem()
           
 java.lang.String getTitle()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectableComboItem

public SelectableComboItem(java.lang.String title,
                           V v)
Method Detail

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.