Uses of Interface
chrriis.uihierarchy.accessor.AccessorRunnable

Packages that use AccessorRunnable
chrriis.uihierarchy The core package of the UIHierarchy library. 
 

Uses of AccessorRunnable in chrriis.uihierarchy
 

Methods in chrriis.uihierarchy with parameters of type AccessorRunnable
 Object[] Accessor.runTraversing(AccessorRunnable accessorRunnable)
          Run an action on all the components of the levels of this accessor, and their sub hierarchies.
 Object[] Accessor.run(AccessorRunnable accessorRunnable)
          Run an action on all the components of the levels of this accessor.