X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.browsing.ui.swt%2Fsrc%2Forg%2Fsimantics%2Fbrowsing%2Fui%2Fswt%2FStringArrayBean.java;h=219db8364e5c322d27e9775d662a4358f36ffb54;hb=6a6726b1ee9c2e78971d26b50f15b867cc7c5a02;hp=c143b7b09ac87a0c1dda58c96d61b5fd17043e84;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.browsing.ui.swt/src/org/simantics/browsing/ui/swt/StringArrayBean.java b/bundles/org.simantics.browsing.ui.swt/src/org/simantics/browsing/ui/swt/StringArrayBean.java index c143b7b09..219db8364 100644 --- a/bundles/org.simantics.browsing.ui.swt/src/org/simantics/browsing/ui/swt/StringArrayBean.java +++ b/bundles/org.simantics.browsing.ui.swt/src/org/simantics/browsing/ui/swt/StringArrayBean.java @@ -1,28 +1,28 @@ -/******************************************************************************* - * Copyright (c) 2013 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: - * Semantum Oy - initial API and implementation - *******************************************************************************/ -package org.simantics.browsing.ui.swt; - -import org.simantics.databoard.annotations.Optional; -import org.simantics.databoard.util.Bean; - -/** - * @author Tuukka Lehtonen - */ -public class StringArrayBean extends Bean { - - @Optional public String[] strings; - - public StringArrayBean(String[] strings) { - this.strings = strings; - } - -} +/******************************************************************************* + * Copyright (c) 2013 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: + * Semantum Oy - initial API and implementation + *******************************************************************************/ +package org.simantics.browsing.ui.swt; + +import org.simantics.databoard.annotations.Optional; +import org.simantics.databoard.util.Bean; + +/** + * @author Tuukka Lehtonen + */ +public class StringArrayBean extends Bean { + + @Optional public String[] strings; + + public StringArrayBean(String[] strings) { + this.strings = strings; + } + +}