|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.elegantj.common.Common
Other class it tried collecting the method which completely is not relationship as common function.
| Field Summary | |
static java.lang.String |
BYTE_SEPARATOR
|
static boolean |
HAS_GUI
|
| Constructor Summary | |
Common()
|
|
| Method Summary | |
static java.lang.String |
formateDate(java.util.Date dt)
|
static java.lang.String |
formateDate(java.util.Date dt,
java.lang.String formateStr)
|
static java.lang.String |
formateDate(long lDate)
|
static java.applet.Applet |
GetApplet(java.awt.Component c)
The parent of the component which is appointed is consecutively decided, the applet is searched. |
static java.applet.Applet |
GetApplet(java.awt.Component c,
boolean fDebug)
The parent of the component which is appointed is consecutively decided, the applet is searched. |
static java.lang.String |
getAppPath()
|
static java.awt.Dialog |
GetDialog(java.awt.Component c)
The parent of the component which is appointed is consecutively decided, the dialogue which first is found is returned. |
static java.awt.Dialog |
GetDialog(java.awt.Component c,
boolean fDebug)
The parent of the component which is appointed is consecutively decided, the dialogue which first is found is returned. |
static java.awt.Frame |
GetFrame(java.awt.Component c)
The parent of the component which is appointed is consecutively decided, Frame which first is found is returned. |
static java.awt.Frame |
GetFrame(java.awt.Component c,
boolean fDebug)
The parent of the component which is appointed is consecutively decided, Frame which first is found is returned. |
static javax.swing.JApplet |
GetJApplet(java.awt.Component c)
|
static javax.swing.JApplet |
GetJApplet(java.awt.Component c,
boolean fDebug)
|
static javax.swing.JFrame |
GetJFrame(java.awt.Component c)
|
static javax.swing.JFrame |
GetJFrame(java.awt.Component c,
boolean fDebug)
|
static javax.swing.JMenuBar |
GetMenuBar(javax.swing.JComponent c)
The parent of the menu component which is appointed is consecutively decided, the menu bar is searched. |
static java.lang.String |
getStackTrace(java.lang.Throwable t)
|
static boolean |
isStandalone(java.awt.Component c)
Whether or not stand-alone flag starting it decides. |
static boolean |
isStandalone(java.awt.Component c,
boolean fDebug)
Whether or not stand-alone flag starting it decides. |
static java.lang.String |
replace(java.lang.String text,
java.lang.String strOld,
java.lang.String strNew)
|
static java.lang.String[] |
tokenize(java.lang.String str,
java.lang.String separator)
|
static java.lang.Object |
toObject(java.lang.String text)
Creates an object from string representation |
static java.lang.String |
toString(java.lang.Object obj)
Creates string representation of object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static boolean HAS_GUI
public static final java.lang.String BYTE_SEPARATOR
| Constructor Detail |
public Common()
| Method Detail |
public static java.applet.Applet GetApplet(java.awt.Component c)
public static javax.swing.JApplet GetJApplet(java.awt.Component c)
public static java.applet.Applet GetApplet(java.awt.Component c,
boolean fDebug)
fDebug - true - debugging message is indicated.
public static javax.swing.JApplet GetJApplet(java.awt.Component c,
boolean fDebug)
public static java.awt.Dialog GetDialog(java.awt.Component c)
public static java.awt.Dialog GetDialog(java.awt.Component c,
boolean fDebug)
fDebug - true - debugging message is indicated.public static java.awt.Frame GetFrame(java.awt.Component c)
public static java.awt.Frame GetFrame(java.awt.Component c,
boolean fDebug)
fDebug - true - debugging message is indicated.public static javax.swing.JFrame GetJFrame(java.awt.Component c)
public static javax.swing.JFrame GetJFrame(java.awt.Component c,
boolean fDebug)
public static boolean isStandalone(java.awt.Component c)
public static boolean isStandalone(java.awt.Component c,
boolean fDebug)
fDebug - true - debugging message is indicated.public static javax.swing.JMenuBar GetMenuBar(javax.swing.JComponent c)
public static java.lang.String getAppPath()
public static java.lang.String replace(java.lang.String text,
java.lang.String strOld,
java.lang.String strNew)
public static java.lang.String formateDate(java.util.Date dt)
public static java.lang.String formateDate(java.util.Date dt,
java.lang.String formateStr)
public static java.lang.String formateDate(long lDate)
public static java.lang.String getStackTrace(java.lang.Throwable t)
public static java.lang.String[] tokenize(java.lang.String str,
java.lang.String separator)
public static java.lang.Object toObject(java.lang.String text)
text - the string representation of the objectpublic static java.lang.String toString(java.lang.Object obj)
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||