JSwiff
flash movies the java way
JSwiff Forum
  Search   Recent Topics     Member Listing    Back to home page 
Register / 
Login 
need some methods  
Forum Index -> Development
Author Message
Anonymous





Similar to the ActionBlock methods requested, would like to have methods for the List/ArrayList of Tags in SWFDocument.

Code:
 public void addTag(int index, Tag tag) {
   tags.add(index, tag);
 }
 
 public void replaceTag(int index, Tag tag) {
   tags.remove(index);
   tags.add(index, tag);
 }
 


...

Axl
 
  Forum Index -> Development
Go to:   
Legal notes
Powered by JForum 2.1.4 © 2005 - Rafael Steil