Package org.javlo.macro.core
Class AbstractInteractiveMacro
- java.lang.Object
-
- org.javlo.macro.core.AbstractInteractiveMacro
-
- All Implemented Interfaces:
IInteractiveMacro,IMacro
- Direct Known Subclasses:
CreateArticleComposition,UndeletePage
public abstract class AbstractInteractiveMacro extends Object implements IInteractiveMacro
-
-
Field Summary
-
Fields inherited from interface org.javlo.macro.core.IMacro
DEFAULT_MAX_MODAL_SIZE, DEFAULT_PRIORITY, LARGE_MODAL_SIZE, MIDDEL_MODAL_SIZE, SMALL_MODAL_SIZE
-
-
Constructor Summary
Constructors Constructor Description AbstractInteractiveMacro()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAdd()booleanisAdmin()macro for admin >> return true macro for contributor >> retrun falsebooleanisInterative()booleanisPreview()is this macro can be execute in preview mode.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.javlo.macro.core.IInteractiveMacro
getModalSize, getRenderer, prepare
-
-
-
-
Method Detail
-
isAdmin
public boolean isAdmin()
Description copied from interface:IMacromacro for admin >> return true macro for contributor >> retrun false
-
isPreview
public boolean isPreview()
Description copied from interface:IMacrois this macro can be execute in preview mode.
-
isInterative
public boolean isInterative()
- Specified by:
isInterativein interfaceIMacro
-
-