rj.tools.jcsc.ui
Interface JcscTab

All Known Implementing Classes:
AbstractJcscTab

public interface JcscTab

JcscTab has to be realized by all tabs on the JCSC RulesPanel which is displayed on the RulesDialog.

Version:
__0.98.1__
Author:
Ralph Jocham

Method Summary
 java.lang.String getName()
          getName returns the name of the tab
 java.util.Map getRules()
          Returns a Map of Rule object from the tab.
 void setI18nStrings(java.util.Map map)
          Sets the map for all strings which are displayed on the tab.
 void setRules(java.util.Map map)
          setRules passes in the cache of the processed XML.
 

Method Detail

getName

public java.lang.String getName()
getName returns the name of the tab

Returns:
a String value

setRules

public void setRules(java.util.Map map)
setRules passes in the cache of the processed XML.

Parameters:
map - a Map value

getRules

public java.util.Map getRules()
Returns a Map of Rule object from the tab. The name of the Rule is key.

Returns:
Map containing all rule object; key is rule name
See Also:
Rule.getName()

setI18nStrings

public void setI18nStrings(java.util.Map map)
Sets the map for all strings which are displayed on the tab.

Parameters:
map -


(c) 1999-2005 by Ralph Jocham (rjocham72@netscape.net)
JCSC is released under the terms of the GNU General Public License