Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Now, you have got a new tab, whats next ???

You have two panes to work on. On both sides you can add things from Swing and other Java components.

...

  • PluginMainPanel createMainComponent(java.awt.Component parentComponent)
    • Creates the window at the right in PerfsonarTaskPane, which is to be displayed as another tab in PerfSonarApp.
  • Wiki Markupjavax.swing.JComponent\[\] createDetailsComponent(java.awt.Component parentComponent)
    • If not null will be displayed at the left pane, just below the actions.

...