Uses of Interface
com.myjavaworld.gui.MTextComponent

Packages that use MTextComponent
com.myjavaworld.gui This package contains various user interface components mostly extensions of Swing components with zero or more enhancements. 
 

Uses of MTextComponent in com.myjavaworld.gui
 

Classes in com.myjavaworld.gui that implement MTextComponent
 class IntegerField
          An extension of javax.swing.JTextField that allows only integer values.
 class MLabelTextField
          An extension of javax.swing.MTextField.
 class MPasswordField
          An extension of MPasswordField.
 class MTextArea
          An extension of javax.swing.MTextArea.
 class MTextField
          An extension of javax.swing.MTextField.
 

Methods in com.myjavaworld.gui that return MTextComponent
 MTextComponent EditPopupMenu.getTextCompoent()
          Returns the current text component for this popup menu.
 

Methods in com.myjavaworld.gui with parameters of type MTextComponent
 void EditPopupMenu.setTextComponent(MTextComponent textComponent)
          Sets the current text component to the given component.
 



Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.