org.n52.ifgicopter.spf.gui
Class PluginGUI
java.lang.Object
org.n52.ifgicopter.spf.gui.PluginGUI
public class PluginGUI
- extends Object
A simple GUI Pojo for an Input- or Output-Plugin.
- Author:
- Matthes Rieke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RED_IMAGE
static ImageIcon RED_IMAGE
GREEN_IMAGE
static ImageIcon GREEN_IMAGE
BLUE_IMAGE
static ImageIcon BLUE_IMAGE
PluginGUI
public PluginGUI()
getGui
public JPanel getGui()
- Returns:
- the gui
setGui
public void setGui(JPanel gui)
- Parameters:
gui
- the gui to set
getMenu
public JMenu getMenu()
- Returns:
- the menu
setMenu
public void setMenu(JMenu menu)
- Parameters:
menu
- the menu to set
Copyright © 2004-2012 52north.org. All Rights Reserved.