Uses of Interface
com.leafdigital.ui.api.Tool

Packages that use Tool
com.leafdigital.ui.api The UI API provides a basic windowing interface library of widgets that can be constructed from XML. 
 

Uses of Tool in com.leafdigital.ui.api
 

Subinterfaces of Tool in com.leafdigital.ui.api
 interface PageTool
          A tool that's based on a UI page.
 interface SimpleTool
          A tool that's just a button.
 

Methods in com.leafdigital.ui.api with parameters of type Tool
 void UI.registerTool(Tool t)
          Registers a new Tool that will be placed on the toolbar.
 void UI.unregisterTool(Tool t)
          Unregisters an existing Tool and removes it from the toolbar.
 



Copyright © 2011 Samuel Marshall. All rights reserved.