net.sf.jour.rt.swingmonitor.ui.action
Class CloseCurrentTabAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended bynet.sf.jour.rt.swingmonitor.ui.action.CloseCurrentTabAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable

public class CloseCurrentTabAction
extends javax.swing.AbstractAction

TODO Add docs Created on 14.12.2004 Contributing Author(s): Misha Lifschitz (Inital implementation) Vlad Skarzhevskyy (Inital implementation)

Version:
$Revision: 1.3 $ ($Author: vlads $) $Date: 2004/12/16 05:35:54 $
Author:
vlads
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class javax.swing.AbstractAction
 
Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
CloseCurrentTabAction(javax.swing.JTabbedPane tabbedPane)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Method actionPerformed
 boolean isEnabled_TODO()
           
 boolean isEnabled()
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseCurrentTabAction

public CloseCurrentTabAction(javax.swing.JTabbedPane tabbedPane)
Parameters:
tabbedPane -
Method Detail

isEnabled

public boolean isEnabled()

isEnabled_TODO

public boolean isEnabled_TODO()

actionPerformed

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



Copyright © 2004 sourceforge. All Rights Reserved.