Documentation Archive Developer
Search
[an error occurred while processing this directive] PATH  Documentation > WebObjects 4.5 > EOInterface Reference

Table of Contents

EOFrame


Inherits from:
javax.swing.JFrame : java.awt.Frame : java.awt.Window : java.awt.Container : java.awt.Component : Object
Implements:
NSDisposable
Package:
com.apple.client.eointerface


Class Description


An EOFrame is a window that uses an EOViewLayout to manage layout geometry.


Note: This class doesn't exist in the com.apple.yellow.eointerface package.

For more information on EOFrame's layout management, see the EOViewLayout class specification.




Interfaces Implemented


NSDisposable
dispose


Constructors



EOFrame

public EOFrame(String debuggingHint)

Creates a new EOFrame object. The debuggingHint argument is a string you can use to uniquely identify the view. When the form is instantiated from a nib file, the debuggingHint is a string generated by Interface Builder.


Instance Methods



setSize

public void setSize(int width, int height)

Sets the receiver's width and height.


Table of Contents