Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.docking
Interface DockableContainer


public interface DockableContainer

Internal use only. This interface is a marker used internally to determine the active view.


Method Summary
 Dockable getClient(int i)
           
 int getClientCount()
          Gets the number of hosted clients
 boolean isClientAccessible(Dockable dockable)
          Checks if the client is visible.

 

Method Detail

getClientCount

int getClientCount()
Gets the number of hosted clients

getClient

Dockable getClient(int i)
Returns:
the Dockable at the specified index

isClientAccessible

boolean isClientAccessible(Dockable dockable)
Checks if the client is visible. Return true also if the client is tabbed but not the active tab.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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