|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.spi.project.ui.support.ProjectCustomizer.Category
Describes category of properties to be customized by given component
Method Summary | |
static ProjectCustomizer.Category |
create(String name,
String displayName,
Image icon,
ProjectCustomizer.Category[] subcategories)
Factory method which creates new category description. |
String |
getDisplayName()
Gets display name of given category. |
Image |
getIcon()
Gets icon of given category. |
String |
getName()
Gets programmatic name of given category. |
ProjectCustomizer.Category[] |
getSubcategories()
Gets subcategories of given category. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ProjectCustomizer.Category create(String name, String displayName, Image icon, ProjectCustomizer.Category[] subcategories)
name
- Prograatic name of the categorydisplayName
- Name to be shown to the usericon
- Icon for given category. Will use default icon if null.subcategories
- Subcategories to be shown under given category.
Category won't be expandable if null or empty array.public String getName()
public String getDisplayName()
public Image getIcon()
public ProjectCustomizer.Category[] getSubcategories()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |