packageDescription
 at.fhjoanneum.dmt.umj.core MAIN CORE PACKAGE: This package is the home of all base packages and the version class that hold the current core version and revision.  
 at.fhjoanneum.dmt.umj.core.config BASE PACKAGE: The config package holds the AppConfig definition. This represents your application configuration!  
 at.fhjoanneum.dmt.umj.core.content BASE PACKAGE: The content package holds all entidies and visual componentns at runtime in the AppContent, AppContentBundle and AppPresentationContent Singletons.  
 at.fhjoanneum.dmt.umj.core.content.core Holds the generic appContent class definition that is used by all there AppContent singletons (AppContent, AppContentBundle, AppPresentationContent).  
 at.fhjoanneum.dmt.umj.core.content.entities Here are all entities! These are YOUR objects can be parsed from from our xml-structure as action-script objects. Most of them extend GenericEntity from the content.core package.  
 at.fhjoanneum.dmt.umj.core.content.entities.presentation PRESENTATIONCONTENT ONLY PACKAGE: Holds the entities - presentationElements, States, Calibrations, Animation - most extend genericentity.  
 at.fhjoanneum.dmt.umj.core.content.entities.relations CONTENTBUNDLE ONLY PACKAGE: Holds the ContentBundle and Relation sub-classes (extend core class GenericEntity).  
 at.fhjoanneum.dmt.umj.core.content.media All the actual visual components that represent the parsed contentElement from your xml is automatically parsed! The algorithms and components for your content are within this package. Factories handle the construction of these components for you automatically!  
 at.fhjoanneum.dmt.umj.core.content.media.components This package covers the visual components of your parsed contentElement xml representations / entities. MultilingualComponent is your preferred container!  
 at.fhjoanneum.dmt.umj.core.content.media.components.base Holds some special media components that are only generic and further implemented in the framework in a better way.  
 at.fhjoanneum.dmt.umj.core.content.media.components.deprecated Holds some special media components that are no longer used and deprecated.  
 at.fhjoanneum.dmt.umj.core.content.media.presentation PRESENTATIONCONTENT ONLY PACKAGE: This package covers the visual components of your parsed contentElement xml representations / entities of your presentationContent.xml or your presentation ui changes. PresentationComponent is your preferred container!  
 at.fhjoanneum.dmt.umj.core.controllers BASE PACKAGE: Controllers holds the BaseApplicationController and BaseDisplayController. Both of them, you'll want to override! EXTEND THESE 2 CLASSES WITHIN TO USE THIS FRAMEWORK!  
 at.fhjoanneum.dmt.umj.core.display BASE PACKAGE: Display holds all graphical elements that are NOT dynamicly added through the content classes. It holds our MAIN DISPLAY CONTAINER DisplayContainerWithNavigationButtons AND various other e.g. layers, administration ui, sliders, buttons, notifications, timelines. USE THESE COMPONENTS SO ALL YOUR APPLICATIONS SHARE THE SAME DESIGN TOGETHER!  
 at.fhjoanneum.dmt.umj.core.display.animations Holds all your preferred animation classes. Use them to fade, scale, move single OR two (cross) objects simultansiously!  
 at.fhjoanneum.dmt.umj.core.display.animations.core Package that defines a better generic base and splits the GenericAnimationDefinition into Double and Single Animations to provide better core functionality for special animations.  
 at.fhjoanneum.dmt.umj.core.display.animations.core.base Package that is the real generic base of all Animations (single and double!) and provides functionality for queuing animations up.  
 at.fhjoanneum.dmt.umj.core.display.animations.filters Package that has very special animation implementation for filters. BlurAnimation is deprecated unfortuately, as it doesn't implement the core.base animation generic.  
 at.fhjoanneum.dmt.umj.core.display.arrows Visual components to draw arrow symbols with text that match the UMJ design document.  
 at.fhjoanneum.dmt.umj.core.display.base Core display components. Black containers and embedded font groups. Holds a wonderful helper for flash exported symboles!  
 at.fhjoanneum.dmt.umj.core.display.buttons Visual components to display buttons that match the UMJ design document.  
 at.fhjoanneum.dmt.umj.core.display.buttons.base Bullet proof generic default base component that all BUTTONS share.  
 at.fhjoanneum.dmt.umj.core.display.buttons.skins Spark skins to design the special spark components BUTTONS according to the UMJ design document.  
 at.fhjoanneum.dmt.umj.core.display.debug Visual components to display list tiles for debugging purposes.  
 at.fhjoanneum.dmt.umj.core.display.deprecated Visual components that are no longer used.  
 at.fhjoanneum.dmt.umj.core.display.layers This package holds that components that are added as LAYERS at the MAIN DISPLAY COMPONENT!  
 at.fhjoanneum.dmt.umj.core.display.lines Visual components to display colored lines that match the UMJ design document.  
 at.fhjoanneum.dmt.umj.core.display.links Visual components to display picture heavy BUTTONS (heck what a shame naming...) that match the UMJ design document.  
 at.fhjoanneum.dmt.umj.core.display.links.skins Spark skins to design the special spark components picture heavy BUTTONS according to the UMJ design document.  
 at.fhjoanneum.dmt.umj.core.display.notifications Visual components to display NotificationWindows during the app runtime. E.g. error messages, informations, fatal errors  
 at.fhjoanneum.dmt.umj.core.display.settingsui This package holds all the administration user interface components, tabs and the debugging environment.  
 at.fhjoanneum.dmt.umj.core.display.settingsui.components This package holds the editor user interface components.  
 at.fhjoanneum.dmt.umj.core.display.settingsui.components.deprecated This package holds old and deprecated editor user interface components and other silly components.  
 at.fhjoanneum.dmt.umj.core.display.settingsui.debug This package holds the zumtobel debug configuration component by majodev.  
 at.fhjoanneum.dmt.umj.core.display.settingsui.tabs This package holds all the special tabs (visual configuration items) that the administration (SettingsUserInterface) implements in his menu.  
 at.fhjoanneum.dmt.umj.core.display.sliders Visual components to display spark sliders that match the UMJ design document.  
 at.fhjoanneum.dmt.umj.core.display.sliders.skins Spark skins to design the special spark components: the timeline sliders vertical or horizontal according to the UMJ design document and in various size and preferences.  
 at.fhjoanneum.dmt.umj.core.display.timeline PRESENTATIONCONTENT ONLY PACKAGE: Visual components to draw a timeline with dynamic elements that are used to design the AppPresentationContent interactively.  
 at.fhjoanneum.dmt.umj.core.events BASE PACKAGE: Events holds a definition of all events this framework uses. Most imported are MediComponentEvents that all MediaComponents can dispatch!  
 at.fhjoanneum.dmt.umj.core.interfaces BASE PACKAGE: Interfaces is the home of ALL interfaces! It holds the InterfaceDispatcher singleton (Arduino) and the InterfaceMonitor (all inferfaces mouse, keyboard, arduino, zumtobel, rfid).  
 at.fhjoanneum.dmt.umj.core.interfaces.arduino This package holds all the core arduino interface classes that are needed for InterfaceDispatcher and InterfaceMonitor to work automatically as configed in AppConfig!  
 at.fhjoanneum.dmt.umj.core.interfaces.generics This package holds all the core mouse and keyboard interface classes that are needed for InterfaceDispatcher and InterfaceMonitor to work automatically as configed in AppConfig!  
 at.fhjoanneum.dmt.umj.core.interfaces.rfid This package holds all the core RFID interface classes that are needed for InterfaceDispatcher and InterfaceMonitor to work automatically as configed in AppConfig!  
 at.fhjoanneum.dmt.umj.core.interfaces.rfid.feig This package holds all the core RFID interface classes FOR SPECIAL MANUFACTOR FEIG that are needed for InterfaceDispatcher and InterfaceMonitor to work automatically as configed in AppConfig!  
 at.fhjoanneum.dmt.umj.core.interfaces.zumtobel This package holds all the core ZUMTOBEL interface classes that are needed for InterfaceDispatcher and InterfaceMonitor to work automatically as configed in AppConfig!  
 at.fhjoanneum.dmt.umj.core.util BASE PACKAGE: Util holds all the tiny little helpers, whose make this framework such a pleasure to work with. e.g. privileges proof-SAVING, Zip/Unzip, Email, Logging, XML pasring, Timing, Formatting, and OverlayNotifications!  
 at.fhjoanneum.dmt.umj.core.util.core This package covers core utility helpers like FileStreaming, Overlaying, Previleges Checking (LastTime UTF ISO) and Preloading.  
 at.fhjoanneum.dmt.umj.core.util.ziputil This package covers core utility helpers for zipping and unzippign functionality.  
 net.eriksjodin.arduino
 net.eriksjodin.arduino.events