com.jaxfront.swing.ui.beans
Class ListSelectionComponent.ListEntry
java.lang.Object
com.jaxfront.swing.ui.beans.ListSelectionComponent.ListEntry
- Enclosing class:
- ListSelectionComponent
public class ListSelectionComponent.ListEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
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