|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JcscTab
has to be realized by all tabs on the JCSC RulesPanel
which is displayed on the RulesDialog.
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 |
public java.lang.String getName()
getName
returns the name of the tab
String
valuepublic void setRules(java.util.Map map)
setRules
passes in the cache of the processed
XML.
map
- a Map
valuepublic java.util.Map getRules()
Rule.getName()
public void setI18nStrings(java.util.Map map)
map
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |