| Package | Description |
|---|---|
| com.jidesoft.swing |
The package contains many based classes we added on top of Swing for JIDE Common Layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TabEditingListener.editingCanceled(TabEditingEvent e)
This tells the listeners the tab editing is canceled
|
void |
TabEditingListener.editingStarted(TabEditingEvent e)
This tells the listeners the tab editing is started
|
void |
TabEditingListener.editingStopped(TabEditingEvent e)
This tells the listeners the tab editing is stopped
|