jfig.gui
Class ModularEditorState

java.lang.Object
  extended byjfig.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.


Field Summary
(package private)  FigAttribs attribs
           
(package private)  java.lang.String filename
           
(package private)  java.lang.String filetype
           
(package private)  FigObjectList objectList
           
(package private)  java.lang.String tmpfilename
           
(package private)  java.lang.String tmpfiletype
           
 
Constructor Summary
ModularEditorState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ModularEditorState

public ModularEditorState()