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

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

org.openide.text 6.9.32

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 org.openide.windows.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 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 arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

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

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?

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


org.openide.text 6.9.32

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