| java.lang.Object it.businesslogic.ireport.gui.event.TabPaneChangedEvent
TabPaneChangedEvent | public class TabPaneChangedEvent (Code) | | This event is fired when a group is added or when a cell is resized or when the crosstab element changes
his dimension...
author: Administrator |
Field Summary | |
final public static int | CLOSED | final public static int | MINIMIZED |
CLOSED | final public static int CLOSED(Code) | | |
MINIMIZED | final public static int MINIMIZED(Code) | | |
TabPaneChangedEvent | public TabPaneChangedEvent(int operation, Component tabComponent, int tabIndex)(Code) | | Creates a new instance of ValueChangedEvent
|
getOperation | public int getOperation()(Code) | | |
getTabIndex | public int getTabIndex()(Code) | | |
setOperation | public void setOperation(int operation)(Code) | | |
setTabIndex | public void setTabIndex(int tabIndex)(Code) | | |
|
|