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 VisibilitySettingCreates aVisibilitySettingfor 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, waitMethods inherited from interface com.inet.pdfc.config.VisibilitySetting
getTranslationKey
-
Method Details
-
forKey
Creates aVisibilitySettingfor a filter.- Parameters:
filterKey- the filter key- Returns:
- a
VisibilitySettingfor the filter
-
name
The value of the enum- Specified by:
namein interfaceVisibilitySetting- Returns:
- value of the enum
-
getTyp
The Visibility Type for this Setting (Enum)- Specified by:
getTypin interfaceVisibilitySetting- Returns:
- Type of Enum
-