Package jspecview.api
Interface JSVPanel
- All Superinterfaces:
JSVViewPanel
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoRepaint(boolean andTaintAll) voidgetFocusNow(boolean asThread) intgetFontFaceID(String name) booleanhasFocus()voidpaintComponent(Object display) voidprintPanel(PrintLayout pl, OutputStream os, String printJobTitle) voidprocessKeyEvent(Object event) booleanprocessMouseEvent(int id, int x, int y, int modifiers, long time) voidprocessTwoPointGesture(float[][][] touches) voidrepaint()saveImage(String type, GenericFileInterface file, OC out) voidsetBackgroundColor(GenericColor color) voidvoidshowMenu(int x, int y) voidshowMessage(String msg, String title) Methods inherited from interface jspecview.api.JSVViewPanel
dispose, getHeight, getTitle, getWidth, isEnabled, isFocusable, isVisible, setEnabled, setFocusable, setTitle
-
Method Details
-
repaint
void repaint() -
doRepaint
void doRepaint(boolean andTaintAll) -
getFocusNow
void getFocusNow(boolean asThread) -
getInput
-
getPanelData
PanelData getPanelData() -
hasFocus
boolean hasFocus() -
setToolTipText
-
showMessage
-
getApiPlatform
GenericPlatform getApiPlatform() -
setBackgroundColor
-
getFontFaceID
-
saveImage
-
printPanel
-
processMouseEvent
boolean processMouseEvent(int id, int x, int y, int modifiers, long time) -
processTwoPointGesture
void processTwoPointGesture(float[][][] touches) -
processKeyEvent
-
showMenu
void showMenu(int x, int y) -
paintComponent
-