public interface ControlsPanelInterface
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Viewer closing, release any resources
|
void |
deselected()
A different tab was selected
|
String |
getTitle()
provide a String for the title of the panel in the tabbed pane
|
void |
selected()
The tab containing this panel was selected
|
void selected()
void deselected()
String getTitle()
void close()
Copyright © 2023. All rights reserved.