Set
of hidden Node
s changes.HiddenNeighborsPart
is an AbstractFXFeedbackPart
that
displays the number of hidden neighbors (see
HidingModel.getHiddenNeighbors(org.eclipse.gef4.graph.Node)
) of its
first anchorage.host
.host
by setting its visual's visibility to
false
and its visual's mouse transparency to
true
.HideOperation
that will hide the given
NodeContentPart
upon execution.host
NodeContentPart
(and clears the FocusModel
,
HoverModel
, and SelectionModel
).HideFirstAnchorageOnClickPolicy
is an
AbstractFXOnClickPolicy
that hides all neighbors of its host upon
mouse click by adding them from the HidingModel
.NodeContentPart.getNestedGraphIcon()
from the
NodeContentPart.getNestedContentStackPane()
and sets
the nested graph icon to null
.HideNodePolicy
can be installed on NodeContentPart
.HideOnTypePolicy
is an AbstractFXOnTypePolicy
that
hides/shows its host
NodeContentPart
upon the
press of a button:
KeyCode.P
: hides the host
NodeContentPart
KeyCode.E
: shows all hidden neighbors of the host
NodeContentPart
HideOperation
can be used to hide/show a NodeContentPart
by changing the HidingModel
accordingly.HideOperation
that will show or hide the given
NodeContentPart
depending on the isHidden flag.HidingBehavior
is specific to NodeContentPart
.HoverFirstAnchorageOnHoverPolicy
is an extension to the
FXHoverOnHoverPolicy
that hovers its first anchorage instead of its
host
.Copyright (c) 2014 itemis AG and others. All rights reserved.