org.gnu.gnome
public class GnomeStockItem extends GtkStockItem
Field Summary | |
---|---|
static GnomeStockItem | ABOUT |
static GnomeStockItem | ATTACH |
static GnomeStockItem | AUTHENTICATION |
static GnomeStockItem | BLANK |
static GnomeStockItem | BOOK_BLUE |
static GnomeStockItem | BOOK_GREEN |
static GnomeStockItem | BOOK_OPEN |
static GnomeStockItem | BOOK_RED |
static GnomeStockItem | BOOK_YELLOW |
static GnomeStockItem | LINE_IN |
static GnomeStockItem | |
static GnomeStockItem | MAIL_FWD |
static GnomeStockItem | MAIL_NEW |
static GnomeStockItem | MAIL_RCV |
static GnomeStockItem | MAIL_RPL |
static GnomeStockItem | MAIL_SND |
static GnomeStockItem | MIC |
static GnomeStockItem | MIDI |
static GnomeStockItem | MULTIPLE_FILE |
static GnomeStockItem | NOT |
static GnomeStockItem | SCORES |
static GnomeStockItem | TABLE_BORDERS |
static GnomeStockItem | TABLE_FILL |
static GnomeStockItem | TEXT_BULLETED_LIST |
static GnomeStockItem | TEXT_INDENT |
static GnomeStockItem | TEXT_NUMBERED_LIST |
static GnomeStockItem | TEXT_UNINDENT |
static GnomeStockItem | TIMER |
static GnomeStockItem | TIMER_STOP |
static GnomeStockItem | TRASH |
static GnomeStockItem | TRASH_FULL |
static GnomeStockItem | VOLUME |
Constructor Summary | |
---|---|
GnomeStockItem(String id)
Creates a new StockItem object, based on the id string for that object.
|
Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Creates a new StockItem object, based on the id string for that object. It is highly recommended that you use the static final strings which are part of this class rather than quoting the strings directly.