summaryrefslogtreecommitdiff
path: root/src/com/lamerman/SelectionMode.java
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-04-16 19:21:14 +0200
committerArne Schwabe <arne@rfc2549.org>2012-04-16 19:21:14 +0200
commit3e4d8f433239c40311037616b1b8833a06651ae0 (patch)
tree98ab7fce0d011d34677b0beb762d389cb5c39199 /src/com/lamerman/SelectionMode.java
Initial import
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;
+}