Package org.esa.snap.ui.tool
Class ToolButtonFactory
- java.lang.Object
-
- org.esa.snap.ui.tool.ToolButtonFactory
-
public class ToolButtonFactory extends Object
TheToolButtonFactorycan 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 ColorSELECTED_BORDER_COLOR
-
Constructor Summary
Constructors Constructor Description ToolButtonFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AbstractButtoncreateButton(Action action, boolean toggle)static AbstractButtoncreateButton(Icon icon, boolean toggle)static ImageIconcreateRolloverIcon(ImageIcon imageIcon)static JComponentcreateToolBarSeparator()
-
-
-
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()
-
-