butler.swing.record
Class DualListRecordSelector

java.lang.Object
  extended by butler.swing.record.RecordSelector.BaseImpl
      extended by butler.swing.record.DualListRecordSelector
All Implemented Interfaces:
RecordSelectionListener, RecordSelector, java.util.EventListener

public class DualListRecordSelector
extends RecordSelector.BaseImpl


Nested Class Summary
 
Nested classes/interfaces inherited from class butler.swing.record.RecordSelector.BaseImpl
RecordSelector.BaseImpl.ThisChangeListener
 
Nested classes/interfaces inherited from interface butler.swing.record.RecordSelector
RecordSelector.BaseImpl, RecordSelector.Factory, RecordSelector.SelectionPanel
 
Field Summary
 
Fields inherited from class butler.swing.record.RecordSelector.BaseImpl
_changeListeners, _listeners
 
Constructor Summary
DualListRecordSelector(DDualListRecordSelector desc)
           
 
Method Summary
 javax.swing.JComponent getComponent()
           
 Record getSelectedRecord()
           
 RecordList getSelectedRecords()
           
 java.lang.Object getValue()
           
 ValueEditor getValueEditor()
           
 void recordListSelected(RecordList recList)
           
 void recordSelected(Record rec)
           
 void setValue(java.lang.Object obj)
           
 
Methods inherited from class butler.swing.record.RecordSelector.BaseImpl
addChangeListener, addRecordSelectionListener, clear, notifyRecordSelectionListeners, setDatatype, setDefaultValue, setEnabled, setMultiple
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DualListRecordSelector

public DualListRecordSelector(DDualListRecordSelector desc)
                       throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getSelectedRecord

public Record getSelectedRecord()
                         throws java.lang.Exception
Throws:
java.lang.Exception

getSelectedRecords

public RecordList getSelectedRecords()
                              throws java.lang.Exception
Throws:
java.lang.Exception

getValueEditor

public ValueEditor getValueEditor()
                           throws java.lang.Exception
Throws:
java.lang.Exception

recordSelected

public void recordSelected(Record rec)
                    throws java.lang.Exception
Throws:
java.lang.Exception

recordListSelected

public void recordListSelected(RecordList recList)
                        throws java.lang.Exception
Throws:
java.lang.Exception

getValue

public java.lang.Object getValue()
                          throws java.lang.Exception
Throws:
java.lang.Exception

setValue

public void setValue(java.lang.Object obj)
              throws java.lang.Exception
Throws:
java.lang.Exception

getComponent

public javax.swing.JComponent getComponent()
                                    throws java.lang.Exception
Throws:
java.lang.Exception