| |
|
| java.lang.Object abbot.script.Step abbot.script.Annotation
Annotation | public class Annotation extends Step (Code) | | Provides a method for communicating a message on the display. May display
for a reasonable delay or require user input to continue.
Usage:
<annotation [userDismiss="true"] >Text or HTML message</annotation>
Properties:
abbot.annotation.min_delay: minimum time to display an annotation
abbot.annotation.delay: per-word time to display an annotation
|
Inner Class :class WindowLock | |
Inner Class :class AnnotationWindow extends JDialog | |
TAG_ANNOTATION | final public static String TAG_ANNOTATION(Code) | | |
TAG_USER_DISMISS | final public static String TAG_USER_DISMISS(Code) | | |
addContent | protected Element addContent(Element el)(Code) | | |
getAttributes | public Map getAttributes()(Code) | | |
getDefaultDescription | public String getDefaultDescription()(Code) | | |
getDelayTime | public long getDelayTime()(Code) | | |
getDisplayLocation | public Point getDisplayLocation()(Code) | | |
getUserDismiss | public boolean getUserDismiss()(Code) | | |
isShowing | public boolean isShowing()(Code) | | |
runStep | protected void runStep() throws Throwable(Code) | | Display a non-modal window.
|
setDisplayLocation | public void setDisplayLocation(Point pt)(Code) | | |
setUserDismiss | public void setUserDismiss(boolean state)(Code) | | |
showAnnotation | public void showAnnotation()(Code) | | |
|
|
|