org.net2map.pov.dimension.GUI Class Reference

Inheritance diagram for org.net2map.pov.dimension.GUI:

Inheritance graph
[legend]
Collaboration diagram for org.net2map.pov.dimension.GUI:

Collaboration graph
[legend]
List of all members.

Detailed Description

Author:
Philippe MOULIN

Definition at line 30 of file GUI.java.

Public Member Functions

 GUI (org.net2map.pov.dimension.Container paramContainer)
 Creates new form BeanForm.

abstract void addPropertyChangeListener (String PropertyName, PropertyChangeListener listener)
abstract void removePropertyChangeListener (String PropertyName, PropertyChangeListener listener)

Static Public Attributes

final int HorizontalMargin = 2
final int VerticalMargin = 2
final int HorizontalSize = 200
final int MinimumVerticalSize = 100
 this GUI can't display correctly if it is made smaller than this size

final int PreferredVerticalSize = 120
 Ideal vertical size of this GUI.

final int MaximumVerticalSize = 200
 This GUI doesen't need to be made bigger than this size.


Protected Attributes

org.net2map.pov.dimension.Container theContainer = null

Private Member Functions

void initComponents ()


Constructor & Destructor Documentation

org.net2map.pov.dimension.GUI.GUI org.net2map.pov.dimension.Container  paramContainer  ) 
 

Creates new form BeanForm.

Definition at line 48 of file GUI.java.

References org.net2map.pov.dimension.GUI.initComponents(), and org.net2map.pov.dimension.GUI.theContainer.

Here is the call graph for this function:


Member Function Documentation

abstract void org.net2map.pov.dimension.GUI.addPropertyChangeListener String  PropertyName,
PropertyChangeListener  listener
[pure virtual]
 

Implemented in org.net2map.pov.dimension.date.DateGUI, org.net2map.pov.dimension.domainName.DomainNameGUI, org.net2map.pov.dimension.geoIP.GeoIP_GUI, org.net2map.pov.dimension.keyWord.KeyWordGUI, org.net2map.pov.dimension.pageRank.PageRankGUI, and org.net2map.pov.dimension.size.SizeGUI.

Referenced by org.net2map.pov.dimension.date.DateContainer.DateContainer(), org.net2map.pov.dimension.keyWord.KeyWordContainer.KeyWordContainer(), org.net2map.pov.dimension.pageRank.PageRankContainer.PageRankContainer(), and org.net2map.pov.dimension.size.SizeContainer.SizeContainer().

void org.net2map.pov.dimension.GUI.initComponents  )  [private]
 

Reimplemented in org.net2map.pov.dimension.date.DateGUI, org.net2map.pov.dimension.domainName.DomainNameGUI, org.net2map.pov.dimension.geoIP.GeoIP_GUI, org.net2map.pov.dimension.keyWord.KeyWordGUI, org.net2map.pov.dimension.pageRank.PageRankGUI, and org.net2map.pov.dimension.size.SizeGUI.

Definition at line 55 of file GUI.java.

References org.net2map.pov.dimension.GUI.HorizontalSize, org.net2map.pov.dimension.GUI.MaximumVerticalSize, org.net2map.pov.dimension.GUI.MinimumVerticalSize, org.net2map.pov.dimension.GUI.PreferredVerticalSize, and org.net2map.pov.dimension.GUI.theContainer.

Referenced by org.net2map.pov.dimension.GUI.GUI().

abstract void org.net2map.pov.dimension.GUI.removePropertyChangeListener String  PropertyName,
PropertyChangeListener  listener
[pure virtual]
 

Implemented in org.net2map.pov.dimension.date.DateGUI, org.net2map.pov.dimension.domainName.DomainNameGUI, org.net2map.pov.dimension.geoIP.GeoIP_GUI, org.net2map.pov.dimension.keyWord.KeyWordGUI, org.net2map.pov.dimension.pageRank.PageRankGUI, and org.net2map.pov.dimension.size.SizeGUI.


Member Data Documentation

final int org.net2map.pov.dimension.GUI.HorizontalMargin = 2 [static]
 

Definition at line 34 of file GUI.java.

Referenced by org.net2map.pov.dimension.date.DateGUI.DateGUI(), and org.net2map.pov.dimension.date.DateGUI.initComponents().

final int org.net2map.pov.dimension.GUI.HorizontalSize = 200 [static]
 

Definition at line 37 of file GUI.java.

Referenced by org.net2map.pov.dimension.date.DateGUI.DateGUI(), org.net2map.pov.dimension.domainName.DomainNameGUI.DomainNameGUI(), org.net2map.pov.dimension.geoIP.GeoIP_GUI.GeoIP_GUI(), org.net2map.pov.dimension.GUI.initComponents(), org.net2map.pov.dimension.date.DateGUI.initComponents(), org.net2map.pov.dimension.keyWord.KeyWordGUI.KeyWordGUI(), org.net2map.pov.dimension.pageRank.PageRankGUI.PageRankGUI(), and org.net2map.pov.dimension.size.SizeGUI.SizeGUI().

final int org.net2map.pov.dimension.GUI.MaximumVerticalSize = 200 [static]
 

This GUI doesen't need to be made bigger than this size.

Definition at line 43 of file GUI.java.

Referenced by org.net2map.pov.dimension.date.DateGUI.DateGUI(), org.net2map.pov.dimension.domainName.DomainNameGUI.DomainNameGUI(), org.net2map.pov.dimension.GUI.initComponents(), org.net2map.pov.dimension.date.DateGUI.initComponents(), org.net2map.pov.dimension.pageRank.PageRankGUI.PageRankGUI(), and org.net2map.pov.dimension.size.SizeGUI.SizeGUI().

final int org.net2map.pov.dimension.GUI.MinimumVerticalSize = 100 [static]
 

this GUI can't display correctly if it is made smaller than this size

Definition at line 39 of file GUI.java.

Referenced by org.net2map.pov.dimension.date.DateGUI.DateGUI(), org.net2map.pov.dimension.domainName.DomainNameGUI.DomainNameGUI(), org.net2map.pov.dimension.geoIP.GeoIP_GUI.GeoIP_GUI(), org.net2map.pov.dimension.GUI.initComponents(), org.net2map.pov.dimension.date.DateGUI.initComponents(), org.net2map.pov.dimension.keyWord.KeyWordGUI.KeyWordGUI(), org.net2map.pov.dimension.pageRank.PageRankGUI.PageRankGUI(), and org.net2map.pov.dimension.size.SizeGUI.SizeGUI().

final int org.net2map.pov.dimension.GUI.PreferredVerticalSize = 120 [static]
 

Ideal vertical size of this GUI.

Definition at line 41 of file GUI.java.

Referenced by org.net2map.pov.dimension.date.DateGUI.DateGUI(), org.net2map.pov.dimension.domainName.DomainNameGUI.DomainNameGUI(), org.net2map.pov.dimension.GUI.initComponents(), org.net2map.pov.dimension.date.DateGUI.initComponents(), org.net2map.pov.dimension.pageRank.PageRankGUI.PageRankGUI(), and org.net2map.pov.dimension.size.SizeGUI.SizeGUI().

org.net2map.pov.dimension.Container org.net2map.pov.dimension.GUI.theContainer = null [protected]
 

Definition at line 45 of file GUI.java.

Referenced by org.net2map.pov.dimension.GUI.GUI(), and org.net2map.pov.dimension.GUI.initComponents().

final int org.net2map.pov.dimension.GUI.VerticalMargin = 2 [static]
 

Definition at line 35 of file GUI.java.

Referenced by org.net2map.pov.dimension.date.DateGUI.DateGUI().


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