public class JInternalFrameOperator extends JComponentOperator implements Outputable, Timeoutable
Timeouts
,
JInternalFrameOperator.WrongInternalFrameStateException
Modifier and Type | Class and Description |
---|---|
static class |
JInternalFrameOperator.JDesktopIconOperator
Class to operate with javax.swing.JInternalFrame.JDesktopIconOperator component.
|
static class |
JInternalFrameOperator.JInternalFrameByTitleFinder
Allows to find component by title.
|
static class |
JInternalFrameOperator.JInternalFrameFinder
Checks component type.
|
class |
JInternalFrameOperator.WrongInternalFrameStateException
Exception can be throwht if as a result of an attempt to produce
operation for the frame in incorrect state.
|
JComponentOperator.JComponentByTipFinder, JComponentOperator.JComponentFinder
ContainerOperator.ContainerFinder
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
Modifier and Type | Field and Description |
---|---|
protected JButtonOperator |
closeOper
A close button.
|
static java.lang.String |
IS_RESIZABLE_DPROP
Identifier for a "resizable" property.
|
static java.lang.String |
IS_SELECTED_DPROP
Identifier for a "selected" property.
|
protected JButtonOperator |
maxOper
A maximizing button.
|
protected JButtonOperator |
minOper
A minimizing button.
|
static java.lang.String |
STATE_CLOSED_DPROP_VALUE
Identifier for a "closed" value of "state" property.
|
static java.lang.String |
STATE_DPROP
Identifier for a "state" property.
|
static java.lang.String |
STATE_ICONIFIED_DPROP_VALUE
Identifier for a "iconified" value of "state" property.
|
static java.lang.String |
STATE_MAXIMAZED_DPROP_VALUE
Identifier for a "maximized" value of "state" property.
|
static java.lang.String |
STATE_NORMAL_DPROP_VALUE
Identifier for a "normal" value of "state" property.
|
static java.lang.String |
TITLE_DPROP
Identifier for a "title" property.
|
protected ContainerOperator |
titleOperator
A title operator.
|
A11Y_DATA, A11Y_DESCRIPTION_DPROP, A11Y_NAME_DPROP, TOOLTIP_TEXT_DPROP
HEIGHT_DPROP, IS_SHOWING_DPROP, IS_VISIBLE_DPROP, NAME_DPROP, WIDTH_DPROP, X_DPROP, Y_DPROP
CLASS_DPROP, TO_STRING_DPROP
Constructor and Description |
---|
JInternalFrameOperator(ContainerOperator cont)
Constructor.
|
JInternalFrameOperator(ContainerOperator cont,
ComponentChooser chooser)
Constructs a JInternalFrameOperator object.
|
JInternalFrameOperator(ContainerOperator cont,
ComponentChooser chooser,
int index)
Constructs a JInternalFrameOperator object.
|
JInternalFrameOperator(ContainerOperator cont,
int index)
Constructor.
|
JInternalFrameOperator(ContainerOperator cont,
java.lang.String text)
Constructor.
|
JInternalFrameOperator(ContainerOperator cont,
java.lang.String text,
int index)
Constructor.
|
JInternalFrameOperator(javax.swing.JInternalFrame b)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
activate()
Activates frame.
|
void |
addInternalFrameListener(javax.swing.event.InternalFrameListener internalFrameListener)
Maps
JInternalFrame.addInternalFrameListener(InternalFrameListener) through queue |
void |
close()
Closes the frame.
|
void |
deiconify()
Deiconifies frame.
|
void |
demaximize()
Demaximizes frame.
|
void |
dispose()
Maps
JInternalFrame.dispose() through queue |
static javax.swing.JInternalFrame |
findJInternalFrame(java.awt.Container cont,
ComponentChooser chooser)
Searches JInternalframe in container.
|
static javax.swing.JInternalFrame |
findJInternalFrame(java.awt.Container cont,
ComponentChooser chooser,
int index)
Searches JInternalframe in container.
|
static javax.swing.JInternalFrame |
findJInternalFrame(java.awt.Container cont,
java.lang.String text,
boolean ce,
boolean ccs)
Searches JInternalframe by title.
|
static javax.swing.JInternalFrame |
findJInternalFrame(java.awt.Container cont,
java.lang.String text,
boolean ce,
boolean ccs,
int index)
Searches JInternalframe by title.
|
static javax.swing.JInternalFrame |
findJInternalFrameUnder(java.awt.Component comp)
Searches JInternalFrame object which component lies on.
|
static javax.swing.JInternalFrame |
findJInternalFrameUnder(java.awt.Component comp,
ComponentChooser chooser)
Searches JInternalFrame object which component lies on.
|
protected java.awt.Container |
findTitlePane()
Uses InternalframeDriver to get a title pane.
|
JButtonOperator |
getCloseButton()
Waits for a close button inside the title pane.
|
java.awt.Container |
getContentPane()
Maps
JInternalFrame.getContentPane() through queue |
int |
getDefaultCloseOperation()
Maps
JInternalFrame.getDefaultCloseOperation() through queue |
javax.swing.JInternalFrame.JDesktopIcon |
getDesktopIcon()
Maps
JInternalFrame.getDesktopIcon() through queue |
javax.swing.JDesktopPane |
getDesktopPane()
Maps
JInternalFrame.getDesktopPane() through queue |
java.util.Hashtable |
getDump()
Returns information about component.
|
javax.swing.Icon |
getFrameIcon()
Maps
JInternalFrame.getFrameIcon() through queue |
java.awt.Component |
getGlassPane()
Maps
JInternalFrame.getGlassPane() through queue |
JInternalFrameOperator.JDesktopIconOperator |
getIconOperator()
Creates an operator for an desktop icon.
|
javax.swing.JMenuBar |
getJMenuBar()
Maps
JInternalFrame.getJMenuBar() through queue |
int |
getLayer()
Maps
JInternalFrame.getLayer() through queue |
javax.swing.JLayeredPane |
getLayeredPane()
Maps
JInternalFrame.getLayeredPane() through queue |
JButtonOperator |
getMaximizeButton()
Waits for a maximize button inside the title pane.
|
JButtonOperator |
getMinimizeButton()
Waits for a minimize button inside the title pane.
|
TestOut |
getOutput()
Returns print output streams or writers.
|
Timeouts |
getTimeouts()
Return current timeouts.
|
java.lang.String |
getTitle()
Maps
JInternalFrame.getTitle() through queue |
ContainerOperator |
getTitleOperator()
Waits for the title pane.
|
javax.swing.plaf.InternalFrameUI |
getUI()
Maps
JInternalFrame.getUI() through queue |
java.lang.String |
getWarningString()
Maps
JInternalFrame.getWarningString() through queue |
void |
iconify()
Iconifies frame.
|
protected void |
initOperators()
Initiaites suboperators.
|
boolean |
isClosable()
Maps
JInternalFrame.isClosable() through queue |
boolean |
isClosed()
Maps
JInternalFrame.isClosed() through queue |
boolean |
isIcon()
Maps
JInternalFrame.isIcon() through queue |
boolean |
isIconifiable()
Maps
JInternalFrame.isIconifiable() through queue |
boolean |
isMaximizable()
Maps
JInternalFrame.isMaximizable() through queue |
boolean |
isMaximum()
Maps
JInternalFrame.isMaximum() through queue |
boolean |
isResizable()
Maps
JInternalFrame.isResizable() through queue |
boolean |
isSelected()
Maps
JInternalFrame.isSelected() through queue |
void |
maximize()
Maximizes frame.
|
void |
move(int x,
int y)
Moves frame to new location.
|
void |
moveToBack()
Maps
JInternalFrame.moveToBack() through queue |
void |
moveToFront()
Maps
JInternalFrame.moveToFront() through queue |
void |
pack()
Maps
JInternalFrame.pack() through queue |
void |
removeInternalFrameListener(javax.swing.event.InternalFrameListener internalFrameListener)
Maps
JInternalFrame.removeInternalFrameListener(InternalFrameListener) through queue |
void |
resize(int width,
int height)
Resizes frame.
|
void |
scrollToFrame()
Scrolls to internal frame.
|
void |
scrollToRectangle(int x,
int y,
int width,
int height)
Scrolls to internal frame's rectangle.
|
void |
scrollToRectangle(java.awt.Rectangle rect)
Scrolls to internal frame's rectangle.
|
void |
setClosable(boolean b)
Maps
JInternalFrame.setClosable(boolean) through queue |
void |
setClosed(boolean b)
Maps
JInternalFrame.setClosed(boolean) through queue |
void |
setContentPane(java.awt.Container container)
Maps
JInternalFrame.setContentPane(Container) through queue |
void |
setDefaultCloseOperation(int i)
Maps
JInternalFrame.setDefaultCloseOperation(int) through queue |
void |
setDesktopIcon(javax.swing.JInternalFrame.JDesktopIcon jDesktopIcon)
Maps
JInternalFrame.setDesktopIcon(JDesktopIcon) through queue |
void |
setFrameIcon(javax.swing.Icon icon)
Maps
JInternalFrame.setFrameIcon(Icon) through queue |
void |
setGlassPane(java.awt.Component component)
Maps
JInternalFrame.setGlassPane(Component) through queue |
void |
setIcon(boolean b)
Maps
JInternalFrame.setIcon(boolean) through queue |
void |
setIconifiable(boolean b)
Maps
JInternalFrame.setIconifiable(boolean) through queue |
void |
setJMenuBar(javax.swing.JMenuBar jMenuBar)
Maps
JInternalFrame.setJMenuBar(JMenuBar) through queue |
void |
setLayer(java.lang.Integer integer)
Maps
JInternalFrame.setLayer(Integer) through queue |
void |
setLayeredPane(javax.swing.JLayeredPane jLayeredPane)
Maps
JInternalFrame.setLayeredPane(JLayeredPane) through queue |
void |
setMaximizable(boolean b)
Maps
JInternalFrame.setMaximizable(boolean) through queue |
void |
setMaximum(boolean b)
Maps
JInternalFrame.setMaximum(boolean) through queue |
void |
setOutput(TestOut out)
Defines print output streams or writers.
|
void |
setResizable(boolean b)
Maps
JInternalFrame.setResizable(boolean) through queue |
void |
setSelected(boolean b)
Maps
JInternalFrame.setSelected(boolean) through queue |
void |
setTimeouts(Timeouts times)
Defines current timeouts.
|
void |
setTitle(java.lang.String string)
Maps
JInternalFrame.setTitle(String) through queue |
void |
setUI(javax.swing.plaf.InternalFrameUI internalFrameUI)
Maps
JInternalFrame.setUI(InternalFrameUI) through queue |
void |
toBack()
Maps
JInternalFrame.toBack() through queue |
void |
toFront()
Maps
JInternalFrame.toFront() through queue |
void |
waitIcon(boolean icon)
Waits for the frame to be iconified or deiconified.
|
static javax.swing.JInternalFrame |
waitJInternalFrame(java.awt.Container cont,
ComponentChooser chooser)
Waits JInternalframe in container.
|
static javax.swing.JInternalFrame |
waitJInternalFrame(java.awt.Container cont,
ComponentChooser chooser,
int index)
Waits JInternalframe in container.
|
static javax.swing.JInternalFrame |
waitJInternalFrame(java.awt.Container cont,
java.lang.String text,
boolean ce,
boolean ccs)
Waits JInternalframe by title.
|
static javax.swing.JInternalFrame |
waitJInternalFrame(java.awt.Container cont,
java.lang.String text,
boolean ce,
boolean ccs,
int index)
Waits JInternalframe by title.
|
void |
waitMaximum(boolean maximum)
Waits for the frame to be maximized or demaximized.
|
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, waitToolTip
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, waitSubComponent
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, wtComponentEnabled
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
public static final java.lang.String TITLE_DPROP
getDump()
,
Constant Field Valuespublic static final java.lang.String STATE_DPROP
getDump()
,
Constant Field Valuespublic static final java.lang.String STATE_NORMAL_DPROP_VALUE
getDump()
,
Constant Field Valuespublic static final java.lang.String STATE_CLOSED_DPROP_VALUE
getDump()
,
Constant Field Valuespublic static final java.lang.String STATE_ICONIFIED_DPROP_VALUE
getDump()
,
Constant Field Valuespublic static final java.lang.String STATE_MAXIMAZED_DPROP_VALUE
getDump()
,
Constant Field Valuespublic static final java.lang.String IS_RESIZABLE_DPROP
getDump()
,
Constant Field Valuespublic static final java.lang.String IS_SELECTED_DPROP
getDump()
,
Constant Field Valuesprotected JButtonOperator minOper
protected JButtonOperator maxOper
protected JButtonOperator closeOper
protected ContainerOperator titleOperator
public JInternalFrameOperator(javax.swing.JInternalFrame b)
b
- a componentpublic JInternalFrameOperator(ContainerOperator cont, ComponentChooser chooser, int index)
cont
- a containerchooser
- a component chooser specifying searching criteria.index
- an index between appropriate ones.public JInternalFrameOperator(ContainerOperator cont, ComponentChooser chooser)
cont
- a containerchooser
- a component chooser specifying searching criteria.public JInternalFrameOperator(ContainerOperator cont, java.lang.String text, int index)
cont
- a containertext
- Button text.index
- Ordinal component index.Operator.isCaptionEqual(String, String, boolean, boolean)
public JInternalFrameOperator(ContainerOperator cont, java.lang.String text)
cont
- a containertext
- Button text.Operator.isCaptionEqual(String, String, boolean, boolean)
public JInternalFrameOperator(ContainerOperator cont, int index)
cont
- a containerindex
- Ordinal component index.public JInternalFrameOperator(ContainerOperator cont)
cont
- a containerpublic static javax.swing.JInternalFrame findJInternalFrame(java.awt.Container cont, ComponentChooser chooser, int index)
cont
- Container to search component in.chooser
- a component chooser specifying searching criteria.index
- Ordinal component index.public static javax.swing.JInternalFrame findJInternalFrame(java.awt.Container cont, ComponentChooser chooser)
cont
- Container to search component in.chooser
- a component chooser specifying searching criteria.public static javax.swing.JInternalFrame findJInternalFrame(java.awt.Container cont, java.lang.String text, boolean ce, boolean ccs, int index)
cont
- Container to search component in.text
- Component text.ce
- Compare text exactly.ccs
- Compare text case sensitively.index
- Ordinal component index.Operator.isCaptionEqual(String, String, boolean, boolean)
public static javax.swing.JInternalFrame findJInternalFrame(java.awt.Container cont, java.lang.String text, boolean ce, boolean ccs)
cont
- Container to search component in.text
- Component text.ce
- Compare text exactly.ccs
- Compare text case sensitively.Operator.isCaptionEqual(String, String, boolean, boolean)
public static javax.swing.JInternalFrame findJInternalFrameUnder(java.awt.Component comp, ComponentChooser chooser)
comp
- Component to find JInternalFrame under.chooser
- org.netbeans.jemmy.ComponentChooser implementation.public static javax.swing.JInternalFrame findJInternalFrameUnder(java.awt.Component comp)
comp
- Component to find JInternalFrame under.public static javax.swing.JInternalFrame waitJInternalFrame(java.awt.Container cont, ComponentChooser chooser, int index)
cont
- Container to search component in.chooser
- a component chooser specifying searching criteria.index
- Ordinal component index.public static javax.swing.JInternalFrame waitJInternalFrame(java.awt.Container cont, ComponentChooser chooser)
cont
- Container to search component in.chooser
- a component chooser specifying searching criteria.public static javax.swing.JInternalFrame waitJInternalFrame(java.awt.Container cont, java.lang.String text, boolean ce, boolean ccs, int index)
cont
- Container to search component in.text
- Component text.ce
- Compare text exactly.ccs
- Compare text case sensitively.index
- Ordinal component index.Operator.isCaptionEqual(String, String, boolean, boolean)
public static javax.swing.JInternalFrame waitJInternalFrame(java.awt.Container cont, java.lang.String text, boolean ce, boolean ccs)
cont
- Container to search component in.text
- Component text.ce
- Compare text exactly.ccs
- Compare text case sensitively.Operator.isCaptionEqual(String, String, boolean, boolean)
public void setOutput(TestOut out)
Outputable
setOutput
in interface Outputable
setOutput
in class JComponentOperator
out
- Identify the streams or writers used for print output.Outputable.getOutput()
public TestOut getOutput()
Outputable
getOutput
in interface Outputable
getOutput
in class JComponentOperator
Outputable.setOutput(org.netbeans.jemmy.TestOut)
public void setTimeouts(Timeouts times)
Timeoutable
setTimeouts
in interface Timeoutable
setTimeouts
in class JComponentOperator
times
- A collection of timeout assignments.Timeoutable.getTimeouts()
public Timeouts getTimeouts()
Timeoutable
getTimeouts
in interface Timeoutable
getTimeouts
in class JComponentOperator
Timeoutable.setTimeouts(org.netbeans.jemmy.Timeouts)
public void iconify()
public void deiconify()
public void maximize()
public void demaximize()
public void move(int x, int y)
x
- X coordinate of a new frame location.y
- Y coordinate of a new frame location.JInternalFrameOperator.WrongInternalFrameStateException
public void resize(int width, int height)
width
- New frame width.height
- New frame height.JInternalFrameOperator.WrongInternalFrameStateException
public void activate()
public void close()
public void scrollToRectangle(int x, int y, int width, int height)
x
- Horizontal rectangle coordinatey
- Vertical rectangle coordinatewidth
- rectangle widthheight
- rectangle heightpublic void scrollToRectangle(java.awt.Rectangle rect)
rect
- a rectangle to scroll to.public void scrollToFrame()
public JButtonOperator getMinimizeButton()
public JButtonOperator getMaximizeButton()
public JButtonOperator getCloseButton()
public ContainerOperator getTitleOperator()
public JInternalFrameOperator.JDesktopIconOperator getIconOperator()
public void waitIcon(boolean icon)
icon
- whether the frame needs to be iconified.public void waitMaximum(boolean maximum)
maximum
- whether the frame needs to be maximized.public java.util.Hashtable getDump()
getDump
in class JComponentOperator
public void addInternalFrameListener(javax.swing.event.InternalFrameListener internalFrameListener)
JInternalFrame.addInternalFrameListener(InternalFrameListener)
through queuepublic void dispose()
JInternalFrame.dispose()
through queuepublic java.awt.Container getContentPane()
JInternalFrame.getContentPane()
through queuepublic int getDefaultCloseOperation()
JInternalFrame.getDefaultCloseOperation()
through queuepublic javax.swing.JInternalFrame.JDesktopIcon getDesktopIcon()
JInternalFrame.getDesktopIcon()
through queuepublic javax.swing.JDesktopPane getDesktopPane()
JInternalFrame.getDesktopPane()
through queuepublic javax.swing.Icon getFrameIcon()
JInternalFrame.getFrameIcon()
through queuepublic java.awt.Component getGlassPane()
JInternalFrame.getGlassPane()
through queuepublic javax.swing.JMenuBar getJMenuBar()
JInternalFrame.getJMenuBar()
through queuepublic int getLayer()
JInternalFrame.getLayer()
through queuepublic javax.swing.JLayeredPane getLayeredPane()
JInternalFrame.getLayeredPane()
through queuepublic java.lang.String getTitle()
JInternalFrame.getTitle()
through queuepublic javax.swing.plaf.InternalFrameUI getUI()
JInternalFrame.getUI()
through queuepublic java.lang.String getWarningString()
JInternalFrame.getWarningString()
through queuepublic boolean isClosable()
JInternalFrame.isClosable()
through queuepublic boolean isClosed()
JInternalFrame.isClosed()
through queuepublic boolean isIcon()
JInternalFrame.isIcon()
through queuepublic boolean isIconifiable()
JInternalFrame.isIconifiable()
through queuepublic boolean isMaximizable()
JInternalFrame.isMaximizable()
through queuepublic boolean isMaximum()
JInternalFrame.isMaximum()
through queuepublic boolean isResizable()
JInternalFrame.isResizable()
through queuepublic boolean isSelected()
JInternalFrame.isSelected()
through queuepublic void moveToBack()
JInternalFrame.moveToBack()
through queuepublic void moveToFront()
JInternalFrame.moveToFront()
through queuepublic void pack()
JInternalFrame.pack()
through queuepublic void removeInternalFrameListener(javax.swing.event.InternalFrameListener internalFrameListener)
JInternalFrame.removeInternalFrameListener(InternalFrameListener)
through queuepublic void setClosable(boolean b)
JInternalFrame.setClosable(boolean)
through queuepublic void setClosed(boolean b)
JInternalFrame.setClosed(boolean)
through queuepublic void setContentPane(java.awt.Container container)
JInternalFrame.setContentPane(Container)
through queuepublic void setDefaultCloseOperation(int i)
JInternalFrame.setDefaultCloseOperation(int)
through queuepublic void setDesktopIcon(javax.swing.JInternalFrame.JDesktopIcon jDesktopIcon)
JInternalFrame.setDesktopIcon(JDesktopIcon)
through queuepublic void setFrameIcon(javax.swing.Icon icon)
JInternalFrame.setFrameIcon(Icon)
through queuepublic void setGlassPane(java.awt.Component component)
JInternalFrame.setGlassPane(Component)
through queuepublic void setIcon(boolean b)
JInternalFrame.setIcon(boolean)
through queuepublic void setIconifiable(boolean b)
JInternalFrame.setIconifiable(boolean)
through queuepublic void setJMenuBar(javax.swing.JMenuBar jMenuBar)
JInternalFrame.setJMenuBar(JMenuBar)
through queuepublic void setLayer(java.lang.Integer integer)
JInternalFrame.setLayer(Integer)
through queuepublic void setLayeredPane(javax.swing.JLayeredPane jLayeredPane)
JInternalFrame.setLayeredPane(JLayeredPane)
through queuepublic void setMaximizable(boolean b)
JInternalFrame.setMaximizable(boolean)
through queuepublic void setMaximum(boolean b)
JInternalFrame.setMaximum(boolean)
through queuepublic void setResizable(boolean b)
JInternalFrame.setResizable(boolean)
through queuepublic void setSelected(boolean b)
JInternalFrame.setSelected(boolean)
through queuepublic void setTitle(java.lang.String string)
JInternalFrame.setTitle(String)
through queuepublic void setUI(javax.swing.plaf.InternalFrameUI internalFrameUI)
JInternalFrame.setUI(InternalFrameUI)
through queuepublic void toBack()
JInternalFrame.toBack()
through queuepublic void toFront()
JInternalFrame.toFront()
through queueprotected java.awt.Container findTitlePane()
protected void initOperators()