|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.MouseAdapter | +--oracle.dacf.style.EditModeListener
Constructor Summary | |
EditModeListener()
Constructor |
Method Summary | |
void |
mouseClicked(java.awt.event.MouseEvent e)
selects the component visually and starts up the Style Editor |
void |
reset()
resets all selections |
void |
setEditable(boolean mode)
Sets the editable mode |
void |
setModifier(int mod)
Defining a modifier for the MouseEvent |
void |
setModifiers(int mod1,
int mod2)
Defining 2 modifiers for the MouseEvent |
void |
setSelectionColor(java.awt.Color color)
Defines a Color used as selection indication |
Methods inherited from class java.awt.event.MouseAdapter |
mouseEntered, mouseExited, mousePressed, mouseReleased |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EditModeListener()
Method Detail |
public void setModifier(int mod)
mod
- modifier of type InputEvent.????_MASKpublic void setModifiers(int mod1, int mod2)
mod1
- modifier of type InputEvent.????_MASKmod2
- modifier of type InputEvent.????_MASKpublic void setSelectionColor(java.awt.Color color)
color
- the new colorpublic void setEditable(boolean mode)
mode
- the new editable modepublic void reset()
public void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked
in interface java.awt.event.MouseListener
mouseClicked
in class java.awt.event.MouseAdapter
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.