GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type javax.swing.JInternalFrame | |
Creates a new JInternalFrameEvent instance.
|
Methods with return type javax.swing.JInternalFrame | |
JInternalFrame | Returns the JInternalFrame component that is the source for
this event.
|
Constructors with parameter type javax.swing.JInternalFrame | |
Creates a new JDesktopIcon object for representing the given frame.
|
Methods with parameter type javax.swing.JInternalFrame | |
void | This method activates the JInternalFrame by moving it to the front and
selecting it.
|
void | This method should give focus to the JInternalFrame and its default focus
owner.
|
void | This method removes the JInternalFrame and JDesktopIcon (if one is
present) from their parents.
|
void | This method should remove the JInternalFrame from its parent.
|
void | This method is called when the JInternalFrame loses focus.
|
void | This method should be called when the JInternalFrame gets deselected and
subsequently loses focus.
|
void | This method removes the JInternalFrame's JDesktopIcon representation and
adds the JInternalFrame back to its parent.
|
void | This method should remove the JDesktopIcon from its parent and replace it
with the JInternalFrame that the JDesktopIcon represents.
|
Rectangle | This method is called by iconifyFrame to determine the bounds of the
JDesktopIcon for the given JInternalFrame.
|
Component | |
Rectangle | This method returns the normal bounds of the JInternalFrame from before
the maximize call.
|
void | This method removes the JInternalFrame from its parent and adds its
JDesktopIcon representation.
|
void | This method should remove the JInternalFrame from its parent and replace
it with a JDesktopIcon.
|
void | This method resizes the JInternalFrame to match its parent's bounds.
|
void | This method should maximize the JInternalFrame to match its parent's
bounds.
|
void | This method restores the JInternalFrame's bounds to what they were
previous to the setMaximize call.
|
void | This method should restore the JInternalFrame to its normal bounds.
|
void | This method is not normally called since the user will typically add the
JInternalFrame to a Container. |
void | This method will cause the JInternalFrame to be displayed in the set
location. |
void | This is a helper method that removes the JDesktopIcon of the given
JInternalFrame from the parent.
|
void | This method sets the JInternalFrame that this JDesktopIcon represents.
|
void | This method sets the bounds of the JInternalFrame right before the
maximizeFrame call.
|
void | This method sets the selected frame in the JDesktopPane.
|
void | This method sets the value to true if the given JInternalFrame has been
iconized and the bounds of its DesktopIcon are valid.
|
boolean | This method returns true if the given JInternalFrame has been iconized
and the bounds of its DesktopIcon are valid.
|
Methods with return type javax.swing.JInternalFrame | |
JInternalFrame | This method creates a new JInternalFrame that is in the JLayeredPane
which contains the parentComponent given. |
JInternalFrame[] | This method returns all JInternalFrames that are in the JDesktopPane.
|
JInternalFrame[] | JDesktopPane.getAllFramesInLayer(int layer) This method returns all the JInternalFrames in the given layer.
|
JInternalFrame | This method returns the JInternalFrame this JDesktopIcon represents.
|
JInternalFrame | This method returns the currently selected frame in the JDesktopPane.
|
Constructors with parameter type javax.swing.JInternalFrame | |
Creates a new title pane for the specified frame.
| |
Constructs a new instance of MetalInternalFrameUI .
|
Methods with parameter type javax.swing.JInternalFrame | |
JComponent | Creates and returns the component that will be used for the north pane
of the JInternalFrame .
|
Constructors with parameter type javax.swing.JInternalFrame | |
Creates a new BasicInternalFrameTitlePane object that is used in the
given JInternalFrame.
| |
Creates a new BasicInternalFrameUI object.
|
Fields of type javax.swing.JInternalFrame | |
JInternalFrame | The JInternalFrame associated with the JDesktopIcon. |
JInternalFrame | The JInternalFrame that this TitlePane is used in. |
JInternalFrame | The JInternalFrame this UI is responsible for. |
Methods with parameter type javax.swing.JInternalFrame | |
void | This is a convenience method that activates the JInternalFrame.
|
void | This is a convenience method that closes the JInternalFrame.
|
MouseInputAdapter | This method returns a new BorderListener for the given JInternalFrame.
|
JComponent | This method creates the east pane used in the JInternalFrame.
|
JComponent | This method creates the north pane used in the JInternalFrame.
|
JComponent | This method creates the south pane used in the JInternalFrame.
|
JComponent | This method creates the west pane used in the JInternalFrame.
|
void | This is a convenience method that deactivates the JInternalFrame.
|
void | This is a convenience method that deiconifies the JInternalFrame.
|
void | This is a convenience method that iconifies the JInternalFrame.
|
void | This is a convenience method that maximizes the JInternalFrame.
|
void | This is a convenience method that minimizes the JInternalFrame.
|
void | This method fires something similar to a WINDOW_CLOSING event.
|
GNU Classpath (0.95) |