EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.BorderLayout.Region

Packages that use BorderLayout.Region
echopoint Primary package under which all the public components provided by EchoPoint are organised. 
 

Uses of BorderLayout.Region in echopoint
 

Methods in echopoint that return BorderLayout.Region
static BorderLayout.Region BorderLayout.Region.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BorderLayout.Region[] BorderLayout.Region.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in echopoint with parameters of type BorderLayout.Region
 void BorderLayout.add(Component component, BorderLayout.Region region)
          Add the specified child component to the specified region.
 Component BorderLayout.getComponent(BorderLayout.Region region)
          Return the child component for the specified region.
 


EchoPoint API - 3.0.0b5
App Webcontainer