The following tables show some of the icons used in the Explorer and Object Browser to distinguish what type of item (such as package, HTML file, Java file, Java method, and JavaBeans property) that the node represents. Other icons may be installed by extension modules.
This page shows icons for:
.properties
filesIcon | Description |
---|---|
![]() | The root Filesystems node. You can right-click this node to mount new filesystems in the IDE. |
![]() | The root Javadoc node. |
![]() | Project node. |
![]() | A local directory. For Java hierarchies, this node represents the default Java package. |
![]() | JAR archive filesystem. This node can be expanded to display the hierarchy of files in the JAR, though the files can not be edited. |
![]() | JAR contents file. A JAR contents file is a "recipe" for a JAR file, containing information on the files to include in the JAR file, manifest information. The contextual menu for this node includes commands that allow you to modify (Properties), create or update (Compile), or run (Execute) the JAR file. |
![]() | Folder. This icon represents folders, directories, and Java packages. |
![]() | Java source file. |
![]() | Java form object. |
![]() | Serialized prototype. |
![]() | Java class or inner class. |
![]() | Java interface or inner interface. |
![]() | Form Editor node. This node appears in a form object's hierarchy when that object is open in the Form Editor. The node and its subnodes are mirrored in the Component Inspector. |
![]() | JavaServer page. |
![]() | Cluster of aliases used for related files. |
![]() | HTML file. |
![]() | Image file. |
![]() | Web bookmark. |
Badge icons can be affixed to other icons to indicate a particular state of the object.
Icon | Description |
---|---|
![]() | The file needs to be compiled (it has not been compiled or the source has changed since the last compilation). |
![]() | The file is a runnable object. |
![]() | The file can not be parsed. This may result from the file being corrupted or from its filesystem being mounted at the wrong directory. |
These icons are for nodes that represent elements within the Java hierarchy (including methods, fields, and bean patterns).
Icon | Description |
---|---|
![]() | Category node for constructors. |
![]() | Constructor with default access. |
![]() | Private constructor. |
![]() | Public constructor. |
![]() | Constructor with protected access. |
![]() | Category node for methods. |
![]() | Method with default access (non-static). |
![]() | Private method (non-static). |
![]() | Public method (non-static). |
![]() | Method with protected access (non-static). |
![]() | Method with default access (static). |
![]() | Private method (static). |
![]() | Public method (static). |
![]() | Method with protected access (static). |
![]() | Category node for fields. |
![]() | Field with default access (non-static). |
![]() | Private field (non-static). |
![]() | Public field (non-static). |
![]() | Field with protected access (non-static). |
![]() | Field with default access (static). |
![]() | Private field (static). |
![]() | Public field (static). |
![]() | Field with protected access (static). |
![]() | Non-static initializer. |
![]() | Static initializer. |
![]() | Bean Patterns node. Subnodes represent bean properties and event sets. You can right-click Bean Patterns to add bean properties and bean event sets to your code or generate BeanInfo for the class. |
![]() | Read-only bean property. |
![]() | Read/write bean property. |
![]() | Write-only bean property. |
![]() | Read-only indexed bean property. |
![]() | Read/write indexed bean property. |
![]() | Write-only indexed bean property. |
![]() | Multicast bean event set. |
![]() | Unicast bean event set. |
Icon | Description |
---|---|
![]() | Properties object. |
![]() | Properties locale. |
![]() | Properties key. |
Icon | Description |
---|---|
![]() | RMI Object. |
![]() | Remote RMI object that is unparseable or corrupted. |
![]() | Runnable RMI object. |
![]() | Activation group. |
![]() | Activation item. |
![]() | Disabled activation item. |
![]() | Activation system. |
![]() | Activation system not running or disabled due to error. |
![]() | RMI registry. |
![]() | RMI server. |
![]() | RMI server (not running). |
![]() | RMI service. |
![]() | JNDI driver. |
![]() | Disabled JNDI driver. |
![]() | JNDI file. |
![]() | JNDI. |
![]() | JNDI provider directory. |
![]() | Disabled JNDI provider directory. |
See also | |||
---|---|---|---|
The Explorer
The Object Browser Version Control Statuses Creating a New File Working With Beans |