public class

PopulateDatabaseAction

extends ActionAdapter
java.lang.Object
   ↳ javax.swing.AbstractAction
     ↳ org.mbari.awt.event.ActionAdapter
       ↳ vars.knowledgebase.ui.actions.PopulateDatabaseAction

Class Overview

This action generates a default database that can be used for the knowledgebase.

Summary

[Expand]
Inherited Constants
From interface javax.swing.Action
[Expand]
Inherited Fields
From class javax.swing.AbstractAction
Public Constructors
PopulateDatabaseAction(ToolBelt toolBelt)
Public Methods
void doAction()
Method description
[Expand]
Inherited Methods
From class org.mbari.awt.event.ActionAdapter
From class javax.swing.AbstractAction
From class java.lang.Object
From interface java.awt.event.ActionListener
From interface javax.swing.Action
From interface org.mbari.awt.event.IAction

Public Constructors

public PopulateDatabaseAction (ToolBelt toolBelt)

Public Methods

public void doAction ()

Method description

Throws
RuntimeException - Thrown if the action can not be completed.