Versions Compared

Key

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

...

The java class which is made should implement IPerfsonarTab, it would add a new tab in UI when the application startsNowstarts.

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

...

On the right hand we can add components like JFree charts to add graphs or may be calender to get relevant date data.

Coming on to technical details of the panes that is how to add components in right and left pane.

...

  • 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.

...