|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstatalign.postprocess.Postprocess
statalign.base.Input
public class Input
This class is an extension of the Postprocess class and is for showing the actual input sequences.
Field Summary | |
---|---|
InputGUI |
inputgui
this is the graphical interface |
Fields inherited from class statalign.postprocess.Postprocess |
---|
active, alignmentType, file, hasToolBar, mcmc, outputable, outputFile, postprocessable, postprocessWrite, rnaAssociated, sampling, screenable, selected, show |
Constructor Summary | |
---|---|
Input(MainManager manager)
A trivial constructor. |
Method Summary | |
---|---|
void |
afterLastSample()
This is an empty function. |
void |
beforeFirstSample()
This is an empty function. |
javax.swing.Icon |
getIcon()
|
javax.swing.JPanel |
getJPanel()
|
java.lang.String |
getTabName()
|
double |
getTabOrder()
Specifies the order of the tab for this plugin in the GUI. |
java.lang.String |
getTip()
Returns with the tip information (shown when the mouse cursor is moved over the label of the tabulated panel) |
void |
newStep()
This is an empty function. |
void |
setSampling(boolean enabled)
This is an empty function. |
Methods inherited from class statalign.postprocess.Postprocess |
---|
addTrack, beforeFirstSample, getDependences, getFileExtension, getModExtPlugins, getToolBarItems, getTracks, init, newPeek, newSample, newSample, newStep, refToDependences, reloadPanel, setSelected |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public InputGUI inputgui
Constructor Detail |
---|
public Input(MainManager manager)
manager
- the MainManager via that the object could communicate and can get
information.Method Detail |
---|
public javax.swing.JPanel getJPanel()
getJPanel
in class Postprocess
public javax.swing.Icon getIcon()
getIcon
in class Postprocess
public java.lang.String getTabName()
getTabName
in class Postprocess
public java.lang.String getTip()
Postprocess
getTip
in class Postprocess
public double getTabOrder()
Postprocess
E.g. we probably always want the "sequence input"-tab to appear first and therefore it returns a 1.0d here. The "current alignment"-tab returns 2.0d here and so if we want to make a tab get ordered between the "sequence input" and the "current alignment"-tabs we just make that plugin return 1.5d or something similar here. By default tabs get ordered last.
getTabOrder
in class Postprocess
public void newStep()
public void beforeFirstSample()
public void afterLastSample()
afterLastSample
in class Postprocess
public void setSampling(boolean enabled)
setSampling
in class Postprocess
enabled
- Set it true if you need samples.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |