X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.browsing.ui.common%2Fsrc%2Forg%2Fsimantics%2Fbrowsing%2Fui%2Fcommon%2Finternal%2FUIElementReference.java;h=3133b2d371ac25d164093acb009aa1bd6f189d03;hp=a481c87e4853a432ab8c3d4518d4befe4ab9e71c;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/internal/UIElementReference.java b/bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/internal/UIElementReference.java index a481c87e4..3133b2d37 100644 --- a/bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/internal/UIElementReference.java +++ b/bundles/org.simantics.browsing.ui.common/src/org/simantics/browsing/ui/common/internal/UIElementReference.java @@ -1,36 +1,36 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. - * 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: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.browsing.ui.common.internal; - - -/** - * An abstract reference to a single concrete graph explorer control item. - * - * @author Tuukka Lehtonen - */ -public interface UIElementReference { - - /** - * @return true if this TreeReference actually contains an - * element behind it. - */ - public boolean hasReference(); - - /** - * @return false only if {@link #hasReference()} returns true - * and the referenced control item not disposed. Note that - * this method must return true if - * {@link #hasReference()} returns false. - */ - public boolean isDisposed(); - -} +/******************************************************************************* + * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * in Industry THTH ry. + * 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: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.browsing.ui.common.internal; + + +/** + * An abstract reference to a single concrete graph explorer control item. + * + * @author Tuukka Lehtonen + */ +public interface UIElementReference { + + /** + * @return true if this TreeReference actually contains an + * element behind it. + */ + public boolean hasReference(); + + /** + * @return false only if {@link #hasReference()} returns true + * and the referenced control item not disposed. Note that + * this method must return true if + * {@link #hasReference()} returns false. + */ + public boolean isDisposed(); + +}