Package com.jidesoft.swing
Interface TabEditingListener
- All Superinterfaces:
EventListener
Defines an object which listens for TabEditingEvent.
-
Method Summary
Modifier and TypeMethodDescriptionvoidThis tells the listeners the tab editing is canceledvoidThis tells the listeners the tab editing is startedvoidThis 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
-