java-gnome version 4.0.19

org.gnome.sourceview
Class Language

Object
  extended by org.freedesktop.bindings.Pointer
      extended by org.freedesktop.bindings.Proxy
          extended by org.gnome.glib.Object
              extended by org.gnome.gtk.Object
                  extended by org.gnome.sourceview.Language

public class Language
extends Object

A Language is used for syntax highlighting in a SourceBuffer. Instances can be obtained from the LanguageManager.

Since:
4.0.12
Author:
Stefan Schweizer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gnome.gtk.Object
Object.Destroy
 
Method Summary
 String getID()
          Get the ID of the language.
 String getName()
          Get the localized name of the language.
 
Methods inherited from class org.gnome.gtk.Object
connect, destroy
 
Methods inherited from class org.freedesktop.bindings.Pointer
toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getID

public String getID()
Get the ID of the language. For example, the ID for Java is java. The ID of a language is defined in the corresponding language definition file.

Since:
4.0.12

getName

public String getName()
Get the localized name of the language.

Since:
4.0.12


java-gnome