|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--gate.gui.CorpusFillerComponent
A simple component that allows the user to select a directory and a list of permitted extensions for populating a corpus
Field Summary |
Fields inherited from class javax.swing.JComponent |
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
CorpusFillerComponent()
Creates a corpus filler component |
Method Summary | |
String |
getEncoding()
Gets the encoding selected by the user. |
List |
getExtensions()
Gets the current list of permitted extensions |
String |
getUrlString()
Gets the current text in the URL text field. |
boolean |
isRecurseDirectories()
Should the directory parsed recursively? |
static void |
main(String[] args)
Test code |
void |
setEncoding(String enc)
Sets the initila value for the encoding field. |
void |
setExtensions(List extensions)
Sets the current value for the list of permitted extensions. |
void |
setRecurseDirectories(boolean recurseDirectories)
Should the directory parsed recursively? |
void |
setUrlString(String urlString)
Sets the values for the URL string. |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CorpusFillerComponent()
Method Detail |
public void setUrlString(String urlString)
public String getUrlString()
public String getEncoding()
public void setEncoding(String enc)
public void setExtensions(List extensions)
public List getExtensions()
public static void main(String[] args)
public void setRecurseDirectories(boolean recurseDirectories)
public boolean isRecurseDirectories()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |