Package org.ugate.gui.view

Examples of org.ugate.gui.view.SensorReading


    settingsGet.setEffect(ds);
    final ImageView readingsGet = RS.imgView(RS.IMG_READINGS_GET);
    addServiceBehavior(readingsGet, Command.SENSOR_GET_READINGS, null, KEY.SENSOR_READINGS_GET_DESC);
    readingsGet.setEffect(ds);

    sensorReading = new SensorReading(this, Orientation.HORIZONTAL);
   
    // add the menu items
    getItems().addAll(camTakeQvga, camTakeVga, settingsSend,
        settingsGet, readingsGet, new Separator(Orientation.VERTICAL),
        sensorReading);
View Full Code Here

TOP

Related Classes of org.ugate.gui.view.SensorReading

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.