|
|||||||||
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
uk.ac.starlink.vo.TapQueryPanel
public class TapQueryPanel
Panel for display of a TAP query for a given TAP service.
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 | |
---|---|
TapQueryPanel(AdqlExample[] examples)
Constructor. |
Method Summary | |
---|---|
String |
getAdql()
Returns the text currently entered in the ADQL text component. |
JTextComponent |
getAdqlPanel()
Returns the text panel used for the ADQL text entered by the user. |
TapCapabilityPanel |
getCapabilityPanel()
Returns the panel used to hold and display the TAP capability information. |
protected AdqlValidator.ValidatorTable[] |
getExtraTables()
Returns any extra tables available for valid queries. |
boolean |
isSynchronous()
Indicates whether synchronous operation has been selected. |
void |
reload()
Reload table and capability metadata from the server. |
void |
setServiceHeading(String serviceHeading)
Sets a short text string describing the TAP service used by this panel. |
void |
setServiceUrl(String serviceUrl)
Sets the service URL for the TAP service used by this panel. |
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 TapQueryPanel(AdqlExample[] examples)
examples
- list of example queries to be made available
from the examples menuMethod Detail |
---|
public TapCapabilityPanel getCapabilityPanel()
public JTextComponent getAdqlPanel()
public String getAdql()
public boolean isSynchronous()
public void setServiceHeading(String serviceHeading)
serviceHeading
- short, human-readable label for the
service this panel relates topublic void reload()
public void setServiceUrl(String serviceUrl)
serviceUrl
- base URL for a TAP serviceprotected AdqlValidator.ValidatorTable[] getExtraTables()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |