Kafenio.editor 0.8.5

de.xeinfach.kafenio.interfaces
Interface KafenioContainerInterface

All Known Implementing Classes:
Kafenio, KafenioApplet

public interface KafenioContainerInterface

This is an interface for a containter that can contain a KafenioPanel

Author:
Karsten Pawlik

Method Summary
 void detachFrame()
          method for popping the containers rootPane into another container and back.
 void setJMenuBar(javax.swing.JMenuBar newMenuBar)
          method that sets the menubar for the object that implements this interface.
 

Method Detail

detachFrame

public void detachFrame()
method for popping the containers rootPane into another container and back.


setJMenuBar

public void setJMenuBar(javax.swing.JMenuBar newMenuBar)
method that sets the menubar for the object that implements this interface.

Parameters:
newMenuBar - a menubar component.

Kafenio.editor 0.8.5

Copyright © 2003-2004 by Karsten Pawlik. All Rights Reserved. Published under the Lesser General Public License (LGPL)