org.pz.platypus.plugin.pdf
Class PdfSymbolsTable
java.lang.Object
org.pz.platypus.plugin.pdf.PdfSymbolsTable
public class PdfSymbolsTable
- extends java.lang.Object
Holds all the PDF symbols and their associated actions as listed in the Symbols.list
file for the PDF plugin. Used for loading the command table.
- Author:
- alb
Method Summary |
(package private) java.lang.String |
computePropFilename(GDD gdd)
Compute the filename of the Symbols property file, based on the GDD |
PropertyFile |
getPropertyFile()
|
java.util.Set<java.lang.String> |
keySet()
|
void |
load(GDD gdd)
Compute the property file name for the symbols and load the symbols
into the PropertyFile class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propFile
PropertyFile propFile
PdfSymbolsTable
public PdfSymbolsTable(GDD Gdd)
computePropFilename
java.lang.String computePropFilename(GDD gdd)
- Compute the filename of the Symbols property file, based on the GDD
- Parameters:
gdd
- the GDD
- Returns:
- the file name or an empty string if an error occurred.
load
public void load(GDD gdd)
- Compute the property file name for the symbols and load the symbols
into the PropertyFile class
- Parameters:
gdd
- the GDD
keySet
public java.util.Set<java.lang.String> keySet()
getPropertyFile
public PropertyFile getPropertyFile()
Copyright © 2008-10 Pacific Data Works LLC