com.tensegrity.gui.swing
Interface JPopupMenuSourceWithUpdateUI

All Superinterfaces:
JPopupMenuSource
All Known Implementing Classes:
SwingGraphPanelPopupMenuSource, SwtGraphPanelPopupMenuSource

public interface JPopupMenuSourceWithUpdateUI
extends JPopupMenuSource

A JPopupMenuSourceWithRebuild is not only a popup menu source, but also can be asked to rebuild its popup menu upon a change of the UI. If the popupmenus are not recreated after an ui-switch, they will keep their old look and feel, which is often not desired.

Version:
$Id: JPopupMenuSourceWithUpdateUI.java,v 1.3 2003/11/21 08:58:13 sr Exp $
Author:
Stepan Rutz

Method Summary
 void create()
          This callback triggers a (re)creation of the popup menu.
 void destroy()
          This callback triggers cleanup and destroying of the popup menu.
 
Methods inherited from interface com.tensegrity.gui.swing.JPopupMenuSource
getPopupMenu
 

Method Detail

create

public void create()
This callback triggers a (re)creation of the popup menu.


destroy

public void destroy()
This callback triggers cleanup and destroying of the popup menu.



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.