| org.netbeans.modules.dbschema.nodes.DBElementNode org.netbeans.modules.dbschema.nodes.TableElementNode
TableElementNode | public TableElementNode(TableElement element, Children children, boolean writeable)(Code) | | Create a new class node.
Parameters: element - class element to represent Parameters: children - node children Parameters: writeable - true to be writable |
createNameProperty | protected Node.Property createNameProperty(boolean canW)(Code) | | Create a node property representing the element's name.
Parameters: canW - if false , property will be read-only the property. |
createSheet | protected Sheet createSheet()(Code) | | |
createTableOrViewProperty | protected Node.Property createTableOrViewProperty(boolean canW)(Code) | | Create a property for the table or view flag.
Parameters: canW - false to force property to be read-only the property |
getIconAffectingProperties | protected String[] getIconAffectingProperties()(Code) | | |
|
|