|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
gate.gui.CorpusFillerComponent
public class CorpusFillerComponent
A simple component that allows the user to select a directory and a list of permitted extensions for populating a corpus
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
---|
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, 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. |
protected void |
initGUIComponents()
Creates the UI |
protected void |
initListeners()
Adds listeners for UI components |
protected void |
initLocalData()
Inits local variables to default values |
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, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CorpusFillerComponent()
Method Detail |
---|
protected void initLocalData()
protected void initGUIComponents()
protected void initListeners()
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()
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |