Example usage for org.json.simple JSONAware interface-usage

List of usage examples for org.json.simple JSONAware interface-usage

Introduction

In this page you can find the example usage for org.json.simple JSONAware interface-usage.

Usage

From source file fr.zcraft.zlib.components.rawtext.RawTextPart.java

public abstract class RawTextPart<T extends RawTextPart<T>> implements Iterable<RawTextPart>, JSONAware {
    static private enum ActionClick {
        OPEN_URL, RUN_COMMAND, SUGGEST_COMMAND
    }

    static private enum ActionHover {