All Implemented Interfaces:
EditorPlugin, GenericPlugin, ViewListener, SessionListener

public class IPK_StandardTools
extends IPK_EditorPluginAdapter
implements ViewListener, SessionListener
This plugin contains the modified standard editing tools. Because the StandardTools use private (and not protected) variables for the Tools, I decided to copy the source and modify the 3 calls for the Tool-Creation. As no advanced functionality is provided by the plugin code itself, this should be ok for now.
Version:
$Revision$
Author:
Christian Klukas
  • Constructor Details

    • IPK_StandardTools

      public IPK_StandardTools()
      Creates a new StandardTools object.
  • Method Details