A javax.swing.JInternalFrame is returned, unless the user passes in a subclass of JInternalFrame as the value argument, in which case the value argument is returned.
Attributes
Declared in javax.swing.JInternalFrame
JMenuBar <JMenuBar> The menu bar for accessing pulldown menus from this internal frame.
UI <InternalFrameUI> The UI object that implements the Component's LookAndFeel.
closable <boolean> Indicates whether this internal frame can be closed.
closed <boolean> Indicates whether this internal frame has been closed.
contentPane <Container> The client area of the internal frame where child components are normally inserted.
desktopIcon <JDesktopIcon> The icon shown when this internal frame is minimized.
frameIcon <Icon> The icon shown in the top-left corner of this internal frame.
glassPane <Component> A transparent pane used for menu rendering.
icon <boolean> The image displayed when this internal frame is minimized.
iconifiable <boolean> Determines whether this internal frame can be iconified.
layer <int> Specifies what desktop layer is used.
layeredPane <JLayeredPane> The pane which holds the various desktop layers.
maximizable <boolean> Determines whether this internal frame can be maximized.
maximum <boolean> Indicates whether this internal frame is maximized.
resizable <boolean> Determines whether this internal frame can be resized by the user.
selected <boolean> Indicates whether this internal frame is currently the active frame.
title <String> The text displayed in the title bar.
defaultCloseOperation <int>
desktopPane <JDesktopPane>
focusCycleRootAncestor <Container>
focusOwner <boolean>
menuBar <JMenuBar>
mostRecentFocusOwner <Component>
normalBounds <Rectangle>
warningString <String>
Declared in javax.swing.JComponent
autoscrolls <boolean> Determines if this component automatically scrolls its contents when dragged.
border <Border> The component's border.
componentPopupMenu <JPopupMenu> Popup to show
debugGraphicsOptions <int> Diagnostic options for graphics operations.
inheritsPopupMenu <boolean> Whether or not the JPopupMenu is inherited
inputVerifier <InputVerifier> The component's input verifier.
opaque <boolean> The component's opacity
toolTipText <String> The text to display in a tool tip.
transferHandler <TransferHandler> Mechanism for transfer of data to and from the component
verifyInputWhenFocusTarget <boolean> Whether the Component verifies input before accepting focus.
UIClassID <String>
accessibleContext <AccessibleContext>
actionMap <ActionMap>
doubleBuffered <boolean>
graphics <Graphics>
height <int>
managingFocus <boolean>
nextFocusableComponent <Component>
optimizedDrawingEnabled <boolean>
paintingTile <boolean>
registeredKeyStrokes <KeyStroke[]>
requestFocusEnabled <boolean>
rootPane <JRootPane>
topLevelAncestor <Container>
validateRoot <boolean>
visibleRect <Rectangle>
width <int>
x <int>
y <int>
Declared in java.awt.Container
alignmentX <float>
alignmentY <float>
componentCount <int>
components <Component[]>
focusCycleRoot <boolean>
focusTraversalPolicy <FocusTraversalPolicy>
focusTraversalPolicyProvider <boolean>
focusTraversalPolicySet <boolean>
insets <Insets>
layout <LayoutManager>
maximumSize <Dimension>
minimumSize <Dimension>
preferredSize <Dimension>
Declared in java.awt.Component
background <Color>
enabled <boolean>
focusable <boolean>
font <Font>
foreground <Color>
name <String>
visible <boolean>
Events
Declared in javax.swing.JInternalFrame
internalFrameActivated (InternalFrameEvent) - part of InternalFrameListener
internalFrameClosed (InternalFrameEvent) - part of InternalFrameListener
internalFrameClosing (InternalFrameEvent) - part of InternalFrameListener
internalFrameDeactivated (InternalFrameEvent) - part of InternalFrameListener
internalFrameDeiconified (InternalFrameEvent) - part of InternalFrameListener
internalFrameIconified (InternalFrameEvent) - part of InternalFrameListener
internalFrameOpened (InternalFrameEvent) - part of InternalFrameListener
Declared in javax.swing.JComponent
vetoableChange (PropertyChangeEvent) - part of VetoableChangeListener
ancestorMoved (AncestorEvent) - part of AncestorListener
ancestorAdded (AncestorEvent) - part of AncestorListener
ancestorRemoved (AncestorEvent) - part of AncestorListener
Declared in java.awt.Container
componentAdded (ContainerEvent) - part of ContainerListener
componentRemoved (ContainerEvent) - part of ContainerListener
Declared in java.awt.Component
keyPressed (KeyEvent) - part of KeyListener
keyReleased (KeyEvent) - part of KeyListener
keyTyped (KeyEvent) - part of KeyListener
componentHidden (ComponentEvent) - part of ComponentListener
componentMoved (ComponentEvent) - part of ComponentListener
componentResized (ComponentEvent) - part of ComponentListener
componentShown (ComponentEvent) - part of ComponentListener
hierarchyChanged (HierarchyEvent) - part of HierarchyListener
mouseClicked (MouseEvent) - part of MouseListener
mouseEntered (MouseEvent) - part of MouseListener
mouseExited (MouseEvent) - part of MouseListener
mousePressed (MouseEvent) - part of MouseListener
mouseReleased (MouseEvent) - part of MouseListener
mouseDragged (MouseEvent) - part of MouseMotionListener
mouseMoved (MouseEvent) - part of MouseMotionListener
propertyChange (PropertyChangeEvent) - part of PropertyChangeListener
ancestorMoved (HierarchyEvent) - part of HierarchyBoundsListener
ancestorResized (HierarchyEvent) - part of HierarchyBoundsListener
focusGained (FocusEvent) - part of FocusListener
focusLost (FocusEvent) - part of FocusListener
mouseWheelMoved (MouseWheelEvent) - part of MouseWheelListener
caretPositionChanged (InputMethodEvent) - part of InputMethodListener
inputMethodTextChanged (InputMethodEvent) - part of InputMethodListener
Results of your search request can come from various sources: the Groovy website itself,
the JIRA issues, the API documentation, as well as a few other interesting Groovy-related blogs.
By
- pages
- views
- last modified
The Groovy programming language is supported by Pivotal and the Groovy Community