public interface IFFrameDialog extends IFFramePanel, IWindow, Observable, ActionListenerSupport
| 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.
|
getTitleasJComponentgetWindowProfileaddObserver, deleteObserver, deleteObserversaddActionListener, fireActionEvent, getActionListeners, hasActionListeners, removeActionListener, removeAllActionListenervoid setRectangle(java.awt.geom.Rectangle2D r)
setRectangle in interface IFFramePanelr - BoundingBox of the fframe.WindowInfo getWindowInfo()
getWindowInfo in interface IWindowboolean getIsAcepted()
IFFrame getFFrame()
getFFrame in interface IFFramePanel