|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.gui.se.util.GuiHelper
Various GUI utility methods.
| Method Summary | |
static void |
configureUI(GuiOptions options)
Configures the user interface; requests Swing settings and JGoodies Looks options from the launcher. |
static AbstractButton |
createToolBarButton(String iconName,
String toolTipText)
Creates a JButton configured for use in a JToolBar. |
static AbstractButton |
createToolBarButton(String iconName,
String toolTipText,
ActionListener action,
KeyStroke keyStroke)
Creates a JButton configured for use in a JToolBar. |
static AbstractButton |
createToolBarRadioButton(String iconName,
String toolTipText)
Creates a JToggleButton configured for use in a JToolBar. |
static ImageIcon |
readImageIcon(String filename)
Get an icon for given filename postfix. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void configureUI(GuiOptions options)
public static AbstractButton createToolBarButton(String iconName,
String toolTipText)
iconName - Name of icon.toolTipText - Tool tip text.
public static AbstractButton createToolBarButton(String iconName,
String toolTipText,
ActionListener action,
KeyStroke keyStroke)
iconName - Name of icon.toolTipText - Tool tip text.action - Action for this button.keyStroke - Short cut key.
public static AbstractButton createToolBarRadioButton(String iconName,
String toolTipText)
iconName - Name of icon.toolTipText - Tool tip text.
public static ImageIcon readImageIcon(String filename)
filename - Look for this icon.
|
Hilbert II - Version 0.03.08 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |