com.tssap.util.ui.action
Interface IExtendedDisplayableCategory

All Superinterfaces:
com.tssap.util.action.ICategory, IDisplayable, IDisplayableCategory, ILabel

public interface IExtendedDisplayableCategory
extends IDisplayableCategory

Since:
06.09.2002

Method Summary
 int getPreferredPosition()
           
 boolean isSubCategory()
           
 void setPreferredPosition(int preferredPosition)
           
 void setSubCategory(boolean subCategory)
           
 
Methods inherited from interface com.tssap.util.ui.IDisplayable
getInfo
 
Methods inherited from interface com.tssap.util.ui.ILabel
getImage, getName
 
Methods inherited from interface com.tssap.util.action.ICategory
getDescription, getParent
 

Method Detail

isSubCategory

public boolean isSubCategory()

setSubCategory

public void setSubCategory(boolean subCategory)

getPreferredPosition

public int getPreferredPosition()

setPreferredPosition

public void setPreferredPosition(int preferredPosition)


Copyright © 2005 SAP AG. All Rights Reserved.