org.openstreetmap.josm.gui.tagging
Class TagEditorModel.SelectionStateMemento

java.lang.Object
  extended by org.openstreetmap.josm.gui.tagging.TagEditorModel.SelectionStateMemento
Enclosing class:
TagEditorModel

 class TagEditorModel.SelectionStateMemento
extends java.lang.Object


Field Summary
private  int colMax
           
private  int colMin
           
private  int rowMax
           
private  int rowMin
           
 
Constructor Summary
TagEditorModel.SelectionStateMemento()
           
 
Method Summary
 void apply()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rowMin

private int rowMin

rowMax

private int rowMax

colMin

private int colMin

colMax

private int colMax
Constructor Detail

TagEditorModel.SelectionStateMemento

public TagEditorModel.SelectionStateMemento()
Method Detail

apply

public void apply()


JOSM