Groovy Documentation

com.canoo.griffon.factory.dockable
[Groovy] Class DelegatingDockableFactory

java.lang.Object
  com.canoo.griffon.factory.dockable.DelegatingDockableFactory
All Implemented Interfaces:
bibliothek.gui.dock.common.SingleCDockableFactory, bibliothek.util.Filter

class DelegatingDockableFactory
extends Object

Property Summary
bibliothek.gui.dock.common.SingleCDockableFactory factory

bibliothek.util.Filter filter

 
Constructor Summary
DelegatingDockableFactory(bibliothek.gui.dock.common.SingleCDockableFactory factory, bibliothek.util.Filter filter)

 
Method Summary
bibliothek.gui.dock.common.SingleCDockable createBackup(String id)

boolean includes(Object item)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

factory

bibliothek.gui.dock.common.SingleCDockableFactory factory


filter

bibliothek.util.Filter filter


 
Constructor Detail

DelegatingDockableFactory

DelegatingDockableFactory(bibliothek.gui.dock.common.SingleCDockableFactory factory, bibliothek.util.Filter filter)


 
Method Detail

createBackup

bibliothek.gui.dock.common.SingleCDockable createBackup(String id)


includes

boolean includes(Object item)


 

Groovy Documentation