org.hardtokenmgmt.ui
Class ToLiMaGUI

java.lang.Object
  extended by org.hardtokenmgmt.ui.ToLiMaGUI

public class ToLiMaGUI
extends java.lang.Object

Constants used for GUI parts in the ToLiMa GUI.

Version:
$Id$
Author:
Philip Vendil 11 dec 2008

Constructor Summary
ToLiMaGUI()
           
 
Method Summary
static java.awt.Rectangle getBackButtonPos()
           
static java.awt.Rectangle getIconLabelPos()
           
static java.awt.Rectangle getLogoPos()
           
static java.awt.Rectangle getNextButtonPos()
           
static java.awt.Rectangle getOtherActionsButtonPos()
           
static java.awt.Rectangle getStatusLabelPos()
           
static java.awt.Rectangle getTitleLabelPos()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToLiMaGUI

public ToLiMaGUI()
Method Detail

getIconLabelPos

public static java.awt.Rectangle getIconLabelPos()
Returns:
the positions of the page-specific logo beside the title.

getBackButtonPos

public static java.awt.Rectangle getBackButtonPos()
Returns:
the positions default back button.

getNextButtonPos

public static java.awt.Rectangle getNextButtonPos()
Returns:
the positions default next button.

getOtherActionsButtonPos

public static java.awt.Rectangle getOtherActionsButtonPos()
Returns:
the positions default other actions button.

getStatusLabelPos

public static java.awt.Rectangle getStatusLabelPos()
Returns:
the positions of default status label.

getTitleLabelPos

public static java.awt.Rectangle getTitleLabelPos()
Returns:
the positions of title label.

getLogoPos

public static java.awt.Rectangle getLogoPos()
Returns:
the positions of top logo.