org.net2map.pov.client.RootWindowGUI Class Reference

Inheritance diagram for org.net2map.pov.client.RootWindowGUI:

Inheritance graph
[legend]
Collaboration diagram for org.net2map.pov.client.RootWindowGUI:

Collaboration graph
[legend]
List of all members.

Detailed Description

Author:
Philippe MOULIN

Definition at line 36 of file RootWindowGUI.java.

Public Member Functions

 RootWindowGUI () throws Exception
 Creates new form RootWindowGUI.

void setSearchProcessor (org.net2map.pov.p2p.services.searchService.Processor paramSearchProcessor)
DocumentMapGUI getDocumentMapGUI ()
void assignDimensionGUI_ToDimensionChooserGUI (int theDimensionGUI, int theDimensionChooserGUI)
org.net2map.pov.dimension.DimensionClientList getDimensionClientList ()
void processResult (org.net2map.pov.documentsManager.PovDocumentsSet theResult, org.net2map.pov.p2p.RemoteNode theSender)

Static Public Attributes

final int HorizontalMargin = 2
final int VerticalMargin = 2
final String axisNames [] = {"X","Y","Z"}

Private Member Functions

void updateDimensionChooserGUI_Content ()
void updateDimensionChooserGUI_ComboBoxes ()
void doSearch () throws java.lang.Exception
void initComponents ()
 This method is called from within the constructor to initialize the form.

void exitForm (java.awt.event.WindowEvent evt)
 Exit the Application.

void GO_ButtonMouseDragged (java.awt.event.MouseEvent evt)
void GO_ButtonMouseMoved (java.awt.event.MouseEvent evt)
void GO_ButtonMousePressed (java.awt.event.MouseEvent evt)
void GO_ButtonPropertyChange (java.beans.PropertyChangeEvent evt)

Private Attributes

org.net2map.pov.p2p.services.searchService.Processor theSearchProcessor = null
int dimensionChooserGUICount = 3
org.net2map.pov.dimension.DimensionChooserGUI theDimensionChooserGUIList []
int theDimensionChooserGUI_Content []
org.net2map.pov.dimension.DimensionClientList theDimensionClientList
javax.swing.JButton GO_Button
DocumentMapGUI documentMapGUI1
org.net2map.pov.client.DocumentExcerptGUI documentExcerptGUI1
javax.swing.JPanel jPanel2
org.net2map.pov.client.DocumentMapY_AxisGraduationGUI documentMapY_AxisGraduationGUI1
javax.swing.JSeparator jSeparator1
javax.swing.JPanel jPanel1
org.net2map.pov.client.DocumentMapX_AxisGraduationGUI documentMapX_AxisGraduationGUI1

Static Private Attributes

Logger logger = Logger.getLogger(RootWindowGUI.class.getName())


Constructor & Destructor Documentation

org.net2map.pov.client.RootWindowGUI.RootWindowGUI  )  throws Exception
 

Creates new form RootWindowGUI.

Definition at line 58 of file RootWindowGUI.java.

References org.net2map.pov.dimension.DimensionClientList.addClient(), org.net2map.pov.dimension.DimensionChooserGUI.addToDimensionList(), org.net2map.pov.dimension.DimensionClientList.count(), org.net2map.pov.dimension.DimensionChooserGUI.DimensionChooserGUI(), org.net2map.pov.client.RootWindowGUI.dimensionChooserGUICount, org.net2map.pov.dimension.DimensionClientList.DimensionClientList(), org.net2map.pov.client.RootWindowGUI.documentExcerptGUI1, org.net2map.pov.client.RootWindowGUI.documentMapGUI1, org.net2map.pov.client.RootWindowGUI.documentMapX_AxisGraduationGUI1, org.net2map.pov.client.RootWindowGUI.documentMapY_AxisGraduationGUI1, org.net2map.pov.dimension.DimensionClientList.get(), org.net2map.pov.dimension.Container.getName(), org.net2map.pov.client.RootWindowGUI.GO_Button, org.net2map.pov.client.RootWindowGUI.GO_ButtonMouseDragged(), org.net2map.pov.client.RootWindowGUI.GO_ButtonMouseMoved(), org.net2map.pov.client.RootWindowGUI.GO_ButtonMousePressed(), org.net2map.pov.client.RootWindowGUI.GO_ButtonPropertyChange(), org.net2map.pov.client.RootWindowGUI.initComponents(), org.net2map.pov.client.RootWindowGUI.jPanel1, org.net2map.pov.client.RootWindowGUI.jPanel2, org.net2map.pov.client.RootWindowGUI.logger, org.net2map.pov.client.DocumentMapGUI.setAssociatedDocumentExcerptGUI(), org.net2map.pov.client.DocumentMapGUI.setAssociatedGraduationGUIs(), org.net2map.pov.dimension.DimensionChooserGUI.setAssociatedRootWindowGUI_AndContainerID(), org.net2map.pov.dimension.DimensionChooserGUI.setAxisNumber(), org.net2map.pov.client.RootWindowGUI.theDimensionChooserGUI_Content, org.net2map.pov.client.RootWindowGUI.theDimensionChooserGUIList, org.net2map.pov.client.RootWindowGUI.theDimensionClientList, org.net2map.pov.client.RootWindowGUI.updateDimensionChooserGUI_ComboBoxes(), and org.net2map.pov.client.RootWindowGUI.updateDimensionChooserGUI_Content().

