cmu.survey.editor.gui
Class GlobalVariables

java.lang.Object
  extended by cmu.survey.editor.gui.GlobalVariables

public class GlobalVariables
extends java.lang.Object


Constructor Summary
GlobalVariables()
           
 
Method Summary
static javax.swing.ImageIcon getImage(java.lang.String filename)
           
static javax.swing.JComponent getSelectedComponent()
           
static void setBorderForUnselectedComponent(javax.swing.JComponent c)
           
static void setSelectedComponent(javax.swing.JComponent c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalVariables

public GlobalVariables()
Method Detail

setBorderForUnselectedComponent

public static void setBorderForUnselectedComponent(javax.swing.JComponent c)

setSelectedComponent

public static void setSelectedComponent(javax.swing.JComponent c)

getSelectedComponent

public static javax.swing.JComponent getSelectedComponent()
Returns:

getImage

public static javax.swing.ImageIcon getImage(java.lang.String filename)