oracle.ide.editor
Class AbstractEditor.LayoutData
java.lang.Object
oracle.ide.editor.AbstractEditor.LayoutData
- Enclosing class:
- AbstractEditor
- public static class AbstractEditor.LayoutData
- extends java.lang.Object
Instances of this class keep the preferred layout URL
and
a flas indicating whether the layout has already been initialized.
These instances are stored in the preferred layout map using the
return value from getType()
as the key.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_url
public final java.net.URL _url
_initialized
public boolean _initialized
AbstractEditor.LayoutData
public AbstractEditor.LayoutData(java.net.URL url)
AbstractEditor.LayoutData
public AbstractEditor.LayoutData(java.net.URL url,
boolean initialized)
Copyright © 1997, 2004, Oracle. All rights reserved.