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

Serialized Form (NetBeans Nodes 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.nodes

Class org.openide.nodes.DefaultHandle extends Object implements Serializable

serialVersionUID: -8739127064355983273l

Serialized Fields

parent

Node.Handle parent
parent handle


path

String path
path to the node (just one hop, really)

Class org.openide.nodes.IndexedCustomizer extends JDialog implements Serializable

serialVersionUID: -8731362267771694641l

Serialized Fields

control

JList control
Deprecated. 
The actual JList control


buttonUp

JButton buttonUp
Deprecated. 
Buttons


buttonDown

JButton buttonDown
Deprecated. 
Buttons


buttonClose

JButton buttonClose
Deprecated. 
Buttons


index

Index index
Deprecated. 
index to sort


nodes

Node[] nodes
Deprecated. 

immediateReorder

boolean immediateReorder
Deprecated. 
Whether or not change the order immediatelly


permutation

int[] permutation
Deprecated. 
Permutation array, which stores moves in case when immediateReorder property is false


nodeChangesL

ChangeListener nodeChangesL
Deprecated. 
Listener to the changes in the nodes

Class org.openide.nodes.NodeEvent extends EventObject implements Serializable

serialVersionUID: 3504069382061188226l

Class org.openide.nodes.NodeMemberEvent extends NodeEvent implements Serializable

serialVersionUID: -3973509253579305102l

Serialized Fields

add

boolean add
is this add event?


delta

Node[] delta
list of changed nodes


from

Node[] from
list of nodes to find indices in, null if one should use current node's list


indices

int[] indices
list of nodes indexes, can be null if it should be computed lazily

Class org.openide.nodes.NodeNotFoundException extends IOException implements Serializable

serialVersionUID: 1493446763320691906l

Serialized Fields

node

Node node
closest node


name

String name
name of child not found


depth

int depth
depth of not founded node.

Class org.openide.nodes.NodeReorderEvent extends NodeEvent implements Serializable

serialVersionUID: 4479234495493767448l

Serialized Fields

newIndices

int[] newIndices
list of new nodes indexes on the original positions


Package org.openide.util.actions

Class org.openide.util.actions.BooleanStateAction extends SystemAction implements Serializable

serialVersionUID: 6394800019181426199l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.openide.util.actions.CallableSystemAction extends SystemAction implements Serializable

serialVersionUID: 2339794599168944156l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.openide.util.actions.CallbackSystemAction extends CallableSystemAction implements Serializable

serialVersionUID: -6305817805474624653l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.openide.util.actions.CookieAction extends NodeAction implements Serializable

serialVersionUID: 6031319415908298424l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.openide.util.actions.NodeAction extends CallableSystemAction implements Serializable

serialVersionUID: -5672895970450115226l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException

Class org.openide.util.actions.SystemAction extends SharedClassObject implements Serializable

serialVersionUID: -8361232596876856810l

Serialization Methods

readExternal

public void readExternal(ObjectInput)
                  throws IOException,
                         ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput)
                   throws IOException


 

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