net.sourceforge.jivalo.editor.syntax
Class JIvaloStyle

java.lang.Object
  extended by net.sourceforge.jivalo.editor.syntax.JIvaloStyle
Direct Known Subclasses:
JIvaloStyleBold, JIvaloStyleColor, JIvaloStyleItalic

public abstract class JIvaloStyle
extends Object

Author:
Markku Saarela

Field Summary
protected  Object value
           
 
Constructor Summary
JIvaloStyle(Object value)
           
 
Method Summary
abstract  void apply(MutableAttributeSet attrs)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected Object value
Constructor Detail

JIvaloStyle

public JIvaloStyle(Object value)
Parameters:
type -
value -
Method Detail

apply

public abstract void apply(MutableAttributeSet attrs)

toString

public String toString()
Overrides:
toString in class Object


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