The single purpose of the {@link ActionOperator} is to modify and get the state of {@link Action} objects at runtime.this means you can influence the visibility or the enabled state of an {@link Action}.
Note: This interfaces is still considered provisional. It is expected to evolve over the next releases, which may lead to slight changes. Consider using {@link AbstractAction}and it's methods.
@noimplement This interface is not intended to be implemented by clients. @since 1.0
|
|