Uses of Interface
org.apache.wicket.util.watch.IModifiable

Packages that use IModifiable
org.apache.wicket.util.file File utilities. 
org.apache.wicket.util.resource Base support for resources. 
org.apache.wicket.util.watch This package provides modification watchers. 
 

Uses of IModifiable in org.apache.wicket.util.file
 

Classes in org.apache.wicket.util.file that implement IModifiable
 class File
          Simple extension of File that adds an implementation of IModifiable for files.
 class Folder
          This folder subclass provides some type safety and extensibility for "files" that hold other files.
 

Uses of IModifiable in org.apache.wicket.util.resource
 

Subinterfaces of IModifiable in org.apache.wicket.util.resource
 interface IResourceStream
          Interface to a streamed resource.
 interface IStringResourceStream
          A resource that can be converted to a String representation, possibly using an explicit Charset.
 

Classes in org.apache.wicket.util.resource that implement IModifiable
 class AbstractResourceStream
           
 class AbstractStringResourceStream
          Base class for string resources.
 class FileResourceStream
          A FileResourceStream is an IResource implementation for files.
 class StringBufferResourceStream
          A string resource that can be appended to.
 class StringResourceStream
          A StringResourceStream is an IResource implementation for strings.
 class XSLTResourceStream
          IResourceStream that applies XSLT on an input IResourceStream.
 class ZipResourceStream
          An IResourceStream that ZIPs a directory's contents on the fly
 

Uses of IModifiable in org.apache.wicket.util.watch
 

Methods in org.apache.wicket.util.watch that return IModifiable
 IModifiable ModificationWatcher.remove(IModifiable modifiable)
           
 IModifiable IModificationWatcher.remove(IModifiable modifiable)
          Removes all entries associated with an IModifiable object.
 

Methods in org.apache.wicket.util.watch that return types with arguments of type IModifiable
 Set<IModifiable> ModificationWatcher.getEntries()
           
 Set<IModifiable> IModificationWatcher.getEntries()
          Retrieves a key set of all IModifiable objects currently being monitored.
 

Methods in org.apache.wicket.util.watch with parameters of type IModifiable
 boolean ModificationWatcher.add(IModifiable modifiable, IChangeListener listener)
           
 boolean IModificationWatcher.add(IModifiable modifiable, IChangeListener listener)
          Adds an IModifiable object and an IChangeListener object to call when the modifiable object is modified.
 IModifiable ModificationWatcher.remove(IModifiable modifiable)
           
 IModifiable IModificationWatcher.remove(IModifiable modifiable)
          Removes all entries associated with an IModifiable object.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.