com.xpn.xwiki.wysiwyg.client.ui.cmd.internal
Class AbstractExecutable

java.lang.Object
  extended by 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


Constructor Summary
AbstractExecutable()
           
 
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
 
Methods inherited from interface com.xpn.xwiki.wysiwyg.client.ui.cmd.Executable
execute, getParameter, isEnabled, isExecuted, isSupported
 

Constructor Detail

AbstractExecutable

public AbstractExecutable()
Method Detail

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.