Package com.jidesoft.swing
Interface TabEditingListener
- All Superinterfaces:
EventListener
Defines an object which listens for TabEditingEvent.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This tells the listeners the tab editing is canceledvoid
This tells the listeners the tab editing is startedvoid
This tells the listeners the tab editing is stopped
-
Method Details
-
editingStarted
This tells the listeners the tab editing is started -
editingStopped
This tells the listeners the tab editing is stopped -
editingCanceled
This tells the listeners the tab editing is canceled
-