Class symantec.itools.db.swing.JDBStatusBar.SQLMessages
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.swing.JDBStatusBar.SQLMessages
Object
|
+----Component
|
+----Container
|
+----Window
|
+----Dialog
|
+----JDialog
|
+----symantec.itools.db.swing.JDBStatusBar. SQLMessages
- public class JDBStatusBar.SQLMessages
- extends JDialog
- implements DBStatusBarBase.SQLMessages
-
symantec.itools.db.swing.JDBStatusBar. SQLMessages(JDBStatusBar)
-
-
symantec.itools.db.swing.JDBStatusBar. SQLMessages(JDBStatusBar, String, Component)
-
-
addNotify()
-
-
displayText()
-
-
getChkAction()
-
-
getChkError()
-
-
getChkLastEvent()
-
-
getChkSQL()
-
-
getClearButton()
-
-
getTextArea()
-
-
setVisibleFrame(boolean)
- Shows or hides the component depending on the boolean flag b.
JDBStatusBar.SQLMessages
public JDBStatusBar.SQLMessages(JDBStatusBar this$0)
JDBStatusBar.SQLMessages
public JDBStatusBar.SQLMessages(JDBStatusBar this$0,
String title,
Component comp)
addNotify
public void addNotify()
- Overrides:
- addNotify in class Dialog
displayText
public void displayText()
getChkAction
public java.awt.Component getChkAction()
getChkError
public java.awt.Component getChkError()
getChkLastEvent
public java.awt.Component getChkLastEvent()
getChkSQL
public java.awt.Component getChkSQL()
getClearButton
public java.awt.Component getClearButton()
getTextArea
public java.awt.Component getTextArea()
setVisibleFrame
public void setVisibleFrame(boolean b)
- Shows or hides the component depending on the boolean flag b.
- Parameters:
- b - if true, show the component; otherwise, hide the component.
- See Also:
- isVisible
All Packages Class Hierarchy This Package Previous Next Index