|
||||||||||
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 java.awt.Panel java.applet.Applet javax.swing.JApplet edu.ucla.stat.SOCR.analyses.jri.gui.Analysis
public class Analysis
This class defines a basic type of Statistical Analysis procedure that can be subclassed by the specific types of analyses (e.g., ANOVA, Regression, prediction, etc.)
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JApplet |
---|
javax.swing.JApplet.AccessibleJApplet |
Nested classes/interfaces inherited from class java.applet.Applet |
---|
java.applet.Applet.AccessibleApplet |
Nested classes/interfaces inherited from class java.awt.Panel |
---|
java.awt.Panel.AccessibleAWTPanel |
Nested classes/interfaces inherited from class java.awt.Container |
---|
java.awt.Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Field Summary | |
---|---|
protected java.lang.String |
ADD
|
javax.swing.JButton |
addButton1
|
javax.swing.JButton |
addButton2
|
javax.swing.JButton |
addButton3
|
protected java.lang.Thread |
analysis
|
protected java.lang.String |
analysisDescription
|
protected java.lang.String |
analysisName
|
protected short |
analysisType
|
protected java.lang.String |
CALCULATE
|
protected boolean |
callServer
|
protected javax.swing.Action |
callServerAction
|
protected int |
censorIndex
|
protected Chart |
chartFactory
|
protected java.lang.String |
CLEAR
|
protected javax.swing.Action |
clearAction
|
protected javax.swing.table.TableColumnModel |
columnModel
|
java.lang.String[] |
columnNames
|
protected int |
columnNumber
|
protected javax.swing.Action |
computeAction
|
protected static javax.swing.JPanel |
controlPanel
|
protected int |
currentDepIndex
|
protected int |
currentIndepIndex
|
protected Data |
data
|
protected java.lang.String |
DATA
|
protected java.lang.String |
DATA_COLINEAR_MESSAGE
|
protected java.lang.String |
DATA_MISSING_MESSAGE
|
java.lang.Object[][] |
dataObject
|
protected static javax.swing.JPanel |
dataPanel
|
static javax.swing.JTable |
dataTable
|
protected java.lang.String |
dataText
|
protected java.lang.String |
DEFAULT_HEADER
|
protected java.lang.String |
DEPENDENT
|
protected int |
dependentIndex
|
protected javax.swing.JLabel |
depLabel
|
protected int |
depMax
|
protected java.lang.String |
EXAMPLE
|
protected javax.swing.Action |
exampleInputAction
|
protected javax.swing.Action |
exampleLocalAction
|
protected javax.swing.Action |
exampleRandomAction
|
protected javax.swing.Action |
exampleRemoteAction
|
protected int |
exampleSampleSize
|
protected javax.swing.Action |
exampleStaticAction
************** |
protected javax.swing.Action |
fileLoadAction
|
static java.awt.Font |
font
|
protected java.lang.String |
GRAPH
|
protected static javax.swing.JPanel |
graphPanel
|
protected NormalCurve |
graphRawData
|
protected NormalCurve |
graphSampleMean
|
protected NormalCurve |
graphZScore
|
protected int |
groupNamesIndex
|
protected boolean |
hasExample
|
protected java.lang.String |
hypothesisType
|
protected java.lang.String |
INDEPENDENT
|
protected java.lang.String[] |
independentHeaderArray
|
protected int |
independentIndex
|
protected int |
independentLength
|
protected java.util.ArrayList<java.lang.Integer> |
independentList
|
protected int |
independentListCursor
|
protected javax.swing.JLabel |
indLabel
|
protected int |
indMax
|
protected java.lang.String |
inputXMLString
|
protected boolean |
isInitialInput
|
javax.swing.JPanel |
leftAnalysisChoicePanel
|
protected javax.swing.JPanel |
leftPanel
|
javax.swing.JList |
listAdded
|
javax.swing.JList |
listCensor
|
javax.swing.JList |
listDepRemoved
|
javax.swing.JList |
listGroupNames
|
javax.swing.JList |
listIndepRemoved
|
int[] |
listIndex
|
javax.swing.JList |
listTime
|
protected java.lang.String |
LOAD_FILE
|
protected java.lang.String |
MAPPING
|
protected static javax.swing.JPanel |
mappingInnerPanel
|
protected static javax.swing.JPanel |
mappingPanel
|
protected static javax.swing.JPanel |
mixPanel
|
protected javax.swing.JScrollPane |
mixPanelContainer
|
protected java.lang.String |
onlineDescription
|
protected java.lang.String |
onlineHelp
|
protected static java.lang.String |
outputFontFace
|
protected static int |
outputFontSize
|
protected int |
plotHeight
|
protected int |
plotWidth
|
protected java.lang.String |
RANDOM_EXAMPLE
|
protected static boolean |
randomDataStep
|
protected java.lang.String |
REMOVE
|
javax.swing.JButton |
removeButton1
|
javax.swing.JButton |
removeButton2
|
javax.swing.JButton |
removeButton3
|
protected java.lang.String |
RESULT
|
protected static javax.swing.JPanel |
resultPanel
|
javax.swing.JTextArea |
resultPanelTextArea
|
protected javax.swing.JPanel |
rightPanel
|
protected int |
rowNumber
|
int |
selectedInd
|
protected static javax.swing.JPanel |
selectPanel
|
protected java.lang.String |
SHOW_ALL
|
protected boolean |
stopNow
|
javax.swing.JTabbedPane |
tabbedPanelContainer
|
protected static javax.swing.JButton |
test1
|
protected static javax.swing.JButton |
test2
|
protected int |
timeIndex
|
static javax.swing.table.DefaultTableModel |
tModel
|
protected java.lang.String |
USE_SERVER
|
protected boolean |
useDataPanel
|
protected boolean |
useGraph
|
protected boolean |
useGraphPanel
|
protected boolean |
useInputExample
|
protected boolean |
useLocalExample
|
protected boolean |
useMapPanel
|
protected boolean |
usemixPanel
|
protected java.lang.String |
USER_INPUT
|
protected boolean |
useRandomExample
|
protected javax.swing.Action |
userDataAction
|
protected boolean |
useResultPanel
|
protected boolean |
useSelectPanel
|
protected boolean |
useServerExample
|
protected boolean |
useStaticExample
flags that controls the actions |
protected boolean |
useVisualizePanel
|
protected java.lang.String |
VARIABLE
|
protected java.lang.String |
VARIABLE_MISSING_MESSAGE
|
protected javax.swing.JLabel |
varLabel
|
protected static javax.swing.JPanel |
visualizePanel
|
protected java.lang.String |
xmlInputString
|
protected java.lang.String |
xmlOutputString
|
Fields inherited from class javax.swing.JApplet |
---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
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 | |
---|---|
Analysis()
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent event)
This method handles the action events associated with the action buttons in the Analysis Control JTabbedPane (Panel). |
void |
addTabbedPane(java.lang.String title,
javax.swing.Icon icon,
javax.swing.JComponent component,
java.lang.String tip)
This method add a new component to the tabbed panel. |
void |
addTabbedPane(java.lang.String name,
javax.swing.JComponent c)
This method add a new component to the tabbed panel. |
void |
appendTableRows(int n)
|
int |
chkDataIntegrity()
|
protected void |
createActionComponents(javax.swing.JToolBar toolBar)
|
void |
doAnalysis()
This method defines what the analysis really does, and should be overridden by the specific analysis tools. |
protected void |
doGraph()
|
java.lang.String |
format(double x,
java.lang.String precision)
|
protected java.lang.String |
getAnalysisOutputFromServer(java.lang.String input)
|
protected java.io.ByteArrayOutputStream |
getAnalysisOutputStreamFromServer(java.io.ByteArrayOutputStream input)
|
java.lang.String |
getAppletInfo()
This method returns basic copyright, author, and other metadata information |
java.awt.Container |
getDisplayPane()
|
int |
getDistinctElements(Matrix Cl)
|
static Analysis |
getInstance(java.lang.String classname)
|
java.lang.String |
getOnlineDescription()
This method returns an online description of this Statistical Analysis. |
java.lang.String |
getOnlineHelp()
|
int |
getTime()
This method gets the time parameter of the analysis process. |
protected java.lang.String |
getXMLInputString()
|
protected java.lang.String |
getXMLOutputString()
|
void |
init()
This method initializes the Analysis, by setting up the basic tabbedPanes. |
void |
initialize()
used for some sublcass to initialize befrore be used |
void |
mouseClicked(java.awt.event.MouseEvent event)
Mouse events |
void |
mouseDragged(java.awt.event.MouseEvent event)
|
void |
mouseEntered(java.awt.event.MouseEvent event)
|
void |
mouseExited(java.awt.event.MouseEvent event)
|
void |
mouseMoved(java.awt.event.MouseEvent event)
Mouse motion events |
void |
mousePressed(java.awt.event.MouseEvent event)
|
void |
mouseReleased(java.awt.event.MouseEvent event)
|
void |
paintTable(int[] lstInd)
|
protected void |
removeButtonDependent()
|
protected void |
removeButtonIndependentAll()
|
void |
removeTabbedPane(int index)
This method removes a component from the tabbed panel. |
void |
reset()
This method is the default reset method, that resets the analysis process to its initial state. |
protected void |
resetGraph()
|
void |
resetMappingList()
|
void |
resetMappingListGUI()
|
protected void |
resetParameterSelect()
|
protected void |
resetVisualize()
|
void |
run()
This method runs the analysis thread |
protected void |
setDataPanel()
|
void |
setDecimalFormat(java.text.DecimalFormat d)
This method sets the decimal format, so that the properties of the decimal format can then be changed |
protected void |
setGraphPanel()
|
void |
setMainPanel()
Sets the amin Stat Analysis GUI with left-analysis-choice & right-data-cointrol Jpanel's. |
protected void |
setMappingPanel()
|
protected void |
setResultPanel()
|
protected void |
setSelectPanel()
|
protected void |
setShowAllPanel()
|
void |
setStopNow(boolean b)
This method defines the boolean variable that stops the analysis, when the process is in run mode |
void |
setTabbedPaneComponent(int index,
javax.swing.JComponent c)
This method sets a component in the tabbed panel to a specified new component. |
protected void |
setVisualizePanel()
|
protected void |
setXMLInputString(java.lang.String input)
|
protected void |
setXMLOutputString(java.lang.String input)
|
void |
step()
This method is the default step method, that runs the analysis one time unit. |
void |
stop()
This method stops the analysis thread |
void |
update()
This method is the default update method and defines how the display is updated. |
void |
updateExample(ExampleData example)
|
void |
windowActivated(java.awt.event.WindowEvent event)
|
void |
windowClosed(java.awt.event.WindowEvent event)
|
void |
windowClosing(java.awt.event.WindowEvent event)
|
void |
windowDeactivated(java.awt.event.WindowEvent event)
|
void |
windowDeiconified(java.awt.event.WindowEvent event)
|
void |
windowIconified(java.awt.event.WindowEvent event)
|
void |
windowOpened(java.awt.event.WindowEvent event)
Window events |
Methods inherited from class javax.swing.JApplet |
---|
addImpl, createRootPane, getAccessibleContext, getContentPane, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isRootPaneCheckingEnabled, paramString, remove, repaint, setContentPane, setGlassPane, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update |
Methods inherited from class java.applet.Applet |
---|
destroy, getAppletContext, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus, start |
Methods inherited from class java.awt.Panel |
---|
addNotify |
Methods inherited from class java.awt.Container |
---|
add, add, add, add, add, addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusBackward, transferFocusDownCycle, validate, validateTree |
Methods inherited from class java.awt.Component |
---|
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusUpCycle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final java.lang.String EXAMPLE
protected final java.lang.String CALCULATE
protected final java.lang.String CLEAR
protected final java.lang.String LOAD_FILE
protected final java.lang.String USER_INPUT
protected final java.lang.String USE_SERVER
protected final java.lang.String DATA
protected final java.lang.String RESULT
protected final java.lang.String GRAPH
protected final java.lang.String MAPPING
protected final java.lang.String ADD
protected final java.lang.String REMOVE
protected final java.lang.String SHOW_ALL
protected final java.lang.String RANDOM_EXAMPLE
protected final java.lang.String DEPENDENT
protected final java.lang.String INDEPENDENT
protected final java.lang.String VARIABLE
protected final java.lang.String DEFAULT_HEADER
protected final java.lang.String DATA_MISSING_MESSAGE
protected final java.lang.String VARIABLE_MISSING_MESSAGE
protected final java.lang.String DATA_COLINEAR_MESSAGE
protected static final java.lang.String outputFontFace
protected static final int outputFontSize
protected java.lang.String onlineDescription
protected java.lang.String onlineHelp
protected int independentLength
protected int plotWidth
protected int plotHeight
protected int independentIndex
protected int dependentIndex
protected int timeIndex
protected int censorIndex
protected int groupNamesIndex
protected java.lang.String analysisName
protected boolean useStaticExample
protected boolean useRandomExample
protected boolean useLocalExample
protected boolean useInputExample
protected boolean useServerExample
protected boolean callServer
protected boolean useGraph
protected boolean useDataPanel
protected boolean useResultPanel
protected boolean useGraphPanel
protected boolean useMapPanel
protected boolean useSelectPanel
protected boolean useVisualizePanel
protected boolean usemixPanel
protected boolean isInitialInput
protected boolean hasExample
protected javax.swing.Action exampleStaticAction
protected javax.swing.Action exampleRandomAction
protected javax.swing.Action exampleLocalAction
protected javax.swing.Action exampleRemoteAction
protected javax.swing.Action exampleInputAction
protected javax.swing.Action callServerAction
protected javax.swing.Action computeAction
protected javax.swing.Action clearAction
protected javax.swing.Action userDataAction
protected javax.swing.Action fileLoadAction
protected short analysisType
protected java.lang.String analysisDescription
protected java.lang.String[] independentHeaderArray
protected int exampleSampleSize
public int selectedInd
public static javax.swing.JTable dataTable
public java.lang.Object[][] dataObject
protected java.lang.String dataText
protected int columnNumber
protected int rowNumber
public java.lang.String[] columnNames
public static javax.swing.table.DefaultTableModel tModel
protected static javax.swing.JPanel controlPanel
protected static javax.swing.JPanel dataPanel
protected static javax.swing.JPanel resultPanel
protected static javax.swing.JPanel graphPanel
protected static javax.swing.JPanel mappingInnerPanel
protected static javax.swing.JPanel mappingPanel
protected static javax.swing.JPanel selectPanel
protected static javax.swing.JPanel visualizePanel
protected static javax.swing.JPanel mixPanel
public javax.swing.JTextArea resultPanelTextArea
protected javax.swing.table.TableColumnModel columnModel
public javax.swing.JList listAdded
public javax.swing.JList listDepRemoved
public javax.swing.JList listIndepRemoved
public javax.swing.JList listTime
public javax.swing.JList listCensor
public javax.swing.JList listGroupNames
public javax.swing.JButton addButton1
public javax.swing.JButton addButton2
public javax.swing.JButton removeButton1
public javax.swing.JButton removeButton2
public javax.swing.JButton addButton3
public javax.swing.JButton removeButton3
protected int depMax
protected int indMax
protected int currentDepIndex
protected int currentIndepIndex
protected java.util.ArrayList<java.lang.Integer> independentList
protected int independentListCursor
public int[] listIndex
protected javax.swing.JScrollPane mixPanelContainer
protected java.lang.Thread analysis
protected boolean stopNow
public javax.swing.JTabbedPane tabbedPanelContainer
protected Chart chartFactory
public static java.awt.Font font
public javax.swing.JPanel leftAnalysisChoicePanel
protected javax.swing.JLabel depLabel
protected javax.swing.JLabel indLabel
protected javax.swing.JLabel varLabel
protected java.lang.String inputXMLString
protected Data data
protected java.lang.String xmlInputString
protected java.lang.String xmlOutputString
protected static boolean randomDataStep
protected java.lang.String hypothesisType
protected NormalCurve graphRawData
protected NormalCurve graphSampleMean
protected NormalCurve graphZScore
protected javax.swing.JPanel leftPanel
protected javax.swing.JPanel rightPanel
protected static javax.swing.JButton test1
protected static javax.swing.JButton test2
Constructor Detail |
---|
public Analysis()
Method Detail |
---|
public void init()
init
in class java.applet.Applet
protected void setDataPanel()
protected void setResultPanel()
protected void setGraphPanel()
protected void setVisualizePanel()
protected void setSelectPanel()
protected void setShowAllPanel()
public void setMainPanel()
public java.lang.String getAppletInfo()
getAppletInfo
in class java.applet.Applet
public java.lang.String format(double x, java.lang.String precision)
public void setDecimalFormat(java.text.DecimalFormat d)
public void addTabbedPane(java.lang.String name, javax.swing.JComponent c)
public void addTabbedPane(java.lang.String title, javax.swing.Icon icon, javax.swing.JComponent component, java.lang.String tip)
public void removeTabbedPane(int index)
public void setTabbedPaneComponent(int index, javax.swing.JComponent c)
public int getTime()
public void run()
run
in interface java.lang.Runnable
public void stop()
stop
in class java.applet.Applet
public void setStopNow(boolean b)
public void update()
public void reset()
public void resetMappingList()
public void resetMappingListGUI()
public void doAnalysis()
public void step()
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed
in interface java.awt.event.ActionListener
protected void removeButtonDependent()
protected void removeButtonIndependentAll()
public java.lang.String getOnlineDescription()
public java.lang.String getOnlineHelp()
public void mouseClicked(java.awt.event.MouseEvent event)
mouseClicked
in interface java.awt.event.MouseListener
public void mouseEntered(java.awt.event.MouseEvent event)
mouseEntered
in interface java.awt.event.MouseListener
public void mouseExited(java.awt.event.MouseEvent event)
mouseExited
in interface java.awt.event.MouseListener
public void mousePressed(java.awt.event.MouseEvent event)
mousePressed
in interface java.awt.event.MouseListener
public void mouseReleased(java.awt.event.MouseEvent event)
mouseReleased
in interface java.awt.event.MouseListener
public void mouseMoved(java.awt.event.MouseEvent event)
mouseMoved
in interface java.awt.event.MouseMotionListener
public void mouseDragged(java.awt.event.MouseEvent event)
mouseDragged
in interface java.awt.event.MouseMotionListener
public void windowOpened(java.awt.event.WindowEvent event)
windowOpened
in interface java.awt.event.WindowListener
public void windowClosing(java.awt.event.WindowEvent event)
windowClosing
in interface java.awt.event.WindowListener
public void windowClosed(java.awt.event.WindowEvent event)
windowClosed
in interface java.awt.event.WindowListener
public void windowIconified(java.awt.event.WindowEvent event)
windowIconified
in interface java.awt.event.WindowListener
public void windowDeiconified(java.awt.event.WindowEvent event)
windowDeiconified
in interface java.awt.event.WindowListener
public void windowActivated(java.awt.event.WindowEvent event)
windowActivated
in interface java.awt.event.WindowListener
public void windowDeactivated(java.awt.event.WindowEvent event)
windowDeactivated
in interface java.awt.event.WindowListener
protected void setMappingPanel()
public void paintTable(int[] lstInd)
public void appendTableRows(int n)
public int getDistinctElements(Matrix Cl)
public void updateExample(ExampleData example)
public int chkDataIntegrity()
public static Analysis getInstance(java.lang.String classname) throws java.lang.Exception
java.lang.Exception
public java.awt.Container getDisplayPane()
public void initialize()
protected void createActionComponents(javax.swing.JToolBar toolBar)
protected void doGraph()
protected void resetGraph()
protected void resetVisualize()
protected void resetParameterSelect()
protected java.io.ByteArrayOutputStream getAnalysisOutputStreamFromServer(java.io.ByteArrayOutputStream input)
protected java.lang.String getAnalysisOutputFromServer(java.lang.String input)
protected java.lang.String getXMLInputString()
protected void setXMLInputString(java.lang.String input)
protected void setXMLOutputString(java.lang.String input)
protected java.lang.String getXMLOutputString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |