org.netbeans.modules.xml.xam.ui.category |
|
Java Source File Name | Type | Comment |
AbstractCategory.java | Class | Abstract implementation of Category, used by concrete implementations. |
AbstractCategoryPane.java | Class | Abstract implementation of CategoryPane, used by concrete implementations. |
Category.java | Interface | A Category represents a visual component within a XAM model editor. |
CategoryPane.java | Interface | A CategoryPane manages a set of Category instances, displaying one
category at any given time, and providing a means of selecting the
category to be shown. |
DefaultCategoryPane.java | Class | The default implementation of CategoryPane. |
DefaultCategoryPaneTest.java | Class | Tests DefaultCategoryPane class. |
SearchComponent.java | Interface | A SearchComponent presents the interface for the search feature. |