public class TxtFormat extends AbstractActionManager implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
actionCode |
| Constructor and Description |
|---|
TxtFormat() |
| Modifier and Type | Method and Description |
|---|---|
AbstractHyperLinkPanel |
createPanel(java.net.URI doc) |
java.lang.String |
getActionCode() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
boolean |
hasPanel() |
void |
showDocument(java.net.URI doc) |
create, create, createpublic static final java.lang.String actionCode
public AbstractHyperLinkPanel createPanel(java.net.URI doc) throws java.lang.UnsupportedOperationException
createPanel in interface ILinkActionManagerjava.lang.UnsupportedOperationExceptionpublic java.lang.String getActionCode()
getActionCode in interface ILinkActionManagerpublic boolean hasPanel()
hasPanel in interface ILinkActionManagerhasPanel in class AbstractActionManagerpublic void showDocument(java.net.URI doc)
showDocument in interface ILinkActionManagerpublic java.lang.String getDescription()
getDescription in interface ILinkActionManagerpublic java.lang.String getName()
getName in interface ILinkActionManager