oracle.ide.docking
Interface DockableContainer
- public interface DockableContainer
Internal use only. This interface is a marker used internally to determine the active view.
getClientCount
public int getClientCount()
- Gets the number of hosted clients
getClient
public Dockable getClient(int i)
- Returns:
- the Dockable at the specified index
isClientAccessible
public boolean isClientAccessible(Dockable dockable)
- Checks if the client is visible. Return true also if the client is tabbed
but not the active tab.