Package net.sf.orexio.common

Examples of net.sf.orexio.common.Properties


   *  
   * @return net.sf.orexio.common.ui.PropertiesTable 
   */
  private PropertiesTable getPropertiesTable() {
    if (propertiesTable == null) {
      propertiesTable = new PropertiesTable(new Properties());
    }
    return propertiesTable;
  }
View Full Code Here


public class PropertiesTable extends JTable {
  private static final long serialVersionUID = 1L;
 
 
  public PropertiesTable(){super(new PropertiesTableModel(new Properties()));}
View Full Code Here

TOP

Related Classes of net.sf.orexio.common.Properties

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.