Here is the call graph for this function:


Member Function Documentation

void org.net2map.pov.client.RootWindowGUI.assignDimensionGUI_ToDimensionChooserGUI int  theDimensionGUI,
int  theDimensionChooserGUI
 

Definition at line 227 of file RootWindowGUI.java.

References org.net2map.pov.client.RootWindowGUI.dimensionChooserGUICount, org.net2map.pov.client.RootWindowGUI.logger, org.net2map.pov.client.RootWindowGUI.theDimensionChooserGUI_Content, org.net2map.pov.client.RootWindowGUI.updateDimensionChooserGUI_ComboBoxes(), and org.net2map.pov.client.RootWindowGUI.updateDimensionChooserGUI_Content().

Here is the call graph for this function:

void org.net2map.pov.client.RootWindowGUI.doSearch  )  throws java.lang.Exception [private]
 

Reset search object on server

Definition at line 306 of file RootWindowGUI.java.

References org.net2map.pov.client.RootWindowGUI.documentMapGUI1, org.net2map.pov.dimension.DimensionClientList.getVisibleDimensions(), org.net2map.pov.client.RootWindowGUI.logger, org.net2map.pov.client.DocumentMapGUI.reset(), org.net2map.pov.client.RootWindowGUI.theDimensionClientList, org.net2map.pov.client.RootWindowGUI.theSearchProcessor, and org.net2map.pov.client.DocumentMapGUI.updateBorderValuesFromDimensionSubsets().

Referenced by org.net2map.pov.client.RootWindowGUI.GO_ButtonMousePressed().

Here is the call graph for this function:

void org.net2map.pov.client.RootWindowGUI.exitForm java.awt.event.WindowEvent  evt  )  [private]
 

Exit the Application.

Definition at line 453 of file RootWindowGUI.java.

org.net2map.pov.dimension.DimensionClientList org.net2map.pov.client.RootWindowGUI.getDimensionClientList  ) 
 

Definition at line 301 of file RootWindowGUI.java.

References org.net2map.pov.client.RootWindowGUI.theDimensionClientList.

Referenced by org.net2map.pov.client.DocumentMapGUI.processResult().

DocumentMapGUI org.net2map.pov.client.RootWindowGUI.getDocumentMapGUI  ) 
 

Definition at line 220 of file RootWindowGUI.java.

References org.net2map.pov.client.RootWindowGUI.documentMapGUI1.

void org.net2map.pov.client.RootWindowGUI.GO_ButtonMouseDragged java.awt.event.MouseEvent  evt  )  [private]
 

Definition at line 458 of file RootWindowGUI.java.

References org.net2map.pov.client.RootWindowGUI.logger.

Referenced by org.net2map.pov.client.RootWindowGUI.RootWindowGUI().

void org.net2map.pov.client.RootWindowGUI.GO_ButtonMouseMoved java.awt.event.MouseEvent  evt  )  [private]
 

Definition at line 464 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.RootWindowGUI().

void org.net2map.pov.client.RootWindowGUI.GO_ButtonMousePressed java.awt.event.MouseEvent  evt  )  [private]
 

Definition at line 470 of file RootWindowGUI.java.

References org.net2map.pov.client.RootWindowGUI.doSearch(), and org.net2map.pov.client.RootWindowGUI.logger.

Referenced by org.net2map.pov.client.RootWindowGUI.RootWindowGUI().

Here is the call graph for this function:

void org.net2map.pov.client.RootWindowGUI.GO_ButtonPropertyChange java.beans.PropertyChangeEvent  evt  )  [private]
 

Definition at line 486 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.RootWindowGUI().

void org.net2map.pov.client.RootWindowGUI.initComponents  )  [private]
 

This method is called from within the constructor to initialize the form.

WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.

Definition at line 358 of file RootWindowGUI.java.

