org.eclipse.cdt.ui.newui
Class CLocationOutputTab
java.lang.Object
org.eclipse.cdt.ui.newui.AbstractCPropertyTab
org.eclipse.cdt.ui.newui.CLocationTab
org.eclipse.cdt.ui.newui.CLocationOutputTab
- All Implemented Interfaces:
- ICPropertyTab
- Direct Known Subclasses:
- CBuildLocationOutputTab
public class CLocationOutputTab
- extends CLocationTab
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 |
Method Summary |
void |
createControls(org.eclipse.swt.widgets.Composite parent)
Creates basic widgets for property tab. |
org.eclipse.cdt.core.settings.model.ICExclusionPatternPathEntry[] |
getEntries(org.eclipse.cdt.core.settings.model.ICResourceDescription cfgd)
|
org.eclipse.cdt.core.settings.model.ICExclusionPatternPathEntry |
newEntry(org.eclipse.core.resources.IFolder f,
org.eclipse.core.runtime.IPath[] ex,
boolean isWorkspacePath)
|
org.eclipse.cdt.core.settings.model.ICExclusionPatternPathEntry |
newEntry(org.eclipse.core.runtime.IPath p,
org.eclipse.core.runtime.IPath[] ex,
boolean isWorkspacePath)
|
void |
setEntries(org.eclipse.cdt.core.settings.model.ICResourceDescription cfgd,
org.eclipse.cdt.core.settings.model.ICExclusionPatternPathEntry[] data)
|
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 |
CLocationOutputTab
public CLocationOutputTab()
createControls
public void createControls(org.eclipse.swt.widgets.Composite parent)
- Description copied from class:
AbstractCPropertyTab
- Creates basic widgets for property tab.
Descendants should, normally, override
this method but call super.createControls().
- Overrides:
createControls
in class CLocationTab
getEntries
public org.eclipse.cdt.core.settings.model.ICExclusionPatternPathEntry[] getEntries(org.eclipse.cdt.core.settings.model.ICResourceDescription cfgd)
setEntries
public void setEntries(org.eclipse.cdt.core.settings.model.ICResourceDescription cfgd,
org.eclipse.cdt.core.settings.model.ICExclusionPatternPathEntry[] data)
newEntry
public org.eclipse.cdt.core.settings.model.ICExclusionPatternPathEntry newEntry(org.eclipse.core.runtime.IPath p,
org.eclipse.core.runtime.IPath[] ex,
boolean isWorkspacePath)
newEntry
public org.eclipse.cdt.core.settings.model.ICExclusionPatternPathEntry newEntry(org.eclipse.core.resources.IFolder f,
org.eclipse.core.runtime.IPath[] ex,
boolean isWorkspacePath)