com.adventnet.utils
Class SnmpUIUtils

java.lang.Object
  |
  +--com.adventnet.utils.SnmpUtils
        |
        +--com.adventnet.utils.SnmpUIUtils

public class SnmpUIUtils
extends SnmpUtils

Class for the Internationalziation UI specification. This class can be used to specify the properties like font etc. for the UI Components incase of I18n.


Fields inherited from class com.adventnet.utils.SnmpUtils
INTERNATIONALIZE, locale
 
Method Summary
static java.awt.Font getFont()
          Returns the default font.
static void setFont(java.awt.Font font)
          Sets the Default Font which will used for all the UI components.
 
Methods inherited from class com.adventnet.utils.SnmpUtils
createJCheckBoxMenuItem, createJMenu, createJMenuItem, createJRadioButtonMenuItem, getString, isBroadCastAddress, isNetMaskAddress, setApplet, setBundleName, setLocale, setSearchPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setFont

public static void setFont(java.awt.Font font)
Sets the Default Font which will used for all the UI components. Set the font before Instantiating.
See Also:
getFont()

getFont

public static java.awt.Font getFont()
Returns the default font. The default font sepcification are Font Family --- Helvetica Font Style --- Plain Font Size --­ 12.
See Also:
setFont(java.awt.Font)


Copyright (c)AdventNet Inc., 1996-2004