com.xpn.xwiki.wysiwyg.client.ui.cmd.internal
Class AbstractExecutable
java.lang.Object
com.xpn.xwiki.wysiwyg.client.ui.cmd.internal.AbstractExecutable
- All Implemented Interfaces:
- Executable
- Direct Known Subclasses:
- DefaultExecutable, StyleWithCssExecutable
public abstract class AbstractExecutable
- extends java.lang.Object
- implements Executable
|
Method Summary |
protected boolean |
execute(com.google.gwt.user.client.Element target,
java.lang.String command,
java.lang.String parameter)
|
protected java.lang.String |
getParameter(com.google.gwt.user.client.Element target,
java.lang.String command)
|
protected boolean |
isEnabled(com.google.gwt.user.client.Element target,
java.lang.String command)
|
protected boolean |
isExecuted(com.google.gwt.user.client.Element target,
java.lang.String command)
|
protected boolean |
isSupported(com.google.gwt.user.client.Element target,
java.lang.String command)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractExecutable
public AbstractExecutable()
execute
protected boolean execute(com.google.gwt.user.client.Element target,
java.lang.String command,
java.lang.String parameter)
getParameter
protected java.lang.String getParameter(com.google.gwt.user.client.Element target,
java.lang.String command)
isEnabled
protected boolean isEnabled(com.google.gwt.user.client.Element target,
java.lang.String command)
isExecuted
protected boolean isExecuted(com.google.gwt.user.client.Element target,
java.lang.String command)
isSupported
protected boolean isSupported(com.google.gwt.user.client.Element target,
java.lang.String command)
Copyright © 2004-2008 XWiki. All Rights Reserved.