public class PdfFormat extends AbstractActionManager implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
actionCode |
Constructor and Description |
---|
PdfFormat() |
Modifier and Type | Method and Description |
---|---|
AbstractHyperLinkPanel |
createPanel(URI doc) |
String |
getActionCode() |
String |
getDescription() |
String |
getName() |
boolean |
hasPanel() |
void |
showDocument(URI doc) |
create, create, create
public static final String actionCode
public AbstractHyperLinkPanel createPanel(URI doc) throws UnsupportedOperationException
createPanel
in interface ILinkActionManager
UnsupportedOperationException
public String getActionCode()
getActionCode
in interface ILinkActionManager
public boolean hasPanel()
hasPanel
in interface ILinkActionManager
hasPanel
in class AbstractActionManager
public void showDocument(URI doc)
showDocument
in interface ILinkActionManager
public String getDescription()
getDescription
in interface ILinkActionManager
public String getName()
getName
in interface ILinkActionManager