Java Doc for IFeature.java in  » IDE-Eclipse » Eclipse-plug-in-development » org » eclipse » pde » internal » core » ifeature » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Eclipse » Eclipse plug in development » org.eclipse.pde.internal.core.ifeature 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.eclipse.pde.internal.core.ifeature.IFeature

All known Subclasses:   org.eclipse.pde.internal.core.feature.Feature,
IFeature
public interface IFeature extends IFeatureObject,IVersionable,IEnvironment(Code)
The top-level model object of the Eclipse feature model.


Field Summary
final public static  intINFO_COPYRIGHT
    
final public static  intINFO_DESCRIPTION
    
final public static  intINFO_LICENSE
    
final public static  String[]INFO_TAGS
    
final public static  StringP_APPLICATION
    
final public static  StringP_COLLOCATION_AFFINITY
    
final public static  StringP_COPYRIGHT
    
final public static  StringP_DESCRIPTION
    
final public static  StringP_EXCLUSIVE
    
final public static  StringP_IMAGE
    
final public static  StringP_INSTALL_HANDLER
    
final public static  StringP_LICENSE
    
final public static  StringP_PLUGIN
    
final public static  StringP_PRIMARY
    
final public static  StringP_PROVIDER
    
final public static  StringP_URL
    


Method Summary
public  voidaddData(IFeatureData[] entries)
     Adds a data reference to this feature.
public  voidaddImports(IFeatureImport[] imports)
     Adds a required plug-in reference to this feature.
public  voidaddIncludedFeatures(IFeatureChild[] features)
     Adds included feature to this feature.
public  voidaddPlugins(IFeaturePlugin[] plugins)
     Adds a plug-in reference to this feature.
public  voidcomputeImports()
    
 StringgetApplication()
    
 StringgetColocationAffinity()
    
public  IFeatureData[]getData()
    
public  IFeatureInfogetFeatureInfo(int index)
    
public  StringgetImageName()
    
public  IFeatureImport[]getImports()
    
public  IFeatureChild[]getIncludedFeatures()
    
public  IFeatureInstallHandlergetInstallHandler()
    
 StringgetPlugin()
    
public  IFeaturePlugin[]getPlugins()
    
public  StringgetProviderName()
    
 IPluginModelBasegetReferencedModel(IFeaturePlugin reference)
    
public  IFeatureURLgetURL()
    
 booleanisExclusive()
    
 booleanisPrimary()
    
 booleanisValid()
    
public  voidremoveData(IFeatureData[] entries)
     Removes a data reference from this feature.
public  voidremoveImports(IFeatureImport[] imports)
     Removes a required plug-in reference from this feature.
public  voidremoveIncludedFeatures(IFeatureChild[] features)
     Remove included feature from this feature.
public  voidremovePlugins(IFeaturePlugin[] plugins)
     Removes a plug-in reference from this feature.
 voidsetApplication(String value)
    
 voidsetColocationAffinity(String value)
    
public  voidsetExclusive(boolean value)
    
public  voidsetFeatureInfo(IFeatureInfo info, int index)
    
public  voidsetImageName(String imageName)
     Sets the image name of this feature.
public  voidsetInstallHandler(IFeatureInstallHandler handler)
    
 voidsetPlugin(String value)
    
public  voidsetPrimary(boolean value)
    
public  voidsetProviderName(String providerName)
     Sets the provider name of this feature.
