

Public Member Functions | |
| SelectorPane (gui parent) | |
| void | initParamList () |
| String | getIVParameter () |
| int | getDisplayParameterIndex () |
| int | getMouseClickIndex () |
| void | setMouseClickIndex (int row) |
| int | getViewIndex () |
| int | getViewCategoryIndex () |
| String | getOption () |
| String | getDisplayParameter () |
| String | getViewName () |
| JSplitPane | getSplitPane () |
| void | valueChanged (ListSelectionEvent e) |
| void | setSCTView (String value) |
Private Member Functions | |
| JScrollPane | defineScrollPane (JList list, String title) |
| void | buildViewMap () |
Private Attributes | |
| JList | displayParameters |
| JList | sctViews |
| JList | mouseOptions |
| JList | viewCategories |
| JSplitPane | splitPane |
| String[] | defaultString = {"...None"} |
| String[] | resultStatusString = {"Overall Status"} |
| String[] | defectCountString = {"Total Count"} |
| String[] | dataString = {"Module Data"} |
| String[] | viewCats = {"SCT Views","ROD Crates"} |
| String[][] | displayParameterStrings |
| String[][] | mouseOptionStrings |
| gui | guiControl |
| boolean | selectionListenerIsActive = true |
| Map | viewMap |
Definition at line 10 of file SelectorPane.java.
|
|
Initial value: {
{},
{},
{"Module Probe"},
{"Raw Data","Fitted Data","Analysed Data"},
{},
{},
{},
{},
{"Result Status","IVScan Data","DCS Conditions"}
}
Definition at line 18 of file SelectorPane.java. |
|
|
Initial value: {
{},
{"Group 0","Group 1","Group 2","Group 3","Group 4","Group 5","Group 6","Group 7"},
{"Link 0","Link 1"},
{"Object Count"},
{},
{},
{},
{"Current Conditions"},
{}
}
Definition at line 29 of file SelectorPane.java. |
1.4.6