csdk.v1_0.helper.application
Class AbstractWindowApplicationAction<A extends AbstractApplication>

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by csdk.v1_0.helper.application.AbstractApplicationAction<A>
          extended by csdk.v1_0.helper.application.AbstractWindowApplicationAction<A>
Type Parameters:
A - a classe da aplicação.
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Direct Known Subclasses:
ApplicationAboutAction

public abstract class AbstractWindowApplicationAction<A extends AbstractApplication>
extends AbstractApplicationAction<A>

Ação genérica de uma aplicação com janela com criação de textos e imagens da própria aplicação.

Author:
Tecgraf/PUC-Rio
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
AbstractWindowApplicationAction(A application, Window window)
          Construtor.
 
Method Summary
 Window getWindow()
          Obtém a janela mãe da ação.
 
Methods inherited from class csdk.v1_0.helper.application.AbstractApplicationAction
actionPerformed, getApplication, getClassString, getString, hasClassString, hasString, setIcon, setName, setTooltip
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWindowApplicationAction

public AbstractWindowApplicationAction(A application,
                                       Window window)
Construtor.

Parameters:
application - a aplicação
window - janela mãe da ação.
Method Detail

getWindow

public Window getWindow()
Obtém a janela mãe da ação.

Returns:
a janela.


Copyright © 2013–2015 Tecgraf/PUC-Rio. All rights reserved.