public class ElementAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.text.ElementListener
| Constructor and Description | 
|---|
ElementAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
backgroundColorChanged(org.apache.pivot.wtk.text.Element arg0,
                      Color arg1)  | 
void | 
fontChanged(org.apache.pivot.wtk.text.Element arg0,
           Font arg1)  | 
void | 
foregroundColorChanged(org.apache.pivot.wtk.text.Element arg0,
                      Color arg1)  | 
CallableWithArgs<Void> | 
getBackgroundColorChanged()  | 
CallableWithArgs<Void> | 
getFontChanged()  | 
CallableWithArgs<Void> | 
getForegroundColorChanged()  | 
CallableWithArgs<Void> | 
getNodeInserted()  | 
CallableWithArgs<Void> | 
getNodesRemoved()  | 
CallableWithArgs<Void> | 
getStrikethroughChanged()  | 
CallableWithArgs<Void> | 
getUnderlineChanged()  | 
void | 
nodeInserted(org.apache.pivot.wtk.text.Element arg0,
            int arg1)  | 
void | 
nodesRemoved(org.apache.pivot.wtk.text.Element arg0,
            int arg1,
            org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.text.Node> arg2)  | 
void | 
setBackgroundColorChanged(CallableWithArgs<Void> backgroundColorChanged)  | 
void | 
setFontChanged(CallableWithArgs<Void> fontChanged)  | 
void | 
setForegroundColorChanged(CallableWithArgs<Void> foregroundColorChanged)  | 
void | 
setNodeInserted(CallableWithArgs<Void> nodeInserted)  | 
void | 
setNodesRemoved(CallableWithArgs<Void> nodesRemoved)  | 
void | 
setStrikethroughChanged(CallableWithArgs<Void> strikethroughChanged)  | 
void | 
setUnderlineChanged(CallableWithArgs<Void> underlineChanged)  | 
void | 
strikethroughChanged(org.apache.pivot.wtk.text.Element arg0)  | 
void | 
underlineChanged(org.apache.pivot.wtk.text.Element arg0)  | 
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(org.apache.pivot.wtk.text.Element arg0,
                         int arg1)
nodeInserted in interface org.apache.pivot.wtk.text.ElementListenerpublic void nodesRemoved(org.apache.pivot.wtk.text.Element arg0,
                         int arg1,
                         org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.text.Node> arg2)
nodesRemoved in interface org.apache.pivot.wtk.text.ElementListenerpublic void fontChanged(org.apache.pivot.wtk.text.Element arg0,
                        Font arg1)
fontChanged in interface org.apache.pivot.wtk.text.ElementListenerpublic void foregroundColorChanged(org.apache.pivot.wtk.text.Element arg0,
                                   Color arg1)
foregroundColorChanged in interface org.apache.pivot.wtk.text.ElementListenerpublic void backgroundColorChanged(org.apache.pivot.wtk.text.Element arg0,
                                   Color arg1)
backgroundColorChanged in interface org.apache.pivot.wtk.text.ElementListenerpublic void underlineChanged(org.apache.pivot.wtk.text.Element arg0)
underlineChanged in interface org.apache.pivot.wtk.text.ElementListenerpublic void strikethroughChanged(org.apache.pivot.wtk.text.Element arg0)
strikethroughChanged in interface org.apache.pivot.wtk.text.ElementListener