|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFrame
This interface is a model for CorePlugin windows. When CorePlugin receives an IWindow object, it creates a JInternalFrame or a JDialog, depending on the specified properties. This interface allows coreplugin to talk to JInternalFrames and JDialogs in a uniform way.
| Method Summary | |
|---|---|
java.awt.Rectangle |
getBounds()
Gets the window bounds. |
int |
getHeight()
Gets the window height. |
java.awt.Dimension |
getMinimumSize()
Gets the minimum allowed size for this window. |
java.lang.String |
getTitle()
Gets the title property |
int |
getWidth()
Gets the window width. |
int |
getX()
Returns the current x coordinate of the window's origin. |
int |
getY()
Returns the current y coordinate of the window's origin. |
void |
setBounds(java.awt.Rectangle bounds)
Sets the window bounds. |
void |
setHeight(int height)
Sets the window height. |
void |
setLocation(int x,
int y)
|
void |
setMinimumSize(java.awt.Dimension minSize)
Sets the minimum allowed size for this window. |
void |
setTitle(java.lang.String title)
Sets the title property. |
void |
setWidth(int width)
Sets the window width. |
void |
setX(int x)
Sets the value of the x coordinate for the origin of the associated window. |
void |
setY(int y)
Sets the value of the y coordinate for the origin of the associated window. |
| Method Detail |
|---|
java.awt.Rectangle getBounds()
int getHeight()
java.awt.Dimension getMinimumSize()
java.lang.String getTitle()
int getWidth()
int getX()
int getY()
void setBounds(java.awt.Rectangle bounds)
bounds - The window bounds.void setHeight(int height)
The - window height (in pixels)
void setLocation(int x,
int y)
void setMinimumSize(java.awt.Dimension minSize)
minSize - The minimum allowed size for this window.void setTitle(java.lang.String title)
title - The new title.void setWidth(int width)
The - window width (in pixels)void setX(int x)
x - The value (in pixels) of the x coordinatevoid setY(int y)
y - The value (in pixels) of the y coordinate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||