org.n52.oxf.ui.swing.wms
Class WMSParameterConfiguratorController

java.lang.Object
  extended by org.n52.oxf.ui.swing.wms.WMSParameterConfiguratorController
All Implemented Interfaces:
EventListener, IEventListener

public class WMSParameterConfiguratorController
extends Object
implements IEventListener


Constructor Summary
WMSParameterConfiguratorController(WMSParameterConfigurator view, ServiceDescriptor serviceDesc, MapCanvas map, ContentTree tree)
           
 
Method Summary
 void actionPerformed_showRequestButton(ActionEvent event)
           
 void dialogWindowClosed()
           
 void eventCaught(OXFEvent evt)
          This method gets called when an OXFEvent is caught.
 ParameterContainer getFilledParameterContainer(Operation getObsOp)
           
 void initLayer(WMSLayer wmsLayer)
           
 boolean isMapRequestStillBusy()
          Checks whether or not a request initiated by a getMap action event is still being processed.
 void itemStateChanged_layersCB(ItemEvent event)
           
 void postInit()
           
 void setMapRequestBusy(boolean mapRequestBusy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMSParameterConfiguratorController

public WMSParameterConfiguratorController(WMSParameterConfigurator view,
                                          ServiceDescriptor serviceDesc,
                                          MapCanvas map,
                                          ContentTree tree)
Method Detail

postInit

public void postInit()

actionPerformed_showRequestButton

public void actionPerformed_showRequestButton(ActionEvent event)

itemStateChanged_layersCB

public void itemStateChanged_layersCB(ItemEvent event)
Parameters:
event -

initLayer

public void initLayer(WMSLayer wmsLayer)
Parameters:
offering -

getFilledParameterContainer

public ParameterContainer getFilledParameterContainer(Operation getObsOp)
                                               throws OXFException
Parameters:
getObsOp -
Returns:
Throws:
OXFException

dialogWindowClosed

public void dialogWindowClosed()

eventCaught

public void eventCaught(OXFEvent evt)
                 throws OXFEventException
Description copied from interface: IEventListener
This method gets called when an OXFEvent is caught.

Specified by:
eventCaught in interface IEventListener
Parameters:
evt - A OXFEvent object describing the event source and the property that has changed.
Throws:
OXFEventException

isMapRequestStillBusy

public boolean isMapRequestStillBusy()
Checks whether or not a request initiated by a getMap action event is still being processed.

Returns:
true if the layer request has not finished rendering

setMapRequestBusy

public void setMapRequestBusy(boolean mapRequestBusy)


Copyright © 2005 - 2010 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.