public abstract class BinaryFilePresentation
extends java.lang.Object
Clients may create subclasses.
Modifier and Type | Field and Description |
---|---|
protected IBinaryFile |
fBinaryFile |
Constructor and Description |
---|
BinaryFilePresentation(IBinaryFile binFile)
Constructs the presentation object for a binary file.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public BinaryFilePresentation(IBinaryFile binFile)
public static boolean showInBinaryContainer(IBinaryFile bin)
public boolean showInBinaryContainer()
true
for executables and
dynamic libraries.Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.