
net.vectorpublish.desktop.vp.buttons.move.I8nTextMove Maven / Gradle / Ivy
package net.vectorpublish.desktop.vp.buttons.move;
import net.vectorpublish.desktop.vp.api.ui.UserInterface;
import net.vectorpublish.desktop.vp.i8n.I8nText;
import net.vectorpublish.desktop.vp.ui.Namespace;
public enum I8nTextMove implements I8nText {
LEFT_DESC, LEFT, RIGHT_DESC, RIGHT, UP_DESC, UP, DOWN_DESC, DOWN;
@Override
public Namespace getNamespace() {
return UserInterface.NS;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy