org.herac.tuxguitar.gui.items

Class ToolItems

Implemented Interfaces:
ItemBase
Known Direct Subclasses:
CompositionToolItems, DurationToolItems, DynamicToolItems, EditToolItems, FileToolItems, LayoutToolItems, MarkerToolItems, NoteEffectToolItems, NoteToolItems, PlayerToolItems, PropertiesToolItems, TrackToolItems, ViewToolItems

public abstract class ToolItems
extends java.lang.Object
implements ItemBase

Constructor Summary

ToolItems(String name)

Method Summary

protected TablatureEditor
getEditor()
String
getName()
abstract void
showItems(ToolBar toolBar)

Constructor Details

ToolItems

public ToolItems(String name)

Method Details

getEditor

protected TablatureEditor getEditor()

getName

public String getName()

showItems

public abstract void showItems(ToolBar toolBar)