|
org.netbeans.modules.editor.lib/1 1.44.0 9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.netbeans.editor.MacroSavePanel
public class MacroSavePanel
The component for displaying and editing just recorded macro. It allows you to define a name for the macro and bound keystrokes to it.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
JButton |
addButton
Deprecated. |
JLabel |
bindingLabel
Deprecated. |
JList |
bindingList
Deprecated. |
JPanel |
bindingPanel
Deprecated. |
JScrollPane |
bindingScrollPane
Deprecated. |
JTextField |
macroField
Deprecated. |
JLabel |
macroLabel
Deprecated. |
JPanel |
macroPanel
Deprecated. |
JTextField |
nameField
Deprecated. |
JLabel |
nameLabel
Deprecated. |
JButton |
removeButton
Deprecated. |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
MacroSavePanel(Class kitClass)
Deprecated. Creates new form SaveMacroPanel |
|
| Method Summary | |
|---|---|
List |
getKeySequences()
Deprecated. |
String |
getMacroBody()
Deprecated. |
String |
getMacroName()
Deprecated. |
Dimension |
getPreferredSize()
Deprecated. |
void |
popupNotify()
Deprecated. |
void |
setKeySequences(List sequences)
Deprecated. |
void |
setMacroBody(String body)
Deprecated. |
void |
setMacroName(String name)
Deprecated. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public JButton addButton
public JLabel bindingLabel
public JList bindingList
public JPanel bindingPanel
public JScrollPane bindingScrollPane
public JTextField macroField
public JLabel macroLabel
public JPanel macroPanel
public JTextField nameField
public JLabel nameLabel
public JButton removeButton
| Constructor Detail |
|---|
public MacroSavePanel(Class kitClass)
| Method Detail |
|---|
public Dimension getPreferredSize()
getPreferredSize in class JComponentpublic String getMacroName()
public void setMacroName(String name)
public String getMacroBody()
public void setMacroBody(String body)
public List getKeySequences()
public void setKeySequences(List sequences)
sequences - List of KeyStroke[] bounds to this macropublic void popupNotify()
|
org.netbeans.modules.editor.lib/1 1.44.0 9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||