|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.TextUI javax.swing.plaf.basic.BasicTextUI javax.swing.plaf.basic.BasicTextFieldUI javax.swing.plaf.metal.MetalTextFieldUI com.ibm.etools.iseries.ui.EditmaskViewMetalTextFieldUI
public class EditmaskViewMetalTextFieldUI
Metal look and feel for a JFormattedTextField. It extends javax.swing.plaf.basic.MetalTextFieldUI and implements EditmaskViewInterface. It is a MetalTextFieldUI that creates an EditmaskPlainView.
EditmaskViewInterface
,
EditmaskPlainView
,
EditmaskViewBasicTextFieldUI
,
EditmaskViewWindowsTextFieldUI
,
Serialized FormNested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicTextUI |
---|
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter |
Field Summary | |
---|---|
static String |
Copyright
|
protected PropertyChangeSupport |
propertyChange
|
Fields inherited from interface com.ibm.etools.iseries.ui.EditmaskViewInterface |
---|
copyright |
Constructor Summary | |
---|---|
EditmaskViewMetalTextFieldUI()
Constructs a new EditmaskViewMetalTextFieldUI. |
|
EditmaskViewMetalTextFieldUI(EditmaskAttributes attrib)
Constructs a new EditmaskViewMetalTextFieldUI with the specified EditmaskAttributes |
Method Summary | |
---|---|
static String |
Copyright()
This method returns the copyright notice for this class. |
View |
create(Element elem)
Creates a view (EditmaskPlainView) based on an element. |
EditmaskAttributes |
getEditmaskAttributes()
Gets the editmaskAttributes property (com.ibm.etools.iseries.ui.Attributes) value. |
EditmaskPlainView |
getEditmaskPlainView()
Return the EditmaskPlainView |
String |
getFormattedText()
Return the formatted text. |
void |
propertyChange(PropertyChangeEvent e)
Examine the PropertyChangeEvent and decides what to do on a particular event. |
void |
setEditmaskAttributes(EditmaskAttributes attrib)
Sets the editmaskAttributes property (com.ibm.etools.iseries.ui.Attributes) value. |
Methods inherited from class javax.swing.plaf.metal.MetalTextFieldUI |
---|
createUI |
Methods inherited from class javax.swing.plaf.basic.BasicTextFieldUI |
---|
getBaseline, getBaselineResizeBehavior, getPropertyPrefix |
Methods inherited from class javax.swing.plaf.basic.BasicTextUI |
---|
create, createCaret, createHighlighter, createKeymap, damageRange, damageRange, getComponent, getEditorKit, getKeymapName, getMaximumSize, getMinimumSize, getNextVisualPositionFrom, getPreferredSize, getRootView, getToolTipText, getVisibleEditorRect, installDefaults, installKeyboardActions, installListeners, installUI, modelChanged, modelToView, modelToView, paint, paintBackground, paintSafely, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel |
Methods inherited from class javax.swing.plaf.ComponentUI |
---|
contains, getAccessibleChild, getAccessibleChildrenCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String Copyright
protected transient PropertyChangeSupport propertyChange
Constructor Detail |
---|
public EditmaskViewMetalTextFieldUI()
public EditmaskViewMetalTextFieldUI(EditmaskAttributes attrib)
editmaskAttributes
- EditmaskAttributesMethod Detail |
---|
public static String Copyright()
public View create(Element elem)
create
in interface ViewFactory
create
in class BasicTextFieldUI
elem
- Element
public EditmaskAttributes getEditmaskAttributes()
getEditmaskAttributes
in interface EditmaskViewInterface
setEditmaskAttributes(com.ibm.etools.iseries.ui.EditmaskAttributes)
public EditmaskPlainView getEditmaskPlainView()
getEditmaskPlainView
in interface EditmaskViewInterface
public String getFormattedText()
getFormattedText
in interface EditmaskViewInterface
public void propertyChange(PropertyChangeEvent e)
propertyChange
in interface PropertyChangeListener
propertyChange
in class MetalTextFieldUI
e
- java.beans.PropertyChangeEventpublic void setEditmaskAttributes(EditmaskAttributes attrib)
setEditmaskAttributes
in interface EditmaskViewInterface
editmaskAttributes
- The new value for the property.getEditmaskAttributes()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |