Class JTabbedPaneOperator
java.lang.Object
org.netbeans.jemmy.operators.Operator
org.netbeans.jemmy.operators.ComponentOperator
org.netbeans.jemmy.operators.ContainerOperator
org.netbeans.jemmy.operators.JComponentOperator
org.netbeans.jemmy.operators.JTabbedPaneOperator
- All Implemented Interfaces:
Outputable, Timeoutable
Timeouts used:
ComponentOperator.WaitComponentTimeout - time to wait component displayed
.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAllows to find component by page title.static classChecks component type.classException is thrown if a nonexistent page is trying to be selected.static interfaceSpecifies criteria for a tab page searching.Nested classes/interfaces inherited from class JComponentOperator
JComponentOperator.JComponentByTipFinder, JComponentOperator.JComponentFinderNested classes/interfaces inherited from class ContainerOperator
ContainerOperator.ContainerFinderNested classes/interfaces inherited from class Operator
Operator.ComponentVisualizer, Operator.DefaultPathParser, Operator.DefaultStringComparator, Operator.Finder, Operator.MapAction, Operator.MapBooleanAction, Operator.MapByteAction, Operator.MapCharacterAction, Operator.MapDoubleAction, Operator.MapFloatAction, Operator.MapIntegerAction, Operator.MapLongAction, Operator.MapVoidAction, Operator.NoBlockingAction, Operator.PathParser, Operator.StringComparator -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIdentifier for a "page" properties.static final StringIdentifier for a "selected page" property.Fields inherited from class JComponentOperator
A11Y_DATA, A11Y_DESCRIPTION_DPROP, A11Y_NAME_DPROP, TOOLTIP_TEXT_DPROPFields inherited from class ComponentOperator
HEIGHT_DPROP, IS_SHOWING_DPROP, IS_VISIBLE_DPROP, NAME_DPROP, WIDTH_DPROP, X_DPROP, Y_DPROPFields inherited from class Operator
CLASS_DPROP, TO_STRING_DPROP -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor.JTabbedPaneOperator(ContainerOperator cont, int index) Constructor.JTabbedPaneOperator(ContainerOperator cont, String text) Constructor.JTabbedPaneOperator(ContainerOperator cont, String text, int index) Constructor.JTabbedPaneOperator(ContainerOperator cont, String text, int tabIndex, int index) Constructor.JTabbedPaneOperator(ContainerOperator cont, ComponentChooser chooser) Constructs a JTabbedPaneOperator object.JTabbedPaneOperator(ContainerOperator cont, ComponentChooser chooser, int index) Constructs a JTabbedPaneOperator object. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChangeListener(ChangeListener changeListener) MapsJTabbedPane.addChangeListener(ChangeListener)through queuevoidMapsJTabbedPane.addTab(String, Component)through queuevoidMapsJTabbedPane.addTab(String, Icon, Component)through queuevoidMapsJTabbedPane.addTab(String, Icon, Component, String)through queuevoidcopyEnvironment(Operator anotherOperator) Copies all environment (output, timeouts, visualizer) from another operator.static JTabbedPanefindJTabbedPane(Container cont, String text, boolean ce, boolean ccs, int itemIndex) Searches JTabbedPane by tab title.static JTabbedPanefindJTabbedPane(Container cont, String text, boolean ce, boolean ccs, int itemIndex, int index) Searches JTabbedPane by tab title.static JTabbedPanefindJTabbedPane(Container cont, ComponentChooser chooser) Searches 0'th JTabbedPane in container.static JTabbedPanefindJTabbedPane(Container cont, ComponentChooser chooser, int index) Searches JTabbedPane in container.static JTabbedPaneSearches JTabbedPane object which component lies on.static JTabbedPanefindJTabbedPaneUnder(Component comp, ComponentChooser chooser) Searches JTabbedPane object which component lies on.intSearches tab index by tab title.intDeprecated.Use findPage(String) or findPage(String, StringComparator)intfindPage(String title, Operator.StringComparator comparator) Deprecated.Use findPage(String) or findPage(String, StringComparator)intDeprecated.Use findPage(String) or findPage(String, StringComparator)getBackgroundAt(int i) MapsJTabbedPane.getBackgroundAt(int)through queuegetBoundsAt(int i) MapsJTabbedPane.getBoundsAt(int)through queuegetComponentAt(int i) MapsJTabbedPane.getComponentAt(int)through queuegetDisabledIconAt(int i) MapsJTabbedPane.getDisabledIconAt(int)through queuegetDump()Returns information about component.getForegroundAt(int i) MapsJTabbedPane.getForegroundAt(int)through queuegetIconAt(int i) MapsJTabbedPane.getIconAt(int)through queuegetModel()MapsJTabbedPane.getModel()through queueReturns print output streams or writers.MapsJTabbedPane.getSelectedComponent()through queueintMapsJTabbedPane.getSelectedIndex()through queueintMapsJTabbedPane.getTabCount()through queueintMapsJTabbedPane.getTabPlacement()through queueintMapsJTabbedPane.getTabRunCount()through queuegetTitleAt(int i) MapsJTabbedPane.getTitleAt(int)through queuegetUI()MapsJTabbedPane.getUI()through queueintindexOfComponent(Component component) MapsJTabbedPane.indexOfComponent(Component)through queueintindexOfTab(String string) MapsJTabbedPane.indexOfTab(String)through queueintindexOfTab(Icon icon) MapsJTabbedPane.indexOfTab(Icon)through queuevoidMapsJTabbedPane.insertTab(String, Icon, Component, String, int)through queuebooleanisEnabledAt(int i) MapsJTabbedPane.isEnabledAt(int)through queuevoidremoveChangeListener(ChangeListener changeListener) MapsJTabbedPane.removeChangeListener(ChangeListener)through queuevoidremoveTabAt(int i) MapsJTabbedPane.removeTabAt(int)through queueselectPage(int index) Selects tab.selectPage(String title) Selects tab by tab title.selectPage(String title, boolean ce, boolean ccs) Deprecated.Use selectPage(String) or selectPage(String, StringComparator)selectPage(String title, Operator.StringComparator comparator) Selects tab.Selects tab.voidsetBackgroundAt(int i, Color color) MapsJTabbedPane.setBackgroundAt(int, Color)through queuevoidsetComponentAt(int i, Component component) MapsJTabbedPane.setComponentAt(int, Component)through queuevoidsetDisabledIconAt(int i, Icon icon) MapsJTabbedPane.setDisabledIconAt(int, Icon)through queuevoidsetEnabledAt(int i, boolean b) MapsJTabbedPane.setEnabledAt(int, boolean)through queuevoidsetForegroundAt(int i, Color color) MapsJTabbedPane.setForegroundAt(int, Color)through queuevoidMapsJTabbedPane.setIconAt(int, Icon)through queuevoidsetModel(SingleSelectionModel singleSelectionModel) MapsJTabbedPane.setModel(SingleSelectionModel)through queuevoid/////////////////////////////////////////////////////voidsetSelectedComponent(Component component) MapsJTabbedPane.setSelectedComponent(Component)through queuevoidsetSelectedIndex(int i) MapsJTabbedPane.setSelectedIndex(int)through queuevoidsetTabPlacement(int i) MapsJTabbedPane.setTabPlacement(int)through queuevoidsetTitleAt(int i, String string) MapsJTabbedPane.setTitleAt(int, String)through queuevoidsetUI(TabbedPaneUI tabbedPaneUI) MapsJTabbedPane.setUI(TabbedPaneUI)through queuestatic JTabbedPanewaitJTabbedPane(Container cont, String text, boolean ce, boolean ccs, int itemIndex) Waits JTabbedPane by tab title.static JTabbedPanewaitJTabbedPane(Container cont, String text, boolean ce, boolean ccs, int itemIndex, int index) Waits JTabbedPane by tab title.static JTabbedPanewaitJTabbedPane(Container cont, ComponentChooser chooser) Waits 0'th JTabbedPane in container.static JTabbedPanewaitJTabbedPane(Container cont, ComponentChooser chooser, int index) Waits JTabbedPane in container.intWait for a page to exist.intwaitPage(String title, Operator.StringComparator comparator) Wait for a page to exist.intWait for a page to exist.voidwaitSelected(int pageIndex) Waits for a page to be selected.voidwaitSelected(String pageTitle) Waits for a page to be selected.Methods inherited from class JComponentOperator
addAncestorListener, addVetoableChangeListener, computeVisibleRect, createToolTip, findJComponent, findJComponent, findJComponent, findJComponent, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAccessibleContext, getActionForKeyStroke, getAutoscrolls, getBorder, getCenterXForClick, getCenterYForClick, getClientProperty, getConditionForKeyStroke, getDebugGraphicsOptions, getInsets, getNextFocusableComponent, getRegisteredKeyStrokes, getRootPane, getTimeouts, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getUIClassID, getVisibleRect, getWindowContainerOperator, grabFocus, isFocusCycleRoot, isManagingFocus, isOptimizedDrawingEnabled, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paintImmediately, paintImmediately, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeVetoableChangeListener, repaint, requestDefaultFocus, resetKeyboardActions, revalidate, scrollRectToVisible, setAlignmentX, setAlignmentY, setAutoscrolls, setBorder, setDebugGraphicsOptions, setDoubleBuffered, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setTimeouts, setToolTipText, showToolTip, unregisterKeyboardAction, updateUI, waitJComponent, waitJComponent, waitJComponent, waitJComponent, waitToolTipMethods inherited from class ContainerOperator
add, add, add, add, add, addContainerListener, createSubOperator, createSubOperator, findComponentAt, findComponentAt, findContainer, findContainer, findContainer, findContainer, findContainerUnder, findContainerUnder, findSubComponent, findSubComponent, getComponent, getComponentCount, getComponents, getInsets, getLayout, isAncestorOf, paintComponents, printComponents, remove, remove, removeAll, removeContainerListener, setLayout, waitContainer, waitContainer, waitContainer, waitContainer, waitSubComponent, waitSubComponentMethods inherited from class ComponentOperator
activateWindow, add, addComponentListener, addFocusListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, checkImage, checkImage, clickForPopup, clickForPopup, clickForPopup, clickForPopup, clickMouse, clickMouse, clickMouse, clickMouse, clickMouse, clickMouse, clickMouse, contains, contains, createImage, createImage, dispatchEvent, doLayout, dragMouse, dragMouse, dragMouse, dragNDrop, dragNDrop, dragNDrop, enableInputMethods, enterMouse, exitMouse, findComponent, findComponent, getAlignmentX, getAlignmentY, getBackground, getBounds, getBounds, getCenterX, getCenterY, getColorModel, getComponentAt, getComponentAt, getComponentOrientation, getContainer, getContainers, getCursor, getDropTarget, getEventDispatcher, getFocus, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getInputContext, getInputMethodRequests, getLocale, getLocation, getLocation, getLocationOnScreen, getMaximumSize, getMinimumSize, getName, getParent, getPreferredSize, getSize, getSize, getSource, getToolkit, getTreeLock, getWidth, getWindow, getX, getY, hasFocus, imageUpdate, invalidate, isDisplayable, isDoubleBuffered, isEnabled, isFocusTraversable, isLightweight, isOpaque, isShowing, isValid, isVisible, list, list, list, list, list, makeComponentVisible, moveMouse, paint, paintAll, prepareImage, prepareImage, pressKey, pressKey, pressMouse, pressMouse, print, printAll, pushKey, pushKey, releaseKey, releaseKey, releaseMouse, releaseMouse, remove, removeComponentListener, removeFocusListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFont, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, transferFocus, typeKey, typeKey, typeKey, update, validate, waitComponent, waitComponent, waitComponent, waitComponent, waitComponentEnabled, waitComponentShowing, waitComponentVisible, waitHasFocus, wtComponentEnabledMethods inherited from class Operator
addOperatorPackage, addToDump, addToDump, createOperator, getCharBindingMap, getCharKey, getCharModifiers, getCharsKeys, getCharsKeys, getCharsModifiers, getCharsModifiers, getComparator, getDefaultComponentVisualizer, getDefaultMouseButton, getDefaultPathParser, getDefaultStringComparator, getDefaultVerification, getEnvironmentOperator, getParentPath, getParentPath, getPathParser, getPopupMouseButton, getProperties, getQueueTool, getVerification, getVisualizer, isCaptionEqual, isCaptionEqual, isCaptionEqual, lockQueue, parseString, parseString, printDump, produceNoBlocking, produceNoBlocking, produceTimeRestricted, produceTimeRestricted, runMapping, runMapping, runMapping, runMapping, runMapping, runMapping, runMapping, runMapping, runMapping, setCharBindingMap, setComparator, setDefaultComponentVisualizer, setDefaultPathParser, setDefaultStringComparator, setDefaultVerification, setPathParser, setProperties, setVerification, setVisualizer, toStringSource, unlockAndThrow, unlockQueue, waitState
-
Field Details
-
SELECTED_PAGE_DPROP
-
PAGE_PREFIX_DPROP
-
-
Constructor Details
-
JTabbedPaneOperator
-
JTabbedPaneOperator
Constructs a JTabbedPaneOperator object.- Parameters:
cont- a containerchooser- a component chooser specifying searching criteria.index- an index between appropriate ones.
-
JTabbedPaneOperator
Constructs a JTabbedPaneOperator object.- Parameters:
cont- a containerchooser- a component chooser specifying searching criteria.
-
JTabbedPaneOperator
Constructor. Waits component by tab title first. Uses cont's timeout and output for waiting and to init operator.- Parameters:
cont- a containertext- Tab title.tabIndex- a page index to check. if equal to -1, selected page is checked.index- Ordinal component index.- Throws:
TimeoutExpiredException- See Also:
-
JTabbedPaneOperator
Constructor. Waits component by activetab title first. Uses cont's timeout and output for waiting and to init operator.- Parameters:
cont- a containertext- Title of tab which is currently selected.index- Ordinal component index.- Throws:
TimeoutExpiredException- See Also:
-
JTabbedPaneOperator
Constructor. Waits component in container first. Uses cont's timeout and output for waiting and to init operator.- Parameters:
cont- a containertext- Title of tab which is currently selected.- Throws:
TimeoutExpiredException- See Also:
-
JTabbedPaneOperator
Constructor. Waits component in container first. Uses cont's timeout and output for waiting and to init operator.- Parameters:
cont- a containerindex- Ordinal component index.- Throws:
TimeoutExpiredException
-
JTabbedPaneOperator
Constructor. Waits component in container first. Uses cont's timeout and output for waiting and to init operator.- Parameters:
cont- a container- Throws:
TimeoutExpiredException
-
-
Method Details
-
findJTabbedPane
Searches JTabbedPane in container.- Parameters:
cont- Container to search component in.chooser- org.netbeans.jemmy.ComponentChooser implementation.index- Ordinal component index.- Returns:
- JTabbedPane instance or null if component was not found.
-
findJTabbedPane
Searches 0'th JTabbedPane in container.- Parameters:
cont- Container to search component in.chooser- org.netbeans.jemmy.ComponentChooser implementation.- Returns:
- JTabbedPane instance or null if component was not found.
-
findJTabbedPane
public static JTabbedPane findJTabbedPane(Container cont, String text, boolean ce, boolean ccs, int itemIndex, int index) Searches JTabbedPane by tab title.- Parameters:
cont- Container to search component in.text- Tooltip text. If null, contents is not checked.ce- Compare text exactly.ccs- Compare text case sensitively.itemIndex- Tab index. if -1 selected one is checked.index- Ordinal component index.- Returns:
- JTabbedPane instance or null if component was not found.
- See Also:
-
findJTabbedPane
public static JTabbedPane findJTabbedPane(Container cont, String text, boolean ce, boolean ccs, int itemIndex) Searches JTabbedPane by tab title.- Parameters:
cont- Container to search component in.text- Tooltip text. If null, contents is not checked.ce- Compare text exactly.ccs- Compare text case sensitively.itemIndex- Tab index. if -1 selected one is checked.- Returns:
- JTabbedPane instance or null if component was not found.
- See Also:
-
findJTabbedPaneUnder
Searches JTabbedPane object which component lies on.- Parameters:
comp- Component to find JTabbedPane under.chooser- org.netbeans.jemmy.ComponentChooser implementation.- Returns:
- JTabbedPane instance or null if component was not found.
-
findJTabbedPaneUnder
Searches JTabbedPane object which component lies on.- Parameters:
comp- Component to find JTabbedPane under.- Returns:
- JTabbedPane instance or null if component was not found.
-
waitJTabbedPane
Waits JTabbedPane in container.- Parameters:
cont- Container to search component in.chooser- org.netbeans.jemmy.ComponentChooser implementation.index- Ordinal component index.- Returns:
- JTabbedPane instance.
- Throws:
TimeoutExpiredException
-
waitJTabbedPane
Waits 0'th JTabbedPane in container.- Parameters:
cont- Container to search component in.chooser- org.netbeans.jemmy.ComponentChooser implementation.- Returns:
- JTabbedPane instance.
- Throws:
TimeoutExpiredException
-
waitJTabbedPane
public static JTabbedPane waitJTabbedPane(Container cont, String text, boolean ce, boolean ccs, int itemIndex, int index) Waits JTabbedPane by tab title.- Parameters:
cont- Container to search component in.text- Tooltip text. If null, contents is not checked.ce- Compare text exactly.ccs- Compare text case sensitively.itemIndex- Tab index. if -1 selected one is checked.index- Ordinal component index.- Returns:
- JTabbedPane instance.
- Throws:
TimeoutExpiredException- See Also:
-
waitJTabbedPane
public static JTabbedPane waitJTabbedPane(Container cont, String text, boolean ce, boolean ccs, int itemIndex) Waits JTabbedPane by tab title.- Parameters:
cont- Container to search component in.text- Tooltip text. If null, contents is not checked.ce- Compare text exactly.ccs- Compare text case sensitively.itemIndex- Tab index. if -1 selected one is checked.- Returns:
- JTabbedPane instance.
- Throws:
TimeoutExpiredException- See Also:
-
setOutput
Description copied from class:ComponentOperator/////////////////////////////////////////////////////- Specified by:
setOutputin interfaceOutputable- Overrides:
setOutputin classJComponentOperator- Parameters:
output- Identify the streams or writers used for print output.- See Also:
-
getOutput
Description copied from interface:OutputableReturns print output streams or writers.- Specified by:
getOutputin interfaceOutputable- Overrides:
getOutputin classJComponentOperator- Returns:
- an object that contains references to objects for printing to output and err streams.
- See Also:
-
copyEnvironment
Description copied from class:OperatorCopies all environment (output, timeouts, visualizer) from another operator.- Overrides:
copyEnvironmentin classComponentOperator- Parameters:
anotherOperator- an operator to copy the environment to.
-
findPage
Deprecated.Use findPage(String) or findPage(String, StringComparator)Searches tab index by tab title.- Parameters:
chooser- page searching criteria- Returns:
- a page index.
- See Also:
-
findPage
Deprecated.Use findPage(String) or findPage(String, StringComparator)Searches tab index by tab title.- Parameters:
title- a page title.comparator- a string comparision algorithm- Returns:
- a page index.
- See Also:
-
findPage
Deprecated.Use findPage(String) or findPage(String, StringComparator)Searches tab index by tab title. isCaptionEqual method is used to compare page title with match.- Parameters:
title- a page title.ce- Compare text exactly.ccs- Compare text case sensitively.- Returns:
- a page index.
- See Also:
-
findPage
Searches tab index by tab title. isCaptionEqual method is used to compare page title with match. Uses StringComparator assigned to this object.- Parameters:
title- a page title.- Returns:
- a page index.
-
selectPage
Selects tab.- Parameters:
index- a page ordinal index.- Returns:
- a root corresponding to the page.
-
selectPage
Selects tab.- Parameters:
chooser- page searching criteria- Returns:
- a root corresponding to the page.
-
selectPage
Selects tab.- Parameters:
title- a page title.comparator- a string comparision algorithm- Returns:
- a root corresponding to the page.
-
selectPage
Deprecated.Use selectPage(String) or selectPage(String, StringComparator)Selects tab by tab title.- Parameters:
title- a page title.ce- Compare text exactly.ccs- Compare text case sensitively.- Returns:
- a root corresponding to the page.
- See Also:
-
selectPage
-
waitPage
Wait for a page to exist.- Parameters:
chooser- page searching criteria- Returns:
- a page index.
-
waitPage
Wait for a page to exist.- Parameters:
title- a page title.comparator- a string comparision algorithm- Returns:
- a page index.
-
waitPage
Wait for a page to exist.- Parameters:
title- a page title.- Returns:
- a page index.
-
waitSelected
public void waitSelected(int pageIndex) Waits for a page to be selected.- Parameters:
pageIndex- an index of a page to be selected.
-
waitSelected
Waits for a page to be selected.- Parameters:
pageTitle- a title of a page to be selected.
-
getDump
Description copied from class:ComponentOperatorReturns information about component.- Overrides:
getDumpin classJComponentOperator- Returns:
- a Hashtable containing name-value pairs.
-
addChangeListener
MapsJTabbedPane.addChangeListener(ChangeListener)through queue -
addTab
-
addTab
-
addTab
-
getBackgroundAt
MapsJTabbedPane.getBackgroundAt(int)through queue -
getBoundsAt
MapsJTabbedPane.getBoundsAt(int)through queue -
getComponentAt
MapsJTabbedPane.getComponentAt(int)through queue -
getDisabledIconAt
MapsJTabbedPane.getDisabledIconAt(int)through queue -
getForegroundAt
MapsJTabbedPane.getForegroundAt(int)through queue -
getIconAt
MapsJTabbedPane.getIconAt(int)through queue -
getModel
MapsJTabbedPane.getModel()through queue -
getSelectedComponent
MapsJTabbedPane.getSelectedComponent()through queue -
getSelectedIndex
public int getSelectedIndex()MapsJTabbedPane.getSelectedIndex()through queue -
getTabCount
public int getTabCount()MapsJTabbedPane.getTabCount()through queue -
getTabPlacement
public int getTabPlacement()MapsJTabbedPane.getTabPlacement()through queue -
getTabRunCount
public int getTabRunCount()MapsJTabbedPane.getTabRunCount()through queue -
getTitleAt
MapsJTabbedPane.getTitleAt(int)through queue -
getUI
MapsJTabbedPane.getUI()through queue -
indexOfComponent
MapsJTabbedPane.indexOfComponent(Component)through queue -
indexOfTab
MapsJTabbedPane.indexOfTab(String)through queue -
indexOfTab
MapsJTabbedPane.indexOfTab(Icon)through queue -
insertTab
-
isEnabledAt
public boolean isEnabledAt(int i) MapsJTabbedPane.isEnabledAt(int)through queue -
removeChangeListener
MapsJTabbedPane.removeChangeListener(ChangeListener)through queue -
removeTabAt
public void removeTabAt(int i) MapsJTabbedPane.removeTabAt(int)through queue -
setBackgroundAt
MapsJTabbedPane.setBackgroundAt(int, Color)through queue -
setComponentAt
MapsJTabbedPane.setComponentAt(int, Component)through queue -
setDisabledIconAt
MapsJTabbedPane.setDisabledIconAt(int, Icon)through queue -
setEnabledAt
public void setEnabledAt(int i, boolean b) MapsJTabbedPane.setEnabledAt(int, boolean)through queue -
setForegroundAt
MapsJTabbedPane.setForegroundAt(int, Color)through queue -
setIconAt
MapsJTabbedPane.setIconAt(int, Icon)through queue -
setModel
MapsJTabbedPane.setModel(SingleSelectionModel)through queue -
setSelectedComponent
MapsJTabbedPane.setSelectedComponent(Component)through queue -
setSelectedIndex
public void setSelectedIndex(int i) MapsJTabbedPane.setSelectedIndex(int)through queue -
setTabPlacement
public void setTabPlacement(int i) MapsJTabbedPane.setTabPlacement(int)through queue -
setTitleAt
MapsJTabbedPane.setTitleAt(int, String)through queue -
setUI
MapsJTabbedPane.setUI(TabbedPaneUI)through queue
-