|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GrabLayouter | |
de.uni_paderborn.fujaba.fsa.swing |
Uses of GrabLayouter in de.uni_paderborn.fujaba.fsa.swing |
Subclasses of GrabLayouter in de.uni_paderborn.fujaba.fsa.swing | |
class |
CircleGrabLayouter
THE choice for JCircle-Targets Cannot layout anything else |
class |
DefaultGrabLayouter
THE choice for rectangular shaped targets |
class |
JBendLineGrabLayouter
Layouts Grabs on JBendLines (for UMLMultiLinks) |
class |
LifeLineGrabLayouter
THE choice for rectangular shaped targets |
class |
OvalGrabLayouter
THE choice for oval targets. |
class |
RhombGrabLayouter
THE choice for targets with a RhombBorder |
Methods in de.uni_paderborn.fujaba.fsa.swing that return GrabLayouter | |
static GrabLayouter |
RhombGrabLayouter.get()
|
static GrabLayouter |
OvalGrabLayouter.get()
|
static GrabLayouter |
LifeLineGrabLayouter.get()
|
static GrabLayouter |
JBendLineGrabLayouter.get()
|
static GrabLayouter |
GrabLayouter.getDefaultLayouter()
|
static GrabLayouter |
GrabLayouter.getLayouter(javax.swing.JComponent comp)
The result of this method is either the layouter specified as client property of comp or if none is found the result of GrabLayouter.get() |
static GrabLayouter |
CircleGrabLayouter.get()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |