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 boolean
isAdd()
boolean
isAdmin()
macro for admin >> return true macro for contributor >> retrun falseboolean
isInterative()
boolean
isPreview()
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:IMacro
macro for admin >> return true macro for contributor >> retrun false
-
isPreview
public boolean isPreview()
Description copied from interface:IMacro
is this macro can be execute in preview mode.
-
isInterative
public boolean isInterative()
- Specified by:
isInterative
in interfaceIMacro
-
-