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

Serialized Form (Text API) - NetBeans API Javadoc (Current Development Version)

org.openide.text 6.16

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
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
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.

Throws:
IOException
ClassNotFoundException

writeObject

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

Throws:
IOException

readResolve

Object readResolve()
             throws ObjectStreamException
Register line.

Throws:
ObjectStreamException
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<E> 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.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).

Throws:
IOException
ClassNotFoundException

writeObject

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

Throws:
IOException
Serialized Fields

manager

org.openide.text.PositionRef.Manager manager
Manager for this position


insertAfter

boolean insertAfter
insert after?


org.openide.text 6.16

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