| |
|
| javax.swing.JPanel com.jgraph.pad.factory.JGraphpadStatusBar
JGraphpadStatusBar | public class JGraphpadStatusBar extends JPanel (Code) | | Status bar to display general information about the focused graph.
|
infoLabelmodifiedLabeleditableLabelzoomLabelmouseLabelspareLabel | protected JLabel infoLabelmodifiedLabeleditableLabelzoomLabelmouseLabelspareLabel(Code) | | Holds the labels contained in the status bar.
|
JGraphpadStatusBar | public JGraphpadStatusBar(JGraphEditor editor)(Code) | | Constructs a new repository panel for the specified editor.
|
updateLabels | protected void updateLabels()(Code) | | Invoked by the various listeners to update the labels. This
implementation does not update the mouse label as it is updated by other
means.
|
|
|
|