Package com.openfin.desktop.platform
Class ContentNavigationOptions
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.platform.ContentNavigationOptions
-
public class ContentNavigationOptions extends JsonBean
-
-
Constructor Summary
Constructors Constructor Description ContentNavigationOptions()ContentNavigationOptions(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getBlacklist()java.util.List<java.lang.String>getWhitelist()voidsetBlacklist()voidsetWhitelist()-
Methods inherited from class com.openfin.desktop.JsonBean
get, getArray, getBoolean, getBooleanValue, getBooleanValue, getDoubleValue, getDoubleValue, getInteger, getIntegerValue, getJson, getJsonBean, getJsonBean, getJsonBeanList, getJsonCopy, getJsonValue, getList, getRectangle, getString, put, setArray, setBoolean, setInteger, setJsonArray, setJsonBean, setLong, setRectangle, setString, toString
-
-