Package org.geoforge.guillc.toolbar

Source Code of org.geoforge.guillc.toolbar.GfrTbrHlpSubPrnMedSpcWrkAbs

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

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

/**
*
* @author bantchao
*/
public class GfrTbrHlpSubPrnMedSpcWrkAbs extends GfrTbrHlpSubPrnAbs
{
    public GfrTbrHlpSubPrnMedSpcWrkAbs(
            MouseListener mlrEffectsBorder,
            ActionListener alrParentComponent,
            String strKeyHelp) throws Exception
    {
        super(mlrEffectsBorder,
                alrParentComponent,
                "medium toolbar workspace",
                JToolBar.VERTICAL,
                GfrFactoryIconAbs.INT_SIZE_MEDIUM);
       
        super._btnHelpPartThisFrame = new GfrBcnJhpOflPartMedium(mlrEffectsBorder, strKeyHelp);
    }
}
TOP

Related Classes of org.geoforge.guillc.toolbar.GfrTbrHlpSubPrnMedSpcWrkAbs

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.