org.noos.xing.mydoggy.plaf.ui
Class MyDoggyToolWindowContainer

java.lang.Object
  extended by org.noos.xing.mydoggy.plaf.ui.MyDoggyToolWindowContainer
All Implemented Interfaces:
Cleaner, ToolWindowContainer
Direct Known Subclasses:
DockedContainer, FloatingContainer, FloatingLiveContainer, SlidingContainer

public abstract class MyDoggyToolWindowContainer
extends Object
implements ToolWindowContainer

Author:
Angelo De Caro (angelo.decaro@gmail.com)

Field Summary
protected  ToolWindowDescriptor descriptor
           
protected  ToolWindowTitleButtonPanel titleBarButtons
           
protected  org.noos.xing.mydoggy.ToolWindow toolWindow
           
protected  ToolWindowPanel toolWindowPanel
           
protected  ToolWindowTabPanel toolWindowTabPanel
           
protected  ToolWindowTitleBar toolWindowTitleBar
           
 
Constructor Summary
MyDoggyToolWindowContainer(ToolWindowDescriptor toolWindowDescriptor)
           
 
Method Summary
 void cleanup()
           
 void updateUI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptor

protected ToolWindowDescriptor descriptor

toolWindow

protected org.noos.xing.mydoggy.ToolWindow toolWindow

toolWindowPanel

protected ToolWindowPanel toolWindowPanel

toolWindowTitleBar

protected ToolWindowTitleBar toolWindowTitleBar

toolWindowTabPanel

protected ToolWindowTabPanel toolWindowTabPanel

titleBarButtons

protected ToolWindowTitleButtonPanel titleBarButtons
Constructor Detail

MyDoggyToolWindowContainer

public MyDoggyToolWindowContainer(ToolWindowDescriptor toolWindowDescriptor)
Method Detail

updateUI

public void updateUI()
Specified by:
updateUI in interface ToolWindowContainer

cleanup

public void cleanup()
Specified by:
cleanup in interface Cleaner


Copyright © 2012. All Rights Reserved.