Searched refs:editing (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/javax/swing/JTable/6263446/
H A Dbug6263446.java187 private static void assertEditing(final boolean editing) throws Exception { argument
192 if (editing && !table.isEditing()) {
193 throw new RuntimeException("Table should be editing");
195 if (!editing && table.isEditing()) {
196 throw new RuntimeException("Table should not be editing");
/openjdk7/jdk/test/javax/swing/JTree/6263446/
H A Dbug6263446.java105 // start path editing
254 private static void assertEditingNoTreeLock(final boolean editing) throws Exception { argument
261 if (editing && !tree.isEditing()) {
262 throw new RuntimeException("Tree should be editing");
264 if (!editing && tree.isEditing()) {
265 throw new RuntimeException("Tree should not be editing");

Completed in 29 milliseconds