Uses of Class
com.notuvy.xml.SimpleJdom

Packages that use SimpleJdom
com.notuvy.gui Utilities for building GUI applications. 
com.notuvy.net.webcache   
com.notuvy.podcast   
com.notuvy.script Automated script generation. 
com.notuvy.util Various general utilities. 
com.notuvy.xml Various XML utilities. 
 

Uses of SimpleJdom in com.notuvy.gui
 

Subclasses of SimpleJdom in com.notuvy.gui
 class WindowLocation
          Keep track of the locations of multiple windows.
 

Uses of SimpleJdom in com.notuvy.net.webcache
 

Subclasses of SimpleJdom in com.notuvy.net.webcache
 class CachedWebProxy
          A caching web proxy.
 

Uses of SimpleJdom in com.notuvy.podcast
 

Subclasses of SimpleJdom in com.notuvy.podcast
 class PodcastBase
          Basic description
 class PodcastChannel
          The RSS/channel object and the container of the PodcastItem objects.
 class PodcastItem
          A single podcast.
 

Uses of SimpleJdom in com.notuvy.script
 

Subclasses of SimpleJdom in com.notuvy.script
 class ScriptGenerator
          Generate all the script files.
 

Uses of SimpleJdom in com.notuvy.util
 

Subclasses of SimpleJdom in com.notuvy.util
 class GenericConfigurationFile
          A utility to represent all the application configuration settings as an XML document.
 

Uses of SimpleJdom in com.notuvy.xml
 

Subclasses of SimpleJdom in com.notuvy.xml
 class PersistentJdom
          A generic object that can be represented as XML and saved to a file.
 

Fields in com.notuvy.xml declared as SimpleJdom
protected  SimpleJdom BaseStorage.fObject
           
 

Methods in com.notuvy.xml that return SimpleJdom
 SimpleJdom BaseStorage.getObject()
           
 

Constructors in com.notuvy.xml with parameters of type SimpleJdom
BaseStorage(SimpleJdom pObject)
           
FileStorage(SimpleJdom pObject, File pFileImage)
           
 



Copyright © 2013. All Rights Reserved.