X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.issues.ui%2Fsrc%2Forg%2Fsimantics%2Fissues%2Fui%2Fhandler%2FUnhide.java;h=1a2457b1c6c5e2c2ff47e75745f196f743eb9262;hb=615860c40d342c6df580c83189fe15de2a3b965a;hp=875d20f91da8e6721e10b89f8f9c149fedc64673;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.issues.ui/src/org/simantics/issues/ui/handler/Unhide.java b/bundles/org.simantics.issues.ui/src/org/simantics/issues/ui/handler/Unhide.java index 875d20f91..1a2457b1c 100644 --- a/bundles/org.simantics.issues.ui/src/org/simantics/issues/ui/handler/Unhide.java +++ b/bundles/org.simantics.issues.ui/src/org/simantics/issues/ui/handler/Unhide.java @@ -1,26 +1,24 @@ -/******************************************************************************* - * Copyright (c) 2007, 2011 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.issues.ui.handler; - -import org.simantics.issues.ontology.IssueResource; - - -/** - * @author Tuukka Lehtonen - */ -public class Unhide extends PreferenceHandler { - - public Unhide() { - super(null, IssueResource.URIs.Hidden, false); - } - -} +/******************************************************************************* + * Copyright (c) 2007, 2011 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 + * Semantum Oy - #7594 introduced FunctionHandler + *******************************************************************************/ +package org.simantics.issues.ui.handler; + +/** + * @author Tuukka Lehtonen + */ +public class Unhide extends FunctionHandler { + + public Unhide() { + super(null, "hider", Boolean.FALSE); //$NON-NLS-1$ + } + +}