|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.gui.basic.MainWindowTools
public class MainWindowTools
The idea is to put in this class useful methods and things that can be shared between applications
| Constructor Summary | |
|---|---|
MainWindowTools()
|
|
| Method Summary | |
|---|---|
static java.awt.Point |
checkVisible(java.awt.Point mainWndPosition)
Checks if the point received as a parameter is in a physical screen. |
static java.awt.Dimension |
maxDimension(java.awt.Dimension[] dimensions)
Returns a rectangle that contains the maximum width and maximum height found in the array of dimensions received as parameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MainWindowTools()
| Method Detail |
|---|
public static java.awt.Point checkVisible(java.awt.Point mainWndPosition)
mainWndPosition -
public static java.awt.Dimension maxDimension(java.awt.Dimension[] dimensions)
dimensions - array of Dimension instances
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||