Package xal.app.knobs
Interface KnobElement.LimitsHandler
-
- All Known Implementing Classes:
KnobElement.CALimitsHandler,KnobElement.CustomLimitsHandler
- Enclosing class:
- KnobElement
protected static interface KnobElement.LimitsHandlerHandle limits
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInactiveExcuse()Determine the reason for not being readybooleanisReady()Determine if the limits handler is readyvoidupdateLimits()update the limits
-
-
-
Method Detail
-
updateLimits
void updateLimits()
update the limits
-
isReady
boolean isReady()
Determine if the limits handler is ready
-
getInactiveExcuse
String getInactiveExcuse()
Determine the reason for not being ready
-
-