org.relayirc.swingutil
Interface ITab

All Known Subinterfaces:
IPanel
All Known Implementing Classes:
ColorPanel, CustomActionsPanel, CustomListenersPanel, FontPanel, InterfacePanel, ServerAddPanel, ServerPanel, UserPanel

public interface ITab

Interface for a tab for use in a TabbedDialog.

Version:
$Revision: 1.6.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:
TabbedDialog

Method Summary
 boolean checkValues()
          Check values from this tab's GUI.
 java.lang.String getName()
          Returns name that should appear on tab.
 void loadValues()
          Loads values into this tab's GUI.
 void saveValues()
          Saves values from this tab's GUI.
 

Method Detail

getName

public java.lang.String getName()
Returns name that should appear on tab.

loadValues

public void loadValues()
Loads values into this tab's GUI.

saveValues

public void saveValues()
Saves values from this tab's GUI.

checkValues

public boolean checkValues()
Check values from this tab's GUI.