| com.jeta.forms.gui.components.ComponentSource
All known Subclasses: com.jeta.swingbuilder.gui.main.ComponentsToolBar, com.jeta.swingbuilder.gui.main.MainFrame,
ComponentSource | abstract public interface ComponentSource (Code) | | A ComponentSource is used to determine which component is
currently selected in the designer toolbar palette.
author: Jeff Tassin |
getComponentFactory | ComponentFactory getComponentFactory()(Code) | | Returns the factory object that is responsible for instantiating the
currently selected component in the designer.
the factory responsible for instantiating the currently selectedcomponent |
isSelectionTool | boolean isSelectionTool()(Code) | | Returns true if the current tool in the designer is the selection tool.
true if the current tool is the selection tool. |
setSelectionTool | void setSelectionTool()(Code) | | Sets the active component factory to the selection tool
|
|
|