performancemonster.presentation.overview
Class MonsterGUI

java.lang.Object
  extended by performancemonster.presentation.overview.MonsterGUI

public class MonsterGUI
extends java.lang.Object


Constructor Summary
MonsterGUI(GraphModel model)
           
 
Method Summary
 void createAndShowGUI()
          Create the GUI and show it.
 javax.swing.JFrame getJFrame()
           
 boolean isFrozen()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonsterGUI

public MonsterGUI(GraphModel model)
Method Detail

createAndShowGUI

public void createAndShowGUI()
Create the GUI and show it. For thread safety, this method should be invoked from the event-dispatching thread.


getJFrame

public javax.swing.JFrame getJFrame()

update

public void update()

isFrozen

public boolean isFrozen()


Copyright © 2005 Ole Friis. All Rights Reserved.