public interface AwbConsoleFolder
AwbConsole panels or parts.| Modifier and Type | Method and Description |
|---|---|
void |
addTab(java.lang.String title,
AwbConsole console)
Has to add the specified console tab.
|
void |
remove(AwbConsole console)
Removes the specified console.
|
void |
setSelectedComponent(AwbConsole console)
Sets the selected console component.
|
void addTab(java.lang.String title,
AwbConsole console)
title - the title of the tabconsole - the consolevoid remove(AwbConsole console)
console - the consolevoid setSelectedComponent(AwbConsole console)
console - the new selected component