|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.core.internal.DLinkUtil
org.eclipse.tptp.platform.report.birt).
public class DLinkUtil
Provides utility code and link's method definition for IDLink implementors.
IDLink,
DLink| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_LINK
Deprecated. Link property: when the user clicks on this type of link document is moved to target. |
static java.lang.String |
DETACH
Deprecated. Link property: when the user clicks on this type of link the popup is opened in another JScrib UI viewer |
static java.lang.String |
POINTER
Deprecated. Default link property: when the user clicks on the link the popup is opened. |
static java.lang.String |
TOOLTIP
Deprecated. Link property: when the mouse pointer enters the link area the popup appears automatically |
| Constructor Summary | |
|---|---|
DLinkUtil()
Deprecated. |
|
| Method Summary | |
|---|---|
static java.lang.String |
buildTarget(java.lang.String a_method,
java.lang.String a_target)
Deprecated. Returns the target string (i.e. method ':' path) of the link. |
static java.lang.String |
getMethod(IDLink a_link)
Deprecated. |
static java.lang.String |
getMethod(java.lang.String a_target)
Deprecated. Returns method of target link a_target. |
static java.lang.String |
getPath(IDLink a_link)
Deprecated. |
static java.lang.String |
getPath(java.lang.String a_target)
Deprecated. Returns the path of a string link. |
static java.lang.String[] |
getPathItems(IDLink a_link)
Deprecated. Split path of link at '/' char separator, returns each element in an String array. |
static boolean |
isInternalLink(IDLink a_link)
Deprecated. Returns true if the link's method is internal, false if the target is an URL. |
static boolean |
isInternalLink(java.lang.String a_target)
Deprecated. Returns true if the link's target is internal method, false if the target is an URL. |
static boolean |
isPopupLink(IDLink a_link)
Deprecated. return true is method is a popup-like method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_LINK
public static final java.lang.String DETACH
public static final java.lang.String POINTER
public static final java.lang.String TOOLTIP
| Constructor Detail |
|---|
public DLinkUtil()
| Method Detail |
|---|
public static final boolean isInternalLink(IDLink a_link)
public static boolean isInternalLink(java.lang.String a_target)
public static boolean isPopupLink(IDLink a_link)
public static java.lang.String getMethod(java.lang.String a_target)
[<method>:<path>]
getPath(java.lang.String)public static final java.lang.String getMethod(IDLink a_link)
getMethod(java.lang.String)public static java.lang.String getPath(java.lang.String a_target)
getPathItems(org.eclipse.tptp.platform.report.core.internal.IDLink)public static final java.lang.String getPath(IDLink a_link)
getPath(String)public static java.lang.String[] getPathItems(IDLink a_link)
public static java.lang.String buildTarget(java.lang.String a_method,
java.lang.String a_target)
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||