Changeset 7358 for trunk/Jav_GE/com/scenari/m/ge/agent/IWAgentOutline.java
- Timestamp:
- 11/18/06 18:02:28 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_GE/com/scenari/m/ge/agent/IWAgentOutline.java
r7357 r7358 15 15 * @return true si invisible. 16 16 */ 17 public boolean isSkipped(IHDialog pDialog) ;17 public boolean isSkipped(IHDialog pDialog) throws Exception; 18 18 19 19 /** 20 * Indique que cet agent représente le contenu de son père et non un noeud fils del'outline.20 * Indique que cet agent et ses descendants ne doit pas être publié dans l'outline. 21 21 */ 22 public boolean is FolderContent(IHDialog pDialog);22 public boolean isRejected(IHDialog pDialog) throws Exception; 23 23 24 24 }
Note: See TracChangeset
for help on using the changeset viewer.