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

Serialized Form (Settings Options API) - NetBeans API Javadoc (Current Development Version)

org.openide.options 6.7

Serialized Form


Package org.openide.explorer.propertysheet

Class org.openide.explorer.propertysheet.PropertySheetSettings extends SystemOption implements Serializable

serialVersionUID: -3820718202747868830L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Deprecated. 
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
Deprecated. 
Write all properties of this object (or subclasses) to an object output.

Throws:
IOException - on error

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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
Write all properties of this object (or subclasses) to an object output.

Throws:
IOException - on error

Package org.openide.text

Class org.openide.text.DocumentLine extends Line implements Serializable

serialVersionUID: 3213776466939427487L

Serialization Methods

readObject

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

writeObject

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

readResolve

Object readResolve()
             throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

pos

PositionRef pos

breakpoint

boolean breakpoint
Deprecated. 

lineParts

List lineParts

Class org.openide.text.IndentEngine extends ServiceType implements Serializable

serialVersionUID: -8548906260608507035L

Class org.openide.text.Line extends Annotatable implements Serializable

serialVersionUID: 9113186289600795476L

Serialized Fields

dataObject

Lookup dataObject

Class org.openide.text.NbDocument$Colors extends SystemOption implements Serializable

serialVersionUID: -9152250591365746193L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Deprecated. 
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
Deprecated. 
Write all properties of this object (or subclasses) to an object output.

Throws:
IOException - on error

Class org.openide.text.PositionBounds extends Object implements Serializable

serialVersionUID: 3338509625548836633L

Serialized Fields

begin

PositionRef begin

end

PositionRef end

Class org.openide.text.PositionRef extends Object implements Serializable

serialVersionUID: -4931337398907426948L

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

manager

org.openide.text.PositionRef.Manager manager

insertAfter

boolean insertAfter

Class org.openide.text.PrintSettings extends ContextSystemOption implements Serializable

serialVersionUID: -9102470021814206818L

Serialization Methods

readExternal

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

writeExternal

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


org.openide.options 6.7

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