| java.lang.Object org.netbeans.modules.vmd.api.properties.common.PropertiesSupport
PropertiesSupport | final public class PropertiesSupport (Code) | | This class contains satic support methods to help maintaince Visual Designer properties shown
in the Properties Window.
|
DO_NOT_OPEN_PROPERTIES_WINDOW_TAG | final public static String DO_NOT_OPEN_PROPERTIES_WINDOW_TAG(Code) | | DataEditorView Tag. This tag hides Netbeans Property Window
|
addInstanceContent | public static void addInstanceContent(DataEditorView view, InstanceContent ic)(Code) | | This method connects DataEditorView with InstnceContect. It means that Instance contect with
the set of Nodes (PropertiesNode) can be share throug DataEditorViews (TopComponents).
This way developer can share the same InstanteContent (set of Nodes) through more that one DataEditorView.
Parameters: view - instance of DataEditorView to connect with given InstanceContent Parameters: ic - InstanceContent to connect with given DataEditorView |
getSheet | public static Sheet getSheet(DataEditorView view, DesignComponent component)(Code) | | Returns propertie's Sheet object for given view and DesignComponent.
Parameters: view - DataEditor view for searching properties Sheet Parameters: component - given DesignComponent instance of properties Sheet |
showCustomPropertyEditor | public static synchronized void showCustomPropertyEditor(DesignComponent component, String propertyName)(Code) | | It shows custom property editor window for given DesignComponent and the name of the property.
NOTE: Multi selection is not supported.
WARNING: Do NOT invoke this method from inside of the read transaction.
Parameters: component - instance of DesignComponent Parameters: propertyName - property name of the property which contains custom porperty editor to show |
|
|