| javax.swing.JPanel com.jeta.open.gui.framework.JETAPanel com.jeta.swingbuilder.gui.main.ComponentsToolBar
ComponentsToolBar | public class ComponentsToolBar extends JETAPanel implements ComponentSource(Code) | | The frame used to contain the toolbar for editing forms.
author: Jeff Tassin |
Inner Class :public class StandardComponentAction implements ActionListener | |
ID_EMBEDDED_FORM_COMPONENT | final public static String ID_EMBEDDED_FORM_COMPONENT(Code) | | |
ID_GENERIC_COMPONENT | final public static String ID_GENERIC_COMPONENT(Code) | | |
ID_LINKED_FORM_COMPONENT | final public static String ID_LINKED_FORM_COMPONENT(Code) | | |
ID_SELECTION_TOOL | final public static String ID_SELECTION_TOOL(Code) | | |
ID_TEST_COMPONENT | final public static String ID_TEST_COMPONENT(Code) | | |
MAX_TOOLBAR_ROWS | final public static int MAX_TOOLBAR_ROWS(Code) | | |
ComponentsToolBar | public ComponentsToolBar()(Code) | | Parameters: model - |
getCurrentTool | public String getCurrentTool()(Code) | | the classname of the currently selected tool in the tool palette. |
isSelectionTool | public boolean isSelectionTool()(Code) | | ComponentSource imlementation
|
reload | public void reload()(Code) | | Reloads the toolbar
|
setSelectionTool | public void setSelectionTool()(Code) | | ComponentSource implementation Sets the active component factory to the
selection tool
|
|
|