1 11 package org.eclipse.ui.internal.registry; 12 13 14 19 public interface IStickyViewDescriptor { 20 public static final String STICKY_FOLDER_RIGHT = "stickyFolderRight"; public static final String STICKY_FOLDER_LEFT = "stickyFolderLeft"; public static final String STICKY_FOLDER_TOP = "stickyFolderTop"; public static final String STICKY_FOLDER_BOTTOM = "stickyFolderBottom"; 25 30 public String getId(); 31 32 37 public String getNamespace(); 38 39 46 public int getLocation(); 47 48 53 public boolean isCloseable(); 54 55 60 public boolean isMoveable(); 61 } 62 | Popular Tags |