|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.radrails.db.internal.ui.Column
Represents a Column in the DataNavigator.
Constructor Summary | |
Column(java.lang.String columnName,
Table table)
Creates a new Column. |
Method Summary | |
java.lang.Object[] |
getChildren()
Gets all of the children of this element. |
java.lang.String |
getName()
Gets the name of the element. |
IDatabaseElement |
getParent()
Gets the parent of this element. |
boolean |
hasChildren()
Checks if this object has any children. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Column(java.lang.String columnName, Table table)
columnName
- The name of the column.table
- The table to this column belongs in.Method Detail |
public IDatabaseElement getParent()
IDatabaseElement
getParent
in interface IDatabaseElement
IDatabaseElement.getParent()
public java.lang.String getName()
IDatabaseElement
getName
in interface IDatabaseElement
IDatabaseElement.getName()
public java.lang.Object[] getChildren()
IDatabaseElement
getChildren
in interface IDatabaseElement
IDatabaseElement.getChildren()
public boolean hasChildren()
IDatabaseElement
hasChildren
in interface IDatabaseElement
true
if this element has children,
false
otherwise.IDatabaseElement.hasChildren()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |