org.netbeans.api.debugger/1 1.31.1

org.netbeans.api.debugger
Interface Properties.Initializer

Enclosing class:
Properties

public static interface Properties.Initializer

Implementing this interface one can define initial values of properties.


Method Summary
 Object getDefaultPropertyValue(String propertyName)
          Get the default value of property.
 String[] getSupportedPropertyNames()
          The list of supported property names.
 

Method Detail

getSupportedPropertyNames

String[] getSupportedPropertyNames()
The list of supported property names.

Returns:
the property names supported by this initializer

getDefaultPropertyValue

Object getDefaultPropertyValue(String propertyName)
Get the default value of property.

Parameters:
propertyName - The name of the property
Returns:
The default value

org.netbeans.api.debugger/1 1.31.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.