程序包 | 说明 |
---|---|
de.mpg.mpimet.yacgui.controller |
Contains the classes for controlling the work flow of application.
|
de.mpg.mpimet.yacgui.model |
Contains the classes representing the model (structure) of data used application and xml-files
|
de.mpg.mpimet.yacgui.ui |
Provides the classes responsible for application UI elements: panels, dialogs,
file choosers and so on.
|
限定符和类型 | 字段和说明 |
---|---|
private java.util.List<Connection> |
GuiController.selectedConnections
List of selected components.
|
限定符和类型 | 方法和说明 |
---|---|
private void |
GuiController.pairTransientPanels(Connection c)
Pairs a transient panel with another one if they were coupled.
|
private void |
GuiController.showCouplingDialog(Connection clickedConnection) |
限定符和类型 | 字段和说明 |
---|---|
private java.util.List<Connection> |
Connections.connections |
限定符和类型 | 方法和说明 |
---|---|
Connection |
Model.addConnection(Model.Align sourceAlign,
int sourceIndex,
int targetIndex)
Creates and saves new Connection.
|
Connection |
Connections.addConnection(Model.Align sourceAlign,
int sourceIndex,
int targetIndex,
boolean hasInterpolation)
Creates a Connection and adds it to the collection.
|
Connection |
Model.getConnectionAt(Model.Align align,
int index)
Returns a connection starting or ending at given Align and index if present.
|
Connection |
Connections.getConnectionAt(Model.Align align,
int index)
Returns a Connection that have the specified Align and
index values either at source or at target if present.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<Connection> |
Model.getConnections() |
java.util.List<Connection> |
Connections.getConnections() |
限定符和类型 | 方法和说明 |
---|---|
void |
Connections.addConnection(Connection connection)
Adds given Connection to the collection.
|
private boolean |
Connections.contains(Connection connection)
Checks if collection contains given connection.
|
private boolean |
Connections.containsSourceAsTarget(Connection other)
Checks if collections contains a connection with target Align and index
equal to source Align and index of given connection.
|
private boolean |
Connections.containsTarget(Connection other)
Checks if collection contains a connection with target Align and index
equal to target Align and index of given connection.
|
private boolean |
Connections.containsTargetAsSource(Connection other)
Checks if collections contains a connection with source Align and index
equal to target Align and index of given connection.
|
private TransientCouple |
Model.createDefaultTransientCouple(Connection connection,
Couple activeCouple)
Creates TransientCouple for the given Connection.
|
TransientCouple |
Model.getTransientCouple(Connection con) |
private int |
Model.getTransientCoupleIndex(java.util.List<TransientCouple> transientCouples,
Connection connection)
Determines which of the
TransientCouple elements in
transientCouples corresponds to given Connection . |
void |
Model.updateTransientCoupleParameters(Connection connection,
TransientCouple transientCoupleDonor)
Updates the parameters of TransientCouple specified by connection to parameters of
TransientCouple passed as argument.
|
限定符和类型 | 方法和说明 |
---|---|
void |
ConnectionsGlassPane.addConnectionArrow(Connection connection) |
void |
ConnectionsGlassPane.updateConnectionArrow(Connection connection) |