org.ourgrid.peer.ui.gui
Class SettingsPanel

java.lang.Object
  extended by org.ourgrid.peer.ui.gui.SettingsPanel

public class SettingsPanel
extends java.lang.Object

This class contains the presentation screen of MyGrid GUI and also some buttons to set Grids, add and cancel Jobs and start stop MyGrid.


Method Summary
static SettingsPanel getInstance()
          Static method to obtain the reference of this class, Singleton Pattern
 javax.swing.JPanel getPanel()
          Return the mygrid panel
 void readPeerProperties()
          Read MG.properties file and shows values in MyGrid Panel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SettingsPanel getInstance()
Static method to obtain the reference of this class, Singleton Pattern


getPanel

public javax.swing.JPanel getPanel()
Return the mygrid panel


readPeerProperties

public void readPeerProperties()
Read MG.properties file and shows values in MyGrid Panel.