net.vectorpublish.desktop.vp.split.SplitText Maven / Gradle / Ivy
The newest version!
/*
* Copyright (c) 2016, Peter Rader. All rights reserved.
* ___ ___ __ ______ __ __ __ __
* | | |.-----..----.| |_ .-----..----.| __ \.--.--.| |--.| ||__|.-----.| |--.
* | | || -__|| __|| _|| _ || _|| __/| | || _ || || ||__ --|| |
* \_____/ |_____||____||____||_____||__| |___| |_____||_____||__||__||_____||__|__|
*
* http://www.gnu.org/licenses/gpl-3.0.html
*/
package net.vectorpublish.desktop.vp.split;
import net.vectorpublish.desktop.vp.i8n.I8nText;
import net.vectorpublish.desktop.vp.ui.Namespace;
public enum SplitText implements I8nText {
SPLIT, SPLIT_TOOLTIP, BORDER_SIZE, BORDER_SIZE_TOOLTIP, SELECTION_MUST_CONTAINS_SPLITTER_ONLY;
public static final Namespace NS = Namespace.getNamespace("net.vectorpublish", "split");
@Override
public Namespace getNamespace() {
return NS;
}
}