com.pvx.ooadide.editors.extkeyword
Class ExtKeywordCategoryEntity

java.lang.Object
  extended by com.pvx.ooadide.editors.extkeyword.ExtKeywordCategoryEntity

public class ExtKeywordCategoryEntity
extends java.lang.Object


Constructor Summary
ExtKeywordCategoryEntity(java.lang.String nxtKey, java.lang.String path, org.eclipse.swt.graphics.Image initImage, PvxPlugin initfPlugin)
           
 
Method Summary
 java.lang.String[] getAllKeywords()
           
 java.lang.String getCategoryName()
           
 PvxPlugin getFPlugin()
           
 java.util.Hashtable getKeywordsHashtable()
           
 PvxCompletionProposal[] getPvxCompletionProposals()
           
 void setAllKeywords(java.lang.String[] allKeywords)
           
 void setCategoryName(java.lang.String fCategoryName)
           
 void setFPlugin(PvxPlugin fPlugin)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtKeywordCategoryEntity

public ExtKeywordCategoryEntity(java.lang.String nxtKey,
                                java.lang.String path,
                                org.eclipse.swt.graphics.Image initImage,
                                PvxPlugin initfPlugin)
Method Detail

getPvxCompletionProposals

public PvxCompletionProposal[] getPvxCompletionProposals()

setAllKeywords

public void setAllKeywords(java.lang.String[] allKeywords)

getAllKeywords

public java.lang.String[] getAllKeywords()

getKeywordsHashtable

public java.util.Hashtable getKeywordsHashtable()

setCategoryName

public void setCategoryName(java.lang.String fCategoryName)

getCategoryName

public java.lang.String getCategoryName()

setFPlugin

public void setFPlugin(PvxPlugin fPlugin)

getFPlugin

public PvxPlugin getFPlugin()