| java.awt.AWTEvent com.jidesoft.swing.TabEditingEvent
TAB_EDITING_CANCELLED | final public static int TAB_EDITING_CANCELLED(Code) | | |
TAB_EDITING_STARTED | final public static int TAB_EDITING_STARTED(Code) | | The first number in the range of IDs used for TabChangeEvent .
|
TAB_EDITING_STOPPED | final public static int TAB_EDITING_STOPPED(Code) | | |
TabEditingEvent | public TabEditingEvent(Object source, int id, int tabIndex)(Code) | | |
getNewTitle | public String getNewTitle()(Code) | | The new title after tab editing. If the event is to indicate the tab editing is started, this will be null.
If tab editing is cancelled, it will be the same as the getOldTitle.
the new title. |
getOldTitle | public String getOldTitle()(Code) | | Gets the old the title. If the event is to indicate the tab editing is started, this will be the current title.
If tab editing is cancelled, it will still be the current title.
the old title. |
getTabIndex | public int getTabIndex()(Code) | | Gets the tab index where the tab editing happened.
the tab index. |
|
|