Example usage for javax.activation CommandObject interface-usage

List of usage examples for javax.activation CommandObject interface-usage

Introduction

In this page you can find the example usage for javax.activation CommandObject interface-usage.

Usage

From source file TextViewer.java

/**
 * A very simple TextViewer Bean for the MIMEType "text/plain"
 *
 * @author   Christopher Cotton
 */

From source file MultipartViewer.java

/**
 * A Viewer Bean for the type multipart/mixed
 *
 * @author   Christopher Cotton
 */

From source file MessageViewer.java

/**
 * @author   Christopher Cotton
 * @author   Bill Shannon
 */

public class MessageViewer extends JPanel implements CommandObject {