Package org.esa.snap.ui.tool
Class ToolButtonFactory
- java.lang.Object
-
- org.esa.snap.ui.tool.ToolButtonFactory
-
public class ToolButtonFactory extends Object
TheToolButtonFactory
can be used to create tool bar buttons which have a consistent look and feel.- Version:
- $Revision$ $Date$
-
-
Field Summary
Fields Modifier and Type Field Description static Color
SELECTED_BORDER_COLOR
-
Constructor Summary
Constructors Constructor Description ToolButtonFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AbstractButton
createButton(Action action, boolean toggle)
static AbstractButton
createButton(Icon icon, boolean toggle)
static ImageIcon
createRolloverIcon(ImageIcon imageIcon)
static JComponent
createToolBarSeparator()
-
-
-
Field Detail
-
SELECTED_BORDER_COLOR
public static final Color SELECTED_BORDER_COLOR
-
-
Method Detail
-
createButton
public static AbstractButton createButton(Icon icon, boolean toggle)
-
createButton
public static AbstractButton createButton(Action action, boolean toggle)
-
createToolBarSeparator
public static JComponent createToolBarSeparator()
-
-