net.refractions.udig.mapgraphic.grid
Class UnitListener

java.lang.Object
  extended by net.refractions.udig.mapgraphic.grid.UnitListener

public class UnitListener
extends java.lang.Object

Verifies that the unit chosen is compatible with the other Unit Combo. The idea is that is that both units must be compatible. You can't have one be minutes and the other be pixels. This listener will update the other combo and set the message to explain why.

Since:
1.1.0
Author:
Jesse
See Also:
GridStyleConfigurator

Constructor Summary
UnitListener(net.refractions.udig.mapgraphic.grid.SpacerController otherSpacer, net.refractions.udig.mapgraphic.grid.SpacerController thisSpacer, Label message)
           
 
Method Summary
 void modifyText(ModifyEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitListener

public UnitListener(net.refractions.udig.mapgraphic.grid.SpacerController otherSpacer,
                    net.refractions.udig.mapgraphic.grid.SpacerController thisSpacer,
                    Label message)
Method Detail

modifyText

public void modifyText(ModifyEvent e)