net.refractions.udig.legend.ui
Class LegendGraphicStyleConfigurator

java.lang.Object
  extended by IStyleConfigurator
      extended by net.refractions.udig.legend.ui.LegendGraphicStyleConfigurator

public class LegendGraphicStyleConfigurator
extends IStyleConfigurator


Constructor Summary
LegendGraphicStyleConfigurator()
           
 
Method Summary
 boolean canStyle(Layer aLayer)
           
 void createControl(Composite parent)
           
 void modifyText(ModifyEvent e)
           
protected  void refresh()
           
 void widgetDefaultSelected(SelectionEvent e)
           
 void widgetSelected(SelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegendGraphicStyleConfigurator

public LegendGraphicStyleConfigurator()
Method Detail

createControl

public void createControl(Composite parent)

canStyle

public boolean canStyle(Layer aLayer)

refresh

protected void refresh()

widgetSelected

public void widgetSelected(SelectionEvent e)

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)

modifyText

public void modifyText(ModifyEvent e)