cosmic-internal-jdk
Version:
KingScript: JDK1.8
10 lines (9 loc) • 682 B
JavaScript
export const AbstractUndoableEdit = $.type("javax.swing.undo.AbstractUndoableEdit");
export const CannotRedoException = $.type("javax.swing.undo.CannotRedoException");
export const CannotUndoException = $.type("javax.swing.undo.CannotUndoException");
export const CompoundEdit = $.type("javax.swing.undo.CompoundEdit");
export const StateEdit = $.type("javax.swing.undo.StateEdit");
export const StateEditable = $.type("javax.swing.undo.StateEditable");
export const UndoManager = $.type("javax.swing.undo.UndoManager");
export const UndoableEdit = $.type("javax.swing.undo.UndoableEdit");
export const UndoableEditSupport = $.type("javax.swing.undo.UndoableEditSupport");