VCL
[ class tree: VCL ] [ index: VCL ] [ all elements ]

Class: DatabaseEditor

Source Location: /designide.inc.php

Class Overview

Object
   |
   --ComponentEditor
      |
      --DatabaseEditor

Database component editor, to show right-click menu options


Methods


Inherited Variables

Inherited Methods

Class: ComponentEditor

ComponentEditor::executeVerb()
Depending on the verb, perform any action you want
ComponentEditor::getVerbs()
Return here an array of items to show when right clicking a component

Class: Object

Object::__construct()
Constructs an object and initializes its data before the object is first used.
Object::className()
Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument).
Object::classNameIs()
Determines whether an object is of a specific type.
Object::classParent()
Returns the type of the immediate ancestor of a class.
Object::inheritsFrom()
Determines the relationship of two object types.
Object::methodExists()
Check if a method exists declared on this object instance.
Object::readProperty()
Reads a property from the streams
Object::__get()
To virtualize properties
Object::__set()
To virtualize properties

Class Details

[line 698]
Database component editor, to show right-click menu options

This componenteditor is used by the Database component, when right clicking on it, to show a set of options to be used from the IDE, like create a data dictionary.




[ Top ]


Class Methods


method executeVerb [line 705]

void executeVerb( $verb)



Overrides ComponentEditor::executeVerb() (Depending on the verb, perform any action you want)

Parameters:

   $verb  

[ Top ]

method getVerbs [line 700]

void getVerbs( )



Overrides ComponentEditor::getVerbs() (Return here an array of items to show when right clicking a component)

[ Top ]


Documentation generated on Sat, 13 Jun 2009 10:51:30 -0700 by phpDocumentor 1.4.1