Uses of Class
org.kquiet.browser.action.SinglePhaseAction
Packages that use SinglePhaseAction
-
Uses of SinglePhaseAction in org.kquiet.browser.action
Subclasses of SinglePhaseAction in org.kquiet.browser.actionModifier and TypeClassDescriptionclass
CloseWindow
is a subclass ofSinglePhaseAction
which closes window(s).class
GetUrl
is a subclass ofSinglePhaseAction
which loads a web page.class
IfThenElse
is a subclass ofSinglePhaseAction
which performs actions according to the evaluation result of specified function.class
OpenWindow
is a subclass ofSinglePhaseAction
which openes a window.class
PostForm
is a subclass ofSinglePhaseAction
which creates a form and submits it through http post.