|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gjt.sp.jedit.gui
Class PastePrevious

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.gjt.sp.jedit.gui.EnhancedDialog
org.gjt.sp.jedit.gui.PastePrevious
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, javax.swing.event.ListSelectionListener, java.awt.MenuContainer, java.awt.event.MouseListener, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class PastePrevious
- extends EnhancedDialog
- implements java.awt.event.ActionListener, javax.swing.event.ListSelectionListener, java.awt.event.MouseListener
- extends EnhancedDialog
| Nested Class Summary |
| Nested classes inherited from class org.gjt.sp.jedit.gui.EnhancedDialog |
EnhancedDialog.ContainerHandler, EnhancedDialog.KeyHandler, EnhancedDialog.WindowHandler |
| Nested classes inherited from class javax.swing.JDialog |
javax.swing.JDialog.AccessibleJDialog |
| Nested classes inherited from class java.awt.Dialog |
java.awt.Dialog.AccessibleAWTDialog |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private javax.swing.JButton |
cancel
|
private HistoryModel |
clipHistory
|
private javax.swing.JList |
clips
|
private javax.swing.JButton |
insert
|
private org.gjt.sp.jedit.View |
view
|
| Fields inherited from class org.gjt.sp.jedit.gui.EnhancedDialog |
keyHandler |
| Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|
| Fields inherited from class java.awt.Window |
|
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
PastePrevious(org.gjt.sp.jedit.View view)
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent evt)
This method is invoked when an action occurs. |
void |
cancel()
|
void |
mouseClicked(java.awt.event.MouseEvent evt)
This method is called when the mouse is clicked (pressed and released in short succession) on a component. |
void |
mouseEntered(java.awt.event.MouseEvent evt)
This method is called when the mouse enters a component. |
void |
mouseExited(java.awt.event.MouseEvent evt)
This method is called when the mouse exits a component. |
void |
mousePressed(java.awt.event.MouseEvent evt)
This method is called when the mouse is pressed over a component. |
void |
mouseReleased(java.awt.event.MouseEvent evt)
This method is called when the mouse is released over a component. |
void |
ok()
|
private void |
updateButtons()
|
void |
valueChanged(javax.swing.event.ListSelectionEvent evt)
Receives notification of a javax.swing.event.ListSelectionEvent. |
| Methods inherited from class org.gjt.sp.jedit.gui.EnhancedDialog |
|
| Methods inherited from class java.awt.Dialog |
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated, show |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
view
private org.gjt.sp.jedit.View view
clips
private javax.swing.JList clips
clipHistory
private HistoryModel clipHistory
insert
private javax.swing.JButton insert
cancel
private javax.swing.JButton cancel
| Constructor Detail |
PastePrevious
public PastePrevious(org.gjt.sp.jedit.View view)
| Method Detail |
ok
public void ok()
- Specified by:
okin classEnhancedDialog
cancel
public void cancel()
- Specified by:
cancelin classEnhancedDialog
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- Description copied from interface:
java.awt.event.ActionListener - This method is invoked when an action occurs.
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
mouseClicked
public void mouseClicked(java.awt.event.MouseEvent evt)
- Description copied from interface:
java.awt.event.MouseListener - This method is called when the mouse is clicked (pressed and released
in short succession) on a component.
- Specified by:
mouseClickedin interfacejava.awt.event.MouseListener
mouseEntered
public void mouseEntered(java.awt.event.MouseEvent evt)
- Description copied from interface:
java.awt.event.MouseListener - This method is called when the mouse enters a component.
- Specified by:
mouseEnteredin interfacejava.awt.event.MouseListener
mouseExited
public void mouseExited(java.awt.event.MouseEvent evt)
- Description copied from interface:
java.awt.event.MouseListener - This method is called when the mouse exits a component.
- Specified by:
mouseExitedin interfacejava.awt.event.MouseListener
mousePressed
public void mousePressed(java.awt.event.MouseEvent evt)
- Description copied from interface:
java.awt.event.MouseListener - This method is called when the mouse is pressed over a component.
- Specified by:
mousePressedin interfacejava.awt.event.MouseListener
mouseReleased
public void mouseReleased(java.awt.event.MouseEvent evt)
- Description copied from interface:
java.awt.event.MouseListener - This method is called when the mouse is released over a component.
- Specified by:
mouseReleasedin interfacejava.awt.event.MouseListener
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent evt)
- Description copied from interface:
javax.swing.event.ListSelectionListener - Receives notification of a javax.swing.event.ListSelectionEvent.
- Specified by:
valueChangedin interfacejavax.swing.event.ListSelectionListener
updateButtons
private void updateButtons()
|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC