|
Class Summary |
| AbstractJComboBoxLabel |
show with JLabel , edit with JComboBox |
| ArrowGrabUI |
UI that displays an Arrow on the grab |
| BendUI |
Base UI for JBends |
| CircleGrabLayouter |
THE choice for JCircle-Targets Cannot layout anything else |
| ColumnRowLayout |
$Id: ColumnRowLayout.java,v 1.22 2004/10/20 17:49:44 schneider Exp $ This LayoutManager layouts
the components in a column or a row without changing their sizes. |
| DashedLineUI |
This UI lets a JLine appear as two parrellel lines with a small distance between them. |
| DecoratorLayout |
Layout that gets the preferred position of the component from registerred Constraints-Objects.
|
| DefaultBendUI |
default UI for bends. |
| DefaultGrabLayouter |
THE choice for rectangular shaped targets |
| DefaultGrabUI |
same as DefaultBendUI but grabPoint is on the border of the rectangle |
| DefaultJComboBoxLabel |
default implementation of AbstractJComboBoxLabel |
| DefaultLineUI |
This is the UI used by JLines by default. |
| DelegationLayout |
UMLClass: 'LineLayout' |
| DiagramKindComboBoxModel |
comboBoxModel for UMLVisibility |
| DiagramKindJComboBoxLabel |
edit instance of UMLAttr |
| DiagramKindListCellRenderer |
cell renderer for DiagramKindJComboBoxLabel |
| Direction |
|
| DottedLineUI |
This UI lets a JLine appear as two parrellel lines with a small distance between them. |
| DoubleLineUI |
This UI lets a JLine appear as two parrellel lines with a small distance between them. |
| EditableComponent |
show with JLabel , edit with ... |
| EditableTextComponent |
show with JLabel , edit with ... |
| EditorManager |
No comment provided by developer, please add a comment to improve documentation. |
| EvenPlainerEditorKit |
An EditorKit that does not, like the default kit for plain text, break lines on the right
border but updates the size of the Pane |
| GrabConstraints |
Constraints for main component in PanelGrabUI Warning: does not work correctly yet |
| GrabDecoratorConstraints |
Constraints for Decorations to Grabs in PanelGrabUI. |
| GrabLayouter |
Called by a GrabManager to layout the Grabs of the Manager around the border of the Managers
target. |
| GrabManager |
The GrabManager associates a number of Grabs to a target JComponent, manages events of the
target and calls the GrabLayouter to relayout the Grabs when necessary. |
| GrabUI |
UI Baseclass for Grabs |
| IncrementComparator |
$Id: IncrementComparator.java,v 1.9 2004/11/03 10:17:57 lowende Exp $ |
| IntegerVerifier |
No comment provided by developer, please add a comment to improve documentation. |
| JArrow |
Deprecated. Use JDirectionIndicator |
| JArrowDoubleLineHead |
Simple arrow with double line |
| JArrowedBendLine |
A JBendLine with arrows at the ends. |
| JArrowHead |
Prototype class for arrow head styles to define shape, fill style, tip,
and base point. |
| JBend |
A JBend can be the start- or endPoint of a JBendLine
Associations
0..1 N
JBend ----------------------------- JBendLine
startBend outgoingLines
0..1 N
JBend ----------------------------- JBendLine
endBend incomingLines
|
| JBendLine |
A JLine that can have a JBend at each end. |
| JBendLineGrabLayouter |
Layouts Grabs on JBendLines (for UMLMultiLinks) |
| JBigArrow |
This class is a swing component which draws arrows. |
| JBoundsPanel |
A standard JPanel that fires PropertyChangeEvents for changes to
- size
- location
- bounds
Its primary use is for Objects that should have lines connected to them, because it is necessary
to know when the Bounds change to update the lines. |
| JCircle |
This class is a swing component which draws circles in wonderful shapes. |
| JCollapsable |
A JCollapsable is a panel with a small button in the lower right corner of the panel. |
| JDelimiter |
|
| JDiagramPane |
No comment provided by developer, please add a comment to improve documentation. |
| JDiagramRootPane |
No comment provided by developer, please add a comment to improve documentation. |
| JDiamondHead |
Diamond shape for generalization arrow heads etc. |
| JDirectionIndicator |
This class is a swing component which draws arrows. |
| JEgg |
The Java Enterprise Grub Gang - shortly called J-EGG - serves to make possible problems
that can occur in the design phase of a software project explicit. |
| JEgg.EggMouseListener |
This key listener listens for a triple click and adds the EggKeyListener
to a given component if a triple click has been found |
| JExtendedSeparator |
An extended JSeparator. |
| JGrab |
A JGrab is a JBend that is attached to a JComponent. |
| JLifeLineSegment |
just a small rhomb |
| JLine |
A Line from startPoint to endPoint |
| JOutlinedCircle |
No comment provided by developer, please add a comment to improve documentation. |
| JOval |
This class is a swing component which draws ovals in wonderful shapes. |
| JPackage |
This class is a swing component which draws Stickmen. |
| JPolyLine |
Polyline consisting of several small lines Work in progress. |
| JPolyLine.LineSegment |
No comment provided by developer, please add a comment to improve documentation. |
| JRectangle |
just a small rectangle |
| JRhomb |
just a small rhomb |
| JSeparatedPanel |
Defines a JPanel with delimiters. |
| JSimpleArrowHead |
Simple arrow with single line |
| JStickMan |
This class is a swing component which draws Stickmen. |
| JText |
The JText is used to undergo a feature of JLabel. |
| JTextEditor |
show value with JLabel , edit with JTextField |
| JTextFieldLabel |
show value with JLabel , edit with JTextField |
| JTriangleHead |
Triangle shape for generalization arrow heads etc. |
| JTriangleHeadWithTail |
Triangle shape with tail for collaboration stats etc. |
| JUnderlinedPanel |
|
| LayerManager |
No comment provided by developer, please add a comment to improve documentation. |
| LifeLineGrabLayouter |
THE choice for rectangular shaped targets |
| LifeLineLayout |
$Id: LifeLineLayout.java,v 1.8 2004/10/20 17:49:47 schneider Exp $ This LayoutManager layouts
the components in a column or a row without changing their sizes. |
| LineDecoratorConstraints |
constraints for DecoratorLayout to add some stuff to a JLine UMLClass: 'LineDecoratorConstraints' |
| LineStyle |
|
| LineUI |
Base UI for JLines. |
| MethodComparator |
$Id: MethodComparator.java,v 1.8 2004/11/03 10:17:58 lowende Exp $ |
| NoLayout |
No comment provided by developer, please add a comment to improve documentation. |
| OneElementLayouter |
layout container with one element |
| OperationIcon |
Renders icons for operations such as equal, not equal, etc. |
| OvalGrabLayouter |
THE choice for oval targets. |
| OvalLayout |
Layouts the components line by line in such a style that the components will fit into an
OvalBorder that may be put around the container. |
| PanelGrabUI |
Grab UI that has a component as representation for the grab itself and can contain additional
elements which are layouted around the line that is attached to the grab |
| RepresentationComboBoxModel |
No comment provided by developer, please add a comment to improve documentation. |
| ResizeableGrabUI |
same as DefaultGrabUI but resizeable |
| ResizeableLayout |
No comment provided by developer, please add a comment to improve documentation. |
| RhombGrabLayouter |
THE choice for targets with a RhombBorder |
| RhombGrabUI |
Grab UI in rhomb shape |
| RoleLayout |
No comment provided by developer, please add a comment to improve documentation. |
| SeparatedPanelLayout |
The layouter for the JSeparatedComponent. |
| TextGrabUI |
Grab UI that has a TextComponent to edit the value of JBend.data |
| UMLAttrExprOperationComboBoxModel |
ComboBoxModel for UMLAttrExprPair.allAttrExprAsText |
| UMLAttrVisibilityJComboBoxLabel |
edit instance of UMLAttr |
| UMLAttrVisibilityListCellRenderer |
cell renderer for UMLAttrVisibilityJComboBoxLabel |
| UMLMethodVisibilityJComboBoxLabel |
kedit instance of UMLMethod |
| UMLMethodVisibilityListCellRenderer |
cell renderer for UMLMethodVisibilityJComboBoxLabel |
| UMLSeparatorUI |
UML-style separator |
| UMLTypeListComboBoxModel |
comboBoxModel for UMLTypeList |
| UMLVisibilityComboBoxModel |
comboBoxModel for UMLVisibility |