Uses of Class
net.sourceforge.jivalo.editor.TabStyle

Packages that use TabStyle
net.sourceforge.jivalo.editor Provides the classes for lightweight text editor with syntax hightlighting, character encoding and key binding configuration support. 
 

Uses of TabStyle in net.sourceforge.jivalo.editor
 

Fields in net.sourceforge.jivalo.editor declared as TabStyle
static TabStyle TabStyle.SPACES
          Spaces Tab style.
static TabStyle TabStyle.TABS
          Tabs Tab style.
 

Methods in net.sourceforge.jivalo.editor that return TabStyle
 TabStyle JIvaloEditorProperties.getTabStyle()
           
static TabStyle TabStyle.valueOf(String value)
           
 



Copyright © 2006-2007 SourceForge.net. All Rights Reserved.