JIDE 3.5.15

com.jidesoft.swing
Interface TabEditingListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DashboardDocumentPane, DashboardTabbedPane

public interface TabEditingListener
extends EventListener

Defines an object which listens for TabEditingEvent.


Method Summary
 void editingCanceled(TabEditingEvent e)
          This tells the listeners the tab editing is canceled
 void editingStarted(TabEditingEvent e)
          This tells the listeners the tab editing is started
 void editingStopped(TabEditingEvent e)
          This tells the listeners the tab editing is stopped
 

Method Detail

editingStarted

void editingStarted(TabEditingEvent e)
This tells the listeners the tab editing is started


editingStopped

void editingStopped(TabEditingEvent e)
This tells the listeners the tab editing is stopped


editingCanceled

void editingCanceled(TabEditingEvent e)
This tells the listeners the tab editing is canceled


JIDE 3.5.15