Uses of Class
org.csstudio.opibuilder.model.ConnectionModel
Packages that use ConnectionModel
Package
Description
-
Uses of ConnectionModel in org.csstudio.opibuilder.commands
Constructors in org.csstudio.opibuilder.commands with parameters of type ConnectionModelModifierConstructorDescriptionCreate a command that will disconnect a connection from its endpoints.Instantiate a command that can create a connection between two widgets. -
Uses of ConnectionModel in org.csstudio.opibuilder.editparts
Methods in org.csstudio.opibuilder.editparts that return ConnectionModelMethods in org.csstudio.opibuilder.editparts that return types with arguments of type ConnectionModelModifier and TypeMethodDescriptionprotected List<ConnectionModel>AbstractBaseEditPart.getModelSourceConnections()protected List<ConnectionModel>AbstractBaseEditPart.getModelTargetConnections()Methods in org.csstudio.opibuilder.editparts with parameters of type ConnectionModelModifier and TypeMethodDescriptionvoidFixedPointsConnectionRouter.setConnectionModel(ConnectionModel connectionModel) -
Uses of ConnectionModel in org.csstudio.opibuilder.model
Methods in org.csstudio.opibuilder.model that return types with arguments of type ConnectionModelModifier and TypeMethodDescriptionDisplayModel.getConnectionList()AbstractWidgetModel.getSourceConnections()AbstractWidgetModel.getTargetConnections()Methods in org.csstudio.opibuilder.model with parameters of type ConnectionModel