net.sf.jame.twister.frame.filter
Class FrameFilterRuntimeElement

java.lang.Object
  extended by net.sf.jame.core.config.RuntimeElement
      extended by net.sf.jame.twister.frame.filter.FrameFilterRuntimeElement

public class FrameFilterRuntimeElement
extends RuntimeElement

Author:
Andrea Medeghini

Constructor Summary
FrameFilterRuntimeElement(FrameFilterConfigElement filterElement)
          Constructs a new filter.
 
Method Summary
 void dispose()
          Disposes the element resources.
 FrameFilterExtensionRuntime<?> getFilterRuntime()
           
 boolean isChanged()
          Tests and resets the change counter.
 boolean isEnabled()
           
 
Methods inherited from class net.sf.jame.core.config.RuntimeElement
changeCount, finalize, fireChanged
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameFilterRuntimeElement

public FrameFilterRuntimeElement(FrameFilterConfigElement filterElement)
Constructs a new filter.

Parameters:
filterElement -
Method Detail

dispose

public void dispose()
Description copied from class: RuntimeElement
Disposes the element resources. The default implementation does nothing.

Overrides:
dispose in class RuntimeElement
See Also:
RuntimeElement.dispose()

isChanged

public boolean isChanged()
Description copied from class: RuntimeElement
Tests and resets the change counter.

Overrides:
isChanged in class RuntimeElement
Returns:
true if the change counter is greater than 0.
See Also:
RuntimeElement.isChanged()

getFilterRuntime

public FrameFilterExtensionRuntime<?> getFilterRuntime()
Returns:
the filterRuntime

isEnabled

public boolean isEnabled()
Returns:
the enabled.