Serialized Form


Package org.jaudiotagger

Class org.jaudiotagger.DefaultMutableTreeNode extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

parent

org.jaudiotagger.MutableTreeNode parent

children

java.util.Vector<E> children

allowsChildren

boolean allowsChildren

Class org.jaudiotagger.DefaultTreeModel extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

root

org.jaudiotagger.TreeNode root

listenerList

org.jaudiotagger.EventListenerList listenerList

asksAllowsChildren

boolean asksAllowsChildren

Class org.jaudiotagger.EventListenerList extends java.lang.Object implements Serializable

Serialization Methods

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

Serialized Fields

path

org.jaudiotagger.TreePath path

childIndices

int[] childIndices

children

java.lang.Object[] children

Class org.jaudiotagger.TreePath extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

parentPath

org.jaudiotagger.TreePath parentPath

Package org.jaudiotagger.audio.asf.data

Class org.jaudiotagger.audio.asf.data.GUIDFormatException extends java.lang.IllegalArgumentException implements Serializable

serialVersionUID: 6035645678612384953L


Package org.jaudiotagger.audio.asf.util

Class org.jaudiotagger.audio.asf.util.ChunkPositionComparator extends java.lang.Object implements Serializable

serialVersionUID: -6337108235272376289L


Package org.jaudiotagger.audio.exceptions

Class org.jaudiotagger.audio.exceptions.CannotReadException extends java.lang.Exception implements Serializable

Class org.jaudiotagger.audio.exceptions.CannotReadVideoException extends CannotReadException implements Serializable

Class org.jaudiotagger.audio.exceptions.CannotWriteException extends java.lang.Exception implements Serializable

Class org.jaudiotagger.audio.exceptions.InvalidAudioFrameException extends java.lang.Exception implements Serializable

Class org.jaudiotagger.audio.exceptions.InvalidBoxHeaderException extends java.lang.RuntimeException implements Serializable

Class org.jaudiotagger.audio.exceptions.ModifyVetoException extends java.lang.Exception implements Serializable

Class org.jaudiotagger.audio.exceptions.NullBoxIdException extends java.lang.RuntimeException implements Serializable

Class org.jaudiotagger.audio.exceptions.ReadOnlyFileException extends java.lang.Exception implements Serializable

Class org.jaudiotagger.audio.exceptions.UnableToCreateFileException extends java.io.IOException implements Serializable

Class org.jaudiotagger.audio.exceptions.UnableToModifyFileException extends java.io.IOException implements Serializable

Class org.jaudiotagger.audio.exceptions.UnableToRenameFileException extends java.io.IOException implements Serializable


Package org.jaudiotagger.tag

Class org.jaudiotagger.tag.EmptyFrameException extends InvalidFrameException implements Serializable

Class org.jaudiotagger.tag.FieldDataInvalidException extends TagException implements Serializable

Class org.jaudiotagger.tag.InvalidDataTypeException extends InvalidTagException implements Serializable

Class org.jaudiotagger.tag.InvalidFrameException extends InvalidTagException implements Serializable

Class org.jaudiotagger.tag.InvalidFrameIdentifierException extends InvalidFrameException implements Serializable

Class org.jaudiotagger.tag.InvalidTagException extends TagException implements Serializable

Class org.jaudiotagger.tag.KeyNotFoundException extends java.lang.RuntimeException implements Serializable

Class org.jaudiotagger.tag.PaddingException extends InvalidFrameIdentifierException implements Serializable

Class org.jaudiotagger.tag.TagException extends java.lang.Exception implements Serializable

Class org.jaudiotagger.tag.TagNotFoundException extends TagException implements Serializable


Package org.jaudiotagger.utils.tree

Class org.jaudiotagger.utils.tree.DefaultMutableTreeNode extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

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

Class org.jaudiotagger.utils.tree.DefaultTreeModel extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

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)

Class org.jaudiotagger.utils.tree.EventListenerList extends java.lang.Object implements Serializable

Serialization Methods

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

Class org.jaudiotagger.utils.tree.TreeModelEvent extends java.util.EventObject implements Serializable

Serialized Fields

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.

Class org.jaudiotagger.utils.tree.TreePath extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

parentPath

TreePath parentPath
Path representing the parent, null if lastPathComponent represents the root.



Copyright © 2005-2010 java.net. All Rights Reserved.