com.jaxfront.swing.ui.beans
Class ListSelectionComponent.ListEntry

java.lang.Object
  extended by com.jaxfront.swing.ui.beans.ListSelectionComponent.ListEntry
Enclosing class:
ListSelectionComponent

public class ListSelectionComponent.ListEntry
extends java.lang.Object


Constructor Summary
ListSelectionComponent.ListEntry(java.lang.Object key)
           
ListSelectionComponent.ListEntry(java.lang.Object key, java.lang.Object value)
           
ListSelectionComponent.ListEntry(java.lang.Object key, java.lang.Object[] values)
           
ListSelectionComponent.ListEntry(java.lang.String[] values)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListSelectionComponent.ListEntry

public ListSelectionComponent.ListEntry(java.lang.Object key,
                                        java.lang.Object value)

ListSelectionComponent.ListEntry

public ListSelectionComponent.ListEntry(java.lang.Object key,
                                        java.lang.Object[] values)

ListSelectionComponent.ListEntry

public ListSelectionComponent.ListEntry(java.lang.String[] values)

ListSelectionComponent.ListEntry

public ListSelectionComponent.ListEntry(java.lang.Object key)
Method Detail

getKey

public java.lang.String getKey()

getValue

public java.lang.String getValue()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object