Package org.geoforge.guillcogc.toolbar

Source Code of org.geoforge.guillcogc.toolbar.GfrTbrHlpSubDspRunSecPrnImgLgdLyrOgc

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

import java.awt.event.ActionListener;
import java.awt.event.MouseListener;
import javax.swing.JToolBar;
import org.geoforge.guillc.button.GfrBcnJhpOflOthXSmall;
import org.geoforge.guillc.toolbar.GfrTbrHlpSubDspRunSecPrnAbs;
import org.geoforge.awt.image.GfrFactoryIconAbs;

/**
*
* @author robert
*/
public class GfrTbrHlpSubDspRunSecPrnImgLgdLyrOgc extends GfrTbrHlpSubDspRunSecPrnAbs
{
   public GfrTbrHlpSubDspRunSecPrnImgLgdLyrOgc(
           ActionListener alrParentPanel, // TODO
           MouseListener mlrEffectsBorder
           ) throws Exception
   {
      super(JToolBar.VERTICAL, GfrFactoryIconAbs.INT_SIZE_XSMALL,
              mlrEffectsBorder, alrParentPanel);
     
      super._btnHelpPartThisFrame = new GfrBcnJhpOflOthXSmall(
              mlrEffectsBorder, "_ogc_win_view_legends_dsps_");
   }
}
TOP

Related Classes of org.geoforge.guillcogc.toolbar.GfrTbrHlpSubDspRunSecPrnImgLgdLyrOgc

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.