ter.GUI.util
Class IconBank

java.lang.Object
  |
  +--ter.GUI.util.IconBank

public class IconBank
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
Jerôme GAHIDE - Lucas CHARBIT - Gabriel ZERBIB - Xavier GALBOIS

Field Summary
static int CLASSIFIER
           
static int CONSTRUCTOR
           
static int FIELD
           
static int METHOD
           
 
Constructor Summary
IconBank()
           
 
Method Summary
static javax.swing.Icon getClassIcon()
           
static javax.swing.Icon getClassifierIcon(int modifier)
           
static javax.swing.Icon getConstructorIcon(int modifier)
           
static javax.swing.Icon getFieldIcon(int modifier)
           
static javax.swing.Icon getInterfaceIcon()
           
static javax.swing.Icon getMethodIcon(int modifier)
           
static void load()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD

public static int FIELD

METHOD

public static int METHOD

CONSTRUCTOR

public static int CONSTRUCTOR

CLASSIFIER

public static int CLASSIFIER
Constructor Detail

IconBank

public IconBank()
Method Detail

load

public static void load()

getClassIcon

public static javax.swing.Icon getClassIcon()

getInterfaceIcon

public static javax.swing.Icon getInterfaceIcon()

getClassifierIcon

public static javax.swing.Icon getClassifierIcon(int modifier)

getMethodIcon

public static javax.swing.Icon getMethodIcon(int modifier)

getFieldIcon

public static javax.swing.Icon getFieldIcon(int modifier)

getConstructorIcon

public static javax.swing.Icon getConstructorIcon(int modifier)