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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidenableButtons(boolean enable)Enable the read/write buttons.BusyGlassPanegetBusyGlassPane()booleanisBusy()voidpaneFinished()voidprepGlassPane(javax.swing.AbstractButton activeButton)
-
-
-
Method Detail
-
isBusy
boolean isBusy()
-
paneFinished
void paneFinished()
-
enableButtons
void enableButtons(boolean enable)
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
void prepGlassPane(javax.swing.AbstractButton activeButton)
-
getBusyGlassPane
BusyGlassPane getBusyGlassPane()
-
-