databionics.esom.tool.bminfo
Class BMInfoTool

java.lang.Object
  extended by databionics.esom.tool.AbstractTool
      extended by databionics.esom.tool.bminfo.BMInfoTool
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class BMInfoTool
extends AbstractTool

activates non-polygone selected bms on the map

Author:
Mario Noecker

Field Summary
protected  StringList names
           
 
Fields inherited from class databionics.esom.tool.AbstractTool
application, bottomBar, bottomTab, btnClear, btnLoad, btnPaint, btnSave, clearItm, clickMode, controlButton, creatorPanel, dataTable, dataTableModel, displayPanel, dragMode, drawing, fileMenu, filename, gui, loader, loadItm, log, moveCallback, pnlControl, polygonMode, popMenu, removeItm, renderer, renderPanel, saveItm, toolBar, toolRenderer
 
Constructor Summary
BMInfoTool(boolean gui, Application application)
           
BMInfoTool(boolean gui, Application application, ToolLoader loader)
           
 
Method Summary
 void callback(java.lang.Object object)
          mostly for musicminer atm.
 StringList getNames()
           
 java.lang.String getShortTitle()
          returns the short title of the bottom tab
 ToolLoader getToolLoader()
           
 void init()
          inits the tool
 void reset()
          resets the tool
 void setNames(StringList names)
           
 
Methods inherited from class databionics.esom.tool.AbstractTool
actionPerformed, getApplication, getBottomTab, getCallback, getControlButton, getCreatorPanel, getDataTable, getDataTableModel, getDisplayPanel, getFileMenu, getFilename, getLoader, getMessage, getMoveCallback, getPnlControl, getPopMenu, getRenderer, getToolBar, getToolRenderer, initGui, isClickMode, isDragMode, isDrawing, isGui, isPolygonMode, moveSelection, reAreas, reColorize, reDraw, reFore, reMask, rePostFore, rePreFore, reRender, reTile, reZoom, select, setApplication, setBottomTab, setCallback, setClickMode, setControlButton, setCreatorPanel, setCtrlAccelerator, setDataTable, setDataTableModel, setDisplayPanel, setDragMode, setDrawing, setFilename, setLoader, setMoveCallback, setPolygonMode, setRenderer, setToolBar, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

names

protected StringList names
Constructor Detail

BMInfoTool

public BMInfoTool(boolean gui,
                  Application application)
Parameters:
gui -
application -

BMInfoTool

public BMInfoTool(boolean gui,
                  Application application,
                  ToolLoader loader)
Parameters:
gui -
application -
loader -
Method Detail

callback

public void callback(java.lang.Object object)
mostly for musicminer atm.

Overrides:
callback in class AbstractTool

init

public void init()
inits the tool

Specified by:
init in class AbstractTool

reset

public void reset()
resets the tool

Specified by:
reset in class AbstractTool

getShortTitle

public java.lang.String getShortTitle()
returns the short title of the bottom tab

Specified by:
getShortTitle in class AbstractTool

getToolLoader

public ToolLoader getToolLoader()
Returns:
Returns the loader.

getNames

public StringList getNames()
Returns:
Returns the names.

setNames

public void setNames(StringList names)
Parameters:
names - The names to set.


Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.