|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.embl.ebi.escience.scuflui.actions.AbstractProcessorAction
org.embl.ebi.escience.scuflworkers.soaplab.SoaplabDescriberPanel
public class SoaplabDescriberPanel
Shows the soaplab metadata, initially in plain XML form but we'll add a stylesheet transform for it later.
| Constructor Summary | |
|---|---|
SoaplabDescriberPanel()
|
|
| Method Summary | |
|---|---|
boolean |
canHandle(Processor processor)
Can this action handle the specified processor? Return true if this action is applicable. |
javax.swing.JComponent |
getComponent(Processor processor)
Implement this to define the component which will be created in the new UIUtils frame when the menu item, button or whatever is activated |
java.lang.String |
getDescription()
Return a short description of the action to be used as the text in a context menu |
java.awt.Dimension |
getFrameSize()
How big should it be? |
javax.swing.ImageIcon |
getIcon()
Return an Icon to represent this action, return null if you want to use the default icon (boring) |
| Methods inherited from class org.embl.ebi.escience.scuflui.actions.AbstractProcessorAction |
|---|
frameClosing, getFrameLocation, getListener |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoaplabDescriberPanel()
| Method Detail |
|---|
public javax.swing.JComponent getComponent(Processor processor)
AbstractProcessorAction
getComponent in class AbstractProcessorActionpublic boolean canHandle(Processor processor)
ProcessorActionSPI
public java.lang.String getDescription()
ProcessorActionSPI
public javax.swing.ImageIcon getIcon()
ProcessorActionSPI
public java.awt.Dimension getFrameSize()
AbstractProcessorAction
getFrameSize in class AbstractProcessorAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||