public final enum

JC

extends Enum<E extends Enum<E>>
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  
Public Methods
static JC valueOf(String name)
final static JC[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final JC CodeFontChanged

Code font was changed

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

Item style was changed

Public Methods

public static JC valueOf (String name)

public static final JC[] values ()