Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
com.yworks.yfiles.view.input |
Contains definitions, default implementations, and support classes that deal with the user interaction in a
CanvasControl in general, as well as specialized utility classes and IInputMode implementations that can be used to work with and edit IGraph instances in a GraphControl . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractGraphWrapper.onLabelRemoved(LabelEventArgs args)
Raises the
LabelRemoved event. |
Modifier and Type | Method and Description |
---|---|
void |
Table.addLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent) |
void |
ITable.addLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent)
Adds the given listener for the
LabelRemoved event that occurs when a label has been removed from this graph
instance. |
void |
IGraph.addLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent)
Adds the given listener for the
LabelRemoved event that occurs when a label has been removed from this graph
instance. |
void |
DefaultGraph.addLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent) |
void |
AbstractGraphWrapper.addLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent) |
void |
Table.removeLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent) |
void |
ITable.removeLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent)
Removes the given listener for the
LabelRemoved event that occurs when a label has been removed from this graph
instance. |
void |
IGraph.removeLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent)
Removes the given listener for the
LabelRemoved event that occurs when a label has been removed from this graph
instance. |
void |
DefaultGraph.removeLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent) |
void |
AbstractGraphWrapper.removeLabelRemovedListener(IEventHandler<LabelEventArgs> labelRemovedEvent) |
Modifier and Type | Method and Description |
---|---|
protected void |
TableEditorInputMode.onLabelAdded(LabelEventArgs args)
Raises the
LabelAdded event. |
protected void |
GraphEditorInputMode.onLabelAdded(LabelEventArgs args)
Raises the
LabelAdded event. |
protected void |
GraphEditorInputMode.onLabelTextChanged(LabelEventArgs args)
Raises the
LabelTextChanged event. |
protected void |
TableEditorInputMode.onLabelTextEditingCanceled(LabelEventArgs args)
Raises the
LabelTextEditingCanceled event. |
protected void |
GraphEditorInputMode.onLabelTextEditingCanceled(LabelEventArgs args)
Raises the
LabelTextEditingCanceled event. |
protected void |
TableEditorInputMode.onLabelTextEditingStarted(LabelEventArgs args)
Raises the
LabelTextEditingStarted event. |
protected void |
GraphEditorInputMode.onLabelTextEditingStarted(LabelEventArgs args)
Raises the
LabelTextEditingStarted event. |
Modifier and Type | Method and Description |
---|---|
void |
TableEditorInputMode.addLabelAddedListener(IEventHandler<LabelEventArgs> labelAddedEvent)
Adds the given listener for the
LabelAdded event that occurs when this mode has triggered the addition of an
ILabel , for instance, in response to TableEditorInputMode.createLabel(IStripe) . |
void |
GraphEditorInputMode.addLabelAddedListener(IEventHandler<LabelEventArgs> labelAddedEvent)
Adds the given listener for the
LabelAdded event that occurs when this mode has triggered the addition of an
ILabel , for instance, in response to GraphEditorInputMode.createLabel(ILabelOwner) . |
void |
GraphEditorInputMode.addLabelTextChangedListener(IEventHandler<LabelEventArgs> labelTextChangedEvent)
Adds the given listener for the
LabelTextChanged event that occurs when this mode has triggered the edit of an
ILabel , for instance, in response to GraphEditorInputMode.editLabel(ILabel) . |
void |
GraphEditorInputMode.addLabelTextEditingCanceledListener(IEventHandler<LabelEventArgs> labelTextEditingCanceledEvent)
Adds the given listener for the
LabelTextEditingCanceled event that occurs when the actual label editing process
is canceled. |
void |
GraphEditorInputMode.addLabelTextEditingStartedListener(IEventHandler<LabelEventArgs> labelTextEditingStartedEvent)
Adds the given listener for the
LabelTextEditingStarted event that occurs when the actual label editing process
is about to start. |
void |
TableEditorInputMode.removeLabelAddedListener(IEventHandler<LabelEventArgs> labelAddedEvent)
Removes the given listener for the
LabelAdded event that occurs when this mode has triggered the addition of an
ILabel , for instance, in response to TableEditorInputMode.createLabel(IStripe) . |
void |
GraphEditorInputMode.removeLabelAddedListener(IEventHandler<LabelEventArgs> labelAddedEvent)
Removes the given listener for the
LabelAdded event that occurs when this mode has triggered the addition of an
ILabel , for instance, in response to GraphEditorInputMode.createLabel(ILabelOwner) . |
void |
GraphEditorInputMode.removeLabelTextChangedListener(IEventHandler<LabelEventArgs> labelTextChangedEvent)
Removes the given listener for the
LabelTextChanged event that occurs when this mode has triggered the edit of
an ILabel , for instance, in response to GraphEditorInputMode.editLabel(ILabel) . |
void |
GraphEditorInputMode.removeLabelTextEditingCanceledListener(IEventHandler<LabelEventArgs> labelTextEditingCanceledEvent)
Removes the given listener for the
LabelTextEditingCanceled event that occurs when the actual label editing
process is canceled. |
void |
GraphEditorInputMode.removeLabelTextEditingStartedListener(IEventHandler<LabelEventArgs> labelTextEditingStartedEvent)
Removes the given listener for the
LabelTextEditingStarted event that occurs when the actual label editing
process is about to start. |