Uses of Class
ca.phon.ui.CalloutWindow
Packages that use CalloutWindow
-
Uses of CalloutWindow in ca.phon.app.session.editor.view.transcript
Methods in ca.phon.app.session.editor.view.transcript that return CalloutWindowModifier and TypeMethodDescriptionTranscriptEditor.getCurrentCallout()
Get the current callout window (if any)TranscriptEditor.showNonFocusableCallout
(boolean modal, JComponent content, int sideOfWindow, Rectangle pointAtRect) Show a callout window with the provided contents.Methods in ca.phon.app.session.editor.view.transcript with parameters of type CalloutWindowModifier and TypeMethodDescriptionvoid
TranscriptEditor.setCurrentCallout
(CalloutWindow callout) Set the current callout window -
Uses of CalloutWindow in ca.phon.ui
Methods in ca.phon.ui that return CalloutWindowModifier and TypeMethodDescriptionstatic CalloutWindow
CalloutWindow.showCallout
(JFrame owner, boolean modal, JComponent content, int sideOfWindow, Point pointAtPos) static CalloutWindow
CalloutWindow.showCallout
(JFrame owner, boolean modal, JComponent content, int sideOfWindow, Rectangle pointAtRect) static CalloutWindow
CalloutWindow.showNonFocusableCallout
(JFrame owner, JComponent content, int sideOfWindow, Point pointAtPos) static CalloutWindow
CalloutWindow.showNonFocusableCallout
(JFrame owner, JComponent content, int sideOfWindow, Rectangle pointAtRect)