summaryrefslogtreecommitdiff
path: root/src/com/lamerman/SelectionMode.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/lamerman/SelectionMode.java')
-rw-r--r--src/com/lamerman/SelectionMode.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/com/lamerman/SelectionMode.java b/src/com/lamerman/SelectionMode.java
new file mode 100644
index 00000000..3c05dfa8
--- /dev/null
+++ b/src/com/lamerman/SelectionMode.java
@@ -0,0 +1,7 @@
+package com.lamerman;
+
+public class SelectionMode {
+ public static final int MODE_CREATE = 0;
+
+ public static final int MODE_OPEN = 1;
+}