|
||||||||||
| 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.java.actions.FlattenListEditAction
public class FlattenListEditAction
Edit flattener depth action (right click on "Flatten List" local worker)
FlattenList| Constructor Summary | |
|---|---|
FlattenListEditAction()
|
|
| Method Summary | |
|---|---|
boolean |
canHandle(Processor processor)
Only handles LocalServiceProcessor based on FlattenList |
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 FlattenListEditAction()
| Method Detail |
|---|
public boolean canHandle(Processor processor)
LocalServiceProcessor based on FlattenList
public java.lang.String getDescription()
ProcessorActionSPI
public javax.swing.ImageIcon getIcon()
ProcessorActionSPI
public java.awt.Dimension getFrameSize()
AbstractProcessorAction
getFrameSize in class AbstractProcessorActionpublic javax.swing.JComponent getComponent(Processor processor)
AbstractProcessorAction
getComponent in class AbstractProcessorAction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||