public class TipUIUtil
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
TipUIUtil.Browser |
Modifier and Type | Method and Description |
---|---|
static TipUIUtil.Browser |
createBrowser() |
static javax.swing.JEditorPane |
createTipBrowser()
Deprecated.
use
createBrowser() |
static java.lang.String |
getPoweredByText(TipAndTrickBean tip) |
static TipAndTrickBean |
getTip(FeatureDescriptor feature) |
static void |
openTipInBrowser(TipAndTrickBean tip,
javax.swing.JEditorPane browser)
Deprecated.
|
static void |
openTipInBrowser(TipAndTrickBean tip,
TipUIUtil.Browser browser) |
public static java.lang.String getPoweredByText(TipAndTrickBean tip)
public static TipAndTrickBean getTip(FeatureDescriptor feature)
@Deprecated public static void openTipInBrowser(TipAndTrickBean tip, javax.swing.JEditorPane browser)
openTipInBrowser(TipAndTrickBean, Browser)
public static void openTipInBrowser(TipAndTrickBean tip, TipUIUtil.Browser browser)
@Deprecated public static javax.swing.JEditorPane createTipBrowser()
createBrowser()
public static TipUIUtil.Browser createBrowser()