view src/com/lamerman/SelectionMode.java @ 409:cb7df3fefe1e
Added tag stable-1.9.0-7 for changeset 0c519d0acdd4
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Fri, 24 Oct 2014 14:35:04 -0700 (2014-10-24) |
parents |
0ce5cc452d02 |
children |
|
line source
package com.lamerman;
public class SelectionMode {
public static final int MODE_CREATE = 0;
public static final int MODE_OPEN = 1;
}