|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IModifiable | |
|---|---|
| wicket.markup | Base package for markup. |
| wicket.util.file | File utilities. |
| wicket.util.resource | Base support for resources. |
| wicket.util.watch | Modification observers. |
| Uses of IModifiable in wicket.markup |
|---|
| Classes in wicket.markup that implement IModifiable | |
|---|---|
class |
MarkupResourceStream
An IResourceStream implementation with specific extensions for markup resource streams. |
| Uses of IModifiable in wicket.util.file |
|---|
| Classes in 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 wicket.util.resource |
|---|
| Subinterfaces of IModifiable in 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 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 |
UrlResourceStream
UrlResourceStream implements IResource for URLs. |
| Uses of IModifiable in wicket.util.watch |
|---|
| Methods in wicket.util.watch that return IModifiable | |
|---|---|
IModifiable |
ModificationWatcher.remove(IModifiable modifiable)
Remove all entries associated with 'modifiable' |
| Methods in wicket.util.watch with parameters of type IModifiable | |
|---|---|
boolean |
ModificationWatcher.add(IModifiable modifiable,
IChangeListener listener)
Adds a Modifiable object and an IChangeListener to call when the modifiable object is modified. |
IModifiable |
ModificationWatcher.remove(IModifiable modifiable)
Remove all entries associated with 'modifiable' |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||