public interface IFFrameDialog extends IWindow, Observable
| Modifier and Type | Method and Description |
|---|---|
IFFrame |
getFFrame() |
boolean |
getIsAcepted()
Devuelve true si ha sido aceptado el diálogo.
|
WindowInfo |
getWindowInfo()
Devuelve la información de la ventana.
|
void |
setRectangle(java.awt.geom.Rectangle2D r)
Sets the bounding box of the fframe being created, in screen
coordinates (pixels), defining the position and size of the frame
within the Layout control.
|
getWindowProfileaddObserver, deleteObserver, deleteObserversvoid setRectangle(java.awt.geom.Rectangle2D r)
r - BoundingBox of the fframe.WindowInfo getWindowInfo()
getWindowInfo in interface IWindowboolean getIsAcepted()
IFFrame getFFrame()