|
||||||||||
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.biomoby.client.taverna.plugin.BiomobyAction
public class BiomobyAction
Constructor Summary | |
---|---|
BiomobyAction()
|
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()
returns the frame size as a dimension for the content pane housing this action |
javax.swing.ImageIcon |
getIcon()
Return an Icon to represent this action, return null if you want to use the default icon (boring) |
javax.swing.ImageIcon |
getIcon(java.lang.String loc)
Return an Icon to represent this action |
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 BiomobyAction()
Method Detail |
---|
public javax.swing.JComponent getComponent(Processor processor)
AbstractProcessorAction
getComponent
in class AbstractProcessorAction
public boolean canHandle(Processor processor)
ProcessorActionSPI
public java.lang.String getDescription()
ProcessorActionSPI
public javax.swing.ImageIcon getIcon()
ProcessorActionSPI
public java.awt.Dimension getFrameSize()
getFrameSize
in class AbstractProcessorAction
public javax.swing.ImageIcon getIcon(java.lang.String loc)
loc
- the location of the image to use as an icon
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |