public class ElementAdapter extends Object implements GriffonPivotAdapter, ElementListener
ElementListener.Adapter| Constructor and Description |
|---|
ElementAdapter() |
public CallableWithArgs<Void> getNodeInserted()
public CallableWithArgs<Void> getNodesRemoved()
public CallableWithArgs<Void> getFontChanged()
public CallableWithArgs<Void> getForegroundColorChanged()
public CallableWithArgs<Void> getBackgroundColorChanged()
public CallableWithArgs<Void> getUnderlineChanged()
public CallableWithArgs<Void> getStrikethroughChanged()
public void setNodeInserted(CallableWithArgs<Void> nodeInserted)
public void setNodesRemoved(CallableWithArgs<Void> nodesRemoved)
public void setFontChanged(CallableWithArgs<Void> fontChanged)
public void setForegroundColorChanged(CallableWithArgs<Void> foregroundColorChanged)
public void setBackgroundColorChanged(CallableWithArgs<Void> backgroundColorChanged)
public void setUnderlineChanged(CallableWithArgs<Void> underlineChanged)
public void setStrikethroughChanged(CallableWithArgs<Void> strikethroughChanged)
public void nodeInserted(Element arg0, int arg1)
nodeInserted in interface ElementListenerpublic void nodesRemoved(Element arg0, int arg1, Sequence<Node> arg2)
nodesRemoved in interface ElementListenerpublic void fontChanged(Element arg0, Font arg1)
fontChanged in interface ElementListenerpublic void foregroundColorChanged(Element arg0, Color arg1)
foregroundColorChanged in interface ElementListenerpublic void backgroundColorChanged(Element arg0, Color arg1)
backgroundColorChanged in interface ElementListenerpublic void underlineChanged(Element arg0)
underlineChanged in interface ElementListenerpublic void strikethroughChanged(Element arg0)
strikethroughChanged in interface ElementListener