public class ViewerPreferences extends Dictionary
entries, FORM_TYPE_KEY, inited, isDeleted, isNew, LENGTH_KEY, library, SUBTYPE_KEY, TYPE_KEY| Constructor and Description |
|---|
ViewerPreferences(Library l,
java.util.HashMap h)
Creates a new instance of a NameTree.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFitWindow() |
boolean |
getHideMenubar() |
boolean |
getHideToolbar() |
NameNode |
getRoot() |
boolean |
hasFitWindow() |
boolean |
hasHideMenubar() |
boolean |
hasHideToolbar() |
void |
init()
Initiate the NameTree.
|
getEntries, getFloat, getInt, getLibrary, getNumber, getObject, getPObjectReference, isDeleted, isNew, setDeleted, setNew, setPObjectReference, toStringpublic ViewerPreferences(Library l, java.util.HashMap h)
l - document library.h - NameTree dictionary entries.public void init()
init in class Dictionarypublic NameNode getRoot()
public boolean hasHideToolbar()
public boolean hasHideMenubar()
public boolean hasFitWindow()
public boolean getHideToolbar()
public boolean getHideMenubar()
public boolean getFitWindow()