Modifier and Type |
Method and Description |
void |
backgroundColorChanged(Element arg0,
Color arg1) |
void |
fontChanged(Element arg0,
Font arg1) |
void |
foregroundColorChanged(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(Element arg0,
int arg1) |
void |
nodesRemoved(Element arg0,
int arg1,
Sequence<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(Element arg0) |
void |
underlineChanged(Element arg0) |