|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.qoppa.pdfViewer.actions.Action
com.qoppa.pdfViewer.actions.URLAction
public class URLAction
Action that tells the viewer to open a web page from the URL.
| Field Summary | |
|---|---|
static String |
ACTION_TYPE_DESCRIPTION
|
| Constructor Summary | |
|---|---|
URLAction(String url)
Constructs the action with a url. |
|
| Method Summary | |
|---|---|
String |
getActionType()
Returns the action type. |
String |
getActionTypeDesc()
Returns the action type description |
String |
getURL()
Returns the URL that this action refers to. |
String |
toString()
Returns the description of the action. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static String ACTION_TYPE_DESCRIPTION
| Constructor Detail |
|---|
public URLAction(String url)
url - The url to go to when activated.| Method Detail |
|---|
public String getURL()
public String getActionType()
getActionType in class Actionpublic String getActionTypeDesc()
getActionTypeDesc in class Actionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||