com.michaelbaranov.microba
Class Microba

java.lang.Object
  extended bycom.michaelbaranov.microba.Microba

public class Microba
extends java.lang.Object

This class is used to initialize Microba library.

Author:
Michael Baranov

Constructor Summary
Microba()
           
 
Method Summary
static java.lang.Object getOverridenProperty(java.lang.String property)
           
static java.lang.Object getProperty(java.lang.String property, java.lang.Object defaultValue)
           
static void init()
          Initializes the library: installs L&F properties, sets up a L&F change listener.
static void setColorOverrideMap(java.lang.String lookAndFeel, java.util.Map overrides)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Microba

public Microba()
Method Detail

init

public static void init()
Initializes the library: installs L&F properties, sets up a L&F change listener.

No need to call this method explicitly for desktop applications. You should only call it in Applet.init(). This will handle browser refresh button correctly.


setColorOverrideMap

public static void setColorOverrideMap(java.lang.String lookAndFeel,
                                       java.util.Map overrides)

getOverridenProperty

public static java.lang.Object getOverridenProperty(java.lang.String property)

getProperty

public static java.lang.Object getProperty(java.lang.String property,
                                           java.lang.Object defaultValue)