Uses of Class
treebolic.control.Controller.MatchScope

Packages that use Controller.MatchScope
treebolic.control   
treebolic.model   
 

Uses of Controller.MatchScope in treebolic.control
 

Methods in treebolic.control that return Controller.MatchScope
static Controller.MatchScope Controller.MatchScope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Controller.MatchScope[] Controller.MatchScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in treebolic.control with parameters of type Controller.MatchScope
 void Controller.dispatch(Controller.Action thisAction, java.lang.String thisLink, java.lang.String thisLinkTarget, java.lang.String thisMatchTarget, Controller.MatchScope thisMatchScope, Controller.MatchMode thisMatchMode, INode thisNode)
          Dispatch action
 java.lang.String Controller.match(java.lang.String thisString, Controller.MatchScope thisScope, Controller.MatchMode thisMode)
          Match node against string (wrapper)
private  INode Controller.match(java.lang.String thisString, Controller.MatchScope thisScope, Controller.MatchMode thisMode, INode thisNode)
          Match node against for string
 

Uses of Controller.MatchScope in treebolic.model
 

Fields in treebolic.model declared as Controller.MatchScope
 Controller.MatchScope MenuItem.theMatchScope
          Match scope
 

Methods in treebolic.model that return Controller.MatchScope
static Controller.MatchScope Utils.stringToScope(java.lang.String thisScopeString)
          Parse menuitem scope
 

Methods in treebolic.model with parameters of type Controller.MatchScope
static java.lang.String Utils.toString(Controller.MatchScope thisScope)
          Stringify scope