站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

P-Index (NetBeans Explorer API) - NetBeans API Javadoc 5.0.0

 
A B C D E F G H I L M N O P R S T U V W X

P

PAINTING_PREFERRED - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation, does useless.
PREF_CUSTOM_EDITOR - Static variable in class org.openide.explorer.propertysheet.PropertyPanel
Constant defining a preference for rendering the value.
PREF_INPUT_STATE - Static variable in class org.openide.explorer.propertysheet.PropertyPanel
Constant defining a preference for rendering the value.
PREF_READ_ONLY - Static variable in class org.openide.explorer.propertysheet.PropertyPanel
Constant defining a preference for rendering the value.
PREF_TABLEUI - Static variable in class org.openide.explorer.propertysheet.PropertyPanel
Constant defining a preference for a borderless UI suitable for use in a table
PROPERTY_CURRENT_PAGE - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation, , will never be fired.
PROPERTY_DISABLED_PROPERTY_COLOR - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation, , will never be fired.
PROPERTY_DISPLAY_WRITABLE_ONLY - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation, will never be fired.
PROPERTY_HELP_ID - Static variable in interface org.openide.explorer.propertysheet.ExPropertyEditor
If you want to add custom help ID on the custom property editor panel you can store its value in PROPERTY_HELP_ID property.
PROPERTY_PLASTIC - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation, , will never be fired.
PROPERTY_PROPERTY_PAINTING_STYLE - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation, will never be fired.
PROPERTY_SORTING_MODE - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation, will never be fired.
PROPERTY_VALUE_COLOR - Static variable in class org.openide.explorer.propertysheet.PropertySheet
Deprecated. Relic of the original property sheet implementation, will never be fired.
PROP_EXPLORED_CONTEXT - Static variable in class org.openide.explorer.ExplorerManager
Name of property for the explored context.
PROP_MODEL - Static variable in class org.openide.explorer.propertysheet.PropertyPanel
Name of the 'model' property.
PROP_NODE_CHANGE - Static variable in class org.openide.explorer.ExplorerManager
Name of property for change in a node.
PROP_PREFERENCES - Static variable in class org.openide.explorer.propertysheet.PropertyPanel
Name of the 'preferences' property.
PROP_PROPERTY_EDITOR - Static variable in class org.openide.explorer.propertysheet.PropertyPanel
Deprecated. - the property editor is re-fetched from the underlying property object as needed. It is up to the property object to cache or not cache the property editor. This property will no longer be fired.
PROP_ROOT_CONTEXT - Static variable in class org.openide.explorer.ExplorerManager
Name of property for the root context.
PROP_SELECTED_NODES - Static variable in class org.openide.explorer.ExplorerManager
Name of property for the node selection.
PROP_STATE - Static variable in class org.openide.explorer.propertysheet.PropertyEnv
Name of the state property.
PROP_STATE - Static variable in class org.openide.explorer.propertysheet.PropertyPanel
Name of property 'state' that describes the state of the embeded PropertyEditor.
PROP_VALUE - Static variable in interface org.openide.explorer.propertysheet.PropertyModel
Name of the 'value' property.
PROP_VALUE_VALID - Static variable in interface org.openide.explorer.propertysheet.ExPropertyEditor
If you want to enable/disable the OK button on the custom property editor panel you can fire a property change event with boolean value.
PropertyEnv - class org.openide.explorer.propertysheet.PropertyEnv.
PropertyEnv is a class which allows an object (such as a Node.Property instance) to communicate hints to property editor instances that affect the behavior or visual rendering of the property in a PropertySheet or PropertyPanel component.
PropertyModel - interface org.openide.explorer.propertysheet.PropertyModel.
A model defining the behavior of a property.
PropertyPanel - class org.openide.explorer.propertysheet.PropertyPanel.
PropertyPanel is a generic GUI component for displaying and editing a JavaBeans™ property or any compatible getter/setter pair for which there is a property editor available, in accordance with the JavaBeans specification.
PropertyPanel() - Constructor for class org.openide.explorer.propertysheet.PropertyPanel
Creates new PropertyPanel backed by a dummy property
PropertyPanel(Object, String, int) - Constructor for class org.openide.explorer.propertysheet.PropertyPanel
Creates new PropertyPanel with DefaultPropertyModel
PropertyPanel(PropertyModel, int) - Constructor for class org.openide.explorer.propertysheet.PropertyPanel
Creates a new PropertyPanel.
PropertyPanel(Node.Property, int) - Constructor for class org.openide.explorer.propertysheet.PropertyPanel
Create a new property panel for the specified property with the specified preferences.
PropertyPanel(Node.Property) - Constructor for class org.openide.explorer.propertysheet.PropertyPanel
Create a new property panel for displaying/editing the specified property
PropertySheet - class org.openide.explorer.propertysheet.PropertySheet.
Implements a property sheet for a set of nodes.
PropertySheet() - Constructor for class org.openide.explorer.propertysheet.PropertySheet
Create a new property sheet
PropertySheetSettings - class org.openide.explorer.propertysheet.PropertySheetSettings.
Deprecated. None of the settings in this class are supported in the new property sheet. The entire implementation has been gutted to do nothing.
PropertySheetSettings() - Constructor for class org.openide.explorer.propertysheet.PropertySheetSettings
Deprecated.  
PropertySheetView - class org.openide.explorer.propertysheet.PropertySheetView.
An Explorer view displaying a property sheet.
PropertySheetView() - Constructor for class org.openide.explorer.propertysheet.PropertySheetView
 
paint(Graphics) - Method in class org.openide.explorer.propertysheet.PropertyPanel
 
processFocusEvent(FocusEvent) - Method in class org.openide.explorer.propertysheet.PropertyPanel
 
processMouseEvent(MouseEvent, MenuElement[], MenuSelectionManager) - Method in class org.openide.explorer.view.MenuView.Menu
Checks for right click to ask the acceptor whether to accept the selection.
propertyChange(PropertyChangeEvent) - Method in class org.openide.explorer.propertysheet.DefaultPropertyModel
Deprecated. Implementation of PropertyChangeListener method

 
A B C D E F G H I L M N O P R S T U V W X
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.