Enhydra 5.1 API

org.enhydra.tool.common
Class IconSet

java.lang.Object
  |
  +--org.enhydra.tool.common.IconSet

public class IconSet
extends java.lang.Object


Constructor Summary
IconSet()
           
 
Method Summary
static javax.swing.ImageIcon getDeleteRowIcon()
           
static javax.swing.ImageIcon getDownIcon()
           
static javax.swing.ImageIcon getLargeIcon()
           
static javax.swing.ImageIcon getNewRowIcon()
           
static javax.swing.ImageIcon getOtterWizard()
           
static javax.swing.ImageIcon getRowIcon()
           
static javax.swing.ImageIcon getSmallIcon()
           
static javax.swing.ImageIcon getUndoIcon()
           
static javax.swing.ImageIcon getUpIcon()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconSet

public IconSet()
Method Detail

getDeleteRowIcon

public static javax.swing.ImageIcon getDeleteRowIcon()

getDownIcon

public static javax.swing.ImageIcon getDownIcon()

getRowIcon

public static javax.swing.ImageIcon getRowIcon()

getLargeIcon

public static javax.swing.ImageIcon getLargeIcon()

getNewRowIcon

public static javax.swing.ImageIcon getNewRowIcon()

getOtterWizard

public static javax.swing.ImageIcon getOtterWizard()

getSmallIcon

public static javax.swing.ImageIcon getSmallIcon()

getUpIcon

public static javax.swing.ImageIcon getUpIcon()

getUndoIcon

public static javax.swing.ImageIcon getUndoIcon()

Enhydra 5.1 API