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 ElementListener
public void nodesRemoved(Element arg0, int arg1, Sequence<Node> arg2)
nodesRemoved
in interface ElementListener
public void fontChanged(Element arg0, Font arg1)
fontChanged
in interface ElementListener
public void foregroundColorChanged(Element arg0, Color arg1)
foregroundColorChanged
in interface ElementListener
public void backgroundColorChanged(Element arg0, Color arg1)
backgroundColorChanged
in interface ElementListener
public void underlineChanged(Element arg0)
underlineChanged
in interface ElementListener
public void strikethroughChanged(Element arg0)
strikethroughChanged
in interface ElementListener