|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PStyledText | |
---|---|
edu.umd.cs.piccolox.event | This package provides additional Piccolo event handlers. |
Uses of PStyledText in edu.umd.cs.piccolox.event |
---|
Fields in edu.umd.cs.piccolox.event declared as PStyledText | |
---|---|
protected PStyledText |
PStyledTextEventHandler.editedText
The Styled text being edited. |
Methods in edu.umd.cs.piccolox.event that return PStyledText | |
---|---|
PStyledText |
PStyledTextEventHandler.createText()
Creates a PStyledText instance and attaches a simple document to it. |
Methods in edu.umd.cs.piccolox.event with parameters of type PStyledText | |
---|---|
void |
PStyledTextEventHandler.startEditing(PInputEvent event,
PStyledText text)
Begins editing the provided text node as a result of the provided event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |