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

Serialized Form (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 

Serialized Form


Package org.openide

Class org.openide.ServiceType extends Object implements Serializable

serialVersionUID: -7573598174423654252l

Serialized Fields

name

String name
Deprecated. 
name of the service type

Class org.openide.ServiceType.Handle extends Object implements Serializable

serialVersionUID: 7233109534462148872l

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Old compatibility version.


writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Deprecated. 
Has also save the object.

Serialized Fields

name

String name
Deprecated. 
name executor


className

String className
Deprecated. 
name of class of the executor

Class org.openide.ServiceType.Registry extends Object implements Serializable

serialVersionUID: 8721000770371416481l


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
Locale region settings used for number and date formatting


ldel

String ldel
Left delimiter


rdel

String rdel
Right delimiter


argmap

Map argmap
Used formatting map


offsets

int[] offsets
Offsets to {} expressions


arguments

String[] arguments
Keys enclosed by {} brackets


maxOffset

int maxOffset
Max used offset


throwex

boolean throwex
Should be thrown an exception if key was not found?


exactmatch

boolean exactmatch
Exactly match brackets?

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

serialVersionUID: 2806363561939985219l

Serialized Fields

ex

Exception ex
encapsulate exception

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 oi)
                  throws IOException,
                         ClassNotFoundException
Reads nothing from the stream.


writeExternal

public void writeExternal(ObjectOutput oo)
                   throws IOException
Writes nothing to the stream.

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

Serialized Fields

vertexes

Collection vertexes
all vertexes


edges

Map edges
map with edges


result

Set[] result
result if called twice


counter

int counter
counter to number the vertexes


dualGraph

Stack dualGraph
vertexes sorted by increasing value of y

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 obtis)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream obtos)
                  throws IOException
Serialized Fields

loadFactor

float loadFactor
load factor


size

int size
Number of items.


modcount

long modcount
Modification count


nullCount

long nullCount
Count of null in this set


Package org.openide.util.actions

Class org.openide.util.actions.BooleanStateAction extends SystemAction implements Serializable

serialVersionUID: 6394800019181426199l

Serialization Methods

readExternal

public void readExternal(ObjectInput oi)
                  throws IOException,
                         ClassNotFoundException
Reads nothing from the stream.


writeExternal

public void writeExternal(ObjectOutput oo)
                   throws IOException
Writes nothing to the stream.

Class org.openide.util.actions.CallableSystemAction extends SystemAction implements Serializable

serialVersionUID: 2339794599168944156l

Serialization Methods

readExternal

public void readExternal(ObjectInput oi)
                  throws IOException,
                         ClassNotFoundException
Reads nothing from the stream.


writeExternal

public void writeExternal(ObjectOutput oo)
                   throws IOException
Writes nothing to the stream.

Class org.openide.util.actions.CallbackSystemAction extends CallableSystemAction implements Serializable

serialVersionUID: -6305817805474624653l

Serialization Methods

readExternal

public void readExternal(ObjectInput oi)
                  throws IOException,
                         ClassNotFoundException
Reads nothing from the stream.


writeExternal

public void writeExternal(ObjectOutput oo)
                   throws IOException
Writes nothing to the stream.

Class org.openide.util.actions.SystemAction extends SharedClassObject implements Serializable

serialVersionUID: -8361232596876856810l

Serialization Methods

readExternal

public void readExternal(ObjectInput oi)
                  throws IOException,
                         ClassNotFoundException
Reads nothing from the stream.


writeExternal

public void writeExternal(ObjectOutput oo)
                   throws IOException
Writes nothing to the stream.


Package org.openide.util.datatransfer

Class org.openide.util.datatransfer.ClipboardEvent extends EventObject implements Serializable

serialVersionUID: -468077075889138021l

Serialized Fields

consumed

boolean consumed
consumed


Package org.openide.util.io

Class org.openide.util.io.FoldingIOException extends IOException implements Serializable

serialVersionUID: 1079829841541926901l

Serialized Fields

t

Throwable t
Deprecated. 
Foreign exception

Class org.openide.util.io.NbMarshalledObject extends Object implements Serializable

serialVersionUID: 7842398740921434354l

Serialized Fields

objBytes

byte[] objBytes
Bytes of serialized representation. If objBytes is null then the object marshalled was a null reference.

hash

int hash
Stored hash code of contained object.
See Also:
NbMarshalledObject.hashCode()

Class org.openide.util.io.OperationException extends IOException implements Serializable

serialVersionUID: 8389141975137998729l

Serialized Fields

ex

Exception ex
the exception encapsulated

Class org.openide.util.io.SafeException extends FoldingIOException implements Serializable

serialVersionUID: 4365154082401463604l

Serialized Fields

ex

Exception ex
the exception encapsulated


Package org.openide.util.lookup

Class org.openide.util.lookup.AbstractLookup extends Lookup implements Serializable

serialVersionUID: 5l

Serialization Methods

writeObject

private final void writeObject(ObjectOutputStream oos)
                        throws IOException
Serialized Fields

tree

Object tree
the tree that registers all items (or Integer as a treshold size)


count

int count
count of items in to lookup

Class org.openide.util.lookup.AbstractLookup.Content extends Object implements Serializable

serialVersionUID: 1l

Serialized Fields

al

AbstractLookup al
abstract lookup we are connected to

Class org.openide.util.lookup.AbstractLookup.Pair extends Lookup.Item implements Serializable

serialVersionUID: 1l

Serialized Fields

index

int index
possition of this item in the lookup, manipulated in addPair, removePair, setPairs methods

Class org.openide.util.lookup.InstanceContent extends AbstractLookup.Content implements Serializable


 

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