|
Gephi Toolkit Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TransformerUI
Transformer user interface. Implement this interface to create panels associated to a particular transformer.
The icon and display name are used to create the transformer button in the UI.
Implementors should add the @ServiceProvider annotation to be
registered by the system.
Transformer| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
Returns the display name of the transformer |
javax.swing.Icon |
getIcon()
Returns the transformer's icon |
javax.swing.JPanel |
getPanel(Transformer transformer,
Ranking ranking)
Returns the panel associated to this transformer. |
boolean |
isUIForTransformer(Transformer transformer)
Returns true if this UI is built for transformer. |
| Method Detail |
|---|
javax.swing.Icon getIcon()
java.lang.String getDisplayName()
javax.swing.JPanel getPanel(Transformer transformer,
Ranking ranking)
transformer - the transformer to build the panel forranking - the ranking to be used by the transformer
boolean isUIForTransformer(Transformer transformer)
true if this UI is built for transformer.
transformer - the transformer to test ownership
true if this UI is associated to transformer,
false otherwise
|
Gephi Toolkit Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||