Package | Description |
---|---|
msim.control |
Mixed physical/virtual linkage Simulator control algorithms.
|
msim.ui |
Mixed physical/virtual linkage Simulator user interface.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<WidgetInteractor> |
Controller.widgetInteractors
currently active
WidgetInteractor s |
Modifier and Type | Method and Description |
---|---|
void |
Controller.addWidgetInteractor(WidgetInteractor interactor)
|
boolean |
Controller.deactivateWidgetInteractor(WidgetInteractor interactor)
Correctly deactivate a
WidgetInteractor even if it may be the
UI.widgetInteractor . |
void |
Controller.removeWidgetInteractor(WidgetInteractor interactor)
remove a
WidgetInteractor from Controller.widgetInteractors |
Modifier and Type | Field and Description |
---|---|
WidgetInteractor |
UI.widgetInteractor
the interactor for
Widget manipulation |