org.openide.options 6.4.31

Serialized Form


Package org.openide.options

Class org.openide.options.ContextSystemOption extends SystemOption implements Serializable

serialVersionUID: -781528552645947127L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException - on error
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException - on error

Class org.openide.options.SystemOption extends SharedClassObject implements Serializable

serialVersionUID: 558589201969066966L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read all properties of this object (or subclasses) from an object input. If there is a problem setting the value of any property, that property will be ignored; other properties should still be set.

Throws:
IOException - on error
ClassNotFound - if a class used to restore the system option is not found
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write all properties of this object (or subclasses) to an object output.

Throws:
IOException - on error

Class org.openide.options.VetoSystemOption extends SystemOption implements Serializable

serialVersionUID: -614731095908156413L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Read all properties of this object (or subclasses) from an object input. If there is a problem setting the value of any property, that property will be ignored; other properties should still be set.

Throws:
IOException - on error
ClassNotFound - if a class used to restore the system option is not found
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Write all properties of this object (or subclasses) to an object output.

Throws:
IOException - on error


org.openide.options 6.4.31

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