|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.desy.acop.displayers.selector.ChannelSelector
public class ChannelSelector
This class offers a method that opens an input dialog with a list of Integers where an index can be selected and returned.
| Constructor Summary | |
|---|---|
ChannelSelector()
|
|
| Method Summary | |
|---|---|
static int |
selectChannelDialog(java.awt.Component c,
int length,
int current)
Displays a JDialog, which allows user to choose a specific index from the list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChannelSelector()
| Method Detail |
|---|
public static int selectChannelDialog(java.awt.Component c,
int length,
int current)
c - the owner of the dialoglength - the highest index number displayed (excluded)current - default selected index
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||