Uses of Package
org.kquiet.browser.action
Packages that use org.kquiet.browser.action
-
Classes in org.kquiet.browser.action used by org.kquiet.browserClassDescriptionAn interface which should be implemented by any action which delegates its execution to
ActionComposer
.An interface which should be implemented by any browser action whose execution spans multiple phases.The way to deal with alert box. -
Classes in org.kquiet.browser.action used by org.kquiet.browser.actionClassDescriptionThe state of a browser action.An interface which should be implemented by any action which delegates its execution to
ActionComposer
.MultiPhaseAction
models a browser action with multiple phases which is executed throughActionComposer
orActionRunner
.An interface which should be implemented by any browser action whose execution spans multiple phases.A marker annotation that indicates the annotated class is non-browserable.The way to deal with alert box.The way to perform the selecting.SinglePhaseAction
is a subclass ofMultiPhaseAction
which has only one phase.