Package org.geoforge.guillc.textfield

Examples of org.geoforge.guillc.textfield.GfrTfdTextCheckableSmallFloat


   
    public PnlSelEditTfdSingleFloatDepth(DocumentListener lstDocument, boolean blnFiedRequired)
    {
        super("Depth value", blnFiedRequired);
       
        super._tfdValue = new GfrTfdTextCheckableSmallFloat(lstDocument);
    }
View Full Code Here


                true // blnFiedRequired
                );
       
        this._tfdValueDegrees_ = new GfrTfdTextCheckableSmallInt(lstDocument);
        this._tfdValueMinutes_ = new GfrTfdTextCheckableSmallInt(lstDocument);
        this._tfdValueSeconds_ = new GfrTfdTextCheckableSmallFloat(lstDocument);
       
       
       
    }
View Full Code Here

TOP

Related Classes of org.geoforge.guillc.textfield.GfrTfdTextCheckableSmallFloat

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.