org.relayirc.swingutil
Interface IPanel

All Superinterfaces:
ITab
All Known Implementing Classes:
CustomActionEditPanel, CustomListenerEditPanel

public interface IPanel
extends ITab

Version:
$Revision: 1.4.2.4 $

The contents of this file are subject to the Mozilla Public License Version 1.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/

Original Code: Relay-JFC Chat Client
Initial Developer: David M. Johnson
Contributor(s): No contributors to this file
Copyright (C) 1997-2000 by David M. Johnson
All Rights Reserved.
Author:
David M. Johnson
See Also:
PanelDlg

Method Summary
 javax.swing.JButton getCancelButton()
          Get panel's Cancel button.
 javax.swing.JButton getOkButton()
          Get panel's Ok button.
 javax.swing.JPanel getPanel()
          Get panel itself.
 void onCancel()
          Inform panel of cancellation.
 
Methods inherited from interface org.relayirc.swingutil.ITab
checkValues, getName, loadValues, saveValues
 

Method Detail

getOkButton

public javax.swing.JButton getOkButton()
Get panel's Ok button.

getCancelButton

public javax.swing.JButton getCancelButton()
Get panel's Cancel button.

getPanel

public javax.swing.JPanel getPanel()
Get panel itself.

onCancel

public void onCancel()
Inform panel of cancellation.