Java Doc for RaplaObjectAction.java in  » Development » rapla » org » rapla » gui » internal » action » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Development » rapla » org.rapla.gui.internal.action 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.rapla.gui.RaplaAction
   org.rapla.gui.internal.action.RaplaObjectAction

All known Subclasses:   org.rapla.gui.internal.action.ReservationAction,  org.rapla.gui.internal.action.CategoryAction,  org.rapla.gui.internal.action.DynamicTypeAction,
RaplaObjectAction
public class RaplaObjectAction extends RaplaAction (Code)


Field Summary
final public static  intCOPY
    
final public static  intCUT
    
final public static  intDELETE
    
final public static  intDELETE_SELECTION
    
final public static  intEDIT
    
final public static  intNEW
    
final public static  intPASTE
    
final public static  intVIEW
    
 booleanisPerson
    
protected  Objectobject
    
 CollectionobjectList
    
protected  Componentparent
    
 Pointpoint
    
protected  RaplaTyperaplaType
    
protected  inttype
    

Constructor Summary
public  RaplaObjectAction(RaplaContext sm)
    
public  RaplaObjectAction(RaplaContext sm, Component parent)
    
public  RaplaObjectAction(RaplaContext sm, Component parent, Point point)
    

Method Summary
public  voidactionPerformed(ActionEvent evt)
    
public  voidchangeObject(Object object)
    
public  voidchangeSelection(Collection objectList)
    
protected  voiddelete()
    
protected  voiddeleteSelection()
    
protected  voidedit()
    
public  DynamicTypeguessType()
     guesses the DynamicType for the new object depending on the selected element.
protected  ObjectnewEntity(RaplaType raplaType)
    
protected  voidnewEntity()
    
public  RaplaObjectActionsetDelete(Object object)
    
public  RaplaObjectActionsetDeleteSelection(Collection selection)
    
public  RaplaObjectActionsetEdit(Object object)
    
public  RaplaObjectActionsetNew(RaplaType raplaType)
    
public  voidsetPerson(boolean b)
    
public  RaplaObjectActionsetView(Object object)
    
protected  voidupdate()
    
public  voidview()
    

Field Detail
COPY
final public static int COPY(Code)



CUT
final public static int CUT(Code)



DELETE
final public static int DELETE(Code)



DELETE_SELECTION
final public static int DELETE_SELECTION(Code)



EDIT
final public static int EDIT(Code)



NEW
final public static int NEW(Code)



PASTE
final public static int PASTE(Code)



VIEW
final public static int VIEW(Code)



isPerson
boolean isPerson(Code)



object
protected Object object(Code)



objectList
Collection objectList(Code)



parent
protected Component parent(Code)



point
Point point(Code)



raplaType
protected RaplaType raplaType(Code)



type
protected int type(Code)




Constructor Detail
RaplaObjectAction
public RaplaObjectAction(RaplaContext sm) throws RaplaException(Code)



RaplaObjectAction
public RaplaObjectAction(RaplaContext sm, Component parent) throws RaplaException(Code)



RaplaObjectAction
public RaplaObjectAction(RaplaContext sm, Component parent, Point point) throws RaplaException(Code)




Method Detail
actionPerformed
public void actionPerformed(ActionEvent evt)(Code)



changeObject
public void changeObject(Object object)(Code)



changeSelection
public void changeSelection(Collection objectList)(Code)



delete
protected void delete() throws RaplaException(Code)



deleteSelection
protected void deleteSelection() throws RaplaException(Code)



edit
protected void edit() throws RaplaException(Code)



guessType
public DynamicType guessType() throws RaplaException(Code)
guesses the DynamicType for the new object depending on the selected element.
  • If the selected element is a DynamicType-Folder the DynamicType will be returned.
  • If the selected element has a Classification the appropriatie DynamicType will be returned.
  • else the first matching DynamicType for the passed classificationType will be returned.
  • null if none of the above criterias matched.



  • newEntity
    protected Object newEntity(RaplaType raplaType) throws RaplaException(Code)



    newEntity
    protected void newEntity() throws RaplaException(Code)



    setDelete
    public RaplaObjectAction setDelete(Object object)(Code)



    setDeleteSelection
    public RaplaObjectAction setDeleteSelection(Collection selection)(Code)



    setEdit
    public RaplaObjectAction setEdit(Object object)(Code)



    setNew
    public RaplaObjectAction setNew(RaplaType raplaType)(Code)



    setPerson
    public void setPerson(boolean b)(Code)



    setView
    public RaplaObjectAction setView(Object object)(Code)



    update
    protected void update()(Code)



    view
    public void view() throws RaplaException(Code)



    Methods inherited from org.rapla.gui.RaplaAction
    public void addPropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc)
    protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)(Code)(Java Doc)
    public PropertyChangeListener[] getPropertyChangeListeners()(Code)(Java Doc)
    public Object getValue(String key)(Code)(Java Doc)
    public boolean isEnabled()(Code)(Java Doc)
    public void putValue(String key, Object value)(Code)(Java Doc)
    public void removePropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc)
    public void setEnabled(boolean enabled)(Code)(Java Doc)

    www.java2java.com | Contact Us
    Copyright 2009 - 12 Demo Source and Support. All rights reserved.
    All other trademarks are property of their respective owners.