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

Packages that use DisposableResourceManager
org.jhotdraw.contrib.html   
 

Uses of DisposableResourceManager in org.jhotdraw.contrib.html
 

Classes in org.jhotdraw.contrib.html that implement DisposableResourceManager
 class StandardDisposableResourceManager
          StandardDisposableResourceManager implements disposable resource management using a client supplied strategy.
 

Methods in org.jhotdraw.contrib.html that return DisposableResourceManager
 DisposableResourceManager ResourceDisposabilityStrategy.getManager()
          Gets the manager holding the resources for this strategy
 DisposableResourceManager ETSLADisposalStrategy.getManager()
          Gets the manager holding the resources for this strategy
static DisposableResourceManager DisposableResourceManagerFactory.getManager()
          Gets the current manager.
 

Methods in org.jhotdraw.contrib.html with parameters of type DisposableResourceManager
 void ResourceDisposabilityStrategy.setManager(DisposableResourceManager manager)
          Sets the manager holding the resources for this strategy
 void ETSLADisposalStrategy.setManager(DisposableResourceManager newManager)
          Sets the manager holding the resources for this strategy
 

Constructors in org.jhotdraw.contrib.html with parameters of type DisposableResourceManager
ETSLADisposalStrategy(DisposableResourceManager newManager, long newPeriodicity)
          Constructor for the ETSLADisposalStrategy object