org.openbp.jaspira.gui
Class StdIcons

java.lang.Object
  extended by org.openbp.jaspira.gui.StdIcons

public class StdIcons
extends java.lang.Object

Standard class. This utility class provides access to commonly used standard icons such as folder icons.

Author:
Heiko Erhardt

Field Summary
static MultiIcon closedFolderIcon
          Closed folder icon (16 pixel)
static MultiIcon fileChooserIcon
          File chooser (16 pixel)
static MultiIcon openFolderIcon
          Open folder icon (16 pixel)
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

openFolderIcon

public static MultiIcon openFolderIcon
Open folder icon (16 pixel)


closedFolderIcon

public static MultiIcon closedFolderIcon
Closed folder icon (16 pixel)


fileChooserIcon

public static MultiIcon fileChooserIcon
File chooser (16 pixel)



Copyright © 2011. All Rights Reserved.