jfig.gui
Class ModularEditorState
java.lang.Object
jfig.gui.ModularEditorState
- public class ModularEditorState
- extends java.lang.Object
a simple class to collect some editor state for the open/reclose compound
operations. This should really be an internal class of ModularEditor,
but javac didn't like that. See jfig.gui.OpenCompoundCommand for more
information.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectList
FigObjectList objectList
attribs
FigAttribs attribs
filename
java.lang.String filename
filetype
java.lang.String filetype
tmpfilename
java.lang.String tmpfilename
tmpfiletype
java.lang.String tmpfiletype
ModularEditorState
public ModularEditorState()