org.jclarion.clarion.constants.Std Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clarion-runtime Show documentation
Show all versions of clarion-runtime Show documentation
JClarion runtime environment
/**
* Copyright 2010, by Andrew Barnham
*
* The contents of this file are subject to
* GNU Lesser General Public License (LGPL), v.3
* http://www.gnu.org/licenses/lgpl.txt
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied.
*/
package org.jclarion.clarion.constants;
public class Std
{
public static final int WINDOWLIST=1;
public static final int TILEWINDOW=2;
public static final int CASCADEWINDOW=3;
public static final int ARRANGEICONS=4;
public static final int HELPINDEX=5;
public static final int HELPONHELP=6;
public static final int HELPSEARCH=7;
public static final int HELP=8;
public static final int CUT=10;
public static final int COPY=11;
public static final int PASTE=12;
public static final int CLEAR=13;
public static final int UNDO=14;
public static final int CLOSE=15;
public static final int PRINTSETUP=16;
public static final int TILEHORIZONTAL=17;
public static final int TILEVERTICAL=18;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy