Package mcc
Class MccPanel
java.lang.Object
mcc.MccPanel
Dialog panel for MCC boards.
- Author:
- Doug Gillespie
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the device index - position in board combo box.getPanel()
int
getRange()
void
setDeviceIndex
(int boardIndex) void
setRange
(int boardRange)
-
Constructor Details
-
MccPanel
public MccPanel()
-
-
Method Details
-
getPanel
-
setDeviceIndex
public void setDeviceIndex(int boardIndex) -
getDeviceIndex
public int getDeviceIndex()Gets the device index - position in board combo box.- Returns:
- device index (0 to ...)
-
setRange
public void setRange(int boardRange) -
getRange
public int getRange()
-