kfmes.jateon.swt
Class UIToolKit

java.lang.Object
  extended by kfmes.jateon.swt.UIToolKit

public final class UIToolKit
extends java.lang.Object

jateon UI에 사용되는 여러가지 자원들을 모아놓은 클래스이다.

Version:
$Id: UIToolKit.java,v 1.22 2007/11/19 10:13:31 kfmes Exp $
Author:
kfmes(KIM Ga-Hyeon, jateon@kfmes.com, http://jateon.kfmes.com )

Field Summary
static int BuddyAway
           
static int BuddyBusy
           
static int BuddyGroup
           
static int BuddyMeeting
           
static int BuddyOffBlocked
           
static int BuddyOffline
           
static int BuddyOnBlocked
           
static int BuddyOnline
           
static int BuddyPhone
           
static org.eclipse.swt.graphics.Image DefaultImage
           
static int ImageMainFrame
           
static int ImageTray
           
 
Constructor Summary
UIToolKit()
           
UIToolKit(MainFrame main)
           
 
Method Summary
 org.eclipse.swt.graphics.Image getBuddyIcon(int status)
           
 org.eclipse.swt.graphics.Image getBuddyIcon(java.lang.String status)
           
 org.eclipse.swt.graphics.Image getImage(java.lang.String path)
           
 org.eclipse.swt.graphics.Image getImage(java.lang.String path, int width, int height)
           
 org.eclipse.swt.graphics.Image getImg(int imgcode)
           
static void main(java.lang.String[] args)
           
 java.lang.String ownStatus(NateFriend own)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DefaultImage

public static org.eclipse.swt.graphics.Image DefaultImage

BuddyOnline

public static final int BuddyOnline
See Also:
Constant Field Values

BuddyAway

public static final int BuddyAway
See Also:
Constant Field Values

BuddyBusy

public static final int BuddyBusy
See Also:
Constant Field Values

BuddyPhone

public static final int BuddyPhone
See Also:
Constant Field Values

BuddyMeeting

public static final int BuddyMeeting
See Also:
Constant Field Values

BuddyOffline

public static final int BuddyOffline
See Also:
Constant Field Values

BuddyGroup

public static final int BuddyGroup
See Also:
Constant Field Values

BuddyOnBlocked

public static final int BuddyOnBlocked
See Also:
Constant Field Values

BuddyOffBlocked

public static final int BuddyOffBlocked
See Also:
Constant Field Values

ImageMainFrame

public static final int ImageMainFrame
See Also:
Constant Field Values

ImageTray

public static final int ImageTray
See Also:
Constant Field Values
Constructor Detail

UIToolKit

public UIToolKit(MainFrame main)

UIToolKit

public UIToolKit()
Method Detail

getImage

public org.eclipse.swt.graphics.Image getImage(java.lang.String path,
                                               int width,
                                               int height)

getImage

public org.eclipse.swt.graphics.Image getImage(java.lang.String path)

getBuddyIcon

public org.eclipse.swt.graphics.Image getBuddyIcon(int status)

getImg

public org.eclipse.swt.graphics.Image getImg(int imgcode)

getBuddyIcon

public org.eclipse.swt.graphics.Image getBuddyIcon(java.lang.String status)

ownStatus

public java.lang.String ownStatus(NateFriend own)

main

public static void main(java.lang.String[] args)