|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOptionCategory
Field Summary | |
---|---|
static java.lang.String |
ALL
|
static int |
FILTER_ALL
|
static int |
FILTER_FILE
|
static int |
FILTER_PROJECT
|
static java.lang.String |
ICON
|
static java.lang.String |
OWNER
|
static java.lang.String |
PROJECT
|
Fields inherited from interface org.eclipse.cdt.managedbuilder.core.IBuildObject |
---|
ID, NAME |
Method Summary | |
---|---|
IOptionCategory[] |
getChildCategories()
Returns the list of children of this node in the option category tree |
java.net.URL |
getIconPath()
Get the path name of an alternative icon for the option group. |
IHoldsOptions |
getOptionHolder()
Returns the holder (parent) of this category. |
java.lang.Object[][] |
getOptions(IConfiguration configuration)
Deprecated. since 3.1 - use getOption with IHoldsOptions aregument instead |
java.lang.Object[][] |
getOptions(IConfiguration configuration,
IHoldsOptions optHolder)
Returns an array of ITool/IOption pairs for the options in this category for a given configuration. |
java.lang.Object[][] |
getOptions(IResourceConfiguration resConfig)
Deprecated. since 3.1 - use getOption with IHoldsOptions aregument instead |
java.lang.Object[][] |
getOptions(IResourceInfo resInfo,
IHoldsOptions optHolder)
Returns an array of ITool/IOption pairs for the options in this category for a given resource configuration. |
IOptionCategory |
getOwner()
Returns the category that owns this category, or null if this is the top category for a tool. |
ITool |
getTool()
Deprecated. since 3.0 - use getOptionHolder() instead |
boolean |
isDirty()
Returns true if this element has changes that need to
be saved in the project file, else false . |
void |
setDirty(boolean isDirty)
Sets the element's "dirty" (have I been modified?) |
Methods inherited from interface org.eclipse.cdt.managedbuilder.core.IBuildObject |
---|
getBaseId, getId, getManagedBuildRevision, getName, getVersion, setVersion |
Field Detail |
---|
static final java.lang.String OWNER
static final java.lang.String ICON
static final int FILTER_ALL
static final java.lang.String ALL
static final int FILTER_FILE
static final int FILTER_PROJECT
static final java.lang.String PROJECT
Method Detail |
---|
IOptionCategory[] getChildCategories()
java.lang.Object[][] getOptions(IConfiguration configuration, IHoldsOptions optHolder)
tool
-
java.lang.Object[][] getOptions(IConfiguration configuration)
java.lang.Object[][] getOptions(IResourceInfo resInfo, IHoldsOptions optHolder)
tool
-
java.lang.Object[][] getOptions(IResourceConfiguration resConfig)
IOptionCategory getOwner()
ITool getTool()
IHoldsOptions getOptionHolder()
java.net.URL getIconPath()
boolean isDirty()
true
if this element has changes that need to
be saved in the project file, else false
.
void setDirty(boolean isDirty)
isDirty
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |