public class

XDataViewer

extends Object
java.lang.Object
   ↳ sun.tools.jconsole.inspector.XDataViewer

Summary

Constants
int ARRAY
int NOT_SUPPORTED
int NUMERIC
int OPEN
Public Constructors
XDataViewer(MBeansTab tab)
Public Methods
Component createAttributeViewer(Object value, XMBean mbean, String attributeName, JTable table)
static Component createNotificationViewer(Object value)
Component createOperationViewer(Object value, XMBean mbean)
static void dispose(MBeansTab tab)
static String getActionLabel(int type)
static int getViewerType(Object data)
static boolean isViewableValue(Object value)
static void registerForMouseEvent(Component comp, MouseListener mouseListener)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int ARRAY

Constant Value: 2 (0x00000002)

public static final int NOT_SUPPORTED

Constant Value: 4 (0x00000004)

public static final int NUMERIC

Constant Value: 3 (0x00000003)

public static final int OPEN

Constant Value: 1 (0x00000001)

Public Constructors

public XDataViewer (MBeansTab tab)

Public Methods

public Component createAttributeViewer (Object value, XMBean mbean, String attributeName, JTable table)

public static Component createNotificationViewer (Object value)

public Component createOperationViewer (Object value, XMBean mbean)

public static void dispose (MBeansTab tab)

public static String getActionLabel (int type)

public static int getViewerType (Object data)

public static boolean isViewableValue (Object value)

public static void registerForMouseEvent (Component comp, MouseListener mouseListener)