Package org.geoforge.guillcogceclgsi.toolbar

Source Code of org.geoforge.guillcogceclgsi.toolbar.GfrTbrHlpSubPrnManageDlgPlgsGsi

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.geoforge.guillcogceclgsi.toolbar;

import java.awt.event.ActionListener;
import org.geoforge.guillc.toolbar.GfrTbrHlpSubPrnManageDlgPlgsAbs;
import org.geoforge.guillcogceclgsi.button.BtnTransActDeleteAllPluginsGsi;

/**
*
* @author robert
*/
public class GfrTbrHlpSubPrnManageDlgPlgsGsi extends GfrTbrHlpSubPrnManageDlgPlgsAbs
{
   public GfrTbrHlpSubPrnManageDlgPlgsGsi(ActionListener alrParentComponent)
   {
      super(alrParentComponent);
     
      super._btnDeleteAll = new BtnTransActDeleteAllPluginsGsi();
   }
}
TOP

Related Classes of org.geoforge.guillcogceclgsi.toolbar.GfrTbrHlpSubPrnManageDlgPlgsGsi

TOP
Copyright © 2018 www.massapi.com. 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.