The superclass for all the SceneGraphEditor nodes that mirror the
Java3D Scene graph objects.
author: Paul Byrne version: $Id: SGObject.java,v 1.1 2005/04/20 22:20:41 paulby Exp $
Add the capability name to the list of capabilities required
for this node.
setEditorCapabilitiesStatus
public void setEditorCapabilitiesStatus(int status)(Code)
Set the status of the capabilities in respect to the editor. This call does
not actually change any capabilities, it's just an indicator of the current
state.
Parameters: status - must be one of CAPABILITIES_NONE, CAPABILITIES_READ, CAPABILITIES_READ_WRITE