Math2mat
Public Member Functions

m2m.frontend.dynamicview.figure.ConnectionPropertyFigure Class Reference

Inheritance diagram for m2m.frontend.dynamicview.figure.ConnectionPropertyFigure:
Inheritance graph
[legend]
Collaboration diagram for m2m.frontend.dynamicview.figure.ConnectionPropertyFigure:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ConnectionPropertyFigure ()
void setProperty (Connection conn)
void actionPerformed (ActionEvent arg)

Detailed Description

Definition at line 31 of file ConnectionPropertyFigure.java.


Constructor & Destructor Documentation

m2m.frontend.dynamicview.figure.ConnectionPropertyFigure.ConnectionPropertyFigure ( )

Default contructor of a ConnectionPropertyFigure.

Definition at line 66 of file ConnectionPropertyFigure.java.


Member Function Documentation

void m2m.frontend.dynamicview.figure.ConnectionPropertyFigure.actionPerformed ( ActionEvent  arg)

Remove all bend points of the connection if the source is the btnDeleteBendPoints button. Remove connections of the schema if the source is the btnRoute button. Enable/Disable the atomatic routing of the connection if the source is the checkBoxAutoRoute.

Parameters:
argThe source of the event

Definition at line 133 of file ConnectionPropertyFigure.java.

void m2m.frontend.dynamicview.figure.ConnectionPropertyFigure.setProperty ( Connection  conn)

Set the graphical property of a specific connection.

Parameters:
connThe specific connection to the figure to set property

Definition at line 112 of file ConnectionPropertyFigure.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations