|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.core.model.BinaryFilePresentation
public abstract class BinaryFilePresentation
Allows to configure the presentation of binaries.
Clients may create subclasses.
Field Summary | |
---|---|
protected IBinaryFile |
fBinaryFile
|
Constructor Summary | |
---|---|
BinaryFilePresentation(IBinaryFile binFile)
Constructs the presentation object for a binary file. |
Method Summary | |
---|---|
boolean |
showInBinaryContainer()
Determines whether a binary is to be shown as part of the binary container. |
static boolean |
showInBinaryContainer(IBinaryFile bin)
Default implementation for showing binaries as part of the binary container. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final IBinaryFile fBinaryFile
Constructor Detail |
---|
public BinaryFilePresentation(IBinaryFile binFile)
Method Detail |
---|
public static boolean showInBinaryContainer(IBinaryFile bin)
public boolean showInBinaryContainer()
true
for executables and
dynamic libraries.
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |