|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPropertySheetEntry | |
org.eclipse.ui.views.properties | Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. |
Uses of IPropertySheetEntry in org.eclipse.ui.views.properties |
Classes in org.eclipse.ui.views.properties that implement IPropertySheetEntry | |
class |
PropertySheetEntry
PropertySheetEntry is an implementation of
IPropertySheetEntry which uses IPropertySource
and IPropertyDescriptor to interact with domain model objects.
|
Methods in org.eclipse.ui.views.properties that return IPropertySheetEntry | |
IPropertySheetEntry[] |
PropertySheetEntry.getChildEntries()
|
IPropertySheetEntry[] |
IPropertySheetEntry.getChildEntries()
Returns the child entries for this entry. |
Methods in org.eclipse.ui.views.properties with parameters of type IPropertySheetEntry | |
void |
PropertySheetPage.setRootEntry(IPropertySheetEntry entry)
Sets the given entry as the model for the page. |
void |
IPropertySheetEntryListener.childEntriesChanged(IPropertySheetEntry node)
A node's children have changed (children added or removed) |
void |
IPropertySheetEntryListener.errorMessageChanged(IPropertySheetEntry entry)
A entry's error message has changed |
void |
IPropertySheetEntryListener.valueChanged(IPropertySheetEntry entry)
A entry's value has changed |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.