net.refractions.udig.style.sld.editor
Class StrokeEditorComponent

java.lang.Object
  extended by net.refractions.udig.style.sld.editor.StrokeEditorComponent

public class StrokeEditorComponent
extends java.lang.Object


Constructor Summary
StrokeEditorComponent()
           
 
Method Summary
 void createControl(Composite parent)
          This takes a (hopefully clean) composite and populates it with the widgets necessary to style up a stroke.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrokeEditorComponent

public StrokeEditorComponent()
Method Detail

createControl

public void createControl(Composite parent)
This takes a (hopefully clean) composite and populates it with the widgets necessary to style up a stroke. Note that it will set the layout of the parent composite, so lets not give it something half-full or things are likely to go awry.

Parameters:
parent -