public abstract class AbstractActionToolboxCommand<I> extends AbstractToolboxCommand<I>
ToolboxCommand.Status| Modifier | Constructor and Description |
|---|---|
protected |
AbstractActionToolboxCommand(DefinitionGlyphTooltip<?> glyphTooltip) |
| Modifier and Type | Method and Description |
|---|---|
I |
getIcon(AbstractCanvasHandler context,
double width,
double height) |
void |
mouseEnter(Context<AbstractCanvasHandler> context,
Element element) |
void |
mouseExit(Context<AbstractCanvasHandler> context,
Element element) |
AbstractActionToolboxCommand<I> |
setIcon(I icon) |
click, execute, fireElementSelectedEvent, fireLoadingCompleted, fireLoadingStarted, mouseDownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, getTitleprotected AbstractActionToolboxCommand(DefinitionGlyphTooltip<?> glyphTooltip)
public AbstractActionToolboxCommand<I> setIcon(I icon)
public I getIcon(AbstractCanvasHandler context, double width, double height)
public void mouseEnter(Context<AbstractCanvasHandler> context, Element element)
mouseEnter in class AbstractToolboxCommand<I>public void mouseExit(Context<AbstractCanvasHandler> context, Element element)
mouseExit in class AbstractToolboxCommand<I>Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.