Package | Description |
---|---|
org.eclipse.gef4.zest.fx.operations |
This package provides an
IUndoableOperation to support
hiding/unhiding of nodes and related edges (
HideOperation ). |
Modifier and Type | Method and Description |
---|---|
static HideOperation |
HideOperation.hide(NodeContentPart toHide)
Constructs a new
HideOperation that will hide the given
NodeContentPart upon execution. |
static HideOperation |
HideOperation.show(NodeContentPart toShow)
Constructs a new
HideOperation that will show the given
NodeContentPart upon execution. |
Copyright (c) 2014 itemis AG and others. All rights reserved.