ucar.unidata.util
Class Msg

java.lang.Object
  extended by ucar.unidata.util.Msg

public class Msg
extends Object

Class Msg

Author:
Unidata development team

Nested Class Summary
static class Msg.SkipPanel
          Class SkipPanel _more_
 
Constructor Summary
Msg()
           
 
Method Summary
static void addDontComponent(Component comp)
          _more_
static void addDontRecurseComponent(Component comp)
          _more_
static void init(ResourceCollection rc)
          _more_
static void initStatics()
          _more_
static String msg(String original)
          _more_
static String msg(String original, String param1)
          _more_
static String msg(String original, String param1, String param2)
          _more_
static void recordMessages(File file)
          _more_
static void setShowDebug(boolean b)
          _more_
static void translateTree(Component comp)
          _more_
static void translateTree(Component comp, boolean doTabTitles)
          _more_
static void translateTree(Component comp, boolean doTabTitles, boolean debug)
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Msg

public Msg()
Method Detail

setShowDebug

public static void setShowDebug(boolean b)
_more_

Parameters:
b - _more_

init

public static void init(ResourceCollection rc)
_more_

Parameters:
rc - _more_

recordMessages

public static void recordMessages(File file)
_more_

Parameters:
file - _more_

initStatics

public static void initStatics()
_more_


msg

public static String msg(String original)
_more_

Parameters:
original - _more_
Returns:
_more_

msg

public static String msg(String original,
                         String param1)
_more_

Parameters:
original - _more_
param1 - _more_
Returns:
_more_

msg

public static String msg(String original,
                         String param1,
                         String param2)
_more_

Parameters:
original - _more_
param1 - _more_
param2 - _more_
Returns:
_more_

addDontComponent

public static void addDontComponent(Component comp)
_more_

Parameters:
comp - _more_

addDontRecurseComponent

public static void addDontRecurseComponent(Component comp)
_more_

Parameters:
comp - _more_

translateTree

public static void translateTree(Component comp)
_more_

Parameters:
comp - _more_

translateTree

public static void translateTree(Component comp,
                                 boolean doTabTitles)
_more_

Parameters:
comp - _more_
doTabTitles - _more_

translateTree

public static void translateTree(Component comp,
                                 boolean doTabTitles,
                                 boolean debug)
_more_

Parameters:
comp - _more_
doTabTitles - _more_
debug - _more_