org.jdesktop.jdnc.markup.attr.ActionAttributes Attribute appliers for the Action element @author Ramesh Gupta @author Mark Davidson org.jdesktop.swing.actions.ActionManager The ActionManager manages sets of <code>javax.swing.Action</code>s for an application. There are convenience methods for getting and setting the state of the action. All of these elements have a unique id tag which is used by the ActionManager to reference the action. This id maps to t ...org.swixml.MacApp A MacApp object acompanies a SwingEngine generated UI, when run on a Mac. The MacApp dispatches MacMenu requests to the registered actions.<BR> It remains in the responsibility of the main application that the registered Action are available and fully funtional (loaded). cve.osservatori.OACesecSemantic Osservatore cve finalizzato alla gestione del modello che descrive gli aspetti visuali di un linguaggio visuale. Vengono svolte le seguenti macro attivita': 1) Manipolazione degli attributi legati ad aspetti visuali della sentenza (coordinate, colori, dimensioni,...) 2) Gestione della mappatura ...org.jdesktop.swing.actions.ActionContainerFactory Creates user interface elements based on action ids and lists of action ids. All action ids must be represent actions managed by the ActionManager. <p> <h3>Action Lists</h3> Use a the create..(List) methods to construct containers of actions like menu bars, menus, popups and tool ...com.opensymphony.workflow.designer.ActionManager Central repository for all Actions. On startup, the application is responsible for registering all actions via the {@link #register(java.lang.String, javax.swing.Action)} method. Once this is done, any action can be retrieved via the {@link #get(java.lang.String)} method. The action manager will l ...org.enhydra.jawe.BarFactory
org.jfree.ui.action.ActionConcentrator This class is used to collect actions to be enabled or disabled by a sinle call. @author Thomas Morgner org.enhydra.shark.swingclient.ActionPanel The base abstract class for creating panel with menubar toolbar and central component, and for assigning actions to toolbar buttons. Also, this panel has it's dialog for editing. @author Sasa Bojanic @version 1.0 org.jdesktop.jdnc.markup.elem.RootPaneElement @author Amy Fowler org.enhydra.shark.corbaclient.BarFactory Implements the static methods that are used to implement multilanguage support, and to create some resources as menubar, toolbars and button panels. com.piratepete.dbpirate.ui.MainToolBar MainToolBar Class Copyright (C) 2003 Jeremy Whitlock, David L. Whitehurst<p> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your ...org.jdesktop.swing.UIAction UIAction is the basis of all of basic's action classes that are used in an ActionMap. Subclasses need to override <code>actionPerformed</code>. <p> A typical subclass will look like: <pre> private static class Actions extends UIAction { Actions(String name) { super(name); } ...org.enhydra.shark.corbaclient.workflowadmin.monitoring.ManageActivities Enables user to manage the state of activities. @author Sasa Bojanic @version 1.0 | Popular Tags |