|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.l2fprod.common.swing.tips.TipLoader
public class TipLoader
Loads tips from various sources.
Constructor Summary | |
---|---|
TipLoader()
|
Method Summary | |
---|---|
static TipModel |
load(java.util.Properties props)
Initializes a TipModel from properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TipLoader()
Method Detail |
---|
public static TipModel load(java.util.Properties props)
tip.1.name=First Tip tip.1.description=This is the description tip.2.name=Second Tip tip.2.description=<html>This is an html description
props
-
java.lang.IllegalArgumentException
- if a name is found without description
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |