org.eclipse.cdt.managedbuilder.ui.properties
Class AbstractCBuildPropertyTab
java.lang.Object
org.eclipse.cdt.ui.newui.AbstractCPropertyTab
org.eclipse.cdt.managedbuilder.ui.properties.AbstractCBuildPropertyTab
- All Implemented Interfaces:
- ICPropertyTab
- Direct Known Subclasses:
- ArtifactTab, BuildBehaviourTab, BuilderSettingsTab, BuildStepsTab, DiscoveryTab, PreferredToolchainsTab, ToolChainEditTab, ToolSettingsTab
public abstract class AbstractCBuildPropertyTab
- extends AbstractCPropertyTab
Proposed parent for Build System property tabs.
In addition to AbstractCPropertyTab functionality,
provides several utility methods for configurations
handling.
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 |
Methods inherited from class org.eclipse.cdt.ui.newui.AbstractCPropertyTab |
canBeVisible, 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 |
AbstractCBuildPropertyTab
public AbstractCBuildPropertyTab()
getConfigurationFromHoldsOptions
public IConfiguration getConfigurationFromHoldsOptions(IHoldsOptions ho)
getConfigurationFromTool
public IConfiguration getConfigurationFromTool(ITool tool)
getCfg
public IConfiguration getCfg()
getCfg
public IConfiguration getCfg(org.eclipse.cdt.core.settings.model.ICConfigurationDescription cfgd)
getResCfg
public IResourceInfo getResCfg(org.eclipse.cdt.core.settings.model.ICResourceDescription cfgd)
- Returns ResourceInfo for given ResourceDescription.
Creates resourceInfo if it has not exist before.
- Parameters:
cfgd
-
- Returns: