org.systemsbiology.gaggle.experiment.gui.actions
Class IconFactory

java.lang.Object
  extended by org.systemsbiology.gaggle.experiment.gui.actions.IconFactory

public class IconFactory
extends java.lang.Object


Constructor Summary
IconFactory()
           
 
Method Summary
static javax.swing.ImageIcon getBroadcastIcon()
           
static javax.swing.ImageIcon getCreateFromSelectionIcon()
           
static javax.swing.ImageIcon getDismissIcon()
           
static javax.swing.ImageIcon getExpandAndContractIcon()
           
static javax.swing.ImageIcon getExportIcon()
           
static javax.swing.ImageIcon getFindCorrelationsIcon()
           
static javax.swing.ImageIcon getFitColumnWidthIcon()
           
static javax.swing.ImageIcon getLoadSelectedConditionsIcon()
           
static javax.swing.ImageIcon getMovieIcon()
           
static javax.swing.ImageIcon getPauseIcon()
           
static javax.swing.ImageIcon getPlayIcon()
           
static javax.swing.ImageIcon getPlotIcon()
           
static javax.swing.ImageIcon getPythonConsoleIcon()
           
static javax.swing.ImageIcon getQuestionIcon()
           
static javax.swing.ImageIcon getSelectInNetworkIcon()
           
static javax.swing.ImageIcon getSelectionsFromNetworkIcon()
           
static javax.swing.ImageIcon getSortIcon()
           
static javax.swing.ImageIcon getStopIcon()
           
static javax.swing.ImageIcon getToggleIcon()
           
static javax.swing.ImageIcon getVolcanoPlotterIcon()
           
static javax.swing.ImageIcon sendSelectionsToNetworkIcon()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconFactory

public IconFactory()
Method Detail

getBroadcastIcon

public static javax.swing.ImageIcon getBroadcastIcon()

getCreateFromSelectionIcon

public static javax.swing.ImageIcon getCreateFromSelectionIcon()

getDismissIcon

public static javax.swing.ImageIcon getDismissIcon()

getExpandAndContractIcon

public static javax.swing.ImageIcon getExpandAndContractIcon()

getExportIcon

public static javax.swing.ImageIcon getExportIcon()

getFindCorrelationsIcon

public static javax.swing.ImageIcon getFindCorrelationsIcon()

getFitColumnWidthIcon

public static javax.swing.ImageIcon getFitColumnWidthIcon()

getSelectionsFromNetworkIcon

public static javax.swing.ImageIcon getSelectionsFromNetworkIcon()

sendSelectionsToNetworkIcon

public static javax.swing.ImageIcon sendSelectionsToNetworkIcon()

getLoadSelectedConditionsIcon

public static javax.swing.ImageIcon getLoadSelectedConditionsIcon()

getMovieIcon

public static javax.swing.ImageIcon getMovieIcon()

getPauseIcon

public static javax.swing.ImageIcon getPauseIcon()

getPlayIcon

public static javax.swing.ImageIcon getPlayIcon()

getPlotIcon

public static javax.swing.ImageIcon getPlotIcon()

getPythonConsoleIcon

public static javax.swing.ImageIcon getPythonConsoleIcon()

getSelectInNetworkIcon

public static javax.swing.ImageIcon getSelectInNetworkIcon()

getSortIcon

public static javax.swing.ImageIcon getSortIcon()

getStopIcon

public static javax.swing.ImageIcon getStopIcon()

getToggleIcon

public static javax.swing.ImageIcon getToggleIcon()

getVolcanoPlotterIcon

public static javax.swing.ImageIcon getVolcanoPlotterIcon()

getQuestionIcon

public static javax.swing.ImageIcon getQuestionIcon()