Modifier and Type | Method and Description |
---|---|
static EngineComponentsProvider.ComponentInfo |
EngineComponentsProvider.ComponentInfo.create(String tcId)
Create a component information about a
TopComponent ,
which is opened by default. |
static EngineComponentsProvider.ComponentInfo |
EngineComponentsProvider.ComponentInfo.create(String tcId,
boolean opened)
Create a component information about a
TopComponent . |
static EngineComponentsProvider.ComponentInfo |
EngineComponentsProvider.ComponentInfo.create(String tcId,
boolean opened,
boolean minimized)
Create a component information about a
TopComponent . |
Modifier and Type | Method and Description |
---|---|
List<EngineComponentsProvider.ComponentInfo> |
EngineComponentsProvider.getComponents()
Provide a list of components associated with the debugger engine.
|
Modifier and Type | Method and Description |
---|---|
void |
EngineComponentsProvider.willCloseNotify(List<EngineComponentsProvider.ComponentInfo> components)
This method is called when the debugger engine finishes with the list
of components that are about to be closed.
|
Built on August 30 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.