org.netbeans.modules.j2ee.dd.api.common
Interface ComponentInterface
- All Superinterfaces:
- CommonDDBean, CreateCapability, DescriptionInterface, DisplayNameInterface, FindCapability, IconInterface
- All Known Subinterfaces:
- AppClient, Application, Ejb, EjbJar, Entity, EntityAndSession, Filter, JspPropertyGroup, MessageDriven, RootInterface, ServiceRef, ServiceRefHandler, Servlet, Session, WebApp
public interface ComponentInterface
- extends CommonDDBean, DescriptionInterface, DisplayNameInterface, CreateCapability, FindCapability, IconInterface
Compound interface grouping together all methods from CommonDDBean, DescriptionInterface,
DisplayNameInterface, CreateCapability, FindCapability and IconInterface.
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.IconInterface |
getAllIcons, getDefaultIcon, getLargeIcon, getLargeIcon, getSmallIcon, getSmallIcon, removeAllIcons, removeIcon, removeIcon, removeLargeIcon, removeLargeIcon, removeSmallIcon, removeSmallIcon, setAllIcons, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon |