Interface IFFrameDialog
- All Superinterfaces:
org.gvsig.tools.swing.api.ActionListenerSupport,org.gvsig.tools.swing.api.Component,IFFramePanel,org.gvsig.andami.ui.mdiManager.IWindow,org.gvsig.tools.observer.Observable
- All Known Implementing Classes:
AbstractFFrameDialog,FFrameBoxDialog,FFrameGraphicsDialog,FFrameGridDialog,FFrameGroupDialog,FFrameLegendDialog,FFrameNorthDialog,FFrameOverViewDialog,FFramePictureDialog,FFrameScaleBarDialog,FFrameTextDialog,FFrameViewDialog
public interface IFFrameDialog
extends IFFramePanel, org.gvsig.andami.ui.mdiManager.IWindow, org.gvsig.tools.observer.Observable, org.gvsig.tools.swing.api.ActionListenerSupport
Interface para la creación de los diálogos que añaden elementos al Layout.
- Author:
- Vicente Caballero Navarro
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDevuelve true si ha sido aceptado el diálogo.org.gvsig.andami.ui.mdiManager.WindowInfoDevuelve la información de la ventana.voidSets the bounding box of the fframe being created, in screen coordinates (pixels), defining the position and size of the frame within the Layout control.Methods inherited from interface org.gvsig.tools.swing.api.ActionListenerSupport
addActionListener, fireActionEvent, getActionListeners, hasActionListeners, removeActionListener, removeAllActionListenerMethods inherited from interface org.gvsig.tools.swing.api.Component
asJComponentMethods inherited from interface org.gvsig.app.project.documents.layout.fframes.gui.dialogs.IFFramePanel
getTitleMethods inherited from interface org.gvsig.andami.ui.mdiManager.IWindow
getWindowProfileMethods inherited from interface org.gvsig.tools.observer.Observable
addObserver, deleteObserver, deleteObservers
-
Method Details
-
setRectangle
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.- Specified by:
setRectanglein interfaceIFFramePanel- Parameters:
r- BoundingBox of the fframe.
-
getWindowInfo
org.gvsig.andami.ui.mdiManager.WindowInfo getWindowInfo()Devuelve la información de la ventana.- Specified by:
getWindowInfoin interfaceorg.gvsig.andami.ui.mdiManager.IWindow- Returns:
- Información referente a la ventana.
-
getIsAcepted
boolean getIsAcepted()Devuelve true si ha sido aceptado el diálogo.- Returns:
- True si se ha aceptado.
-
getFFrame
IFFrame getFFrame()- Specified by:
getFFramein interfaceIFFramePanel
-