Deprecated API
Contents
-
Deprecated InterfacesInterfaceDescriptionShould no longer be used.Use Looks instead.
-
Deprecated ClassesClassDescriptionBetter to use
Index.Support.showIndexedCustomizer(org.openide.nodes.Index)
which behaves better with the window system.
-
Deprecated FieldsFieldDescriptionOverride
Node.getActions(boolean)
instead of using this field.Only public by accident.
-
Deprecated MethodsMethodDescriptionOverride
Node.getActions(boolean)
instead.OverrideNode.getActions(boolean)
instead.UseAbstractNode.getPreferredAction()
instead.just use getCookieSet().add(...) insteadOverrideAbstractNode.getPreferredAction()
instead.Do not use! Just callChildren.Keys.setKeys(Collection)
with a larger set.Do not use! Just callChildren.Keys.setKeys(Collection)
with a smaller set.Use getActions (false) instead.Use getActions (true) instead.UseNode.getPreferredAction()
instead.Has no effect. To make a node disappear, simply remove it from the children of its parent. For example, you might callChildren.Keys.setKeys(Collection)
with a smaller collection.Do not use this method. It is useless now.Useless.Using a special action event in this way is deprecated. Better is to usecreateContextAwareInstance(org.openide.util.Lookup)
and pass a lookup containing all desiredNode
instances.Do not call this programmatically. UsecreateContextAwareInstance(org.openide.util.Lookup)
to pass in a node selection. Do not override this method.