butler.swing.record
Interface RecordSelector.SelectionPanel

All Superinterfaces:
java.util.EventListener, RecordSelectionListener
All Known Implementing Classes:
ListForm
Enclosing interface:
RecordSelector

public static interface RecordSelector.SelectionPanel
extends RecordSelectionListener


Method Summary
 void addRecordSelectionListener(RecordSelectionListener listener)
           
 java.awt.Container getPanel()
           
 java.lang.String getTitle()
           
 void init()
           
 
Methods inherited from interface butler.swing.record.RecordSelectionListener
recordListSelected, recordSelected
 

Method Detail

addRecordSelectionListener

void addRecordSelectionListener(RecordSelectionListener listener)

getPanel

java.awt.Container getPanel()
                            throws java.lang.Exception
Throws:
java.lang.Exception

getTitle

java.lang.String getTitle()
                          throws java.lang.Exception
Throws:
java.lang.Exception

init

void init()
          throws java.lang.Exception
Throws:
java.lang.Exception