|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IndicatorDisplay
This interface represents the set of individual indicators on a front panel (e.g. power, recording). An individual indicator is a single lamp or icon that can be turned on or off. It may have properties such as color and brightness that can be set.
Field Summary | |
---|---|
static String |
MESSAGE
Message LED |
static String |
POWER
Power LED |
static String |
RECORD
Record LED |
static String |
REMOTE
Remote LED |
static String |
RFBYPASS
RF bypass LED |
Method Summary | |
---|---|
Hashtable |
getIndicators()
Gets the set of reserved indicators. |
Field Detail |
---|
static final String POWER
static final String RFBYPASS
static final String MESSAGE
static final String RECORD
static final String REMOTE
Method Detail |
---|
Hashtable getIndicators()
Indicator
object. The set of standardized indicators
includes "power", "rfbypass", "message", and "record". The
Indicator object associated with each indicator can be used to
change the color and brightness (i.e. turn on or off) if those
properties are supported.
FrontPanelManager.reserveIndicator(org.davic.resources.ResourceClient, java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |