SandMark version 2.0


sandmark.optimise
Class Optimise

java.lang.Object
  |
  +--sandmark.optimise.Optimise

public class Optimise
extends java.lang.Object


Field Summary
(package private) static boolean currentlyOptimising
           
 
Constructor Summary
Optimise()
           
 
Method Summary
static java.lang.String getAboutHTML()
          Get the HTML codes of the About page for Optimise
static java.lang.String getHelpURL()
          Get the URL of the Help page for Optimise
static ConfigProperties getProperties()
           
static boolean optimisationInProgress()
           
static void optimiseButtonPressed(SandMarkFrame f)
           
static void optimisePaneDeselected(SandMarkFrame f)
           
static void optimisePaneSelected(SandMarkFrame f)
           
static void setProperties(ConfigProperties props)
          Set the GENERAL properties of Optimise
static void updateOptimisePaneData(SandMarkFrame f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentlyOptimising

static boolean currentlyOptimising
Constructor Detail

Optimise

public Optimise()
Method Detail

optimisePaneSelected

public static void optimisePaneSelected(SandMarkFrame f)

optimisePaneDeselected

public static void optimisePaneDeselected(SandMarkFrame f)

updateOptimisePaneData

public static void updateOptimisePaneData(SandMarkFrame f)

optimisationInProgress

public static boolean optimisationInProgress()

optimiseButtonPressed

public static void optimiseButtonPressed(SandMarkFrame f)

getProperties

public static ConfigProperties getProperties()

setProperties

public static void setProperties(ConfigProperties props)
Set the GENERAL properties of Optimise

Parameters:
props -

getAboutHTML

public static java.lang.String getAboutHTML()
Get the HTML codes of the About page for Optimise

Returns:
html code for the about page

getHelpURL

public static java.lang.String getHelpURL()
Get the URL of the Help page for Optimise

Returns:
url of the help page

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002