GrxPythonScriptItem.java
Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 2008, AIST, the University of Tokyo and General Robotix Inc.
00003  * All rights reserved. This program is made available under the terms of the
00004  * Eclipse Public License v1.0 which accompanies this distribution, and is
00005  * available at http://www.eclipse.org/legal/epl-v10.html
00006  * Contributors:
00007  * General Robotix Inc.
00008  * National Institute of Advanced Industrial Science and Technology (AIST) 
00009  */
00010 /*
00011  *  GrxPythonScriptItem.java
00012  *
00013  *  Copyright (C) 2007 GeneralRobotix, Inc.
00014  *  All Rights Reserved
00015  *
00016  *  @author Yuichiro Kawasumi (General Robotix, Inc.)
00017  */
00018 
00019 package com.generalrobotix.ui.item;
00020 
00021 import com.generalrobotix.ui.GrxPluginManager;
00022 
00023 @SuppressWarnings("serial")
00024 public class GrxPythonScriptItem extends GrxTextItem {
00025         public static final String TITLE = "Python Script";
00026         public static final String DEFAULT_DIR = "/../script";
00027         public static final String FILE_EXTENSION = "py";
00028         
00029         public GrxPythonScriptItem(String name, GrxPluginManager manager) {
00030                 super(name, manager);
00031                 setExclusive(true);
00032         }
00033 }


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Sun Apr 2 2017 03:43:54