com.valhalla.jbother.actions
Class ShowAwayAction

java.lang.Object
  extended by com.valhalla.jbother.actions.ShowAwayAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ShowAwayAction
extends java.lang.Object
implements java.awt.event.ActionListener

Description of the Class

Author:
synic

Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Description of the Method
static void addItem(javax.swing.AbstractButton button)
          Adds a feature to the Item attribute of the ShowOfflineAction class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addItem

public static void addItem(javax.swing.AbstractButton button)
Adds a feature to the Item attribute of the ShowOfflineAction class

Parameters:
button - The feature to be added to the Item attribute

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description of the Method

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - Description of the Parameter