org.freehep.webutil.tree
Class DefaultIconSet

java.lang.Object
  extended by org.freehep.webutil.tree.DefaultIconSet
All Implemented Interfaces:
IconSet

public class DefaultIconSet
extends Object
implements IconSet

Author:
The FreeHEP team @ SLAC

Constructor Summary
DefaultIconSet()
          Creates a new instance of DefaultIconSet
 
Method Summary
 Icon getBlank()
           
 Icon getDocument()
           
 Icon getFolderClosed()
           
 Icon getFolderOpen()
           
 Icon getLastMinus()
           
 Icon getLastNode()
           
 Icon getLastPlus()
           
 Icon getMinus()
           
 Icon getNode()
           
 Icon getPlus()
           
 Icon getVerticalLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultIconSet

public DefaultIconSet()
Creates a new instance of DefaultIconSet

Method Detail

getDocument

public Icon getDocument()
Specified by:
getDocument in interface IconSet

getFolderClosed

public Icon getFolderClosed()
Specified by:
getFolderClosed in interface IconSet

getFolderOpen

public Icon getFolderOpen()
Specified by:
getFolderOpen in interface IconSet

getLastMinus

public Icon getLastMinus()
Specified by:
getLastMinus in interface IconSet

getLastNode

public Icon getLastNode()
Specified by:
getLastNode in interface IconSet

getLastPlus

public Icon getLastPlus()
Specified by:
getLastPlus in interface IconSet

getMinus

public Icon getMinus()
Specified by:
getMinus in interface IconSet

getNode

public Icon getNode()
Specified by:
getNode in interface IconSet

getPlus

public Icon getPlus()
Specified by:
getPlus in interface IconSet

getVerticalLine

public Icon getVerticalLine()
Specified by:
getVerticalLine in interface IconSet

getBlank

public Icon getBlank()
Specified by:
getBlank in interface IconSet


Copyright © 2000-2009 FreeHEP. All Rights Reserved.