public interface DockableContainer
| Modifier and Type | Method and Description | 
|---|---|
Dockable | 
getClient(int i)  | 
int | 
getClientCount()
Gets the number of hosted clients 
 | 
boolean | 
isClientAccessible(Dockable dockable)
Checks if the client is visible. 
 | 
int getClientCount()
Dockable getClient(int i)
boolean isClientAccessible(Dockable dockable)