| java.lang.Object org.openharmonise.him.actions.rules.TabRule
TabRule | public class TabRule implements EnableRule(Code) | | Rule that will return true if a specified tab name is the name
of the currently selcted outlook bar tab.
author: Matthew Large version: $Revision: 1.1 $ |
Constructor Summary | |
public | TabRule(String sTabName) Constructs a new tab rule. |
m_bComparator | boolean m_bComparator(Code) | | |
TabRule | public TabRule(String sTabName)(Code) | | Constructs a new tab rule.
Parameters: sTabName - Tab name to check |
isEnabled | public boolean isEnabled(String sTabName)(Code) | | Checks if an action is enabled base on the rule, its parameters
and the current context.
Parameters: sTabName - Tab name to check true if the rule is passed |
setResultComparator | public void setResultComparator(boolean bComparator)(Code) | | |
|
|