Top Description Constructors Methods
com.sun.tools.example.debug.tty

public Class TTYResources

extends ListResourceBundle
Class Inheritance

This class represents the ResourceBundle for the following package(s):

  1. com.sun.tools.example.debug.tty

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public Object[][]

Returns:

the contents of this ResourceBundle.
getContents
()

Implements abstract java.util.ListResourceBundle.getContents.

Returns the contents of this ResourceBundle.
Inherited from java.util.ListResourceBundle:
getKeyshandleGetObjecthandleKeySet

Constructor Detail

TTYResourcesback to summary
public TTYResources()

Method Detail

getContentsback to summary
public Object[][] getContents()

Implements abstract java.util.ListResourceBundle.getContents.

Returns the contents of this ResourceBundle.

Returns:Object[][]

the contents of this ResourceBundle.

Annotations
@Override