com.pvx.ooadide.preferences
Class EditorSyntaxColorPref

java.lang.Object
  extended by com.pvx.ooadide.preferences.EditorSyntaxColorPref

public class EditorSyntaxColorPref
extends java.lang.Object


Constructor Summary
EditorSyntaxColorPref(java.lang.String keywordLabel, java.lang.String bgColorKey, java.lang.String fgColorKey, java.lang.String italicKey, java.lang.String boldKey, java.lang.String strikeThrough, java.lang.String underLine)
           
 
Method Summary
 java.lang.String getStrikeThrough()
           
 java.lang.String getUnderLine()
           
 void setStrikeThrough(java.lang.String strikeThrough)
           
 void setUnderLine(java.lang.String underLine)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorSyntaxColorPref

public EditorSyntaxColorPref(java.lang.String keywordLabel,
                             java.lang.String bgColorKey,
                             java.lang.String fgColorKey,
                             java.lang.String italicKey,
                             java.lang.String boldKey,
                             java.lang.String strikeThrough,
                             java.lang.String underLine)
Method Detail

setStrikeThrough

public void setStrikeThrough(java.lang.String strikeThrough)

getStrikeThrough

public java.lang.String getStrikeThrough()

setUnderLine

public void setUnderLine(java.lang.String underLine)

getUnderLine

public java.lang.String getUnderLine()