com.github.gwtbootstrap.client.ui.resources.prettify
Interface PrettifyResources

All Superinterfaces:
ClientBundle

public interface PrettifyResources
extends ClientBundle

Resources for prettify plugin.

Since:
2.0.4.0
Author:
Carlos A Becker

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
 
Field Summary
static PrettifyResources RESOURCES
           
static List<String> speciallangs
           
 
Method Summary
 TextResource apollo()
           
 TextResource clj()
           
 TextResource css()
           
 TextResource go()
           
 TextResource hs()
           
 TextResource lisp()
           
 TextResource lua()
           
 TextResource ml()
           
 TextResource n()
           
 TextResource prettify_css()
           
 TextResource prettify_js()
           
 TextResource proto()
           
 TextResource scala()
           
 TextResource sql()
           
 TextResource tex()
           
 TextResource vb()
           
 TextResource vhdl()
           
 TextResource wiki()
           
 TextResource xq()
           
 TextResource yaml()
           
 

Field Detail

speciallangs

static final List<String> speciallangs

RESOURCES

static final PrettifyResources RESOURCES
Method Detail

prettify_css

@ClientBundle.Source(value="prettify.css")
TextResource prettify_css()

prettify_js

@ClientBundle.Source(value="prettify.js")
TextResource prettify_js()

apollo

@ClientBundle.Source(value="lang-apollo.js")
TextResource apollo()

clj

@ClientBundle.Source(value="lang-clj.js")
TextResource clj()

css

@ClientBundle.Source(value="lang-css.js")
TextResource css()

go

@ClientBundle.Source(value="lang-go.js")
TextResource go()

hs

@ClientBundle.Source(value="lang-hs.js")
TextResource hs()

lisp

@ClientBundle.Source(value="lang-lisp.js")
TextResource lisp()

lua

@ClientBundle.Source(value="lang-lua.js")
TextResource lua()

ml

@ClientBundle.Source(value="lang-ml.js")
TextResource ml()

n

@ClientBundle.Source(value="lang-n.js")
TextResource n()

proto

@ClientBundle.Source(value="lang-proto.js")
TextResource proto()

scala

@ClientBundle.Source(value="lang-scala.js")
TextResource scala()

sql

@ClientBundle.Source(value="lang-sql.js")
TextResource sql()

tex

@ClientBundle.Source(value="lang-tex.js")
TextResource tex()

vb

@ClientBundle.Source(value="lang-vb.js")
TextResource vb()

vhdl

@ClientBundle.Source(value="lang-vhdl.js")
TextResource vhdl()

wiki

@ClientBundle.Source(value="lang-wiki.js")
TextResource wiki()

xq

@ClientBundle.Source(value="lang-xq.js")
TextResource xq()

yaml

@ClientBundle.Source(value="lang-yaml.js")
TextResource yaml()


Copyright © 2012 gwtbootstrap. All Rights Reserved.