Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
javax.swing.undo | Allows developers to provide support for undo/redo in applications such as text editors. |
Uses of StateEditable in javax.swing.undo |
---|
Modifier and Type | Field and Description |
---|---|
protected StateEditable |
StateEdit.object
The object being edited |
Modifier and Type | Method and Description |
---|---|
protected void |
StateEdit.init(StateEditable anObject,
String name)
|
Constructor and Description |
---|
StateEdit(StateEditable anObject)
Create and return a new StateEdit. |
StateEdit(StateEditable anObject,
String name)
Create and return a new StateEdit with a presentation name. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.