org.processmining.plugins.petrinet.configurable.ui.widgets
Class UIUtils

java.lang.Object
  extended by org.processmining.plugins.petrinet.configurable.ui.widgets.UIUtils

public class UIUtils
extends java.lang.Object

Define various helpers such as images and buttons.

Author:
dfahland

Field Summary
static java.awt.image.BufferedImage checkMark
           
static java.awt.image.BufferedImage crossSign
           
static java.awt.image.BufferedImage nextSign
           
static java.awt.image.BufferedImage plusSign
           
 
Constructor Summary
UIUtils()
           
 
Method Summary
static org.deckfour.uitopia.ui.components.ImageButton createCheckMarkButton()
           
static org.deckfour.uitopia.ui.components.ImageButton createCrossSignButton()
           
static org.deckfour.uitopia.ui.components.ImageButton createNextSignButton()
           
static org.deckfour.uitopia.ui.components.ImageButton createPlusButton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

checkMark

public static java.awt.image.BufferedImage checkMark

plusSign

public static java.awt.image.BufferedImage plusSign

crossSign

public static java.awt.image.BufferedImage crossSign

nextSign

public static java.awt.image.BufferedImage nextSign
Constructor Detail

UIUtils

public UIUtils()
Method Detail

createCheckMarkButton

public static org.deckfour.uitopia.ui.components.ImageButton createCheckMarkButton()

createPlusButton

public static org.deckfour.uitopia.ui.components.ImageButton createPlusButton()

createCrossSignButton

public static org.deckfour.uitopia.ui.components.ImageButton createCrossSignButton()

createNextSignButton

public static org.deckfour.uitopia.ui.components.ImageButton createNextSignButton()