References org.net2map.pov.client.RootWindowGUI.documentExcerptGUI1, org.net2map.pov.client.RootWindowGUI.documentMapX_AxisGraduationGUI1, org.net2map.pov.client.RootWindowGUI.documentMapY_AxisGraduationGUI1, org.net2map.pov.client.RootWindowGUI.HorizontalMargin, org.net2map.pov.client.RootWindowGUI.jPanel1, org.net2map.pov.client.RootWindowGUI.jPanel2, and org.net2map.pov.client.RootWindowGUI.jSeparator1.

Referenced by org.net2map.pov.client.RootWindowGUI.RootWindowGUI().

void org.net2map.pov.client.RootWindowGUI.processResult org.net2map.pov.documentsManager.PovDocumentsSet  theResult,
org.net2map.pov.p2p.RemoteNode  theSender
 

Parameters:
args the command line arguments

Implements org.net2map.pov.p2p.ResultListener.

Definition at line 500 of file RootWindowGUI.java.

References org.net2map.pov.client.RootWindowGUI.documentMapGUI1, and org.net2map.pov.client.DocumentMapGUI.processResult().

Here is the call graph for this function:

void org.net2map.pov.client.RootWindowGUI.setSearchProcessor org.net2map.pov.p2p.services.searchService.Processor  paramSearchProcessor  ) 
 

Definition at line 215 of file RootWindowGUI.java.

References org.net2map.pov.client.RootWindowGUI.documentMapGUI1, and org.net2map.pov.client.RootWindowGUI.theSearchProcessor.

Referenced by org.net2map.pov.gui.SearchPanel.SearchPanel(), and org.net2map.pov.gui.SearchPanel.setSearchProcessor().

void org.net2map.pov.client.RootWindowGUI.updateDimensionChooserGUI_ComboBoxes  )  [private]
 

Definition at line 287 of file RootWindowGUI.java.

References org.net2map.pov.client.RootWindowGUI.dimensionChooserGUICount, org.net2map.pov.dimension.DimensionChooserGUI.setSelectedItem(), org.net2map.pov.client.RootWindowGUI.theDimensionChooserGUI_Content, and org.net2map.pov.client.RootWindowGUI.theDimensionChooserGUIList.

Referenced by org.net2map.pov.client.RootWindowGUI.assignDimensionGUI_ToDimensionChooserGUI(), and org.net2map.pov.client.RootWindowGUI.RootWindowGUI().

Here is the call graph for this function:

void org.net2map.pov.client.RootWindowGUI.updateDimensionChooserGUI_Content  )  [private]
 

Definition at line 262 of file RootWindowGUI.java.

References org.net2map.pov.client.RootWindowGUI.dimensionChooserGUICount, org.net2map.pov.client.RootWindowGUI.documentMapGUI1, org.net2map.pov.dimension.DimensionClientList.get(), org.net2map.pov.dimension.Container.getGUI(), org.net2map.pov.client.RootWindowGUI.logger, org.net2map.pov.client.DocumentMapGUI.setAssociatedDimensionForAxis(), org.net2map.pov.dimension.DimensionChooserGUI.setDimension(), org.net2map.pov.client.RootWindowGUI.theDimensionChooserGUI_Content, org.net2map.pov.client.RootWindowGUI.theDimensionChooserGUIList, and org.net2map.pov.client.RootWindowGUI.theDimensionClientList.

Referenced by org.net2map.pov.client.RootWindowGUI.assignDimensionGUI_ToDimensionChooserGUI(), and org.net2map.pov.client.RootWindowGUI.RootWindowGUI().

Here is the call graph for this function:


Member Data Documentation

final String org.net2map.pov.client.RootWindowGUI.axisNames[] = {"X","Y","Z"} [static]
 

Definition at line 55 of file RootWindowGUI.java.

int org.net2map.pov.client.RootWindowGUI.dimensionChooserGUICount = 3 [private]
 

Definition at line 50 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.assignDimensionGUI_ToDimensionChooserGUI(), org.net2map.pov.client.RootWindowGUI.RootWindowGUI(), org.net2map.pov.client.RootWindowGUI.updateDimensionChooserGUI_ComboBoxes(), and org.net2map.pov.client.RootWindowGUI.updateDimensionChooserGUI_Content().

org.net2map.pov.client.DocumentExcerptGUI org.net2map.pov.client.RootWindowGUI.documentExcerptGUI1 [private]
 

Definition at line 510 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.initComponents(), and org.net2map.pov.client.RootWindowGUI.RootWindowGUI().

DocumentMapGUI org.net2map.pov.client.RootWindowGUI.documentMapGUI1 [private]
 

