org.lobobrowser.gui
Class FramePanelFactorySource
java.lang.Object
org.lobobrowser.gui.FramePanelFactorySource
public class FramePanelFactorySource
- extends java.lang.Object
This class allows trapping the creation of FramePanel instances.
This is useful, for example, if you need to add a listener to every
FramePanel that is created (e.g. for IFRAMEs).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FramePanelFactorySource
public FramePanelFactorySource()
getInstance
public static FramePanelFactorySource getInstance()
getActiveFactory
public FramePanelFactory getActiveFactory()
setActiveFactory
public void setActiveFactory(FramePanelFactory activeFactory)
- Sets a new
FramePanelFactory that is used to
create FramePanels as requested by browser
content (e.g. IFRAMEs in HTML).
- Parameters:
activeFactory -
Copyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Lobo Home]