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

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

 

Serialized Form


Package org.openide.cookies

Class org.openide.cookies.ConnectionCookie.Event extends EventObject implements Serializable

serialVersionUID: 7177610435688865839l

Serialized Fields

type

ConnectionCookie.Type type


Package org.openide.text

Class org.openide.text.CloneableEditor extends CloneableTopComponent implements Serializable

serialVersionUID: -185739563792410059l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

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

serialVersionUID: 3213776466939427487l

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Read important fields.


writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Write fields.


readResolve

Object readResolve()
             throws ObjectStreamException
Register line.

Serialized Fields

pos

PositionRef pos
reference to one position on the line


breakpoint

boolean breakpoint
Deprecated. since 1.20

is breakpoint there - presistent state


lineParts

List lineParts
List of Line.Part which exist for this line

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
context of this line

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

serialVersionUID: -9152250591365746193l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

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

serialVersionUID: 3338509625548836633l

Serialized Fields

begin

PositionRef begin
Begin


end

PositionRef end
End

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

serialVersionUID: -4931337398907426948l

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Reads the manager and the offset (int).


writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Writes the manager and the offset (int).

Serialized Fields

manager

PositionRef.Manager manager
Manager for this position


insertAfter

boolean insertAfter
insert after?

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

serialVersionUID: -9102470021814206818l

Serialization Methods

readExternal

public void readExternal(ObjectInput obtis)
                  throws IOException,
                         ClassNotFoundException
Deexetrnalizes this SystemOption

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput obtos)
                   throws IOException
Externalizes this SystemOption

Throws:
IOException


 

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