public  voidsetURL(IFeatureURL url)
     /** Sets the URL model object of this feature.

Field Detail
INFO_COPYRIGHT
final public static int INFO_COPYRIGHT(Code)



INFO_DESCRIPTION
final public static int INFO_DESCRIPTION(Code)



INFO_LICENSE
final public static int INFO_LICENSE(Code)



INFO_TAGS
final public static String[] INFO_TAGS(Code)



P_APPLICATION
final public static String P_APPLICATION(Code)



P_COLLOCATION_AFFINITY
final public static String P_COLLOCATION_AFFINITY(Code)



P_COPYRIGHT
final public static String P_COPYRIGHT(Code)
The name of the property that will be used to notify about changes in "copyright" field



P_DESCRIPTION
final public static String P_DESCRIPTION(Code)
The name of the property that will be used to notify about changes in "description" field



P_EXCLUSIVE
final public static String P_EXCLUSIVE(Code)



P_IMAGE
final public static String P_IMAGE(Code)
The name of the property that will be used to notify about changes in "image" field



P_INSTALL_HANDLER
final public static String P_INSTALL_HANDLER(Code)



P_LICENSE
final public static String P_LICENSE(Code)
The name of the property that will be used to notify about changes in "license" field



P_PLUGIN
final public static String P_PLUGIN(Code)



P_PRIMARY
final public static String P_PRIMARY(Code)



P_PROVIDER
final public static String P_PROVIDER(Code)
The name of the property that will be used to notify about changes in "provider" field



P_URL
final public static String P_URL(Code)
The name of the property that will be used to notify about changes in "url" field





Method Detail
addData
public void addData(IFeatureData[] entries) throws CoreException(Code)
Adds a data reference to this feature. This method may throw a CoreException if the model is not editable.
Parameters:
  entries - a data entries to add



addImports
public void addImports(IFeatureImport[] imports) throws CoreException(Code)
Adds a required plug-in reference to this feature. This method may throw a CoreException if the model is not editable.
Parameters:
  reference - a required plug-in reference to add



addIncludedFeatures
public void addIncludedFeatures(IFeatureChild[] features) throws CoreException(Code)
Adds included feature to this feature. This method may throw a CoreException if the model is not editable.
Parameters:
  features - features to include



addPlugins
public void addPlugins(IFeaturePlugin[] plugins) throws CoreException(Code)
Adds a plug-in reference to this feature. This method may throw a CoreException if the model is not editable.
Parameters:
  reference - a plug-in reference to add



computeImports
public void computeImports() throws CoreException(Code)



getApplication
String getApplication()(Code)



getColocationAffinity
String getColocationAffinity()(Code)



getData
public IFeatureData[] getData()(Code)
Returns references to data in this feature an array of data references in this feature



getFeatureInfo
public IFeatureInfo getFeatureInfo(int index)(Code)



getImageName
public String getImageName()(Code)
Returns a feature image name the feature image name, or null if not set



getImports
public IFeatureImport[] getImports()(Code)
Returns references to required plug-ins in this feature an array of plug-in references in this feature



getIncludedFeatures
public IFeatureChild[] getIncludedFeatures()(Code)
Returns references to included features an array of feature references included in this feature



getInstallHandler
public IFeatureInstallHandler getInstallHandler()(Code)



getPlugin
String getPlugin()(Code)



getPlugins
public IFeaturePlugin[] getPlugins()(Code)
Returns references to plug-ins in this feature an array of plug-in references in this feature



getProviderName
public String getProviderName()(Code)
Returns a feature provider name the feature provider name, or null if not set



getReferencedModel
IPluginModelBase getReferencedModel(IFeaturePlugin reference)(Code)



getURL
public IFeatureURL getURL()(Code)
Returns a feature URL model object the feature URL model object, or null if not set



isExclusive
boolean isExclusive()(Code)



isPrimary
boolean isPrimary()(Code)



isValid
boolean isValid()(Code)



removeData
public void removeData(IFeatureData[] entries) throws CoreException(Code)
Removes a data reference from this feature. This method may throw a CoreException if the model is not editable.
Parameters:
  entries - data entries to remove



removeImports
public void removeImports(IFeatureImport[] imports) throws CoreException(Code)
Removes a required plug-in reference from this feature. This method may throw a CoreException if the model is not editable.
Parameters:
  iimport - a required plug-in reference to add



removeIncludedFeatures
public void removeIncludedFeatures(IFeatureChild[] features) throws CoreException(Code)
Remove included feature from this feature. This method may throw a CoreException if the model is not editable.
Parameters:
  features - included features to remove



removePlugins
public void removePlugins(IFeaturePlugin[] plugins) throws CoreException(Code)
Removes a plug-in reference from this feature. This method may throw a CoreException if the model is not editable.
Parameters:
  plugin - a plug-in reference to remove



setApplication
void setApplication(String value) throws CoreException(Code)



setColocationAffinity
void setColocationAffinity(String value) throws CoreException(Code)



setExclusive
public void setExclusive(boolean value) throws CoreException(Code)



setFeatureInfo
public void setFeatureInfo(IFeatureInfo info, int index) throws CoreException(Code)



setImageName
public void setImageName(String imageName) throws CoreException(Code)
Sets the image name of this feature. This method may throw a CoreException if the model is not editable.
Parameters:
  the - new image name



setInstallHandler
public void setInstallHandler(IFeatureInstallHandler handler) throws CoreException(Code)



setPlugin
void setPlugin(String value) throws CoreException(Code)



setPrimary
public void setPrimary(boolean value) throws CoreException(Code)



setProviderName
public void setProviderName(String providerName) throws CoreException(Code)
Sets the provider name of this feature. This method may throw a CoreException if the model is not editable.
Parameters:
  the - new provider name



setURL
public void setURL(IFeatureURL url) throws CoreException(Code)
/** Sets the URL model object of this feature.
Parameters:
  url - The URL model object.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.