|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.apputils.SeqSelector
GUI for selecting sequences from a list and creating a combo sequence
| Field Summary | |
AcceleratorSeqCombo |
combSeq
|
| Constructor Summary | |
SeqSelector()
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
java.lang.String |
getComboName()
return default combo sequence name which is "firstSeq-latSeq" |
java.util.List |
getSeqList()
return the constituent seqences in this combo |
javax.swing.JDialog |
popupSequenceSelector(Accelerator p_accel)
Deprecated. it is preferable to call popupSequenceSelector(Accelerator, Frame) instead. |
javax.swing.JDialog |
popupSequenceSelector(Accelerator p_accel,
java.awt.Frame owner)
popup a dialog for selecting sequence(s). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public AcceleratorSeqCombo combSeq
| Constructor Detail |
public SeqSelector()
| Method Detail |
public javax.swing.JDialog popupSequenceSelector(Accelerator p_accel,
java.awt.Frame owner)
popupSequenceSelector(Accelerator) since it places the dialog relative
to the owning frame and prevents the modal dialog from going behind the frame.
p_accel - pass the Accelerator object here from main routineowner - the window that owns the sequence selectorpublic javax.swing.JDialog popupSequenceSelector(Accelerator p_accel)
popupSequenceSelector(Accelerator, Frame) instead.
p_accel - pass the Accelerator object here from main routinepublic java.lang.String getComboName()
public java.util.List getSeqList()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||