Interface PaneContainer
- All Known Implementing Classes:
DecoderPro3Panes,PaneOpsProgFrame,PaneProgDp3Action,PaneProgFrame,PaneServiceProgFrame,PrintRosterEntry
public interface PaneContainer
Interface for the container of a set of PaneProgPanes. The panes use services
provided here to work with buttons and the busy cursor.
-
Method Summary
Modifier and TypeMethodDescriptionvoidenableButtons(boolean enable) Enable the read/write buttons.booleanisBusy()voidvoidprepGlassPane(AbstractButton activeButton)
-
Method Details
-
isBusy
boolean isBusy() -
paneFinished
void paneFinished() -
enableButtons
Enable the read/write buttons.In addition, if a programming mode pane is present, it's "set" button is enabled.
- Parameters:
enable- Are reads possible? If false, so not enable the read buttons.
-
prepGlassPane
-
getBusyGlassPane
-