com.exadel.vpe.editor.toolbar.format
Class BulletsFormatController

java.lang.Object
  extended bycom.exadel.vpe.editor.toolbar.format.FormatController
      extended bycom.exadel.vpe.editor.toolbar.format.AttributeFormatController
          extended bycom.exadel.vpe.editor.toolbar.format.ToolItemFormatController
              extended bycom.exadel.vpe.editor.toolbar.format.BulletsFormatController
All Implemented Interfaces:
IFormatController, org.eclipse.swt.widgets.Listener

public class BulletsFormatController
extends ToolItemFormatController

Author:
igels@exadel.com

Field Summary
static java.lang.String TYPE
           
 
Constructor Summary
BulletsFormatController(FormatControllerManager manager, org.eclipse.swt.widgets.ToolItem toolItem)
           
 
Method Summary
 java.lang.String getType()
           
 void setToolbarItemSelection()
           
 
Methods inherited from class com.exadel.vpe.editor.toolbar.format.ToolItemFormatController
setToolbarItemEnabled
 
Methods inherited from class com.exadel.vpe.editor.toolbar.format.FormatController
getManager, handleEvent, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static java.lang.String TYPE
Constructor Detail

BulletsFormatController

public BulletsFormatController(FormatControllerManager manager,
                               org.eclipse.swt.widgets.ToolItem toolItem)
Parameters:
manager -
toolItem -
Method Detail

getType

public java.lang.String getType()

setToolbarItemSelection

public void setToolbarItemSelection()
Specified by:
setToolbarItemSelection in interface IFormatController
Overrides:
setToolbarItemSelection in class AttributeFormatController