| Home >> All >> javatools >> swing >> [ panel Javadoc ] |
javatools.swing.panel: Javadoc index of package javatools.swing.panel.
Package Samples:
javatools.swing.panel
Classes:
SubPanelDispatcher: It represents an "event dispatcher" for sub-panels, i.e. panels into other panels. It is multi-panel, you can create only one for your application, if you want them to be processed in queue. It can manage fixed sub-panels (i.e. when you create a panel and its subpanels once and you have it until end of execution) or dynamic sub-panels (i.e. when you create a panel as you need it). Use this sequence of commands: Integer fillerID1; Long fillerID2; SubPanelDispatcher disp = new SubPanelDispatcher(); disp.setStatusLabelSync(myStatusLabelSync); -- repeat fillerID1 = disp.registerFiller(myFiller, myMessage); ...
SubPanelFiller: It is an abstract class that will contain the instruction on how to fill subpanels.
| Home | Contact Us | Privacy Policy | Terms of Service |