OSDN Git Service

initial commit
[xdf/git-repos.git] / xdf-swing / src / main / java / jp / ac / aiit / xdf / component / swing / attribute / AttributeProcessor.java
1 package jp.ac.aiit.xdf.component.swing.attribute;
2
3 /**
4  * @author Takagi
5  * 実コンポーネントに対する属性の処理インターフェース
6  *
7  */
8 public interface AttributeProcessor extends AttributeGetProcessor, AttributeSetProcessor {
9
10 }