oracle.ide.model
Interface Category
- All Known Subinterfaces:
- Container, JavaNode, Node, WorkEnvironment
- All Known Implementing Classes:
- CategoryFolder, ConnectionNode, DataContainer, DefaultContainer, DefaultNode, HierarchicalFolder, JavaClassNode, JavaSourceNode, PropertiesContainer, XMLDataContainer
- public interface Category
The Category
interface provides the API for identifying
how a specific data node should categorized.
Method Summary |
int |
getCategory()
Get the bit field identifying the different categories this
data node falls under. |
UNDEFINED
public static final int UNDEFINED
- See Also:
- Constant Field Values
getCategory
public int getCategory()
- Get the bit field identifying the different categories this
data node falls under.
- Returns:
- the category types.
Copyright © 1997, 2004, Oracle. All rights reserved.