|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.jtheque.core.managers.view.impl.frame.abstraction.SwingDialogView
org.jtheque.films.view.impl.frames.ExportView
public final class ExportView
The frame used to define the options of an export.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JDialog |
---|
JDialog.AccessibleJDialog |
Nested classes/interfaces inherited from class java.awt.Dialog |
---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
Nested classes/interfaces inherited from class java.awt.Window |
---|
Window.AccessibleAWTWindow |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class javax.swing.JDialog |
---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Dialog |
---|
DEFAULT_MODALITY_TYPE |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
ExportView(Frame parent)
Construct a new JFrameExport . |
Method Summary | |
---|---|
String |
getFilePath()
Return the path of the file we must export to. |
Searcher<Film> |
getSearcher()
Return the search for this export. |
void |
sendMessage(String message,
Object value)
|
protected void |
validate(Collection<org.jtheque.core.managers.error.JThequeError> errors)
|
Methods inherited from class org.jtheque.core.managers.view.impl.frame.abstraction.SwingDialogView |
---|
closeDown, display, getBean, getCloseAction, getDefaultWindowIcon, getGlassPane, getImpl, getManager, getMessage, getMessage, getModel, refresh, refreshText, setModel, setTitleKey, setWaitFigure, startWait, stopWait, toFirstPlan, validateContent |
Methods inherited from class java.awt.Dialog |
---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jtheque.films.view.able.IExportView |
---|
startWait, stopWait |
Methods inherited from interface org.jtheque.core.managers.view.able.IWindowView |
---|
getHeight, getWidth |
Methods inherited from interface org.jtheque.core.managers.view.able.IView |
---|
closeDown, display, getModel, isEnabled, refresh, setEnabled, toFirstPlan, validateContent |
Methods inherited from interface org.jtheque.core.managers.view.ViewComponent |
---|
getImpl |
Constructor Detail |
---|
public ExportView(Frame parent)
JFrameExport
.
parent
- The parent frame.Method Detail |
---|
public Searcher<Film> getSearcher()
IExportView
getSearcher
in interface IExportView
public String getFilePath()
IExportView
getFilePath
in interface IExportView
public void sendMessage(String message, Object value)
sendMessage
in interface org.jtheque.core.managers.view.able.IView
sendMessage
in class org.jtheque.core.managers.view.impl.frame.abstraction.SwingDialogView
protected void validate(Collection<org.jtheque.core.managers.error.JThequeError> errors)
validate
in class org.jtheque.core.managers.view.impl.frame.abstraction.SwingDialogView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |