Class JInternalFrameOperator
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.JInternalFrameOperator
- All Implemented Interfaces:
Outputable, Timeoutable
Class provides necessary functionality to operate with javax.swing.JInternalFrame component.
Some methods can throw WrongInternalFrameStateException exception.
Timeouts used:
ComponentOperator.WaitComponentTimeout - time to wait component displayed
ComponentOperator.MouseClickTimeout - time between mouse pressing and releasing
AbstractButtonOperator.PushButtonTimeout - time between button pressing and releasing
JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling
.
Timeouts used:
ComponentOperator.WaitComponentTimeout - time to wait component displayed
ComponentOperator.MouseClickTimeout - time between mouse pressing and releasing
AbstractButtonOperator.PushButtonTimeout - time between button pressing and releasing
JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling
.
- Author:
- Alexandre Iline (alexandre.iline@sun.com)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClass to operate with javax.swing.JInternalFrame.JDesktopIconOperator component.static classAllows to find component by title.static classChecks component type.classException can be throwht if as a result of an attempt to produce operation for the frame in incorrect state.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 TypeFieldDescriptionprotected JButtonOperatorA close button.static final StringIdentifier for a "resizable" property.static final StringIdentifier for a "selected" property.protected JButtonOperatorA maximizing button.protected JButtonOperatorA minimizing button.static final StringIdentifier for a "closed" value of "state" property.static final StringIdentifier for a "state" property.static final StringIdentifier for a "iconified" value of "state" property.static final StringIdentifier for a "maximized" value of "state" property.static final StringIdentifier for a "normal" value of "state" property.static final StringIdentifier for a "title" property.protected ContainerOperatorA title operator.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.JInternalFrameOperator(ContainerOperator cont, int index) Constructor.JInternalFrameOperator(ContainerOperator cont, String text) Constructor.JInternalFrameOperator(ContainerOperator cont, String text, int index) Constructor.JInternalFrameOperator(ContainerOperator cont, ComponentChooser chooser) Constructs a JInternalFrameOperator object.JInternalFrameOperator(ContainerOperator cont, ComponentChooser chooser, int index) Constructs a JInternalFrameOperator object. -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate()Activates frame.voidaddInternalFrameListener(InternalFrameListener internalFrameListener) MapsJInternalFrame.addInternalFrameListener(InternalFrameListener)through queuevoidclose()Closes the frame.voidDeiconifies frame.voidDemaximizes frame.voiddispose()MapsJInternalFrame.dispose()through queuestatic JInternalFramefindJInternalFrame(Container cont, String text, boolean ce, boolean ccs) Searches JInternalframe by title.static JInternalFramefindJInternalFrame(Container cont, String text, boolean ce, boolean ccs, int index) Searches JInternalframe by title.static JInternalFramefindJInternalFrame(Container cont, ComponentChooser chooser) Searches JInternalframe in container.static JInternalFramefindJInternalFrame(Container cont, ComponentChooser chooser, int index) Searches JInternalframe in container.static JInternalFrameSearches JInternalFrame object which component lies on.static JInternalFramefindJInternalFrameUnder(Component comp, ComponentChooser chooser) Searches JInternalFrame object which component lies on.protected ContainerUses InternalframeDriver to get a title pane.Waits for a close button inside the title pane.MapsJInternalFrame.getContentPane()through queueintMapsJInternalFrame.getDefaultCloseOperation()through queueMapsJInternalFrame.getDesktopIcon()through queueMapsJInternalFrame.getDesktopPane()through queuegetDump()Returns information about component.MapsJInternalFrame.getFrameIcon()through queueMapsJInternalFrame.getGlassPane()through queueCreates an operator for an desktop icon.MapsJInternalFrame.getJMenuBar()through queueintgetLayer()MapsJInternalFrame.getLayer()through queueMapsJInternalFrame.getLayeredPane()through queueWaits for a maximize button inside the title pane.Waits for a minimize button inside the title pane.Returns print output streams or writers.Return current timeouts.getTitle()MapsJInternalFrame.getTitle()through queueWaits for the title pane.getUI()MapsJInternalFrame.getUI()through queueMapsJInternalFrame.getWarningString()through queuevoidiconify()Iconifies frame.protected voidInitiaites suboperators.booleanMapsJInternalFrame.isClosable()through queuebooleanisClosed()MapsJInternalFrame.isClosed()through queuebooleanisIcon()MapsJInternalFrame.isIcon()through queuebooleanMapsJInternalFrame.isIconifiable()through queuebooleanMapsJInternalFrame.isMaximizable()through queuebooleanMapsJInternalFrame.isMaximum()through queuebooleanMapsJInternalFrame.isResizable()through queuebooleanMapsJInternalFrame.isSelected()through queuevoidmaximize()Maximizes frame.voidmove(int x, int y) Moves frame to new location.voidMapsJInternalFrame.moveToBack()through queuevoidMapsJInternalFrame.moveToFront()through queuevoidpack()MapsJInternalFrame.pack()through queuevoidremoveInternalFrameListener(InternalFrameListener internalFrameListener) MapsJInternalFrame.removeInternalFrameListener(InternalFrameListener)through queuevoidresize(int width, int height) Resizes frame.voidScrolls to internal frame.voidscrollToRectangle(int x, int y, int width, int height) Scrolls to internal frame's rectangle.voidscrollToRectangle(Rectangle rect) Scrolls to internal frame's rectangle.voidsetClosable(boolean b) MapsJInternalFrame.setClosable(boolean)through queuevoidsetClosed(boolean b) MapsJInternalFrame.setClosed(boolean)through queuevoidsetContentPane(Container container) MapsJInternalFrame.setContentPane(Container)through queuevoidsetDefaultCloseOperation(int i) MapsJInternalFrame.setDefaultCloseOperation(int)through queuevoidsetDesktopIcon(JInternalFrame.JDesktopIcon jDesktopIcon) MapsJInternalFrame.setDesktopIcon(JDesktopIcon)through queuevoidsetFrameIcon(Icon icon) MapsJInternalFrame.setFrameIcon(Icon)through queuevoidsetGlassPane(Component component) MapsJInternalFrame.setGlassPane(Component)through queuevoidsetIcon(boolean b) MapsJInternalFrame.setIcon(boolean)through queuevoidsetIconifiable(boolean b) MapsJInternalFrame.setIconifiable(boolean)through queuevoidsetJMenuBar(JMenuBar jMenuBar) MapsJInternalFrame.setJMenuBar(JMenuBar)through queuevoidMapsJInternalFrame.setLayer(Integer)through queuevoidsetLayeredPane(JLayeredPane jLayeredPane) MapsJInternalFrame.setLayeredPane(JLayeredPane)through queuevoidsetMaximizable(boolean b) MapsJInternalFrame.setMaximizable(boolean)through queuevoidsetMaximum(boolean b) MapsJInternalFrame.setMaximum(boolean)through queuevoid/////////////////////////////////////////////////////voidsetResizable(boolean b) MapsJInternalFrame.setResizable(boolean)through queuevoidsetSelected(boolean b) MapsJInternalFrame.setSelected(boolean)through queuevoidsetTimeouts(Timeouts times) Defines current timeouts.voidMapsJInternalFrame.setTitle(String)through queuevoidsetUI(InternalFrameUI internalFrameUI) MapsJInternalFrame.setUI(InternalFrameUI)through queuevoidtoBack()MapsJInternalFrame.toBack()through queuevoidtoFront()MapsJInternalFrame.toFront()through queuevoidwaitIcon(boolean icon) Waits for the frame to be iconified or deiconified.static JInternalFramewaitJInternalFrame(Container cont, String text, boolean ce, boolean ccs) Waits JInternalframe by title.static JInternalFramewaitJInternalFrame(Container cont, String text, boolean ce, boolean ccs, int index) Waits JInternalframe by title.static JInternalFramewaitJInternalFrame(Container cont, ComponentChooser chooser) Waits JInternalframe in container.static JInternalFramewaitJInternalFrame(Container cont, ComponentChooser chooser, int index) Waits JInternalframe in container.voidwaitMaximum(boolean maximum) Waits for the frame to be maximized or demaximized.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, 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, 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, copyEnvironment, 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
-
TITLE_DPROP
-
STATE_DPROP
-
STATE_NORMAL_DPROP_VALUE
Identifier for a "normal" value of "state" property.- See Also:
-
STATE_CLOSED_DPROP_VALUE
Identifier for a "closed" value of "state" property.- See Also:
-
STATE_ICONIFIED_DPROP_VALUE
Identifier for a "iconified" value of "state" property.- See Also:
-
STATE_MAXIMAZED_DPROP_VALUE
Identifier for a "maximized" value of "state" property.- See Also:
-
IS_RESIZABLE_DPROP
-
IS_SELECTED_DPROP
-
minOper
A minimizing button. -
maxOper
A maximizing button. -
closeOper
A close button. -
titleOperator
A title operator.
-
-
Constructor Details
-
JInternalFrameOperator
-
JInternalFrameOperator
Constructs a JInternalFrameOperator object.- Parameters:
cont- a containerchooser- a component chooser specifying searching criteria.index- an index between appropriate ones.
-
JInternalFrameOperator
Constructs a JInternalFrameOperator object.- Parameters:
cont- a containerchooser- a component chooser specifying searching criteria.
-
JInternalFrameOperator
Constructor. Waits component in container first. Uses cont's timeout and output for waiting and to init operator.- Parameters:
cont- a containertext- Button text.index- Ordinal component index.- See Also:
-
JInternalFrameOperator
Constructor. Waits component in container first. Uses cont's timeout and output for waiting and to init operator.- Parameters:
cont- a containertext- Button text.- See Also:
-
JInternalFrameOperator
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.
-
JInternalFrameOperator
Constructor. Waits component in container first. Uses cont's timeout and output for waiting and to init operator.- Parameters:
cont- a container
-
-
Method Details
-
findJInternalFrame
public static JInternalFrame findJInternalFrame(Container cont, ComponentChooser chooser, int index) Searches JInternalframe in container.- Parameters:
cont- Container to search component in.chooser- a component chooser specifying searching criteria.index- Ordinal component index.- Returns:
- JInternalframe instance or null if component was not found.
-
findJInternalFrame
Searches JInternalframe in container.- Parameters:
cont- Container to search component in.chooser- a component chooser specifying searching criteria.- Returns:
- JInternalframe instance or null if component was not found.
-
findJInternalFrame
public static JInternalFrame findJInternalFrame(Container cont, String text, boolean ce, boolean ccs, int index) Searches JInternalframe by title.- Parameters:
cont- Container to search component in.text- Component text.ce- Compare text exactly.ccs- Compare text case sensitively.index- Ordinal component index.- Returns:
- JInternalframe instance or null if component was not found.
- See Also:
-
findJInternalFrame
public static JInternalFrame findJInternalFrame(Container cont, String text, boolean ce, boolean ccs) Searches JInternalframe by title.- Parameters:
cont- Container to search component in.text- Component text.ce- Compare text exactly.ccs- Compare text case sensitively.- Returns:
- JInternalframe instance or null if component was not found.
- See Also:
-
findJInternalFrameUnder
Searches JInternalFrame object which component lies on.- Parameters:
comp- Component to find JInternalFrame under.chooser- org.netbeans.jemmy.ComponentChooser implementation.- Returns:
- JInternalFrame instance or null if component was not found.
-
findJInternalFrameUnder
Searches JInternalFrame object which component lies on.- Parameters:
comp- Component to find JInternalFrame under.- Returns:
- JInternalFrame instance or null if component was not found.
-
waitJInternalFrame
public static JInternalFrame waitJInternalFrame(Container cont, ComponentChooser chooser, int index) Waits JInternalframe in container.- Parameters:
cont- Container to search component in.chooser- a component chooser specifying searching criteria.index- Ordinal component index.- Returns:
- JInternalframe instance.
-
waitJInternalFrame
Waits JInternalframe in container.- Parameters:
cont- Container to search component in.chooser- a component chooser specifying searching criteria.- Returns:
- JInternalframe instance.
-
waitJInternalFrame
public static JInternalFrame waitJInternalFrame(Container cont, String text, boolean ce, boolean ccs, int index) Waits JInternalframe by title.- Parameters:
cont- Container to search component in.text- Component text.ce- Compare text exactly.ccs- Compare text case sensitively.index- Ordinal component index.- Returns:
- JInternalframe instance.
- See Also:
-
waitJInternalFrame
public static JInternalFrame waitJInternalFrame(Container cont, String text, boolean ce, boolean ccs) Waits JInternalframe by title.- Parameters:
cont- Container to search component in.text- Component text.ce- Compare text exactly.ccs- Compare text case sensitively.- Returns:
- JInternalframe instance.
- See Also:
-
setOutput
Description copied from class:ComponentOperator/////////////////////////////////////////////////////- Specified by:
setOutputin interfaceOutputable- Overrides:
setOutputin classJComponentOperator- Parameters:
out- 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:
-
setTimeouts
Description copied from interface:TimeoutableDefines current timeouts.- Specified by:
setTimeoutsin interfaceTimeoutable- Overrides:
setTimeoutsin classJComponentOperator- Parameters:
times- A collection of timeout assignments.- See Also:
-
getTimeouts
Description copied from interface:TimeoutableReturn current timeouts.- Specified by:
getTimeoutsin interfaceTimeoutable- Overrides:
getTimeoutsin classJComponentOperator- Returns:
- the collection of current timeout assignments.
- See Also:
-
iconify
public void iconify()Iconifies frame. Note: frame should not be iconified and should be iconifiable. -
deiconify
public void deiconify()Deiconifies frame. Note: frame should be iconified. -
maximize
public void maximize()Maximizes frame. Note: frame should not be iconified. -
demaximize
public void demaximize()Demaximizes frame. Note: frame should not be iconified. -
move
public void move(int x, int y) Moves frame to new location. Note: frame should not be iconified.- Parameters:
x- X coordinate of a new frame location.y- Y coordinate of a new frame location.- Throws:
JInternalFrameOperator.WrongInternalFrameStateException
-
resize
public void resize(int width, int height) Resizes frame. Note: frame should not be iconified.- Parameters:
width- New frame width.height- New frame height.- Throws:
JInternalFrameOperator.WrongInternalFrameStateException
-
activate
public void activate()Activates frame. Note: frame should not be iconified. -
close
public void close()Closes the frame. -
scrollToRectangle
public void scrollToRectangle(int x, int y, int width, int height) Scrolls to internal frame's rectangle.- Parameters:
x- Horizontal rectangle coordinatey- Vertical rectangle coordinatewidth- rectangle widthheight- rectangle height
-
scrollToRectangle
Scrolls to internal frame's rectangle.- Parameters:
rect- a rectangle to scroll to.
-
scrollToFrame
public void scrollToFrame()Scrolls to internal frame. -
getMinimizeButton
Waits for a minimize button inside the title pane.- Returns:
- a button operator
-
getMaximizeButton
Waits for a maximize button inside the title pane.- Returns:
- a button operator
-
getCloseButton
Waits for a close button inside the title pane.- Returns:
- a button operator
-
getTitleOperator
-
getIconOperator
Creates an operator for an desktop icon.- Returns:
- an icon operator.
-
waitIcon
public void waitIcon(boolean icon) Waits for the frame to be iconified or deiconified.- Parameters:
icon- whether the frame needs to be iconified.
-
waitMaximum
public void waitMaximum(boolean maximum) Waits for the frame to be maximized or demaximized.- Parameters:
maximum- whether the frame needs to be maximized.
-
getDump
Returns information about component.- Overrides:
getDumpin classJComponentOperator- Returns:
- a Hashtable containing name-value pairs.
-
addInternalFrameListener
MapsJInternalFrame.addInternalFrameListener(InternalFrameListener)through queue -
dispose
public void dispose()MapsJInternalFrame.dispose()through queue -
getContentPane
MapsJInternalFrame.getContentPane()through queue -
getDefaultCloseOperation
public int getDefaultCloseOperation()MapsJInternalFrame.getDefaultCloseOperation()through queue -
getDesktopIcon
MapsJInternalFrame.getDesktopIcon()through queue -
getDesktopPane
MapsJInternalFrame.getDesktopPane()through queue -
getFrameIcon
MapsJInternalFrame.getFrameIcon()through queue -
getGlassPane
MapsJInternalFrame.getGlassPane()through queue -
getJMenuBar
MapsJInternalFrame.getJMenuBar()through queue -
getLayer
public int getLayer()MapsJInternalFrame.getLayer()through queue -
getLayeredPane
MapsJInternalFrame.getLayeredPane()through queue -
getTitle
MapsJInternalFrame.getTitle()through queue -
getUI
MapsJInternalFrame.getUI()through queue -
getWarningString
MapsJInternalFrame.getWarningString()through queue -
isClosable
public boolean isClosable()MapsJInternalFrame.isClosable()through queue -
isClosed
public boolean isClosed()MapsJInternalFrame.isClosed()through queue -
isIcon
public boolean isIcon()MapsJInternalFrame.isIcon()through queue -
isIconifiable
public boolean isIconifiable()MapsJInternalFrame.isIconifiable()through queue -
isMaximizable
public boolean isMaximizable()MapsJInternalFrame.isMaximizable()through queue -
isMaximum
public boolean isMaximum()MapsJInternalFrame.isMaximum()through queue -
isResizable
public boolean isResizable()MapsJInternalFrame.isResizable()through queue -
isSelected
public boolean isSelected()MapsJInternalFrame.isSelected()through queue -
moveToBack
public void moveToBack()MapsJInternalFrame.moveToBack()through queue -
moveToFront
public void moveToFront()MapsJInternalFrame.moveToFront()through queue -
pack
public void pack()MapsJInternalFrame.pack()through queue -
removeInternalFrameListener
MapsJInternalFrame.removeInternalFrameListener(InternalFrameListener)through queue -
setClosable
public void setClosable(boolean b) MapsJInternalFrame.setClosable(boolean)through queue -
setClosed
public void setClosed(boolean b) MapsJInternalFrame.setClosed(boolean)through queue -
setContentPane
MapsJInternalFrame.setContentPane(Container)through queue -
setDefaultCloseOperation
public void setDefaultCloseOperation(int i) MapsJInternalFrame.setDefaultCloseOperation(int)through queue -
setDesktopIcon
MapsJInternalFrame.setDesktopIcon(JDesktopIcon)through queue -
setFrameIcon
MapsJInternalFrame.setFrameIcon(Icon)through queue -
setGlassPane
MapsJInternalFrame.setGlassPane(Component)through queue -
setIcon
public void setIcon(boolean b) MapsJInternalFrame.setIcon(boolean)through queue -
setIconifiable
public void setIconifiable(boolean b) MapsJInternalFrame.setIconifiable(boolean)through queue -
setJMenuBar
MapsJInternalFrame.setJMenuBar(JMenuBar)through queue -
setLayer
MapsJInternalFrame.setLayer(Integer)through queue -
setLayeredPane
MapsJInternalFrame.setLayeredPane(JLayeredPane)through queue -
setMaximizable
public void setMaximizable(boolean b) MapsJInternalFrame.setMaximizable(boolean)through queue -
setMaximum
public void setMaximum(boolean b) MapsJInternalFrame.setMaximum(boolean)through queue -
setResizable
public void setResizable(boolean b) MapsJInternalFrame.setResizable(boolean)through queue -
setSelected
public void setSelected(boolean b) MapsJInternalFrame.setSelected(boolean)through queue -
setTitle
MapsJInternalFrame.setTitle(String)through queue -
setUI
MapsJInternalFrame.setUI(InternalFrameUI)through queue -
toBack
public void toBack()MapsJInternalFrame.toBack()through queue -
toFront
public void toFront()MapsJInternalFrame.toFront()through queue -
findTitlePane
Uses InternalframeDriver to get a title pane.- Returns:
- a title pane.
-
initOperators
protected void initOperators()Initiaites suboperators.
-