Java Platform 1.2

Uses of Interface
javax.swing.undo.StateEditable

Packages that use StateEditable
javax.swing.undo Provides support for undo/redo capabilities in an application such as a text editor. 
 

Uses of StateEditable in javax.swing.undo
 

Fields in javax.swing.undo declared as StateEditable
protected  StateEditable StateEdit.object
          The object being edited
 

Methods in javax.swing.undo with parameters of type StateEditable
protected  void StateEdit.init(StateEditable anObject, String name)
           
 

Constructors in javax.swing.undo with parameters of type StateEditable
StateEdit.StateEdit(StateEditable anObject)
          Create and return a new StateEdit.
StateEdit.StateEdit(StateEditable anObject, String name)
          Create and return a new StateEdit with a presentation name.
 


Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.