Searched defs:EndLineAction (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultEditorKit.java802 new EndLineAction(endLineAction, false),
804 new EndLineAction(selectionEndLineAction, true),
1975 static class EndLineAction extends TextAction { class in class:DefaultEditorKit
1983 EndLineAction(String nm, boolean select) { method in class:DefaultEditorKit.EndLineAction
2187 end = new EndLineAction("pigdog", true);

Completed in 412 milliseconds