Uses of Class
jpicedt.ui.util.PEProgressBar
-
Packages that use PEProgressBar Package Description jpicedt.ui Some classes and interfaces that help building concrete implementation of MDIManager's.jpicedt.ui.dialog Contains utilities classes for building various dialog boxes (preferences editing, graphic elements properties,...)jpicedt.ui.internal Implementation of MDIManager and related using JInternalFrame's. -
-
Uses of PEProgressBar in jpicedt.ui
Methods in jpicedt.ui with parameters of type PEProgressBar Modifier and Type Method Description static MDIManagerMDIManager. createMDIManager(java.lang.String value, PEProgressBar progress)Create an MDIManager according to the given value. -
Uses of PEProgressBar in jpicedt.ui.dialog
Constructors in jpicedt.ui.dialog with parameters of type PEProgressBar Constructor Description DockableAttributesCustomizer(PEProgressBar progressBar)Create a DockableAttributesCustomizer with no specific PECanvas attached to it. -
Uses of PEProgressBar in jpicedt.ui.internal
Constructors in jpicedt.ui.internal with parameters of type PEProgressBar Constructor Description InternalFrameMDIManager(PEProgressBar progressBar)JFrameMDIManager(PEProgressBar progressBar)
-