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

java.lang.Object
  extended by com.xpn.xwiki.wysiwyg.client.ui.cmd.internal.AbstractExecutable
      extended by com.xpn.xwiki.wysiwyg.client.ui.cmd.internal.DefaultExecutable
          extended by com.xpn.xwiki.wysiwyg.client.ui.cmd.internal.StyleExecutable
              extended by com.xpn.xwiki.wysiwyg.client.ui.cmd.internal.BoldExecutable
All Implemented Interfaces:
Executable

public class BoldExecutable
extends StyleExecutable


Field Summary
 
Fields inherited from class com.xpn.xwiki.wysiwyg.client.ui.cmd.internal.DefaultExecutable
command
 
Constructor Summary
BoldExecutable()
           
 
Method Summary
protected  boolean matchesStyle(com.google.gwt.dom.client.Node node)
          
 
Methods inherited from class com.xpn.xwiki.wysiwyg.client.ui.cmd.internal.StyleExecutable
addStyle, addStyle, execute, getClassName, getParameter, getProeprtyValue, getPropertyName, getTagName, isEnabled, isExecuted, isSupported, removeStyle, removeStyle
 
Methods inherited from class com.xpn.xwiki.wysiwyg.client.ui.cmd.internal.AbstractExecutable
execute, getParameter, isEnabled, isExecuted, isSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoldExecutable

public BoldExecutable()
Method Detail

matchesStyle

protected boolean matchesStyle(com.google.gwt.dom.client.Node node)

Overrides:
matchesStyle in class StyleExecutable
See Also:
StyleExecutable.matchesStyle(Node)


Copyright © 2004-2008 XWiki. All Rights Reserved.