Package com.inet.pdfc.config
Class Settings.FILTER
java.lang.Object
com.inet.pdfc.config.Settings.FILTER
- All Implemented Interfaces:
VisibilitySetting
- Enclosing interface:
- Settings
This is a convenience class to enable or disable the highlighting of changes
by a filter. The
Settings.FILTER
settings have the type "OPTION" as well since
they share the same semantic context.- Since:
- i-net PDFC 5.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic VisibilitySetting
Creates aVisibilitySetting
for a filter.getTyp()
The Visibility Type for this Setting (Enum)name()
The value of the enumMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inet.pdfc.config.VisibilitySetting
getTranslationKey
-
Method Details
-
forKey
Creates aVisibilitySetting
for a filter.- Parameters:
filterKey
- the filter key- Returns:
- a
VisibilitySetting
for the filter
-
name
The value of the enum- Specified by:
name
in interfaceVisibilitySetting
- Returns:
- value of the enum
-
getTyp
The Visibility Type for this Setting (Enum)- Specified by:
getTyp
in interfaceVisibilitySetting
- Returns:
- Type of Enum
-