Uses of Class
treebolic.control.Controller.MatchMode

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

Uses of Controller.MatchMode in treebolic.control
 

Methods in treebolic.control that return Controller.MatchMode
static Controller.MatchMode Controller.MatchMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Controller.MatchMode[] Controller.MatchMode.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.MatchMode
 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.MatchMode in treebolic.model
 

Fields in treebolic.model declared as Controller.MatchMode
 Controller.MatchMode MenuItem.theMatchMode
          Match mode
 

Methods in treebolic.model that return Controller.MatchMode
static Controller.MatchMode Utils.stringToMode(java.lang.String thisModeString)
          Parse menuitem mode
 

Methods in treebolic.model with parameters of type Controller.MatchMode
static java.lang.String Utils.toString(Controller.MatchMode thisMode)
          Stringify mode