Definition at line 508 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.doSearch(), org.net2map.pov.client.RootWindowGUI.getDocumentMapGUI(), org.net2map.pov.client.RootWindowGUI.processResult(), org.net2map.pov.client.RootWindowGUI.RootWindowGUI(), org.net2map.pov.client.RootWindowGUI.setSearchProcessor(), and org.net2map.pov.client.RootWindowGUI.updateDimensionChooserGUI_Content().

org.net2map.pov.client.DocumentMapX_AxisGraduationGUI org.net2map.pov.client.RootWindowGUI.documentMapX_AxisGraduationGUI1 [private]
 

Definition at line 515 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.initComponents(), and org.net2map.pov.client.RootWindowGUI.RootWindowGUI().

org.net2map.pov.client.DocumentMapY_AxisGraduationGUI org.net2map.pov.client.RootWindowGUI.documentMapY_AxisGraduationGUI1 [private]
 

Definition at line 512 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.initComponents(), and org.net2map.pov.client.RootWindowGUI.RootWindowGUI().

javax.swing.JButton org.net2map.pov.client.RootWindowGUI.GO_Button [private]
 

Definition at line 506 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.RootWindowGUI().

final int org.net2map.pov.client.RootWindowGUI.HorizontalMargin = 2 [static]
 

Definition at line 45 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.initComponents().

javax.swing.JPanel org.net2map.pov.client.RootWindowGUI.jPanel1 [private]
 

Definition at line 514 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.initComponents(), and org.net2map.pov.client.RootWindowGUI.RootWindowGUI().

javax.swing.JPanel org.net2map.pov.client.RootWindowGUI.jPanel2 [private]
 

Definition at line 511 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.initComponents(), and org.net2map.pov.client.RootWindowGUI.RootWindowGUI().

javax.swing.JSeparator org.net2map.pov.client.RootWindowGUI.jSeparator1 [private]
 

Definition at line 513 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.initComponents().

Logger org.net2map.pov.client.RootWindowGUI.logger = Logger.getLogger(RootWindowGUI.class.getName()) [static, private]
 

Definition at line 41 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.assignDimensionGUI_ToDimensionChooserGUI(), org.net2map.pov.client.RootWindowGUI.doSearch(), org.net2map.pov.client.RootWindowGUI.GO_ButtonMouseDragged(), org.net2map.pov.client.RootWindowGUI.GO_ButtonMousePressed(), org.net2map.pov.client.RootWindowGUI.RootWindowGUI(), and org.net2map.pov.client.RootWindowGUI.updateDimensionChooserGUI_Content().

int org.net2map.pov.client.RootWindowGUI.theDimensionChooserGUI_Content[] [private]
 

Definition at line 52 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.assignDimensionGUI_ToDimensionChooserGUI(), org.net2map.pov.client.RootWindowGUI.RootWindowGUI(), org.net2map.pov.client.RootWindowGUI.updateDimensionChooserGUI_ComboBoxes(), and org.net2map.pov.client.RootWindowGUI.updateDimensionChooserGUI_Content().

org.net2map.pov.dimension.DimensionChooserGUI org.net2map.pov.client.RootWindowGUI.theDimensionChooserGUIList[] [private]
 

Definition at line 51 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.RootWindowGUI(), org.net2map.pov.client.RootWindowGUI.updateDimensionChooserGUI_ComboBoxes(), and org.net2map.pov.client.RootWindowGUI.updateDimensionChooserGUI_Content().

org.net2map.pov.dimension.DimensionClientList org.net2map.pov.client.RootWindowGUI.theDimensionClientList [private]
 

Definition at line 53 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.doSearch(), org.net2map.pov.client.RootWindowGUI.getDimensionClientList(), org.net2map.pov.client.RootWindowGUI.RootWindowGUI(), and org.net2map.pov.client.RootWindowGUI.updateDimensionChooserGUI_Content().

org.net2map.pov.p2p.services.searchService.Processor org.net2map.pov.client.RootWindowGUI.theSearchProcessor = null [private]
 

Definition at line 43 of file RootWindowGUI.java.

Referenced by org.net2map.pov.client.RootWindowGUI.doSearch(), and org.net2map.pov.client.RootWindowGUI.setSearchProcessor().

final int org.net2map.pov.client.RootWindowGUI.VerticalMargin = 2 [static]
 

Definition at line 46 of file RootWindowGUI.java.


The documentation for this class was generated from the following file:
Accueil | Téléchargement | Manuel | Doc. technique | Sources CVS | Faq | Nous contacter
©2003 - All Rights Reserved