com.sun.portal.providers.containers.jsp.tab
Interface ModifiableTab

All Superinterfaces:
UnmodifiableTab

public interface ModifiableTab
extends UnmodifiableTab

This class represents an instance of the tab that can be modified. Note that all modifiable tabs inherit the characteristics of UnmodifiableTab.

See Also:
UnmodifiableTab

Method Summary
 void setDesc(String d)
          Sets the description of the tab
 void setDisplayname(String n)
          Sets the display name of the tab
 
Methods inherited from interface com.sun.portal.providers.containers.jsp.tab.UnmodifiableTab
getDesc, getDisplayname, getEncodedName, getName, getTabMap, isPredefined, isRemovable, isRenamable
 

Method Detail

setDisplayname

public void setDisplayname(String n)
Sets the display name of the tab

setDesc

public void setDesc(String d)
Sets the description of the tab
Parameters:
d - New description for the tab.