Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Class
oracle.ide.externaltools.Availability

Packages that use Availability
oracle.ide.externaltools Contains interfaces and classes that allow external tools in the IDE to be invoked, manipulated and extended by extensions. 
 

Uses of Availability in oracle.ide.externaltools
 

Methods in oracle.ide.externaltools that return Availability
 Availability ExternalToolBaseProperties.getAvailability()
          Get when this tool is available.
static Availability Availability.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Availability[] Availability.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in oracle.ide.externaltools with parameters of type Availability
 void ExternalToolBaseProperties.setAvailability(Availability availability)
          Set when this tool is available.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.