A C D E F G I J K L M N O P R S T U V W X

A

APP - Static variable in interface org.jesktop.ImageRepository
 
AbstractFrimble - class org.jesktop.frimble.AbstractFrimble.
AbstractFrimble is just a helper class.
AbstractFrimble() - Constructor for class org.jesktop.frimble.AbstractFrimble
 
AlreadyLaunchedException - exception org.jesktop.AlreadyLaunchedException.
Class AlreadyLaunchedException
AlreadyLaunchedException(LaunchedTarget) - Constructor for class org.jesktop.AlreadyLaunchedException
Constructor AlreadyLaunchedException
AppInstaller - interface org.jesktop.AppInstaller.
Interface AppInstaller
AppLauncher - interface org.jesktop.AppLauncher.
Interface AppLauncher
addFrimbleListener(FrimbleListener) - Method in class org.jesktop.frimble.AbstractFrimble
Method addFrimbleListener
addFrimbleListener(FrimbleListener) - Method in interface org.jesktop.frimble.Frimble
Method addFrimbleListener
addFrimbleListener(FrimbleListener) - Method in class org.jesktop.frimble.JFrimble
Method addFrimbleListener
addKeyListener(KeyListener) - Method in interface org.jesktop.frimble.Frimble
Method addKeyListener
addKeyListener(KeyListener) - Method in class org.jesktop.frimble.JFrameFrimble
Method addKeyListener
addKeyListener(KeyListener) - Method in class org.jesktop.frimble.JFrimble
Method addKeyListener
addKeyListener(KeyListener) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method addKeyListener
addLaunchedTarget(LaunchedTarget) - Method in interface org.jesktop.WindowManager
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jesktop.DesktopKernel
Method addPropertyChangeListener
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.jesktop.DesktopKernel
 
anotherHasRecognizedDraggedItem(Class) - Method in interface org.jesktop.appsupport.DropAware
Method anotherHasRecognizedDraggedItem

C

ConfigHelper - class org.jesktop.config.ConfigHelper.
Class ConfigHelper
ConfigHelper() - Constructor for class org.jesktop.config.ConfigHelper
 
ConfigManager - interface org.jesktop.config.ConfigManager.
 
Configlet - interface org.jesktop.config.Configlet.
 
ConfigletLaunchableTarget - interface org.jesktop.launchable.ConfigletLaunchableTarget.
Interface ConfigletLaunchableTarget
ContentViewer - interface org.jesktop.appsupport.ContentViewer.
Apps that implement this can view certain types of content.
canBeUnInstalled() - Method in interface org.jesktop.launchable.LaunchableTarget
Method canBeUnInstalled
close() - Method in interface org.jesktop.services.WindowManagerService
 
containsKey(String) - Method in interface org.jesktop.ObjectRepository
 
countRegisteredMimes() - Method in interface org.jesktop.mime.MimeManager
Method countRegisteredMimes
createFrimble(String) - Method in interface org.jesktop.WindowManager
 
createJFrameFrimble(JFrame) - Static method in class org.jesktop.frimble.JFrameFrimble
Method createJFrameFrimble
createJInternalFrameFrimble(JInternalFrame) - Static method in class org.jesktop.frimble.JInternalFrameFrimble
Method createJInternalFrameFrimble
createMimeInfo(String, String) - Method in interface org.jesktop.mime.MimeManager
Method createMimeInfo

D

Decorator - interface org.jesktop.Decorator.
Class Decorator is used to decorate frimbles as they are oepned on the desktop.
DecoratorLaunchableTarget - interface org.jesktop.launchable.DecoratorLaunchableTarget.
Interface DecoratorLaunchableTarget
DesktopKernel - interface org.jesktop.DesktopKernel.
 
DesktopKernelService - interface org.jesktop.services.DesktopKernelService.
 
DraggedItem - class org.jesktop.appsupport.DraggedItem.
Class DraggedItem is passed with DropAware apps.
DraggedItem(JComponent, Object) - Constructor for class org.jesktop.appsupport.DraggedItem
Constructor DraggedItem
DropAware - interface org.jesktop.appsupport.DropAware.
Implemented by Classes that can have items dropped on them.
decorate(Frimble, LaunchableTarget) - Method in interface org.jesktop.Decorator
Method decorate is called when a new frimble has been openon of the desktop.
dispose() - Method in interface org.jesktop.frimble.Frimble
Method dispose initiates a close sequence for the frimble.
dispose() - Method in class org.jesktop.frimble.JFrameFrimble
Method dispose
dispose() - Method in class org.jesktop.frimble.JFrimble
Method dispose
dispose() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method dispose
doYouRecognizeDraggedItem(Point, Class) - Method in interface org.jesktop.appsupport.DropAware
Method doYouRecognizeDraggedItem is used by the implementing app to indicate that the item being dragged is recognized by the app.
draggingStopped() - Method in interface org.jesktop.appsupport.DropAware
Method draggingStopped
droppedOnYou(Object) - Method in interface org.jesktop.appsupport.DropAware
Method droppedOnYou

E

editDocument(URL) - Method in interface org.jesktop.DesktopKernel
Method editDocument
end() - Method in interface org.jesktop.Decorator
Method end finishes the the decoration in this style.
execute(Runnable) - Method in interface org.jesktop.ThreadPool
 

F

FRIMBLE_ACTIVATED - Static variable in class org.jesktop.frimble.FrimbleEvent
 
FRIMBLE_CLOSED - Static variable in class org.jesktop.frimble.FrimbleEvent
 
