mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
tabs in artifact editor reordered
This commit is contained in:
@@ -21,9 +21,9 @@ import com.intellij.openapi.options.UnnamedConfigurable;
|
||||
* @author nik
|
||||
*/
|
||||
public abstract class ArtifactPropertiesEditor implements UnnamedConfigurable {
|
||||
protected static final String VALIDATION_TAB = "Validation";
|
||||
protected static final String POST_PROCESSING_TAB = "Post-processing";
|
||||
protected static final String PRE_PROCESSING_TAB = "Pre-processing";
|
||||
public static final String VALIDATION_TAB = "Validation";
|
||||
public static final String POST_PROCESSING_TAB = "Post-processing";
|
||||
public static final String PRE_PROCESSING_TAB = "Pre-processing";
|
||||
|
||||
public abstract String getTabName();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user