public class DefaultFXConnectionSkin extends AbstractFXConnectionSkin
model, parent, receiver, senderconnectionListener, connectionPath, controller, modelProperty, parentProperty, receiverConnectorUI, receiverProperty, receiverShape, senderProperty, senderShape, skinFactory, type| Constructor and Description |
|---|
DefaultFXConnectionSkin(FXSkinFactory skinFactory,
Parent parent,
eu.mihosoft.vrl.workflow.Connection connection,
eu.mihosoft.vrl.workflow.VFlow flow,
String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
add() |
void |
configureEditCapability(boolean notEditable) |
protected ContextMenu |
createContextMenu() |
protected EventHandler<MouseEvent> |
createContextMenuHandler(ContextMenu contextMenu) |
protected void |
initMouseEventHandler() |
protected void |
initSenderAndReceiver() |
protected void |
initStyle() |
protected void |
makeDraggable() |
protected void |
postInitialize() |
void |
remove() |
void |
setModel(eu.mihosoft.vrl.workflow.Connection model)
Sets the value of the property model.
|
void |
setSender(eu.mihosoft.vrl.workflow.Connector n)
Sets the value of the property sender.
|
getConnectionPath, getContentNode, getController, getModel, getNode, getParent, getReceiver, getReceiverShape, getReceiverUI, getSender, getSenderShape, getSkinFactory, init, initConnectionListener, initConnnectionPath, modelProperty, parentProperty, receiverProperty, receiverToFront, senderProperty, setController, setParent, setReceiverpublic DefaultFXConnectionSkin(FXSkinFactory skinFactory, Parent parent, eu.mihosoft.vrl.workflow.Connection connection, eu.mihosoft.vrl.workflow.VFlow flow, String type)
protected void postInitialize()
postInitialize in class AbstractFXConnectionSkinprotected void initStyle()
initStyle in class AbstractFXConnectionSkinprotected void initSenderAndReceiver()
initSenderAndReceiver in class AbstractFXConnectionSkinprotected void initMouseEventHandler()
protected EventHandler<MouseEvent> createContextMenuHandler(ContextMenu contextMenu)
protected ContextMenu createContextMenu()
protected void makeDraggable()
makeDraggable in class AbstractFXConnectionSkinpublic final void setSender(eu.mihosoft.vrl.workflow.Connector n)
AbstractFXConnectionSkinsetSender in interface eu.mihosoft.vrl.workflow.skin.ConnectionSkin<eu.mihosoft.vrl.workflow.Connection>setSender in class AbstractFXConnectionSkinpublic final void setModel(eu.mihosoft.vrl.workflow.Connection model)
AbstractFXConnectionSkinsetModel in interface eu.mihosoft.vrl.workflow.skin.Skin<eu.mihosoft.vrl.workflow.Connection>setModel in class AbstractFXConnectionSkinpublic void add()
add in interface eu.mihosoft.vrl.workflow.skin.Skin<eu.mihosoft.vrl.workflow.Connection>add in class AbstractFXConnectionSkinpublic void remove()
remove in interface eu.mihosoft.vrl.workflow.skin.Skin<eu.mihosoft.vrl.workflow.Connection>remove in class AbstractFXConnectionSkinpublic void configureEditCapability(boolean notEditable)