FRIMBLE_CLOSING - Static variable in class org.jesktop.frimble.FrimbleEvent
 
FRIMBLE_DEACTIVATED - Static variable in class org.jesktop.frimble.FrimbleEvent
 
FRIMBLE_DEICONIFIED - Static variable in class org.jesktop.frimble.FrimbleEvent
 
FRIMBLE_FIRST - Static variable in class org.jesktop.frimble.FrimbleEvent
 
FRIMBLE_ICONIFIED - Static variable in class org.jesktop.frimble.FrimbleEvent
 
FRIMBLE_LAST - Static variable in class org.jesktop.frimble.FrimbleEvent
 
FRIMBLE_OPENED - Static variable in class org.jesktop.frimble.FrimbleEvent
 
Frimble - interface org.jesktop.frimble.Frimble.
Frimble is just a helper class.
FrimbleAdapter - class org.jesktop.frimble.FrimbleAdapter.
Class FrimbleAdapter
FrimbleAdapter() - Constructor for class org.jesktop.frimble.FrimbleAdapter
 
FrimbleAware - interface org.jesktop.frimble.FrimbleAware.
Interface FrimbleAware allows apps to have menus and titles (plus more) without being tied to JFrame etc.
FrimbleCallback - interface org.jesktop.frimble.FrimbleCallback.
 
FrimbleDemo - class org.jesktop.frimble.demo.FrimbleDemo.
This class shows how to use Frimble in a gui app where it is intended that the app will fun in standalone mode and run inside jesktop.
FrimbleDemo() - Constructor for class org.jesktop.frimble.demo.FrimbleDemo
Constructor FrimbleDemo
FrimbleDemo2 - class org.jesktop.frimble.demo2.FrimbleDemo2.
This class shows how to use JFrimble in a gui app where it is intended that the app will fun in standalone mode and run inside jesktop.
FrimbleDemo2() - Constructor for class org.jesktop.frimble.demo2.FrimbleDemo2
Constructor FrimbleDemo
FrimbleDemo3 - class org.jesktop.frimble.demo3.FrimbleDemo3.
This class shows how to use Frimble in a gui app where it is intended that the app will fun in standalone mode and run inside jesktop.
FrimbleDemo3() - Constructor for class org.jesktop.frimble.demo3.FrimbleDemo3
Constructor FrimbleDemo3
FrimbleEvent - class org.jesktop.frimble.FrimbleEvent.
Class FrimbleEvent
FrimbleEvent(Frimble, int) - Constructor for class org.jesktop.frimble.FrimbleEvent
Constructor FrimbleEvent
FrimbleFactory - interface org.jesktop.frimble.FrimbleFactory.
Interface FrimbleFactory
FrimbleListener - interface org.jesktop.frimble.FrimbleListener.
Interface FrimbleListener
frimbleActivated(FrimbleEvent) - Method in class org.jesktop.frimble.FrimbleAdapter
Method frimbleActivated
frimbleActivated(FrimbleEvent) - Method in interface org.jesktop.frimble.FrimbleListener
Method frimbleActivated
frimbleClosed(FrimbleEvent) - Method in class org.jesktop.frimble.FrimbleAdapter
Method frimbleClosed
frimbleClosed(FrimbleEvent) - Method in interface org.jesktop.frimble.FrimbleListener
Method frimbleClosed
frimbleClosing(FrimbleEvent) - Method in class org.jesktop.frimble.FrimbleAdapter
Method frimbleClosing
frimbleClosing(FrimbleEvent) - Method in interface org.jesktop.frimble.FrimbleListener
Method frimbleClosing
frimbleDeactivated(FrimbleEvent) - Method in class org.jesktop.frimble.FrimbleAdapter
Method frimbleDeactivated
frimbleDeactivated(FrimbleEvent) - Method in interface org.jesktop.frimble.FrimbleListener
Method frimbleDeactivated
frimbleDeiconified(FrimbleEvent) - Method in class org.jesktop.frimble.FrimbleAdapter
Method frimbleDeiconified
frimbleDeiconified(FrimbleEvent) - Method in interface org.jesktop.frimble.FrimbleListener
Method frimbleDeiconified
frimbleIconified(FrimbleEvent) - Method in class org.jesktop.frimble.FrimbleAdapter
Method frimbleIconified
frimbleIconified(FrimbleEvent) - Method in interface org.jesktop.frimble.FrimbleListener
Method frimbleIconified
frimbleOpened(FrimbleEvent) - Method in class org.jesktop.frimble.FrimbleAdapter
Method frimbleOpened
frimbleOpened(FrimbleEvent) - Method in interface org.jesktop.frimble.FrimbleListener
Method frimbleOpened

G

get(String) - Method in interface org.jesktop.ObjectRepository
 
get(String, ClassLoader) - Method in interface org.jesktop.ObjectRepository
 
get(String) - Method in interface org.jesktop.config.PersistableConfig
Method get
getActions() - Method in interface org.jesktop.mime.MimeInfo
Get all actions associated with this Mime (View, Edit, Print, ...)
getAllAppList() - Method in interface org.jesktop.AppLauncher
Method getAllAppList
getAllLaunchableTargets() - Method in interface org.jesktop.DesktopKernel
Method getAllLaunchableTargets
getAlreadyLaunchedTarget() - Method in class org.jesktop.AlreadyLaunchedException
Method getAlreadyLaunchedTarget
getAppBigImageIcon(String) - Method in interface org.jesktop.ImageRepository
Method getAppBigImageIcon
getAppImageIcon(String, ImageIcon) - Method in interface org.jesktop.ImageRepository
Method getAppImageIcon
getAppSmallImageIcon(String) - Method in interface org.jesktop.ImageRepository
Method getAppSmallImageIcon
getBounds() - Method in interface org.jesktop.frimble.Frimble
Method getBounds
getBounds() - Method in class org.jesktop.frimble.JFrameFrimble
Method getBounds
getBounds() - Method in class org.jesktop.frimble.JFrimble
Method getBounds
getBounds() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method getBounds
getClassName() - Method in interface org.jesktop.launchable.LaunchableTarget
Method getClassName
getConfig() - Method in interface org.jesktop.config.ObjConfiglet
Method getConfig
getConfig() - Method in interface org.jesktop.config.XMLConfiglet
Method getConfig
getConfigPath(PropertyChangeEvent) - Static method in class org.jesktop.config.ConfigHelper
 
getConfigPath() - Method in interface org.jesktop.launchable.ConfigletLaunchableTarget
Method getConfigPath
getConfigPath() - Method in interface org.jesktop.launchable.DecoratorLaunchableTarget
Method getConfigPath
getConfigletLaunchableTargets() - Method in interface org.jesktop.DesktopKernel
Method getConfigletLaunchableTargets
getContentPane() - Method in interface org.jesktop.frimble.Frimble
Method getContentPane gets the content pane for the frimble.
getContentPane() - Method in class org.jesktop.frimble.JFrameFrimble
Method getContentPane
getContentPane() - Method in class org.jesktop.frimble.JFrimble
Method getContentPane
getContentPane() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method getContentPane
getDecoratorLaunchableTargets() - Method in interface org.jesktop.DesktopKernel
Method getDecoratorLaunchableTargets
getDefaultCloseOperation() - Method in interface org.jesktop.frimble.Frimble
Method getDefaultCloseOperation gets the default close operation for frimble //TODO - still needs true adaption?
getDefaultCloseOperation() - Method in class org.jesktop.frimble.JFrameFrimble
Method getDefaultCloseOperation
getDefaultCloseOperation() - Method in class org.jesktop.frimble.JFrimble
Method getDefaultCloseOperation
getDefaultCloseOperation() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method getDefaultCloseOperation
getDescription() - Method in interface org.jesktop.mime.MimeInfo
Get the description of this Mime (p.e.
getDisplayName() - Method in interface org.jesktop.launchable.LaunchableTarget
Method getDisplayName
getDisplaytName() - Method in interface org.jesktop.LaunchedTarget
Method getDisplaytName
getDragRep() - Method in class org.jesktop.appsupport.DraggedItem
Method getDragRep
getDraggedIem() - Method in class org.jesktop.appsupport.DraggedItem
Method getDraggedIem
getDraggedItemClass() - Method in class org.jesktop.appsupport.DraggedItem
Method getItemClass
getExtensions() - Method in interface org.jesktop.mime.MimeInfo
Get all registered extensions for this Mime
getExtensionsAsString() - Method in interface org.jesktop.mime.MimeInfo
Get all registered extensions for this Mime as a coma-separated String
getFileBigImageIcon(String) - Method in interface org.jesktop.ImageRepository
Method getFileBigImageIcon
getFileImageIcon(String, ImageIcon) - Method in interface org.jesktop.ImageRepository
Method getFileImageIcon
getFileSmallImageIcon(String) - Method in interface org.jesktop.ImageRepository
Method getFileSmallImageIcon
getFocusOwner() - Method in interface org.jesktop.frimble.Frimble
Method getFocusOwner gets the Component that is the focus owner for the frimble.
getFocusOwner() - Method in class org.jesktop.frimble.JFrameFrimble
Method getFocusOwner
getFocusOwner() - Method in class org.jesktop.frimble.JFrimble
Method getFocusOwner
getFocusOwner() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method getFocusOwner
getFrimble() - Method in class org.jesktop.frimble.FrimbleEvent
Method getFrimble
getFrimble() - Method in interface org.jesktop.frimble.FrimbleFactory
Method getFrimble
getFrimble(String) - Method in interface org.jesktop.frimble.FrimbleFactory
Method getFrimble
getFrimble() - Method in class org.jesktop.frimble.JFrameFrimbleFactory
Method getFrimble
getFrimble(String) - Method in class org.jesktop.frimble.JFrameFrimbleFactory
Method getFrimble
getFrimble() - Method in class org.jesktop.frimble.JFrimble
Method getFrimble
getFrimble() - Method in class org.jesktop.frimble.JInternalFrameFrimbleFactory
Method getFrimble
getFrimble(String) - Method in class org.jesktop.frimble.JInternalFrameFrimbleFactory
Method getFrimble
getFrimbleContained() - Method in interface org.jesktop.frimble.Frimble
Method showOpenDialog shows an save dialog (attached to this frimble).
getFrimbleContained() - Method in class org.jesktop.frimble.JFrameFrimble
Method getFrimbleContained
getFrimbleContained() - Method in class org.jesktop.frimble.JFrimble
Method getFrimbleContained
getFrimbleContained() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method getFrimbleContained
getGlassPane() - Method in interface org.jesktop.frimble.Frimble
Method getGlassPane gets the glass pane for the frimble.
getGlassPane() - Method in class org.jesktop.frimble.JFrameFrimble
Method getGlassPane
getGlassPane() - Method in class org.jesktop.frimble.JFrimble
Method getGlassPane
getGlassPane() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method getGlassPane
getHeight() - Method in interface org.jesktop.frimble.Frimble
Method getHeight
getHeight() - Method in class org.jesktop.frimble.JFrameFrimble
Method getHeight
getHeight() - Method in class org.jesktop.frimble.JFrimble
Method getHeight
getHeight() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method getHeight
getIcon() - Method in interface org.jesktop.mime.MimeInfo
Get the image icon associated with this Mime
getInstantiatedApp() - Method in interface org.jesktop.LaunchedTarget
Method getInstantiatedApp
getJMenuBar() - Method in interface org.jesktop.frimble.Frimble
Gets the Jemnubar for the frimble.
getJMenuBar() - Method in class org.jesktop.frimble.JFrameFrimble
Method getJMenuBar
getJMenuBar() - Method in class org.jesktop.frimble.JFrimble
Method getJMenuBar
getJMenuBar() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method getJMenuBar
getKernelFrimbleListener() - Method in interface org.jesktop.services.DesktopKernelService
 
getLayeredPane() - Method in interface org.jesktop.frimble.Frimble
Method getLayeredPane gets the layered pane for the frimble.
getLayeredPane() - Method in class org.jesktop.frimble.JFrameFrimble
Method getLayeredPane
getLayeredPane() - Method in class org.jesktop.frimble.JFrimble
Method getLayeredPane
getLayeredPane() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method getLayeredPane
getLocation() - Method in interface org.jesktop.frimble.Frimble
Method getLocation
getLocation() - Method in class org.jesktop.frimble.JFrameFrimble
Method getLocation
getLocation() - Method in class org.jesktop.frimble.JFrimble
Method getLocation
getLocation() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method getLocation
getMime() - Method in interface org.jesktop.mime.MimeInfo
Get mime string (p.e.
getMimeInfo(int) - Method in interface org.jesktop.mime.MimeManager
Method getMimeInfo
getNormalLaunchableTargets() - Method in interface org.jesktop.DesktopKernel
Method getNormalLaunchableTargets
getObjConfig(String, ClassLoader) - Method in interface org.jesktop.services.KernelConfigManager
 
getOwnerFrame() - Method in class org.jesktop.frimble.AbstractFrimble
Method getOwnerFrame
getOwnerFrame() - Method in interface org.jesktop.frimble.Frimble
Method getOwnerFrame
getOwnerFrame() - Method in class org.jesktop.frimble.JFrimble
Method getOwnerFrame
getPreferredSize() - Method in interface org.jesktop.frimble.Frimble
Method getPreferredSize
getPreferredSize() - Method in class org.jesktop.frimble.JFrameFrimble
Method getPreferredSize
getPreferredSize() - Method in class org.jesktop.frimble.JFrimble
Method getPreferredSize
getPreferredSize() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method getPreferredSize
getRootPane() - Method in interface org.jesktop.frimble.Frimble
Method getRootPane gets the root pane for the frimble.
getRootPane() - Method in class org.jesktop.frimble.JFrameFrimble
Method getRootPane
getRootPane() - Method in class org.jesktop.frimble.JFrimble
Method getRootPane
getRootPane() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method getRootPane
getSize() - Method in interface org.jesktop.frimble.Frimble
Method getSize
getSize() - Method in class org.jesktop.frimble.JFrameFrimble
Method getSize
getSize() - Method in class org.jesktop.frimble.JFrimble
Method getSize
getSize() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method getSize
getStringConfig(String, String) - Method in interface org.jesktop.services.KernelConfigManager
 
getTargetName() - Method in interface org.jesktop.LaunchedTarget
Method getTargetName
getTargetName() - Method in interface org.jesktop.launchable.LaunchableTarget
Method getTargetName
getTargetNameParts() - Method in interface org.jesktop.launchable.LaunchableTarget
Method getTargetNameParts
getTitle() - Method in interface org.jesktop.frimble.Frimble
Method getTitle gets the title for a frimble.
getTitle() - Method in class org.jesktop.frimble.JFrameFrimble
Method getTitle
getTitle() - Method in class org.jesktop.frimble.JFrimble
Method getTitle
getTitle() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method getTitle
getWidth() - Method in interface org.jesktop.frimble.Frimble
Method getWidth
getWidth() - Method in class org.jesktop.frimble.JFrameFrimble
Method getWidth
getWidth() - Method in class org.jesktop.frimble.JFrimble
Method getWidth
getWidth() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method getWidth
getXMLConfig(String, ClassLoader) - Method in interface org.jesktop.services.KernelConfigManager
 

I

ImageRepository - interface org.jesktop.ImageRepository.
Interface ImageRepository
initializeView() - Method in interface org.jesktop.services.WindowManagerService
 
initiateShutdown(String) - Method in interface org.jesktop.DesktopKernel
Method initiateShutdown
installApps(URL) - Method in interface org.jesktop.AppInstaller
Method installApps
installApps(URL[]) - Method in interface org.jesktop.AppInstaller
Method installApps
isConfigPropChange(PropertyChangeEvent) - Static method in class org.jesktop.config.ConfigHelper
 
isFromThisLaunchableTarget(LaunchableTarget) - Method in interface org.jesktop.LaunchedTarget
Method isFromThisLaunchableTarget
isResizable() - Method in interface org.jesktop.frimble.Frimble
Method isResizable determines of the frimble supports resize.
isResizable() - Method in class org.jesktop.frimble.JFrameFrimble
Method isResizable
isResizable() - Method in class org.jesktop.frimble.JFrimble
Method isResizable
isResizable() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method isResizable
isSingleInstanceApp() - Method in interface org.jesktop.launchable.LaunchableTarget
Method isSingleInstanceApp
isVisible() - Method in interface org.jesktop.frimble.Frimble
Method isVisible
isVisible() - Method in class org.jesktop.frimble.JFrameFrimble
Method isVisible
isVisible() - Method in class org.jesktop.frimble.JFrimble
Method isVisible
isVisible() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method isVisible
itemBeingDragged(DraggedItem, Point) - Method in interface org.jesktop.DesktopKernel
Method itemBeingDragged

J

JFrameFrimble - class org.jesktop.frimble.JFrameFrimble.
 
JFrameFrimble(JFrame) - Constructor for class org.jesktop.frimble.JFrameFrimble
 
JFrameFrimbleFactory - class org.jesktop.frimble.JFrameFrimbleFactory.
Class JFrameFrimbleFactory
JFrameFrimbleFactory() - Constructor for class org.jesktop.frimble.JFrameFrimbleFactory
 
JFrimble - class org.jesktop.frimble.JFrimble.
 
JFrimble() - Constructor for class org.jesktop.frimble.JFrimble
Constructor JFrimble
JFrimble(String) - Constructor for class org.jesktop.frimble.JFrimble
Constructor JFrimble
JInternalFrameFrimble - class org.jesktop.frimble.JInternalFrameFrimble.
 
JInternalFrameFrimble(JInternalFrame) - Constructor for class org.jesktop.frimble.JInternalFrameFrimble
 
JInternalFrameFrimbleFactory - class org.jesktop.frimble.JInternalFrameFrimbleFactory.
Class JInternalFrameFrimbleFactory
JInternalFrameFrimbleFactory(JDesktopPane) - Constructor for class org.jesktop.frimble.JInternalFrameFrimbleFactory
Constructor JInternalFrameFrimbleFactory
JesktopLaunchException - exception org.jesktop.JesktopLaunchException.
Class JesktopLaunchException
JesktopLaunchException(String) - Constructor for class org.jesktop.JesktopLaunchException
Constructor JesktopLaunchException
JesktopPackagingException - exception org.jesktop.JesktopPackagingException.
Class JesktopPackagingException
JesktopPackagingException(String) - Constructor for class org.jesktop.JesktopPackagingException
Constructor JesktopPackagingException

K

KernelConfigManager - interface org.jesktop.services.KernelConfigManager.
 

L

LAUNCHABLE_TARGET_CHANGE - Static variable in interface org.jesktop.DesktopKernel
 
LaunchableTarget - interface org.jesktop.launchable.LaunchableTarget.
Class LaunchableTarget
LaunchedTarget - interface org.jesktop.LaunchedTarget.
Class LaunchedTarget
launchApp(LaunchableTarget) - Method in interface org.jesktop.AppLauncher
Ask the desktop to launch an application by it's name.
launchApp(LaunchableTarget, JComponent) - Method in interface org.jesktop.AppLauncher
Method launchApp
launchAppByName(String) - Method in interface org.jesktop.AppLauncher
Method launchAppByName
launchAppWithoutInstallation(URL) - Method in interface org.jesktop.AppLauncher
Method launchAppWithoutInstallation
launchedTargetCloseRequested(LaunchedTarget) - Method in interface org.jesktop.DesktopKernel
Method launchedTargetCloseRequested
launchedTargetSelected(LaunchedTarget) - Method in interface org.jesktop.DesktopKernel
Method launchedTargetSelected
listenerList - Variable in class org.jesktop.frimble.AbstractFrimble
 

M

MIME - Static variable in interface org.jesktop.ImageRepository
 
MimeAlreadyRegisteredException - exception org.jesktop.mime.MimeAlreadyRegisteredException.
 
MimeAlreadyRegisteredException(String) - Constructor for class org.jesktop.mime.MimeAlreadyRegisteredException
Constructor MimeAlreadyRegisteredException
MimeException - exception org.jesktop.mime.MimeException.
 
MimeException(String) - Constructor for class org.jesktop.mime.MimeException
Constructor MimeException
MimeInfo - interface org.jesktop.mime.MimeInfo.
Interface that represents all informations about a Mime type
MimeManager - interface org.jesktop.mime.MimeManager.
Interface MimeManager
MimeNotRegisteredException - exception org.jesktop.mime.MimeNotRegisteredException.
 
MimeNotRegisteredException(String) - Constructor for class org.jesktop.mime.MimeNotRegisteredException
Constructor MimeNotRegisteredException
main(String[]) - Static method in class org.jesktop.frimble.demo.FrimbleDemo
Method main
main(String[]) - Static method in class org.jesktop.frimble.demo2.FrimbleDemo2
Method main
main(String[]) - Static method in class org.jesktop.frimble.demo3.FrimbleDemo3
Method main
makeFrimble(FrimbleAware) - Method in class org.jesktop.frimble.AbstractFrimble
Method makeFrimble
makeFrimble(FrimbleAware) - Method in interface org.jesktop.frimble.Frimble
Method makeFrimble
makeFrimble(FrimbleAware) - Method in interface org.jesktop.frimble.FrimbleCallback
 
makeFrimble(FrimbleAware) - Method in class org.jesktop.frimble.JFrimble
Method makeFrimble
makeFrimble2(FrimbleAware) - Method in class org.jesktop.frimble.AbstractFrimble
 
makeFrimble2(FrimbleAware) - Method in class org.jesktop.frimble.JFrameFrimble
 
makeFrimble2(FrimbleAware) - Method in class org.jesktop.frimble.JInternalFrameFrimble
 
makeKernelLaunchedTarget(Frimble, Object, LaunchableTarget) - Method in interface org.jesktop.services.DesktopKernelService
 

N

NormalLaunchableTarget - interface org.jesktop.launchable.NormalLaunchableTarget.
Interface DecoratorLaunchableTarget
notifyInterested(String, Configlet, Object) - Method in interface org.jesktop.services.KernelConfigManager
 
notifyLaunchableTargetListeners() - Method in interface org.jesktop.DesktopKernel
Method notifyLaunchableTargetListeners
notifyObjConfig(String, ClassLoader) - Method in interface org.jesktop.services.KernelConfigManager
 
notifyUpdated(ObjConfiglet) - Method in interface org.jesktop.config.ConfigManager
Method notifyUpdated
notifyUpdated(XMLConfiglet) - Method in interface org.jesktop.config.ConfigManager
Method notifyUpdated
notifyUpdatedNoSave(ObjConfiglet) - Method in interface org.jesktop.services.KernelConfigManager
 
notifyUpdatedNoSave(XMLConfiglet) - Method in interface org.jesktop.services.KernelConfigManager
 
notifyXMLConfig(String, ClassLoader) - Method in interface org.jesktop.services.KernelConfigManager
 

O

ObjConfiglet - interface org.jesktop.config.ObjConfiglet.
 
ObjConfigurable - interface org.jesktop.config.ObjConfigurable.
 
ObjectRepository - interface org.jesktop.ObjectRepository.
 
org.jesktop - package org.jesktop
 
org.jesktop.appsupport - package org.jesktop.appsupport
 
org.jesktop.config - package org.jesktop.config
 
org.jesktop.frimble - package org.jesktop.frimble
 
org.jesktop.frimble.demo - package org.jesktop.frimble.demo
 
org.jesktop.frimble.demo2 - package org.jesktop.frimble.demo2
 
org.jesktop.frimble.demo3 - package org.jesktop.frimble.demo3
 
org.jesktop.launchable - package org.jesktop.launchable
 
org.jesktop.mime - package org.jesktop.mime
 
org.jesktop.services - package org.jesktop.services
 

P

PROPCHG_PREFIX - Static variable in interface org.jesktop.config.ConfigManager
 
PersistableConfig - interface org.jesktop.config.PersistableConfig.
Interface PersistableConfig
pack() - Method in interface org.jesktop.frimble.Frimble
Method pack packs the frimble.
pack() - Method in class org.jesktop.frimble.JFrameFrimble
Method pack
pack() - Method in class org.jesktop.frimble.JFrimble
Method pack
pack() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method pack
paramString() - Method in class org.jesktop.frimble.FrimbleEvent
Method paramString
put(String, Object) - Method in interface org.jesktop.ObjectRepository
 
put(String, Object) - Method in interface org.jesktop.config.PersistableConfig
Method put

R

ROLE - Static variable in interface org.jesktop.DesktopKernel
 
registerConfigInterest(Configlet, String) - Method in interface org.jesktop.services.KernelConfigManager
 
registerConfigInterest(DesktopKernelService, String) - Method in interface org.jesktop.services.KernelConfigManager
 
registerConfigInterest(WindowManager, String) - Method in interface org.jesktop.services.KernelConfigManager
 
registerConfigInterest(Decorator, String) - Method in interface org.jesktop.services.KernelConfigManager
 
registerExtensionsForMime(String, MimeInfo) - Method in interface org.jesktop.mime.MimeManager
Method registerExtensionsForMime
registerFrimbleCallback(FrimbleCallback) - Method in class org.jesktop.frimble.AbstractFrimble
Method registerFrimbleCallback
registerFrimbleCallback(FrimbleCallback) - Method in interface org.jesktop.frimble.Frimble
Method registerFrimbleCallback
registerFrimbleCallback(FrimbleCallback) - Method in class org.jesktop.frimble.JFrimble
Method registerFrimbleCallback
registerMime(MimeInfo) - Method in interface org.jesktop.mime.MimeManager
Method registerMime
removeFrimbleListener(FrimbleListener) - Method in class org.jesktop.frimble.AbstractFrimble
Method removeFrimbleListener
removeFrimbleListener(FrimbleListener) - Method in interface org.jesktop.frimble.Frimble
Method removeFrimbleListener
removeFrimbleListener(FrimbleListener) - Method in class org.jesktop.frimble.JFrimble
Method removeFrimbleListener
removeLaunchedTarget(LaunchedTarget) - Method in interface org.jesktop.services.WindowManagerService
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jesktop.DesktopKernel
Method removePropertyChangeListener
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.jesktop.DesktopKernel
 
renderDragRepresentation(DraggedItem, Point) - Method in interface org.jesktop.services.WindowManagerService
 
runAsychronously(Runnable) - Method in interface org.jesktop.DesktopKernel
this is usable for local file system installs as well as over the web installs.

S

SHUTDOWN_REBOOT - Static variable in interface org.jesktop.DesktopKernel
 
SHUTDOWN_SHUTDOWN - Static variable in interface org.jesktop.DesktopKernel
 
setAppLauncher(AppLauncher) - Method in interface org.jesktop.services.WindowManagerService
 
setBackground(Color) - Method in interface org.jesktop.frimble.Frimble
Method setBackground
setBackground(Color) - Method in class org.jesktop.frimble.JFrameFrimble
Method setBackground
setBackground(Color) - Method in class org.jesktop.frimble.JFrimble
Method setBackground
setBackground(Color) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method setBackground
setClosed(boolean) - Method in interface org.jesktop.frimble.Frimble
Method setClosed
setClosed(boolean) - Method in class org.jesktop.frimble.JFrameFrimble
Method setClosed
setClosed(boolean) - Method in class org.jesktop.frimble.JFrimble
Method setClosed
setClosed(boolean) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method setClosed
setConfig(Object) - Method in interface org.jesktop.config.ObjConfiglet
Method setConfig
setConfig(Object) - Method in interface org.jesktop.config.ObjConfigurable
Method setConfig
setConfig(Document) - Method in interface org.jesktop.config.XMLConfiglet
Method setConfig
setContentPane(Container) - Method in interface org.jesktop.frimble.Frimble
Method setContentPane places a container as the content pane.
setContentPane(Container) - Method in class org.jesktop.frimble.JFrameFrimble
Method setContentPane
setContentPane(Container) - Method in class org.jesktop.frimble.JFrimble
Method setContentPane
setContentPane(Container) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method setContentPane
setDecoratorLaunchableTarget(DecoratorLaunchableTarget) - Method in interface org.jesktop.DesktopKernel
Method setDecoratorLaunchableTarget
setDefaultCloseOperation(int) - Method in interface org.jesktop.frimble.Frimble
Method setDefaultCloseOperation sets the default close operation //TODO ints the same for JFrame and JInternalFrame?
setDefaultCloseOperation(int) - Method in class org.jesktop.frimble.JFrameFrimble
Method setDefaultCloseOperation
setDefaultCloseOperation(int) - Method in class org.jesktop.frimble.JFrimble
Method setDefaultCloseOperation
setDefaultCloseOperation(int) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method setDefaultCloseOperation
setFrameIcon(ImageIcon) - Method in interface org.jesktop.frimble.Frimble
Method setFrameIcon
setFrameIcon(ImageIcon) - Method in class org.jesktop.frimble.JFrameFrimble
Method setFrameIcon
setFrameIcon(ImageIcon) - Method in class org.jesktop.frimble.JFrimble
Method setFrameIcon
setFrameIcon(ImageIcon) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method setFrameIcon
setFrimble(Frimble) - Method in interface org.jesktop.frimble.FrimbleAware
Method setFrimble allows the JComponent based app to be given a way of interacting with it's menu and title (and others) without knowing the implementation of that container.
setFrimble(Frimble) - Method in class org.jesktop.frimble.demo.FrimbleDemo
Method setFrimble
setFrimble(Frimble) - Method in class org.jesktop.frimble.demo3.FrimbleDemo3
Method setFrimble
setFrimbleFactory(FrimbleFactory) - Static method in class org.jesktop.frimble.JFrimble
Method setFrimbleFactory
setGlassPane(Component) - Method in interface org.jesktop.frimble.Frimble
Method setGlassPane sets teh glass pane.
setGlassPane(Component) - Method in class org.jesktop.frimble.JFrameFrimble
Method setGlassPane
setGlassPane(Component) - Method in class org.jesktop.frimble.JFrimble
Method setGlassPane
setGlassPane(Component) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method setGlassPane
setIconImage(Image) - Method in interface org.jesktop.frimble.Frimble
Method setIconImage
setIconImage(Image) - Method in class org.jesktop.frimble.JFrameFrimble
Method setIconImage
setIconImage(Image) - Method in class org.jesktop.frimble.JFrimble
Method setIconImage
setIconImage(Image) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method setIconImage
setImageIcon(String, ImageIcon) - Method in interface org.jesktop.ImageRepository
Method setImageIcon
setJMenuBar(JMenuBar) - Method in interface org.jesktop.frimble.Frimble
Method setJMenuBar allows the menu bar to be set for the frimble.
setJMenuBar(JMenuBar) - Method in class org.jesktop.frimble.JFrameFrimble
 
setJMenuBar(JMenuBar) - Method in class org.jesktop.frimble.JFrimble
 
setJMenuBar(JMenuBar) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method setJMenuBar
setKernelCallback(DesktopKernel) - Method in interface org.jesktop.services.WindowManagerService
 
setLayeredPane(JLayeredPane) - Method in interface org.jesktop.frimble.Frimble
Method setLayeredPane sets the layered pane.
setLayeredPane(JLayeredPane) - Method in class org.jesktop.frimble.JFrameFrimble
Method setLayeredPane
setLayeredPane(JLayeredPane) - Method in class org.jesktop.frimble.JFrimble
Method setLayeredPane
setLayeredPane(JLayeredPane) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method setLayeredPane
setLocation(int, int) - Method in interface org.jesktop.frimble.Frimble
Method setLocation
setLocation(int, int) - Method in class org.jesktop.frimble.JFrameFrimble
Method setLocation
setLocation(int, int) - Method in class org.jesktop.frimble.JFrimble
Method setLocation
setLocation(int, int) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method setLocation
setPersistableConfig(PersistableConfig) - Method in interface org.jesktop.services.WindowManagerService
 
setResizable(boolean) - Method in interface org.jesktop.frimble.Frimble
Method setResizable sets the resizability of this frimble.
setResizable(boolean) - Method in class org.jesktop.frimble.JFrameFrimble
Method setResizable
setResizable(boolean) - Method in class org.jesktop.frimble.JFrimble
Method setResizable
setResizable(boolean) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method setResizable
setSize(Dimension) - Method in interface org.jesktop.frimble.Frimble
Method setSize
setSize(Dimension) - Method in class org.jesktop.frimble.JFrameFrimble
Method setSize
setSize(Dimension) - Method in class org.jesktop.frimble.JFrimble
Method setSize
setSize(int, int) - Method in class org.jesktop.frimble.JFrimble
Method setSize
setSize(Dimension) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method setSize
setTitle(String) - Method in interface org.jesktop.frimble.Frimble
Method setTitle sets a title from the frimble
setTitle(String) - Method in class org.jesktop.frimble.JFrameFrimble
Method setTitle
setTitle(String) - Method in class org.jesktop.frimble.JFrimble
Method setTitle
setTitle(String) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method setTitle
setVisible(boolean) - Method in interface org.jesktop.frimble.Frimble
Method setVisible controls the visibility of the frimble.
setVisible(boolean) - Method in class org.jesktop.frimble.JFrameFrimble
Method setVisible
setVisible(boolean) - Method in class org.jesktop.frimble.JFrimble
Method setVisible
setVisible(boolean) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method setVisible
show() - Method in interface org.jesktop.frimble.Frimble
Method show same as setVisible(true).
show() - Method in class org.jesktop.frimble.JFrameFrimble
Method show
show() - Method in class org.jesktop.frimble.JFrimble
Method show
show() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method show
showOpenDialog(JFileChooser) - Method in interface org.jesktop.frimble.Frimble
Method showOpenDialog shows an open dialog (attached to this frimble).
showOpenDialog(JFileChooser) - Method in class org.jesktop.frimble.JFrameFrimble
Method showOpenDialog
showOpenDialog(JFileChooser) - Method in class org.jesktop.frimble.JFrimble
Method showOpenDialog
showOpenDialog(JFileChooser) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method showOpenDialog
showSaveDialog(JFileChooser) - Method in interface org.jesktop.frimble.Frimble
Method showSaveDialog shows an save dialog (attached to this frimble).
showSaveDialog(JFileChooser) - Method in class org.jesktop.frimble.JFrameFrimble
Method showSaveDialog
showSaveDialog(JFileChooser) - Method in class org.jesktop.frimble.JFrimble
Method showSaveDialog
showSaveDialog(JFileChooser) - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method showSaveDialog
shutdownJesktopOnly(boolean) - Method in interface org.jesktop.services.DesktopKernelService
 
shutdownSystem(boolean) - Method in interface org.jesktop.services.DesktopKernelService
 

T

ThreadManager - interface org.jesktop.ThreadManager.
 
ThreadPool - interface org.jesktop.ThreadPool.
 
toBack() - Method in interface org.jesktop.frimble.Frimble
Method toBack moves the frimble to the back of it's peer set of frimbles.
toBack() - Method in class org.jesktop.frimble.JFrameFrimble
Method toBack
toBack() - Method in class org.jesktop.frimble.JFrimble
Method toBack
toBack() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method toBack
toFront() - Method in interface org.jesktop.LaunchedTarget
Method toFront
toFront() - Method in interface org.jesktop.frimble.Frimble
Method toFront moves the frimble to the front of it's peer set of frimbles.
toFront() - Method in class org.jesktop.frimble.JFrameFrimble
Method toFront
toFront() - Method in class org.jesktop.frimble.JFrimble
Method toFront
toFront() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method toFront

U

unRegisterConfigInterest(Configlet) - Method in interface org.jesktop.services.KernelConfigManager
 
unRegisterConfigInterest(DesktopKernelService) - Method in interface org.jesktop.services.KernelConfigManager
 
unRegisterConfigInterest(WindowManager) - Method in interface org.jesktop.services.KernelConfigManager
 
unRegisterConfigInterest(Decorator) - Method in interface org.jesktop.services.KernelConfigManager
 
uninstall(LaunchableTarget) - Method in interface org.jesktop.DesktopKernel
Method uninstall
unregisterExtensionsForMime(MimeInfo) - Method in interface org.jesktop.mime.MimeManager
Method unregisterExtensionsForMime
unregisterMime(String) - Method in interface org.jesktop.mime.MimeManager
Method unregisterMime
updateComponentTreeUI() - Method in interface org.jesktop.services.WindowManagerService
 
updateMimeInfo(MimeInfo, String, String) - Method in interface org.jesktop.mime.MimeManager
Method updateMimeInfo

V

validate() - Method in interface org.jesktop.frimble.Frimble
Method validate
validate() - Method in class org.jesktop.frimble.JFrameFrimble
Method validate
validate() - Method in class org.jesktop.frimble.JFrimble
Method validate
validate() - Method in class org.jesktop.frimble.JInternalFrameFrimble
Method validate
viewContent(URL, boolean) - Method in interface org.jesktop.appsupport.ContentViewer
Method viewContent is used for viewing content specified by the URL.
viewDocument(URL) - Method in interface org.jesktop.DesktopKernel
These will use internal associations to launch an app (see above) for the mime type of the document in question.
viewDocument(URL, JComponent, boolean) - Method in interface org.jesktop.DesktopKernel
Method viewDocument

W

WindowManager - interface org.jesktop.WindowManager.
Created by IntelliJ IDEA.
WindowManagerService - interface org.jesktop.services.WindowManagerService.
Created by IntelliJ IDEA.

X

XMLConfiglet - interface org.jesktop.config.XMLConfiglet.
 

A C D E F G I J K L M N O P R S T U V W X

Copyright © 2004 Jesktop Project. All Rights Reserved.