SORTIE Java Interface  1
Public Member Functions | Private Attributes | List of all members
sortie.gui.GridCellEditor Class Reference

This is a simple dialog box which will allow editing of grid cell resolution for a single grid. More...

Inheritance diagram for sortie.gui.GridCellEditor:

Public Member Functions

 GridCellEditor (JDialog jParent, String sGridNameString, GUIManager oManager)
 Constructor. More...
 
void actionPerformed (ActionEvent oEvent)
 

Private Attributes

JTextField m_jXCellLengthEdit = new JTextField()
 For editing length of X cells. More...
 
String m_sGridNameString
 Name of the grid to edit. More...
 
GUIManager m_oManager
 Manager object, for getting access to the grid. More...
 

Detailed Description

This is a simple dialog box which will allow editing of grid cell resolution for a single grid.

Author
lora

Constructor & Destructor Documentation

◆ GridCellEditor()

sortie.gui.GridCellEditor.GridCellEditor ( JDialog  jParent,
String  sGridNameString,
GUIManager  oManager 
)

Constructor.

Parameters
jParentParent window.
sGridNameStringName of the grid to edit.
oManagerManager object.

Member Function Documentation

◆ actionPerformed()

void sortie.gui.GridCellEditor.actionPerformed ( ActionEvent  oEvent)

Member Data Documentation

◆ m_jXCellLengthEdit

JTextField sortie.gui.GridCellEditor.m_jXCellLengthEdit = new JTextField()
private

For editing length of X cells.

◆ m_oManager

GUIManager sortie.gui.GridCellEditor.m_oManager
private

Manager object, for getting access to the grid.

◆ m_sGridNameString

String sortie.gui.GridCellEditor.m_sGridNameString
private

Name of the grid to edit.


The documentation for this class was generated from the following file: