Uses of Class
org.graffiti.editor.GraffitiFrame
Package | Description |
---|---|
org.graffiti.editor |
Contains classes for the famous graffiti editor.
|
org.graffiti.plugins.views.defaults |
-
Uses of GraffitiFrame in org.graffiti.editor
Methods in org.graffiti.editor that return GraffitiFrame Modifier and Type Method Description GraffitiFrame
MainFrame. getActiveDetachedFrame()
GraffitiFrame[]
MainFrame. getDetachedFrames()
Methods in org.graffiti.editor with parameters of type GraffitiFrame Modifier and Type Method Description void
MainFrame. addDetachedFrame(GraffitiFrame frame)
void
MainFrame. removeDetachedFrame(GraffitiFrame frame)
-
Uses of GraffitiFrame in org.graffiti.plugins.views.defaults
Methods in org.graffiti.plugins.views.defaults that return GraffitiFrame Modifier and Type Method Description GraffitiFrame[]
GraffitiView. getDetachedFrames()