org.esa.beam.framework.ui.command
Interface CommandComponentFactory


public interface CommandComponentFactory

This interface is currently not used.


Method Summary
 JMenu createMenu(CommandGroup commandGroup)
           
 JMenuItem createMenuItem(Command command)
           
 JButton createToolbarButton(Command command)
           
 JMenu createToolbarGroup(CommandGroup commandGroup)
           
 

Method Detail

createMenuItem

JMenuItem createMenuItem(Command command)

createMenu

JMenu createMenu(CommandGroup commandGroup)

createToolbarButton

JButton createToolbarButton(Command command)

createToolbarGroup

JMenu createToolbarGroup(CommandGroup commandGroup)


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.