Revision 1743 org.gvsig.raster/trunk/org.gvsig.raster/org.gvsig.raster.swing/org.gvsig.raster.swing.api/src/main/java/org/gvsig/raster/swing/RasterSwingManager.java

View differences:

RasterSwingManager.java
1
/* gvSIG. Geographic Information System of the Valencian Government
1
/**
2
 * gvSIG. Desktop Geographic Information System.
2 3
 *
3
 * Copyright (C) 2007-2008 Infrastructures and Transports Department
4
 * of the Valencian Government (CIT)
4
 * Copyright (C) 2007-2012 gvSIG Association.
5 5
 *
6 6
 * This program is free software; you can redistribute it and/or
7 7
 * modify it under the terms of the GNU General Public License
......
18 18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19 19
 * MA  02110-1301, USA.
20 20
 *
21
 * For any additional information, do not hesitate to contact us
22
 * at info AT gvsig.com, or visit our website www.gvsig.com.
21 23
 */
22 24
package org.gvsig.raster.swing;
23 25

  
......
26 28
import java.util.HashMap;
27 29

  
28 30
import javax.swing.ImageIcon;
31
import javax.swing.JComponent;
29 32
import javax.swing.JPanel;
30 33

  
34
import org.gvsig.raster.swing.basepanel.IButtonsPanel;
31 35
import org.gvsig.raster.swing.buttonbar.ButtonBar;
32 36
import org.gvsig.raster.swing.gcanvas.GCanvas;
33 37
import org.gvsig.raster.swing.infobypoint.MainInfoByPointPanel;
......
176 180
     * @return
177 181
     */
178 182
    public ModelLoader createModelLoader(TableModel tableModel);
183
    
184
    /**
185
     * Creates a buttons panel
186
     * @param parent
187
     * @return
188
     */
189
    public IButtonsPanel createButtonsPanel(int buttons, JComponent parent);
179 190
}

Also available in: Unified diff