|
|||||||||||
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.AbstractButton
javax.swing.JMenuItem
javax.swing.JRadioButtonMenuItem
de.jsystems.framework.controls.FRadioButtonMenuItem
Darstellung fuer ein JRadioButtonMenuItem aus dem SWING-Package. Das JRadioButtonMenuItem wurde hier erweitert um frameworkspezifische Funktionen. Diese werden benoetigt, damit das Framework ueber die automatische Registrierung mit dem RadioButtonMenuItem kommunizieren kann.
Nested Class Summary |
Nested classes inherited from class javax.swing.JRadioButtonMenuItem |
JRadioButtonMenuItem.AccessibleJRadioButtonMenuItem |
Nested classes inherited from class javax.swing.JMenuItem |
JMenuItem.AccessibleJMenuItem |
Nested classes inherited from class javax.swing.AbstractButton |
AbstractButton.AccessibleAbstractButton, AbstractButton.ButtonChangeListener |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
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.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
FRadioButtonMenuItem()
Creates a FRadioButtonMenuItem with no set text or icon. |
|
FRadioButtonMenuItem(Action action)
Creates a radio button menu item whose properties are taken from the Action supplied. |
|
FRadioButtonMenuItem(Icon icon)
Creates a FRadioButtonMenuItem with an icon. |
|
FRadioButtonMenuItem(Icon icon,
boolean selected)
Creates a radio button menu item with the specified image and selection state, but no text. |
|
FRadioButtonMenuItem(String text)
Creates a FRadioButtonMenuItem with text. |
|
FRadioButtonMenuItem(String text,
boolean selected)
Creates a radio button menu item with the specified text and selection state. |
|
FRadioButtonMenuItem(String text,
Icon icon)
Creates a radio button menu item with the specified text and Icon. |
|
FRadioButtonMenuItem(String text,
Icon icon,
boolean selected)
Creates a radio button menu item that has the specified text, image, and selection state. |
Method Summary | |
void |
addMouseInputListener(MouseInputListener listener)
Das JRadioButtonMenuItem aus Swing unterstuetzt den MouseInputListener nicht direkt. |
String |
getActionClassForAction()
Gibt den Namen der Actionklasse zurueck, die ausgefuehrt werden soll, wenn ein ActionEvent ausgeloest wurde. |
String |
getActionClassForAncestor()
Gibt den Namen der Actionklasse zurueck, die ausgefuehrt werden soll, wenn ein AncestorEvent ausgeloest wurde. |
String |
getActionClassForChange()
Gibt den Namen der Action zurueck, die ausgefuehrt werden soll, wenn ein ChangeEvent ausgeloest wurde. |
String |
getActionClassForComponent()
Gibt den Namen der Action zurueck, die ausgefuehrt werden soll, wenn ein ComponentEvent ausgeloest wurde. |
String |
getActionClassForContainer()
Gibt den Namen der Action zurueck, die ausgefuehrt werden soll, wenn ein ContainerEvent ausgeloest wurde. |
String |
getActionClassForFocus()
Gibt den Namen der Action zurueck, die ausgefuehrt werden soll, wenn ein FocusEvent ausgeloest wurde. |
String |
getActionClassForHierarchy()
Gibt den Namen der Action zurueck, die ausgefuehrt werden soll, wenn ein HierarchyEvent ausgeloest wurde. |
String |
getActionClassForHierarchyBounds()
Gibt den Namen der Action zurueck, die ausgefuehrt werden soll, wenn ein HierarchyEvent ausgeloest wurde. |
String |
getActionClassForInputMethod()
Gibt den Namen der Action zurueck, die ausgefuehrt werden soll, wenn ein InputMethodEvent ausgeloest wurde. |
String |
getActionClassForItem()
Gibt den Namen der Action zurueck, die ausgefuehrt werden soll, wenn ein ItemEvent ausgeloest wurde. |
String |
getActionClassForKey()
Gibt den Namen der Action zurueck, die ausgefuehrt werden soll, wenn ein KeyEvent ausgeloest wurde. |
String |
getActionClassForMenuDragMouse()
Gibt den Namen der Actionklasse zurueck, die ausgefuehrt werden soll, wenn ein MenuDragMouseEvent ausgeloest wurde. |
String |
getActionClassForMenuKey()
Gibt den Namen der Actionklasse zurueck, die ausgefuehrt werden soll, wenn ein MenuKeyEvent ausgeloest wurde. |
String |
getActionClassForMouse()
Gibt den Namen der Action zurueck, die ausgefuehrt werden soll, wenn ein MouseEvent ausgeloest wurde. |
String |
getActionClassForMouseInput()
Gibt den Namen der Actionklasse zurueck, die ausgefuehrt werden soll, wenn ein Mouse- oder MouseMotionEvent ausgeloest wurde. |
String |
getActionClassForMouseMotion()
Gibt den Namen der Action zurueck, die ausgefuehrt werden soll, wenn ein MouseMotionEvent ausgeloest wurde. |
String |
getActionClassForPropertyChange()
Gibt den Namen der Actionklasse zurueck, die ausgefuehrt werden soll, wenn ein PropertyChangeEvent ausgeloest wurde. |
String |
getActionClassForVetoableChange()
Gibt den Namen der Actionklasse zurueck, die ausgefuehrt werden soll, wenn ein VetoableChangeEvent ausgeloest wurde. |
void |
removeMouseInputListener(MouseInputListener listener)
Entfernt den als MouseInputListener registrierten MouseListener wieder aus dem Control. |
void |
setActionClassForAction(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein ActionEvent ausgeloest wurde. |
void |
setActionClassForAncestor(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein AncestorEvent ausgeloest wurde. |
void |
setActionClassForChange(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein ChangeEvent ausgeloest wurde. |
void |
setActionClassForComponent(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein ComponentEvent ausgeloest wurde. |
void |
setActionClassForContainer(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein ContainerEvent ausgeloest wurde. |
void |
setActionClassForFocus(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein FocusEvent ausgeloest wurde. |
void |
setActionClassForHierarchy(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein HierarchyEvent ausgeloest wurde. |
void |
setActionClassForHierarchyBounds(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein HierarchyEvent ausgeloest wurde. |
void |
setActionClassForInputMethod(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein InputMethodEvent ausgeloest wurde. |
void |
setActionClassForItem(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein ItemEvent ausgeloest wurde. |
void |
setActionClassForKey(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein KeyEvent ausgeloest wurde. |
void |
setActionClassForMenuDragMouse(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein MenuDragMouseEvent ausgeloest wurde. |
void |
setActionClassForMenuKey(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein MenuKeyEvent ausgeloest wurde. |
void |
setActionClassForMouse(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein MouseEvent ausgeloest wurde. |
void |
setActionClassForMouseInput(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein Mouse- oder MouseMotionEvent ausgeloest wurde. |
void |
setActionClassForMouseMotion(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein MouseMotionEvent ausgeloest wurde. |
void |
setActionClassForPropertyChange(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein PropertyChangeEvent ausgeloest wurde. |
void |
setActionClassForVetoableChange(String actionClassName)
Setzt den Namen der Actionklasse, die aufgerufen werden soll, wenn ein VetoableChangeEvent ausgeloest wurde. |
Methods inherited from class javax.swing.JRadioButtonMenuItem |
getAccessibleContext, getUIClassID, paramString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.jsystems.framework.common.action.IActionInterface |
isEnabled, setEnabled |
Methods inherited from interface de.jsystems.framework.common.action.swing.IMenuDragMouse |
addMenuDragMouseListener, removeMenuDragMouseListener |
Methods inherited from interface de.jsystems.framework.common.action.swing.IMenuKey |
addMenuKeyListener, removeMenuKeyListener |
Methods inherited from interface de.jsystems.framework.common.action.awt.IAction |
addActionListener, removeActionListener |
Methods inherited from interface de.jsystems.framework.common.action.swing.IChange |
addChangeListener, removeChangeListener |
Methods inherited from interface de.jsystems.framework.common.action.awt.IItem |
addItemListener, removeItemListener |
Methods inherited from interface de.jsystems.framework.common.action.swing.IAncestor |
addAncestorListener, removeAncestorListener |
Methods inherited from interface de.jsystems.framework.common.action.beans.IPropertyChange |
addPropertyChangeListener, removePropertyChangeListener |
Methods inherited from interface de.jsystems.framework.common.action.beans.IVetoableChange |
addVetoableChangeListener, removeVetoableChangeListener |
Methods inherited from interface de.jsystems.framework.common.action.awt.IContainer |
addContainerListener, removeContainerListener |
Methods inherited from interface de.jsystems.framework.common.action.awt.IComponent |
addComponentListener, removeComponentListener |
Methods inherited from interface de.jsystems.framework.common.action.awt.IFocus |
addFocusListener, removeFocusListener |
Methods inherited from interface de.jsystems.framework.common.action.awt.IHierarchy |
addHierarchyListener, removeHierarchyListener |
Methods inherited from interface de.jsystems.framework.common.action.awt.IHierarchyBounds |
addHierarchyBoundsListener, removeHierarchyBoundsListener |
Methods inherited from interface de.jsystems.framework.common.action.awt.IInputMethod |
addInputMethodListener, removeInputMethodListener |
Methods inherited from interface de.jsystems.framework.common.action.awt.IKey |
addKeyListener, removeKeyListener |
Methods inherited from interface de.jsystems.framework.common.action.awt.IMouse |
addMouseListener, removeMouseListener |
Methods inherited from interface de.jsystems.framework.common.action.awt.IMouseMotion |
addMouseMotionListener, removeMouseMotionListener |
Constructor Detail |
public FRadioButtonMenuItem()
public FRadioButtonMenuItem(Icon icon)
icon
- the Icon to display on the FRadioButtonMenuItem.public FRadioButtonMenuItem(String text)
text
- the text of the FRadioButtonMenuItem.public FRadioButtonMenuItem(Action action)
action
- the Action on which to base the radio button menu item.public FRadioButtonMenuItem(String text, Icon icon)
text
- the text of the JRadioButtonMenuItem.icon
- the icon to display on the JRadioButtonMenuItem.public FRadioButtonMenuItem(String text, boolean selected)
text
- the text of the CheckBoxMenuItem.selected
- the selected state of the CheckBoxMenuItem.public FRadioButtonMenuItem(Icon icon, boolean selected)
icon
- the image that the button should display.selected
- if true, the button is initially selected; otherwise, the
button is initially unselected.public FRadioButtonMenuItem(String text, Icon icon, boolean selected)
text
- the string displayed on the radio button.icon
- the image that the button should display.selected
- if true, the button is initially selected; otherwise, the
button is initially unselected.Method Detail |
public String getActionClassForAncestor()
IAncestor
getActionClassForAncestor
in interface IAncestor
public void setActionClassForAncestor(String actionClassName)
IAncestor
setActionClassForAncestor
in interface IAncestor
actionClassName
- Der Name der Actionklasse fuer AncestorEvent.public String getActionClassForPropertyChange()
IPropertyChange
getActionClassForPropertyChange
in interface IPropertyChange
public void setActionClassForPropertyChange(String actionClassName)
IPropertyChange
setActionClassForPropertyChange
in interface IPropertyChange
actionClassName
- Der Name der Actionklasse fuer PropertyChangeEvent.public String getActionClassForVetoableChange()
IVetoableChange
getActionClassForVetoableChange
in interface IVetoableChange
public void setActionClassForVetoableChange(String actionClassName)
IVetoableChange
setActionClassForVetoableChange
in interface IVetoableChange
actionClassName
- Der Name der Actionklasse fuer VetoableChangeEvent.public String getActionClassForContainer()
IContainer
getActionClassForContainer
in interface IContainer
public void setActionClassForContainer(String actionClassName)
IContainer
setActionClassForContainer
in interface IContainer
actionClassName
- Der Name der Actionklasse fuer ContainerEvents.public String getActionClassForComponent()
IComponent
getActionClassForComponent
in interface IComponent
public void setActionClassForComponent(String actionClassName)
IComponent
setActionClassForComponent
in interface IComponent
actionClassName
- Der Name der Actionklasse fuer ComponentEvents.public String getActionClassForFocus()
IFocus
getActionClassForFocus
in interface IFocus
public void setActionClassForFocus(String actionClassName)
IFocus
setActionClassForFocus
in interface IFocus
actionClassName
- Der Name der Actionklasse fuer FocusEvents.public String getActionClassForHierarchy()
IHierarchy
getActionClassForHierarchy
in interface IHierarchy
public void setActionClassForHierarchy(String actionClassName)
IHierarchy
setActionClassForHierarchy
in interface IHierarchy
actionClassName
- Der Name der Actionklasse fuer HierarchyEvents.public String getActionClassForHierarchyBounds()
IHierarchyBounds
getActionClassForHierarchyBounds
in interface IHierarchyBounds
public void setActionClassForHierarchyBounds(String actionClassName)
IHierarchyBounds
setActionClassForHierarchyBounds
in interface IHierarchyBounds
actionClassName
- Der Name der Actionklasse fuer HierarchyEvents.public String getActionClassForInputMethod()
IInputMethod
getActionClassForInputMethod
in interface IInputMethod
public void setActionClassForInputMethod(String actionClassName)
IInputMethod
setActionClassForInputMethod
in interface IInputMethod
actionClassName
- Der Name der Actionklasse fuer InputMethodEvents.public String getActionClassForKey()
IKey
getActionClassForKey
in interface IKey
public void setActionClassForKey(String actionClassName)
IKey
setActionClassForKey
in interface IKey
actionClassName
- Der Name der Actionklasse fuer KeyEvents.public String getActionClassForMouse()
IMouse
getActionClassForMouse
in interface IMouse
public void setActionClassForMouse(String actionClassName)
IMouse
setActionClassForMouse
in interface IMouse
actionClassName
- Der Name der Actionklasse fuer MouseEvents.public String getActionClassForMouseMotion()
IMouseMotion
getActionClassForMouseMotion
in interface IMouseMotion
public void setActionClassForMouseMotion(String actionClassName)
IMouseMotion
setActionClassForMouseMotion
in interface IMouseMotion
actionClassName
- Der Name der Actionklasse fuer MouseMotionEvents.public String getActionClassForMouseInput()
IMouseInput
getActionClassForMouseInput
in interface IMouseInput
public void setActionClassForMouseInput(String actionClassName)
IMouseInput
setActionClassForMouseInput
in interface IMouseInput
actionClassName
- Der Name der Actionklasse fuer Mouse- oder MouseMotionEvent.public void addMouseInputListener(MouseInputListener listener)
removeMouseInputListener(javax.swing.event.MouseInputListener)
zu benutzen.
addMouseInputListener
in interface IMouseInput
listener
- der zu registrierende Listener.public void removeMouseInputListener(MouseInputListener listener)
removeMouseInputListener
in interface IMouseInput
listener
- Der zu entfernende Listener.addMouseInputListener(MouseInputListener)
public String getActionClassForAction()
getActionClassForAction
in interface IAction
public void setActionClassForAction(String actionClassName)
setActionClassForAction
in interface IAction
actionClassName
- Der Name der Actionklasse fuer ActionEvents.public String getActionClassForChange()
getActionClassForChange
in interface IChange
public void setActionClassForChange(String actionClassName)
setActionClassForChange
in interface IChange
actionClassName
- Der Name der Actionklasse fuer ChangeEvents.public String getActionClassForItem()
getActionClassForItem
in interface IItem
public void setActionClassForItem(String actionClassName)
setActionClassForItem
in interface IItem
actionClassName
- Der Name der Actionklasse fuer ItemEvents.public String getActionClassForMenuDragMouse()
IMenuDragMouse
getActionClassForMenuDragMouse
in interface IMenuDragMouse
public void setActionClassForMenuDragMouse(String actionClassName)
IMenuDragMouse
setActionClassForMenuDragMouse
in interface IMenuDragMouse
actionClassName
- Der Name der Actionklasse fuer MenuDragMouseEvent.public String getActionClassForMenuKey()
IMenuKey
getActionClassForMenuKey
in interface IMenuKey
public void setActionClassForMenuKey(String actionClassName)
IMenuKey
setActionClassForMenuKey
in interface IMenuKey
actionClassName
- Der Name der Actionklasse fuer MenuKeyEvent.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |