forked from fanruan/finekit
Palin
5 years ago
8 changed files with 45 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||||||
|
package com.fanruan.api.design.ui.container; |
||||||
|
|
||||||
|
public class ReportletPane extends com.fr.design.gui.itree.filetree.ReportletPane { |
||||||
|
} |
@ -0,0 +1,4 @@ |
|||||||
|
package com.fanruan.api.err; |
||||||
|
|
||||||
|
public abstract class ValidationException extends com.fr.design.Exception.ValidationException { |
||||||
|
} |
@ -0,0 +1,4 @@ |
|||||||
|
package com.fanruan.api.newer; |
||||||
|
|
||||||
|
public abstract class NodeVisitor extends com.fr.stable.core.NodeVisitor { |
||||||
|
} |
@ -0,0 +1,4 @@ |
|||||||
|
package com.fanruan.api.newer; |
||||||
|
|
||||||
|
public abstract class RHFunctionProcessor extends com.fr.plugin.form.widget.monitor.RHFunctionProcessor { |
||||||
|
} |
@ -0,0 +1,4 @@ |
|||||||
|
package com.fanruan.api.newer; |
||||||
|
|
||||||
|
public abstract class TemplateSessionIDInfo extends com.fr.web.core.TemplateSessionIDInfo { |
||||||
|
} |
Loading…
Reference in new issue