org.eclipse.cdt.ui.newui
Class ExpLibraryTab

java.lang.Object
  extended by org.eclipse.cdt.ui.newui.AbstractCPropertyTab
      extended by org.eclipse.cdt.ui.newui.AbstractExportTab
          extended by org.eclipse.cdt.ui.newui.ExpLibraryTab
All Implemented Interfaces:
java.util.EventListener, IPathEntryStoreListener, ICPropertyTab

public class ExpLibraryTab
extends AbstractExportTab
implements IPathEntryStoreListener


Field Summary
 
Fields inherited from class org.eclipse.cdt.ui.newui.AbstractExportTab
IMG_FS, IMG_MK, IMG_WS
 
Fields inherited from class org.eclipse.cdt.ui.newui.AbstractCPropertyTab
ADD_STR, BUTTON_WIDTH, DEL_STR, EDIT_STR, EMPTY_STR, FILESYSTEM_DIR_DIALOG_MSG, FILESYSTEM_FILE_DIALOG_TITLE, FILESYSTEMBUTTON_NAME, MOVEDOWN_STR, MOVEUP_STR, page, USE_TRI_STATE, VARIABLESBUTTON_NAME, WORKSPACE_DIR_DIALOG_ERR, WORKSPACE_DIR_DIALOG_MSG, WORKSPACE_DIR_DIALOG_TITLE, WORKSPACE_FILE_DIALOG_ERR, WORKSPACE_FILE_DIALOG_MSG, WORKSPACE_FILE_DIALOG_TITLE, WORKSPACEBUTTON_NAME
 
Fields inherited from interface org.eclipse.cdt.ui.newui.ICPropertyTab
APPLY, CANCEL, DEFAULTS, DISPOSE, MANAGEDBUILDSTATE, MAXCOMMON, OK, SET_ICON, UPDATE, VISIBLE
 
Constructor Summary
ExpLibraryTab()
           
 
Method Summary
 org.eclipse.cdt.core.settings.model.ICLanguageSettingEntry doAdd(java.lang.String s1, java.lang.String s2, boolean isWsp)
           
 org.eclipse.cdt.core.settings.model.ICLanguageSettingEntry doEdit(java.lang.String s1, java.lang.String s2, boolean isWsp)
           
 int getKind()
           
 boolean hasValues()
           
 void pathEntryStoreChanged(PathEntryStoreChangedEvent event)
           
 
Methods inherited from class org.eclipse.cdt.ui.newui.AbstractExportTab
buttonPressed, canBeVisible, createControls, getWspImage, id2name, name2id, performApply, update, updateData
 
Methods inherited from class org.eclipse.cdt.ui.newui.AbstractCPropertyTab
createControls, dispose, getFileSystemDirDialog, getFileSystemFileDialog, getFontMetrics, getResDesc, getVariableDialog, getWorkspaceDirDialog, getWorkspaceFileDialog, handleTabEvent, setVisible
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpLibraryTab

public ExpLibraryTab()
Method Detail

pathEntryStoreChanged

public void pathEntryStoreChanged(PathEntryStoreChangedEvent event)
Specified by:
pathEntryStoreChanged in interface IPathEntryStoreListener

doAdd

public org.eclipse.cdt.core.settings.model.ICLanguageSettingEntry doAdd(java.lang.String s1,
                                                                        java.lang.String s2,
                                                                        boolean isWsp)
Specified by:
doAdd in class AbstractExportTab

doEdit

public org.eclipse.cdt.core.settings.model.ICLanguageSettingEntry doEdit(java.lang.String s1,
                                                                         java.lang.String s2,
                                                                         boolean isWsp)
Specified by:
doEdit in class AbstractExportTab

getKind

public int getKind()
Specified by:
getKind in class AbstractExportTab

hasValues

public boolean hasValues()
Specified by:
hasValues in class AbstractExportTab