Package com.openfin.desktop.platform
Class ContentNavigationOptions
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.platform.ContentNavigationOptions
public class ContentNavigationOptions extends JsonBean
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ContentNavigationOptions()
ContentNavigationOptions(org.json.JSONObject json)
-
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>
getBlacklist()
java.util.List<java.lang.String>
getWhitelist()
void
setBlacklist()
void
setWhitelist()
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
-
Constructor Details
-
ContentNavigationOptions
public ContentNavigationOptions() -
ContentNavigationOptions
public ContentNavigationOptions(org.json.JSONObject json)
-
-
Method Details
-
getWhitelist
public java.util.List<java.lang.String> getWhitelist() -
setWhitelist
public void setWhitelist() -
getBlacklist
public java.util.List<java.lang.String> getBlacklist() -
setBlacklist
public void setBlacklist()
-