|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
planetj.property.PropertyGroup
planetj.property.DefaultPropertyGroup
planetj.dataengine.display.BrowserProperties
Field Summary | |
static java.lang.String |
BROWSER_PROPERTIES
Used for the default BrowserProperties property group name. |
static java.lang.String |
className
Class name. |
static java.lang.String |
COPY_HISTORY
Whether or not to copy the browser history. |
static java.lang.String |
DIRECTORIES
Whether or not to show the directories (links / bookmarks). |
static java.lang.String |
HEIGHT
Height for the browser. |
static java.lang.String |
LOCATION
Whether or not to show the location bar. |
static java.lang.String |
MENU
Whether or not to show the menu bar. |
static java.lang.String |
RESIZABLE
Whether or not to allow resizing. |
static java.lang.String |
SCROLLBARS
Whether or not to show the menu bar. |
static java.lang.String |
TARGET
Target where to load the window. |
static java.lang.String |
TARGET_NEW_WINDOW
Target property value for new browser window. |
static java.lang.String |
TOOLBAR
Whether or not to show the toolbar. |
static java.lang.String |
URL
URL to load in the window. |
static java.lang.String |
WIDTH
Width for the browser. |
Fields inherited from class planetj.property.PropertyGroup |
ALL, ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, FLOAT_PROPERTY, INTEGER_PROPERTY, JAVA_CLASS_PROPERTY, LIST_PROPERTY, MAP_PROPERTY, NONE, ROW_COLLECTION_KEY, STRING_PROPERTY |
Constructor Summary | |
BrowserProperties()
BrowserProperties constructor comment. |
|
BrowserProperties(int initialCapacity)
BrowserProperties constructor comment. |
|
BrowserProperties(java.lang.String pName)
BrowserProperties constructor comment. |
Method Summary | |
java.util.List |
getAllPropertyNames()
Gets a List containing the names of all the supported properties. |
java.lang.String |
getTarget()
Get the target. |
java.lang.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. |
protected short |
propertyType(java.lang.String propertyName)
Gets the type of property for a specified property name. |
Methods inherited from class planetj.property.DefaultPropertyGroup |
getDefaultPropertiesString, getRequiredPropertyNames |
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 |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Field Detail |
public static final java.lang.String className
public static final java.lang.String BROWSER_PROPERTIES
public static final java.lang.String URL
public static final java.lang.String TARGET
public static final java.lang.String WIDTH
public static final java.lang.String HEIGHT
public static final java.lang.String TOOLBAR
public static final java.lang.String LOCATION
public static final java.lang.String MENU
public static final java.lang.String DIRECTORIES
public static final java.lang.String SCROLLBARS
public static final java.lang.String RESIZABLE
public static final java.lang.String COPY_HISTORY
public static final java.lang.String TARGET_NEW_WINDOW
Constructor Detail |
public BrowserProperties()
public BrowserProperties(int initialCapacity)
initialCapacity
- intpublic BrowserProperties(java.lang.String pName)
pName
- java.lang.StringMethod Detail |
public java.util.List getAllPropertyNames()
getAllPropertyNames
in class DefaultPropertyGroup
public java.lang.String getTarget()
public java.lang.String getWindowProperties()
public boolean isOpenInNewWindow()
protected short propertyType(java.lang.String propertyName)
propertyType
in class DefaultPropertyGroup
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |