|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
eTextReader.actions.BaseAction
eTextReader.actions.BrowserAction
eTextReader.actions.NewTabAction
public class NewTabAction
Nested Class Summary |
---|
Nested classes/interfaces inherited from class eTextReader.actions.BaseAction |
---|
BaseAction.Key |
Field Summary |
---|
Fields inherited from class eTextReader.actions.BrowserAction |
---|
browser |
Fields inherited from class eTextReader.actions.BaseAction |
---|
instances |
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 | |
---|---|
NewTabAction(ContentContainer container)
|
|
NewTabAction(ContentContainer container,
java.lang.String fileName)
|
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
|
protected javax.swing.KeyStroke |
getAcceleratorKeyStrokeFromPreferences()
Returns the KeyStroke associated with this action from the user's application preferences. |
Methods inherited from class eTextReader.actions.BaseAction |
---|
getInstance, propertyChange |
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 |
---|
public NewTabAction(ContentContainer container)
public NewTabAction(ContentContainer container, java.lang.String fileName)
container
- fileName
- Method Detail |
---|
protected javax.swing.KeyStroke getAcceleratorKeyStrokeFromPreferences()
BaseAction
getAcceleratorKeyStrokeFromPreferences
in class BaseAction
public void actionPerformed(java.awt.event.ActionEvent e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |