|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.HashMap | +--planetj.property.PropertyGroup | +--planetj.property.DefaultPropertyGroup | +--planetj.dataengine.display.BrowserProperties
Field Summary | |
static String |
BROWSER_PROPERTIES
Used for the default BrowserProperties property group name. |
static String |
className
Class name. |
static String |
COPY_HISTORY
Whether or not to copy the browser history. |
static String |
DIRECTORIES
Whether or not to show the directories (links / bookmarks). |
static String |
HEIGHT
Height for the browser. |
static String |
LOCATION
Whether or not to show the location bar. |
static String |
MENU
Whether or not to show the menu bar. |
static String |
RESIZABLE
Whether or not to allow resizing. |
static String |
SCROLLBARS
Whether or not to show the menu bar. |
static String |
TARGET
Target where to load the window. |
static String |
TARGET_NEW_WINDOW
Target property value for new browser window. |
static String |
TOOLBAR
Whether or not to show the toolbar. |
static String |
URL
URL to load in the window. |
static String |
WIDTH
Width for the browser. |
Fields inherited from class planetj.property.DefaultPropertyGroup |
NONE |
Fields inherited from class planetj.property.PropertyGroup |
ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, INTEGER_PROPERTY, LIST_PROPERTY, ROW_COLLECTION_KEY, STRING_PROPERTY |
Constructor Summary | |
BrowserProperties()
BrowserProperties constructor comment. |
|
BrowserProperties(int initialCapacity)
BrowserProperties constructor comment. |
|
BrowserProperties(String pName)
BrowserProperties constructor comment. |
Method Summary | |
List |
getAllPropertyNames()
Gets a List containing the names of all the supported properties. |
String |
getTarget()
Get the target. |
String |
getWindowProperties()
Gets a String of all properties that can be set on the window separated by comma's. |
boolean |
isOpenInNewWindow()
Check to see if target is a new window. |
Methods inherited from class planetj.property.DefaultPropertyGroup |
getDefaultPropertiesString, getRequiredPropertyNames |
Methods inherited from class planetj.property.PropertyGroup |
add, addProperty, addProperty, append, clone, compareTo, compareTo, compareTo, containsProperty, createProperty, getAllMetapropertyNames, getAllSetBooleanPropertyNames, getAllSetIntPropertyNames, getAllSetListPropertyNames, getAllSetPropertyNames, getAllSetStringPropertyNames, getBooleanValue, getDateValue, getDoubleValue, getIntValue, getListValue, getName, getProperty, getPropertyType, getStringValue, getValue, isMergeableOnList, isMetaproperty, iterator, mergeOnList, put, put, put, setName, toString, updateProperty |
Methods inherited from class java.util.HashMap |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Field Detail |
public static final String className
public static final String BROWSER_PROPERTIES
public static final String URL
public static final String TARGET
public static final String WIDTH
public static final String HEIGHT
public static final String TOOLBAR
public static final String LOCATION
public static final String MENU
public static final String DIRECTORIES
public static final String SCROLLBARS
public static final String RESIZABLE
public static final String COPY_HISTORY
public static final String TARGET_NEW_WINDOW
Constructor Detail |
public BrowserProperties()
public BrowserProperties(int initialCapacity)
initialCapacity
- intpublic BrowserProperties(String pName)
pName
- java.lang.StringMethod Detail |
public List getAllPropertyNames()
getAllPropertyNames
in class DefaultPropertyGroup
public String getTarget()
public String getWindowProperties()
public boolean isOpenInNewWindow()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |