|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dockable | |
|---|---|
| org.noos.xing.mydoggy | |
| org.noos.xing.mydoggy.event | |
| Uses of Dockable in org.noos.xing.mydoggy |
|---|
| Classes in org.noos.xing.mydoggy with type parameters of type Dockable | |
|---|---|
interface |
DockableManager<D extends Dockable>
This is a markup interface for all Dockable Manager. |
interface |
RepresentativeAnchorDescriptor<D extends Dockable>
This interface is used to modify the behaviour of a representative anchor. |
| Subinterfaces of Dockable in org.noos.xing.mydoggy | |
|---|---|
interface |
Content
A content is a wrapper of a component decorated with some properties like a title, an icon, etc. |
interface |
ToolWindow
Tool Windows are secondary windows within the main window that provide access to and/or support for a particular functionality. |
interface |
ToolWindowTab
Every toolwindow can be considered as a special JTabbedPane and so it can contain more than one component. |
| Methods in org.noos.xing.mydoggy that return Dockable | |
|---|---|
Dockable |
Content.getDockableDelegator()
Returns the dockable that this tab is accomodating, null if no dockable is accomodated. |
Dockable |
ToolWindowTab.getDockableDelegator()
Returns the dockable that this tab is accomodating, null if no dockable is accomodated. |
D[] |
DockableManager.getDockables()
Returns an array of the dockables registered into this manager. |
Dockable |
ToolWindowManager.lookupDockable(Object key)
Returns the dockable to which a dockable manager (this manager, the content manager or a toolwindow) maps the specified id. |
| Methods in org.noos.xing.mydoggy with parameters of type Dockable | |
|---|---|
Content |
ContentManager.addContent(Dockable dockable)
Adds a dockable. |
ToolWindowTab |
ToolWindow.addToolWindowTab(Dockable dockable)
Adds a dockable. |
| Uses of Dockable in org.noos.xing.mydoggy.event |
|---|
| Methods in org.noos.xing.mydoggy.event that return Dockable | |
|---|---|
Dockable |
DockableManagerEvent.getDockable()
Returns the dockable window involved in the action. |
| Constructors in org.noos.xing.mydoggy.event with parameters of type Dockable | |
|---|---|
DockableManagerEvent(Object source,
DockableManagerEvent.ActionId actionId,
Dockable dockable)
Constructs a DockableEvent object with the
specified source, actionId and dockable. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||