Uses of Interface
org.jhotdraw.contrib.html.ResourceDisposabilityStrategy

Packages that use ResourceDisposabilityStrategy
org.jhotdraw.contrib.html   
 

Uses of ResourceDisposabilityStrategy in org.jhotdraw.contrib.html
 

Classes in org.jhotdraw.contrib.html that implement ResourceDisposabilityStrategy
 class ETSLADisposalStrategy
          ETSLADisposalStrategy implements an Ellapsed Time Since Last Access disposal strategy.
 

Methods in org.jhotdraw.contrib.html that return ResourceDisposabilityStrategy
 ResourceDisposabilityStrategy StandardDisposableResourceManager.getStrategy()
          Gets the strategy attribute of the StandardDisposableResourceManager object
 

Methods in org.jhotdraw.contrib.html with parameters of type ResourceDisposabilityStrategy
 void StandardDisposableResourceManager.setStrategy(ResourceDisposabilityStrategy newStrategy)
          Sets the strategy attribute of the StandardDisposableResourceManager object
static void DisposableResourceManagerFactory.setStrategy(ResourceDisposabilityStrategy strategy)
          Sets the strategy of the DisposableResourceManagerFactory class.
 

Constructors in org.jhotdraw.contrib.html with parameters of type ResourceDisposabilityStrategy
StandardDisposableResourceManager(ResourceDisposabilityStrategy newStrategy)
          Constructor for the StandardDisposableResourceManager object