|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.inria.oadymppac.panel.ApplicationPanelFactory
A concrete implementation of an Application Panel Factory
Constructor Summary | |
ApplicationPanelFactory(Properties properties)
|
Method Summary | |
void |
buildAboutPanel()
Display the about panel |
int |
buildAnalysisSelector()
Display a selector of analysers |
void |
buildErrorPanel(java.lang.Error e)
Build an Error Message box using an Error |
void |
buildErrorPanel(java.lang.Exception e)
Build an Error Message box using an Exception |
javax.swing.JFileChooser |
buildFileSelector()
Display a file chooser |
javax.swing.JFrame |
buildMainFrame()
Build the main Frame of the application |
void |
buildMessagePanel(java.lang.String message)
Display a message in a message box |
int |
buildQuestionPanel(java.lang.String question)
Display a Question in a Message box |
javax.swing.JComponent |
buildSplashScreen()
Display a splash panel |
infovis.Visualization |
buildVisualization(infovis.Graph graph)
Build a new visualization (INFOVIS) from a Graph |
javax.swing.JFileChooser |
getFileChooser()
|
javax.swing.JComponent |
getSplashScreen()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ApplicationPanelFactory(Properties properties)
Method Detail |
public void buildErrorPanel(java.lang.Exception e)
buildErrorPanel
in interface PanelFactory
PanelFactory.buildErrorPanel(java.lang.Exception)
public void buildErrorPanel(java.lang.Error e)
buildErrorPanel
in interface PanelFactory
PanelFactory.buildErrorPanel(java.lang.Error)
public void buildMessagePanel(java.lang.String message)
buildMessagePanel
in interface PanelFactory
PanelFactory.buildErrorPanel(java.lang.Exception)
public void buildAboutPanel()
buildAboutPanel
in interface PanelFactory
PanelFactory.buildErrorPanel(java.lang.Exception)
public javax.swing.JFileChooser buildFileSelector()
buildFileSelector
in interface PanelFactory
PanelFactory.buildFileSelector()
public javax.swing.JComponent buildSplashScreen()
buildSplashScreen
in interface PanelFactory
PanelFactory.buildSplashScreen()
public int buildAnalysisSelector()
public int buildQuestionPanel(java.lang.String question)
buildQuestionPanel
in interface PanelFactory
PanelFactory.buildQuestionPanel(java.lang.String)
public infovis.Visualization buildVisualization(infovis.Graph graph)
graph
-
public javax.swing.JFileChooser getFileChooser()
public javax.swing.JComponent getSplashScreen()
public javax.swing.JFrame buildMainFrame()
buildMainFrame
in interface PanelFactory
PanelFactory.buildMainFrame()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |