Package vg.userInterface.filter.components.table

Examples of vg.userInterface.filter.components.table.TablePanel


   * @param parameter - connection with model and user interface.
   */
  public FilterPanel(final String title, final PluginParameter parameter) {
    super(title);
    this.param = parameter;
    this.tablePanel = new TablePanel();
    this.actionPanel = new ActionPanel(this);
    this.optionPanel = new OptionPanel(this);
    //Creating of window
    this.loadWindowOptions();
    this.setSize(this.windowSizeX, this.windowSizeY);
View Full Code Here

TOP

Related Classes of vg.userInterface.filter.components.table.TablePanel

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.