|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.tools.crs.georeferencing.model.dialog.OptionDialogModel
public class OptionDialogModel
Handles the option dialogs to show in the GUI.
Field Summary | |
---|---|
static String |
GENERAL
|
static String |
VIEW
|
Constructor Summary | |
---|---|
OptionDialogModel()
Creates a new instance of OptionDialogPanel . |
Method Summary | |
---|---|
void |
createNodes(DefaultMutableTreeNode root)
Creates the nodes that for the tree-representation. |
Pair<Double,Double> |
getResizeValue()
|
Pair<Integer,Integer> |
getSelectionPointSize()
|
Pair<Boolean,Boolean> |
getSnappingOnOff()
|
Pair<String,String> |
getTextFieldKeyString()
|
void |
setResizeValue(double resizeValue)
Sets the second parameter of the Pair. |
void |
setSelectionPointSize(int selectionPointSize)
Sets the second parameter of the Pair. |
void |
setSnappingOnOff(boolean setSnapping)
Sets the second parameter of the Pair. |
void |
setTextFieldKeyString(String textFieldKeyString)
Sets the second parameter of the Pair. |
void |
transferNewToOld()
Handles the transfer of the newValue(second) to the oldValue(first). |
void |
transferOldToNew()
Handles the transfer of the oldValue(first) to the newValue(second). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String GENERAL
public static final String VIEW
Constructor Detail |
---|
public OptionDialogModel()
OptionDialogPanel
.
Method Detail |
---|
public void createNodes(DefaultMutableTreeNode root)
root
- the rootNode, not null
.public Pair<Boolean,Boolean> getSnappingOnOff()
public void setSnappingOnOff(boolean setSnapping)
setSnapping
- , not null
.public Pair<Integer,Integer> getSelectionPointSize()
public void setSelectionPointSize(int selectionPointSize)
selectionPointSize
- , not null
.public Pair<String,String> getTextFieldKeyString()
public void setTextFieldKeyString(String textFieldKeyString)
textFieldKeyString
- , not null
.public Pair<Double,Double> getResizeValue()
public void setResizeValue(double resizeValue)
resizeValue
- , not null
.public void transferNewToOld()
public void transferOldToNew()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |