Skip navigation links
C D F G I L M O P S T U 

C

centerWindowOnComponent(Window, Component) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Centers the window over a component (usually another window).
centerWindowOnScreen(Window) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Sets the location of the specified window so that it is centered on screen.
component - Static variable in class org.jivesoftware.openfire.launcher.GraphicUtils
 
createImageIcon(Image) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
 
createToolTip(String, int) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
 
createToolTip(String) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
 

D

directoryDropped(File) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
Notified when a directory has been dropped onto the frame.
directoryDropped(File) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
Notified when a directory has been dropped onto the frame.
dragDropEnd(DragSourceDropEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dragDropEnd(DragSourceDropEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dragEnter(DragSourceDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dragEnter(DropTargetDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dragEnter(DragSourceDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dragEnter(DropTargetDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dragExit(DragSourceEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dragExit(DropTargetEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dragExit(DragSourceEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dragExit(DropTargetEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dragGestureRecognized(DragGestureEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dragGestureRecognized(DragGestureEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dragOver(DragSourceDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dragOver(DropTargetDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dragOver(DragSourceDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dragOver(DropTargetDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
drawHighlightBorder(Graphics, int, int, int, int, boolean, Color, Color) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Draws a single-line highlight border rectangle.
drop(DropTargetDropEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
drop(DropTargetDropEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dropActionChanged(DragSourceDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dropActionChanged(DropTargetDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
 
dropActionChanged(DragSourceDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
dropActionChanged(DropTargetDragEvent) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
 
DroppableFrame - Class in org.jivesoftware.openfire.launcher
A droppable frame allows for DnD of file objects from the OS onto the actual frame via File.
DroppableFrame() - Constructor for class org.jivesoftware.openfire.launcher.DroppableFrame
Creates a droppable rame.
DroppableTextPane - Class in org.jivesoftware.openfire.launcher
A droppable text pane allows for DnD of file objects from the OS onto the actual pane via File.
DroppableTextPane() - Constructor for class org.jivesoftware.openfire.launcher.DroppableTextPane
Creates a droppable text pane.

F

fileDropped(File) - Method in class org.jivesoftware.openfire.launcher.DroppableFrame
Notified when a file has been dropped onto the frame.
fileDropped(File) - Method in class org.jivesoftware.openfire.launcher.DroppableTextPane
Notified when a file has been dropped onto the frame.
focusComponentOrChild(Component) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Puts the focus on the first component in the tree of c that can accept the focus.
focusComponentOrChild(Component, boolean) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Puts the focus on the first component in the tree of c that can accept the focus.

G

getFocusableComponentOrChild(Component, boolean) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Returns the first component in the tree of c that can accept the focus.
getHighlightBorderInsets() - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Return the amount of space taken up by a highlight border drawn by drawHighlightBorder().
getPercentOfTotalInstallation() - Method in class org.jivesoftware.openfire.launcher.Uninstaller
 
getPopupMenuShowPoint(JPopupMenu, MouseEvent) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Returns a point where the given popup menu should be shown.
getPopupMenuShowPoint(JPopupMenu, int, int) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Returns a point where the given popup menu should be shown.
getScreenBounds() - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
 
GraphicUtils - Class in org.jivesoftware.openfire.launcher
GraphicsUtils class defines common user-interface related utility functions.

I

isAncestorOfFocusedComponent(Component) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
 

L

Launcher - Class in org.jivesoftware.openfire.launcher
Graphical launcher for Openfire.
Launcher() - Constructor for class org.jivesoftware.openfire.launcher.Launcher
Creates a new Launcher object.
loadFromResource(String, Class) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Loads an Image named imageName as a resource relative to the Class cls.

M

main(String[]) - Static method in class org.jivesoftware.openfire.launcher.Launcher
Creates a new GUI launcher instance.
main(String[]) - Static method in class org.jivesoftware.openfire.starter.ServerStarter
 
makeSameSize(JComponent[]) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
 

O

org.jivesoftware.openfire.launcher - package org.jivesoftware.openfire.launcher
Laucher classes for Openfire.
org.jivesoftware.openfire.starter - package org.jivesoftware.openfire.starter
 

P

performAction(Context, ProgressInterface) - Method in class org.jivesoftware.openfire.launcher.Uninstaller
 

S

SELECTION_COLOR - Static variable in class org.jivesoftware.openfire.launcher.GraphicUtils
 
ServerStarter - Class in org.jivesoftware.openfire.starter
Starts the core XMPP server.
ServerStarter() - Constructor for class org.jivesoftware.openfire.starter.ServerStarter
 

T

toHTMLColor(Color) - Static method in class org.jivesoftware.openfire.launcher.GraphicUtils
Return the hexidecimal color from a java.awt.Color
TOOLTIP_COLOR - Static variable in class org.jivesoftware.openfire.launcher.GraphicUtils
 
tracker - Static variable in class org.jivesoftware.openfire.launcher.GraphicUtils
 

U

Uninstaller - Class in org.jivesoftware.openfire.launcher
Used with the Install4J installer to uninstall the remaining files within the Openfire install.
Uninstaller() - Constructor for class org.jivesoftware.openfire.launcher.Uninstaller
 
C D F G I L M O P S T U 
Skip navigation links

Copyright © 2003–2019 Ignite Realtime. All rights reserved.