Skip navigation links
org.openide.explorer 6.66.1
A B C D E F G H I L M N O P Q R S T U V W X 

P

paint(Graphics) - Method in class org.openide.explorer.propertysheet.PropertyPanel
 
paint(Graphics) - Method in class org.openide.explorer.view.ListView
 
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
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.
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.
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.
propertyChange(PropertyChangeEvent) - Method in class org.openide.explorer.propertysheet.DefaultPropertyModel
Deprecated.
Implementation of PropertyChangeListener method
PropertyEnv - Class in org.openide.explorer.propertysheet
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 in org.openide.explorer.propertysheet
A model defining the behavior of a property.
PropertyPanel - Class in org.openide.explorer.propertysheet
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 in org.openide.explorer.propertysheet
Implements a property sheet for a set of nodes.
PropertySheet() - Constructor for class org.openide.explorer.propertysheet.PropertySheet
Create a new property sheet
PropertySheetView - Class in org.openide.explorer.propertysheet
An Explorer view displaying a PropertySheet - e.g.
PropertySheetView() - Constructor for class org.openide.explorer.propertysheet.PropertySheetView
 
A B C D E F G H I L M N O P Q R S T U V W X 
Skip navigation links
org.openide.explorer 6.66.1