Extension SDK 10.1.2


oracle.ide.editor
Class AbstractEditor.LayoutData

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


Field Summary
boolean _initialized
java.net.URL _url

Constructor Summary
AbstractEditor.LayoutData(java.net.URL url)
AbstractEditor.LayoutData(java.net.URL url, boolean initialized)

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

_url

public final java.net.URL _url

_initialized

public boolean _initialized

Constructor Detail

AbstractEditor.LayoutData

public AbstractEditor.LayoutData(java.net.URL url)

AbstractEditor.LayoutData

public AbstractEditor.LayoutData(java.net.URL url,
                                 boolean initialized)

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.