|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WabitPanel
All panels that are to be displayed in Wabit's main split pane to the left of the workspace tree should implement this interface. This interface defines basic behaviour required of all panels in Wabit including maximizing the editor.
| Method Summary | |
|---|---|
javax.swing.JComponent |
getSourceComponent()
Returns the component (often a JTree or JList, but can be anything) that contains all the workspace items that can be dragged into this editor. |
java.lang.String |
getTitle()
Returns a suitable string that can be used in the title of a containing window or frame. |
javax.swing.JToolBar |
getToolbar()
Returns the toolbar. |
| Methods inherited from interface ca.sqlpower.swingui.DataEntryPanel |
|---|
applyChanges, discardChanges, getPanel, hasUnsavedChanges |
| Method Detail |
|---|
java.lang.String getTitle()
@Nullable javax.swing.JToolBar getToolbar()
javax.swing.JComponent getSourceComponent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||