org.netbeans.modules.j2ee.dd/1 1.13.0 2

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!


Method Summary
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DisplayNameInterface
getAllDisplayNames, getDefaultDisplayName, getDisplayName, removeAllDisplayNames, removeDisplayName, removeDisplayNameForLocale, setAllDisplayNames, setDisplayName, setDisplayName
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CreateCapability
addBean, addBean, createBean
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.FindCapability
findBeanByName
 
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
 


org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.