java.lang.Object |
↳ |
java.lang.Enum<E extends java.lang.Enum<E>> |
|
↳ |
com.pnfsoftware.jeb.client.events.JC |
Class Overview
Event types sent by JEB's GUI client. The associated event should be of type
JebClientEvent
.
Reserved for internal use.
Summary
Enum Values |
JC |
CodeFontChanged |
Code font was changed |
JC |
FocusGained |
A UI element has received the focus |
JC |
InitializationComplete |
The initialization of the client is complete |
JC |
ItemStyleChanged |
Item style was changed |
[Expand]
Inherited Methods |
From class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
compareTo(E arg0)
|
int
|
compareTo(Object arg0)
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<E>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.Comparable
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
public
static
final
JC
CodeFontChanged
public
static
final
JC
FocusGained
A UI element has received the focus
public
static
final
JC
InitializationComplete
The initialization of the client is complete
public
static
final
JC
ItemStyleChanged
Public Methods
public
static
JC
valueOf
(String name)
public
static
final
JC[]
values
()