站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Serialized Form (Compatibility APIs) - NetBeans API Javadoc (Current Development Version)

org.openide.compat 6.5

Serialized Form


Package org.openide.explorer

Class org.openide.explorer.ExplorerManager extends Object implements Serializable

serialVersionUID: -4330330689803575792L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

Class org.openide.explorer.ExplorerPanel extends TopComponent implements Serializable

serialVersionUID: 5522528786650751459L

Serialization Methods

readExternal

public void readExternal(ObjectInput oi)
                  throws IOException,
                         ClassNotFoundException
Deprecated. 
Reads the manager. Deserialization may throw SafeException in case the manager cannot be loaded correctly but the stream is still uncorrupted.

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput oo)
                   throws IOException
Deprecated. 
Stores the manager

Throws:
IOException

Package org.openide.util

Class org.openide.util.LookupEvent extends EventObject implements Serializable

Class org.openide.util.MapFormat extends Format implements Serializable

serialVersionUID: -7695811542873819435L

Serialized Fields

locale

Locale locale

ldel

String ldel

rdel

String rdel

argmap

Map argmap

offsets

int[] offsets

arguments

String[] arguments

maxOffset

int maxOffset

throwex

boolean throwex

exactmatch

boolean exactmatch

Class org.openide.util.MutexException extends Exception implements Serializable

serialVersionUID: 2806363561939985219L

Serialized Fields

ex

Exception ex

Class org.openide.util.NotImplementedException extends RuntimeException implements Serializable

serialVersionUID: 465319326004943323L

Class org.openide.util.SharedClassObject extends Object implements Serializable

serialVersionUID: 4527891234589143259L

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class org.openide.util.TopologicalSortException extends Exception implements Serializable

Serialized Fields

vertexes

Collection vertexes

edges

Map edges

result

Set[] result

counter

int counter

dualGraph

Stack dualGraph

Class org.openide.util.Union2 extends Object implements Serializable

serialVersionUID: 1L

Class org.openide.util.UserCancelException extends IOException implements Serializable

serialVersionUID: -935122105568373266L

Class org.openide.util.UserQuestionException extends IOException implements Serializable

serialVersionUID: -654358275349813705L

Class org.openide.util.Utilities.UnorderableException extends RuntimeException implements Serializable

serialVersionUID: 6749951134051806661L

Serialized Fields

unorderable

Collection unorderable
Deprecated. 

deps

Map deps
Deprecated. 

Class org.openide.util.WeakSet extends AbstractSet implements Serializable

serialVersionUID: 3062376055928236721L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

loadFactor

float loadFactor

size

int size

modcount

long modcount

nullCount

long nullCount


org.openide.compat 6.5

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.