Uses of Interface
com.ibm.jvm.dtfjview.spi.IOutputManager
-
Packages that use IOutputManager Package Description com.ibm.jvm.dtfjview com.ibm.jvm.dtfjview.spi -
-
Uses of IOutputManager in com.ibm.jvm.dtfjview
Classes in com.ibm.jvm.dtfjview that implement IOutputManager Modifier and Type Class Description class
Output
-
Uses of IOutputManager in com.ibm.jvm.dtfjview.spi
Methods in com.ibm.jvm.dtfjview.spi that return IOutputManager Modifier and Type Method Description IOutputManager
ISession. getOutputManager()
The instance which is managing all registered output channels.Methods in com.ibm.jvm.dtfjview.spi with parameters of type IOutputManager Modifier and Type Method Description void
ICombinedContext. displayContext(IOutputManager out, boolean shortFormat)
Display the contexts which are present in the core file currently being analysed.
-