net.refractions.udig.style.sld
Class SLDConfigurator

java.lang.Object
  extended by IStyleConfigurator
      extended by net.refractions.udig.style.sld.SLDConfigurator

public class SLDConfigurator
extends IStyleConfigurator

An abstract class for style configurators intended for SLD style objects.

This class makes use of the sldEditorPart configuration point to produce several ViewParts capable of editing individual Symbolizers.

Author:
Justin Deoliveira, Refractions Research Inc.

Constructor Summary
SLDConfigurator()
          Creates the configurator.
 
Method Summary
 boolean canStyle(Layer layer)
          Checks if the layer is a feature layer or if the layer is a wms that supports post.
 void createControl(Composite parent)
           
protected  void createToolbarItems()
           
 void init()
           
protected  void refresh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLDConfigurator

public SLDConfigurator()
Creates the configurator.

Method Detail

canStyle

public boolean canStyle(Layer layer)
Checks if the layer is a feature layer or if the layer is a wms that supports post.


init

public void init()
See Also:
net.refractions.udig.style.IStyleConfigurator#init(org.eclipse.ui.IViewSite)

createControl

public void createControl(Composite parent)

refresh

protected void refresh()

createToolbarItems

protected void createToolbarItems()