org.brains2b.thex.mark
Class MarkManager

java.lang.Object
  extended by org.brains2b.thex.mark.MarkManager
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class MarkManager
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
MarkManager()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void deinstall(javax.swing.text.JTextComponent c)
           
 javax.swing.ActionMap getActionMap()
           
 java.lang.String getId()
           
 javax.swing.JMenu getMenu()
           
protected  javax.swing.text.JTextComponent getTextComponent()
           
 void install(javax.swing.text.JTextComponent c)
           
 void setMenuItems(javax.swing.JMenu m)
           
 void setPopupItems(javax.swing.JPopupMenu m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkManager

public MarkManager()
Method Detail

getId

public java.lang.String getId()

getActionMap

public javax.swing.ActionMap getActionMap()

getMenu

public javax.swing.JMenu getMenu()

setMenuItems

public void setMenuItems(javax.swing.JMenu m)

setPopupItems

public void setPopupItems(javax.swing.JPopupMenu m)

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

install

public void install(javax.swing.text.JTextComponent c)

deinstall

public void deinstall(javax.swing.text.JTextComponent c)

getTextComponent

protected javax.swing.text.JTextComponent getTextComponent()