/******************************************************************************* * Copyright (c) 2015, 2016 itemis AG and others. * * All rights reserved. This program and the accompanying materials are made * available under the terms of the Eclipse Public License v1.0 which * accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: Alexander Nyßen (itemis AG) - initial text * *******************************************************************************/ /** * This package provides a specific root part that enables support for CSS * styling ({@link org.eclipse.gef.zest.fx.parts.ZestFxRootPart}), specific * content parts for graphs, nodes, and edges ( * {@link org.eclipse.gef.zest.fx.parts.GraphPart}, * {@link org.eclipse.gef.zest.fx.parts.NodePart}, * {@link org.eclipse.gef.zest.fx.parts.EdgePart}), (hover) handle parts * to realize hiding/unhiding of nodes ( * {@link org.eclipse.gef.zest.fx.parts.HideHoverHandlePart}, * {@link org.eclipse.gef.zest.fx.parts.ShowHiddenNeighborsHoverHandlePart}), as well as * feedback parts to indicate hidden nodes ( * {@link org.eclipse.gef.zest.fx.parts.HiddenNeighborsFeedbackPart}). */ package org.eclipse.gef.zest.fx.parts;