Uses of Interface
org.apache.wicket.util.watch.IModifiable
-
Packages that use IModifiable Package Description 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 Modifier and Type Class Description classFileSimple extension of File that adds an implementation of IModifiable for files.classFolderThis 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 Modifier and Type Interface Description interfaceIResourceStreamInterface to a streamed resource.interfaceIResourceStreamWriterSpecial IResourceStream implementation that a Resource can return when it directly wants to write to an output stream instead of return theIResourceStream.getInputStream().interfaceIStringResourceStreamA resource that can be converted to a String representation, possibly using an explicit Charset.Classes in org.apache.wicket.util.resource that implement IModifiable Modifier and Type Class Description classAbstractResourceStreamclassAbstractResourceStreamWriterBase implementation of an IResourceStreamWriter so that you only have to override theIResourceStreamWriter.write(java.io.OutputStream).classAbstractStringResourceStreamBase class for string resources.classFileResourceStreamA FileResourceStream is an IResource implementation for files.classFileSystemResourceStreamA FileSystemResourceStream is an IResourceStream implementation for Java NIO paths.classResourceStreamWrapperA IResourceStream that wraps another resource streamclassStringBufferResourceStreamA string resource that can be appended to.classStringResourceStreamA StringResourceStream is an IResource implementation for strings.classXSLTResourceStreamIResourceStreamthat applies XSLT on an inputIResourceStream.classZipResourceStreamAn IResourceStream that ZIPs a directory's contents on the fly -
Uses of IModifiable in org.apache.wicket.util.watch
Fields in org.apache.wicket.util.watch declared as IModifiable Modifier and Type Field Description IModifiableModificationWatcher.Entry. modifiableFields in org.apache.wicket.util.watch with type parameters of type IModifiable Modifier and Type Field Description ChangeListenerSet<IModifiable>ModificationWatcher.Entry. listenersMethods in org.apache.wicket.util.watch that return IModifiable Modifier and Type Method Description IModifiableIModificationWatcher. remove(IModifiable modifiable)Removes all entries associated with anIModifiableobject.IModifiableModificationWatcher. remove(IModifiable modifiable)Methods in org.apache.wicket.util.watch that return types with arguments of type IModifiable Modifier and Type Method Description Set<IModifiable>IModificationWatcher. getEntries()Retrieves a key set of allIModifiableobjects currently being monitored.Set<IModifiable>ModificationWatcher. getEntries()Methods in org.apache.wicket.util.watch with parameters of type IModifiable Modifier and Type Method Description booleanIModificationWatcher. add(IModifiable modifiable, IChangeListener<IModifiable> listener)Adds anIModifiableobject and anIChangeListenerobject to call when the modifiable object is modified.booleanModificationWatcher. add(IModifiable modifiable, IChangeListener<IModifiable> listener)IModifiableIModificationWatcher. remove(IModifiable modifiable)Removes all entries associated with anIModifiableobject.IModifiableModificationWatcher. remove(IModifiable modifiable)Method parameters in org.apache.wicket.util.watch with type arguments of type IModifiable Modifier and Type Method Description booleanIModificationWatcher. add(IModifiable modifiable, IChangeListener<IModifiable> listener)Adds anIModifiableobject and anIChangeListenerobject to call when the modifiable object is modified.booleanModificationWatcher. add(IModifiable modifiable, IChangeListener<IModifiable> listener)
-