Serialized Form
Class org.jaudiotagger.DefaultMutableTreeNode extends java.lang.Object implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
parent
org.jaudiotagger.MutableTreeNode parent
children
java.util.Vector<E> children
allowsChildren
boolean allowsChildren
Class org.jaudiotagger.DefaultTreeModel extends java.lang.Object implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
root
org.jaudiotagger.TreeNode root
listenerList
org.jaudiotagger.EventListenerList listenerList
asksAllowsChildren
boolean asksAllowsChildren
Class org.jaudiotagger.EventListenerList extends java.lang.Object implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
Class org.jaudiotagger.TreeModelEvent extends java.util.EventObject implements Serializable |
path
org.jaudiotagger.TreePath path
childIndices
int[] childIndices
children
java.lang.Object[] children
Class org.jaudiotagger.TreePath extends java.lang.Object implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
parentPath
org.jaudiotagger.TreePath parentPath
Package org.jaudiotagger.audio.asf.data |
serialVersionUID: 6035645678612384953L
Package org.jaudiotagger.audio.asf.util |
serialVersionUID: -6337108235272376289L
Package org.jaudiotagger.audio.exceptions |
Package org.jaudiotagger.tag |
Package org.jaudiotagger.utils.tree |
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
parent
MutableTreeNode parent
- this node's parent, or null if this node has no parent
children
java.util.Vector<E> children
- array of children, may be null if this node has no children
allowsChildren
boolean allowsChildren
- true if the node is able to have children
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
root
TreeNode root
- Root of the tree.
listenerList
EventListenerList listenerList
- Listeners.
asksAllowsChildren
boolean asksAllowsChildren
- Determines how the
isLeaf
method figures
out if a node is a leaf node. If true, a node is a leaf
node if it does not allow children. (If it allows
children, it is not a leaf node, even if no children
are present.) That lets you distinguish between folder
nodes and file nodes in a file system, for example.
If this value is false, then any node which has no
children is a leaf node, and any node may acquire
children.
- See Also:
TreeNode.getAllowsChildren()
,
TreeModel.isLeaf(java.lang.Object)
,
DefaultTreeModel.setAsksAllowsChildren(boolean)
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
path
TreePath path
- Path to the parent of the nodes that have changed.
childIndices
int[] childIndices
- Indices identifying the position of where the children were.
children
java.lang.Object[] children
- Children that have been removed.
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
parentPath
TreePath parentPath
- Path representing the parent, null if lastPathComponent represents
the root.
Copyright © 2005-2010 java.net. All Rights Reserved.