Revision 43743 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.fmap.control/src/main/java/org/gvsig/propertypage/PropertiesPage.java

View differences:

PropertiesPage.java
1 1
package org.gvsig.propertypage;
2 2

  
3 3
import org.gvsig.tools.swing.api.Component;
4
import org.gvsig.tools.util.Invocable;
4 5

  
5 6

  
6 7

  
7 8

  
8 9
public interface PropertiesPage extends Component {
9 10
    
11
    public interface SetPageEnabledEvent {
12
        public static int ID = 0xCAFE0001;
13
        public static String ACTION_COMMAND = "SetPageEnabled";
14
        
15
        public Invocable getFilter();
16
        public boolean isEnabled();
17
    }
18
    
10 19
    /**
11 20
     * Title of the properties page
12 21
     * 

Also available in: Unified diff