com.quadrique.jbuildingblocks.gui
Class EditorKeywordList

java.lang.Object
  extended by com.quadrique.jbuildingblocks.gui.EditorKeywordList

public class EditorKeywordList
extends Object


Constructor Summary
EditorKeywordList(String name)
           
EditorKeywordList(String name, Color foreground, Color background)
           
EditorKeywordList(String name, Color foreground, Color background, Set<String> wordlist)
           
 
Method Summary
 Color getBackground()
           
 Color getForeground()
           
 String getName()
           
 boolean isMember(String word)
           
 void readFile(String filename)
           
 void setUp(String zFor, String zBack, String[] zWords)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorKeywordList

public EditorKeywordList(String name)

EditorKeywordList

public EditorKeywordList(String name,
                         Color foreground,
                         Color background)

EditorKeywordList

public EditorKeywordList(String name,
                         Color foreground,
                         Color background,
                         Set<String> wordlist)
Method Detail

getName

public String getName()

getForeground

public Color getForeground()

getBackground

public Color getBackground()

isMember

public boolean isMember(String word)

readFile

public void readFile(String filename)

setUp

public void setUp(String zFor,
                  String zBack,
                  String[] zWords)


Copyright © 2001-2009 Quadrique Corporation. All Rights Reserved.