|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractAction
net.pandoragames.far.ui.swing.component.listener.ActionView
public class ActionView
Opens the "viewer" that visualises the matches of a (regex) search pattern. The pattern is taken from the currently active form, FindForm or ReplaceForm.
| 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 | |
|---|---|
ActionView(javax.swing.JFrame rootWindow,
SwingConfig swingConfig)
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Opens a FileView
dialog if the current form is not null. |
boolean |
isReady()
|
void |
mouseClicked(java.awt.event.MouseEvent e)
Empty dummy implementation. |
void |
mouseEntered(java.awt.event.MouseEvent e)
Empty dummy implementation. |
void |
mouseExited(java.awt.event.MouseEvent e)
Empty dummy implementation. |
void |
mousePressed(java.awt.event.MouseEvent e)
Empty dummy implementation. |
void |
mouseReleased(java.awt.event.MouseEvent event)
If the event source is a JTable (i.e. |
void |
reset()
Disables this action. |
void |
setEnabled(boolean enabled)
Overwrites the super implementation to keep the component state aligned with the state of the environment. |
void |
setForm(FARForm findORreplace)
Sets the currently active FARForm. |
| Methods inherited from class javax.swing.AbstractAction |
|---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionView(javax.swing.JFrame rootWindow,
SwingConfig swingConfig)
| Method Detail |
|---|
public void setEnabled(boolean enabled)
setEnabled in interface javax.swing.ActionsetEnabled in class javax.swing.AbstractActionpublic void setForm(FARForm findORreplace)
findORreplace - active FARForm or nullpublic void reset()
reset in interface Resetablepublic void actionPerformed(java.awt.event.ActionEvent e)
FileView
dialog if the current form is not null.
actionPerformed in interface java.awt.event.ActionListenerpublic void mouseReleased(java.awt.event.MouseEvent event)
FileSetTableModel.
mouseReleased in interface java.awt.event.MouseListenerevent - triggering this callpublic void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked in interface java.awt.event.MouseListenerpublic void mouseEntered(java.awt.event.MouseEvent e)
mouseEntered in interface java.awt.event.MouseListenerpublic void mouseExited(java.awt.event.MouseEvent e)
mouseExited in interface java.awt.event.MouseListenerpublic void mousePressed(java.awt.event.MouseEvent e)
mousePressed in interface java.awt.event.MouseListenerpublic boolean isReady()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||