Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.globalSearch.ui
Class WindowSize

java.lang.Object
  extended by oracle.apps.fnd.applcore.globalSearch.ui.WindowSize
All Implemented Interfaces:
java.io.Serializable

public class WindowSize
extends java.lang.Object
implements java.io.Serializable

Simple bean to store a window dimension.

Author:
David Groves <david.groves@oracle.com>
See Also:
Serialized Form

Constructor Summary
WindowSize(int width, int height)
          Constructs a WindowSize and initializes it to the specified width and specified height.
 
Method Summary
 int getHeight()
          Get the Height.
 int getWidth()
          Get the Width.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowSize

public WindowSize(int width,
                  int height)
Constructs a WindowSize and initializes it to the specified width and specified height.

Parameters:
width - the specified width
height - the specified height
Method Detail

getWidth

public int getWidth()
Get the Width.

Returns:
width.

getHeight

public int getHeight()
Get the Height.

Returns:
height.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.