treebolic.model
Class MenuItem

java.lang.Object
  extended by treebolic.model.MenuItem

public class MenuItem
extends java.lang.Object

Menu item

Author:
Bernard Bou

Field Summary
 Controller.Action theAction
          Action
 java.lang.String theLabel
          Label
 java.lang.String theLink
          Url link
 Controller.MatchMode theMatchMode
          Match mode
 Controller.MatchScope theMatchScope
          Match scope
 java.lang.String theMatchTarget
          Match target
 java.lang.String theTarget
          Url target frame
 
Constructor Summary
MenuItem()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theLabel

public java.lang.String theLabel
Label


theAction

public Controller.Action theAction
Action


theLink

public java.lang.String theLink
Url link


theTarget

public java.lang.String theTarget
Url target frame


theMatchTarget

public java.lang.String theMatchTarget
Match target


theMatchScope

public Controller.MatchScope theMatchScope
Match scope


theMatchMode

public Controller.MatchMode theMatchMode
Match mode

Constructor Detail

MenuItem

public MenuItem()