All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tools.resources.ResourceStateFilter

java.lang.Object
   |
   +----org.w3c.tools.resources.AttributeHolder
           |
           +----org.w3c.tools.resources.Resource
                   |
                   +----org.w3c.tools.resources.FramedResource
                           |
                           +----org.w3c.tools.resources.ResourceFrame
                                   |
                                   +----org.w3c.tools.resources.ResourceFilter
                                           |
                                           +----org.w3c.tools.resources.ResourceStateFilter

public class ResourceStateFilter
extends ResourceFilter

Constructor Index

 o ResourceStateFilter()

Method Index

 o attributeChanged(AttributeChangedEvent)
Listen its resource.
 o lookup(LookupState, LookupResult)
Lookup the target resource.
 o registerResource(FramedResource)
Register a target resource.
 o showState()

Constructors

 o ResourceStateFilter
 public ResourceStateFilter()

Methods

 o showState
 protected void showState()
 o lookup
 public boolean lookup(LookupState ls,
                       LookupResult lr) throws ProtocolException
Lookup the target resource.

Parameters:
ls - The current lookup state
lr - The result
Throws: ProtocolException
if a protocol error occurs.
Overrides:
lookup in class ResourceFilter
 o attributeChanged
 public void attributeChanged(AttributeChangedEvent evt)
Listen its resource.

Overrides:
attributeChanged in class ResourceFrame
 o registerResource
 public void registerResource(FramedResource resource)
Register a target resource.

Overrides:
registerResource in class ResourceFrame

All Packages  Class Hierarchy  This Package  Previous  Next  Index