IGraphView igv = GraphView.newGraphView(this.currentView.getStorableSubGraph(), this.parameter.userInterface);
if(!this.vertexConditionCheckBox.isSelected()) lviids = null;
if(!this.edgeConditionCheckBox.isSelected()) leiids = null;
igv.setInvisibleVertices(lviids);
igv.setInvisibleEdges(leiids);
UIRequestReplaceCurrentTab requestOpenSubGraph = new UIRequestReplaceCurrentTab(igv, null);
this.parameter.userInterface.addRequest(requestOpenSubGraph);
break;
}
case DEF_ACTION_MODE_3: {
if(this.currentView != null) {