Class symantec.itools.db.swing.JDBStatusBar
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.swing.JDBStatusBar
Object
|
+----Component
|
+----Container
|
+----JComponent
|
+----JPanel
|
+----symantec.itools.db.swing.JDBStatusBar
- public class JDBStatusBar
- extends JPanel
- implements DBStatusBarBase
-
symantec.itools.db.swing.JDBStatusBar. SQLMessages
-
-
DIALOG_FONT
-
-
m_StbBarHelper
-
-
symantec.itools.db.swing.JDBStatusBar()
-
-
addImpl(Component, Object, int)
-
-
btnDetails_ActionPerformed(ActionEvent)
-
-
getDetailButton()
-
-
getFormErrors()
-
-
getJobLabel()
-
-
getLayout()
-
-
getNavigator()
-
-
getPreferredSize()
-
-
getProgressBar()
-
-
getQueryNavigator()
-
-
getQueryNavigatorObject()
-
-
getRecordNumberLabel()
-
-
getRecordStateLabel()
-
-
getRegularMinusVisibleFonction()
-
-
getState(Component)
-
-
getTaskBus()
-
-
getTotalNumberRowsLabel()
-
-
getVisibleLabels()
-
-
handleExceptionEvent(ExceptionEvent)
-
-
handleTaskBusEvent(TaskBusEvent)
-
-
isGotoFunction()
-
-
setBackground(Color)
-
-
setGotoFunction(boolean)
-
-
setLayout(LayoutManager)
-
-
setProgressBarValue(Component, int)
-
-
setQueryNavigator(String)
-
-
setQueryNavigatorObject(QueryNavigator)
-
-
setTaskBus(TaskBus)
-
-
setText(Component, String)
-
-
setTextColor(Component, Color)
-
-
setVisibleLabels(String[])
-
DIALOG_FONT
public static final java.awt.Font DIALOG_FONT
m_StbBarHelper
protected symantec.itools.db.awt.DBStatusBarHelper m_StbBarHelper
JDBStatusBar
public JDBStatusBar()
addImpl
protected void addImpl(Component comp,
Object constraints,
int index)
- Overrides:
- addImpl in class Container
btnDetails_ActionPerformed
public void btnDetails_ActionPerformed(ActionEvent e)
getDetailButton
public java.awt.Component getDetailButton()
getFormErrors
public symantec.itools.db.awt.DBStatusBarBase. SQLMessages getFormErrors()
getJobLabel
public java.awt.Component getJobLabel()
getLayout
public java.awt.LayoutManager getLayout()
- Overrides:
- getLayout in class Container
getNavigator
public symantec.itools.db.beans.binding.QueryNavigator getNavigator()
getPreferredSize
public java.awt.Dimension getPreferredSize()
- Overrides:
- getPreferredSize in class JComponent
getProgressBar
public java.awt.Component getProgressBar()
getQueryNavigator
public java.lang.String getQueryNavigator()
getQueryNavigatorObject
public symantec.itools.db.beans.binding.QueryNavigator getQueryNavigatorObject()
getRecordNumberLabel
public java.awt.Component getRecordNumberLabel()
getRecordStateLabel
public java.awt.Component getRecordStateLabel()
getRegularMinusVisibleFonction
public java.lang.String[] getRegularMinusVisibleFonction()
getState
public boolean getState(Component comp)
getTaskBus
public symantec.itools.db.beans.binding.taskbus.TaskBus getTaskBus()
getTotalNumberRowsLabel
public java.awt.Component getTotalNumberRowsLabel()
getVisibleLabels
public java.lang.String[] getVisibleLabels()
handleExceptionEvent
public void handleExceptionEvent(ExceptionEvent e)
handleTaskBusEvent
public void handleTaskBusEvent(TaskBusEvent e)
isGotoFunction
public boolean isGotoFunction()
setBackground
public void setBackground(Color back)
- Overrides:
- setBackground in class Component
setGotoFunction
public void setGotoFunction(boolean setfn)
setLayout
public void setLayout(LayoutManager layout)
- Overrides:
- setLayout in class Container
setProgressBarValue
public void setProgressBarValue(Component comp,
int val)
setQueryNavigator
public void setQueryNavigator(String name)
setQueryNavigatorObject
public void setQueryNavigatorObject(QueryNavigator qn)
setTaskBus
public void setTaskBus(TaskBus b)
setText
public void setText(Component comp,
String text)
setTextColor
public void setTextColor(Component comp,
Color col)
setVisibleLabels
public void setVisibleLabels(String[] visibleLabels)
All Packages Class Hierarchy This Package Previous Next Index