de.pannenleiter.awt
Class TextPanelEvent

java.lang.Object
  |
  +--de.pannenleiter.awt.TextPanelEvent

public class TextPanelEvent
extends java.lang.Object

TextPanelEvent -- generatet by the TextPanel


Field Summary
protected  int clickCount
           
protected  int column
           
protected  int line
           
protected  boolean popup
           
protected  boolean selected
           
protected  java.awt.Component source
           
protected  int x
           
protected  int y
           
 
Constructor Summary
TextPanelEvent(java.awt.Component source, int x, int y, int line, int column, int clickCount, boolean selected, boolean popup)
           
 
Method Summary
 int getClickCount()
           
 int getColumn()
           
 java.awt.Component getComponent()
           
 int getLine()
           
 int getX()
           
 int getY()
           
 boolean isPopupTrigger()
           
 boolean isSelected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected java.awt.Component source

x

protected int x

y

protected int y

line

protected int line

column

protected int column

clickCount

protected int clickCount

selected

protected boolean selected

popup

protected boolean popup
Constructor Detail

TextPanelEvent

public TextPanelEvent(java.awt.Component source,
                      int x,
                      int y,
                      int line,
                      int column,
                      int clickCount,
                      boolean selected,
                      boolean popup)
Method Detail

getComponent

public java.awt.Component getComponent()

getX

public int getX()

getY

public int getY()

getLine

public int getLine()

getColumn

public int getColumn()

getClickCount

public int getClickCount()

isSelected

public boolean isSelected()

isPopupTrigger

public boolean isPopupTrigger()