|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.model.TechId
The TechId
class is a unique identifier for representing a
technology in the system. Each instance wraps the display attributes
for representing the technology in the user interface.
Method Summary | |
int |
compareTo(java.lang.Object object)
Compares two TechId instances for ordering. |
java.lang.String |
getDescription()
Returns the display description for this technology. |
java.lang.String |
getKey()
Returns the key for this technology. |
java.lang.String |
getName()
Returns the display name for this technology. |
TechId |
getParent()
Returns the parent TechId for this technology. |
boolean |
isAncestorOf(TechId techId)
Returns true if this technology is an ancestor of the
specified TechId . |
boolean |
isInScope(TechnologyScope scope)
Returns true if this technology exists in the specified
TechnologyScope . |
boolean |
isVisible()
Returns true if this technology should be visible in the
user interface, otherwise returns false . |
java.lang.String |
toString()
Returns a short description of the technology. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public TechId getParent()
TechId
for this technology.
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getKey()
public boolean isVisible()
true
if this technology should be visible in the
user interface, otherwise returns false
.
public boolean isInScope(TechnologyScope scope)
true
if this technology exists in the specified
TechnologyScope
. If this is a pseudo-technology, then the
PseudoTechnologyCallback
may be queried to determine if this
technology is in the specified scope.
scope
- the current technology scope.public boolean isAncestorOf(TechId techId)
true
if this technology is an ancestor of the
specified TechId
.
techId
- the prospective descendant technology.public int compareTo(java.lang.Object object)
TechId
instances for ordering.
compareTo
in interface java.lang.Comparable
java.lang.ClassCastException
- if the argument is not another
TechId
instance.public java.lang.String toString()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.