📄 tabpanelbeaninfo.java
字号:
};
/* aDescriptor.setBound(false); */
/* aDescriptor.setConstrained(false); */
/* aDescriptor.setDisplayName("font"); */
/* aDescriptor.setShortDescription("font"); */
/* aDescriptor.setExpert(false); */
/* aDescriptor.setHidden(false); */
} catch (Throwable exception) {
handleException(exception);
};
return aDescriptor;
}
/**
* Gets the bean class.
* @return java.lang.Class
*/
public static java.lang.Class getBeanClass() {
return com.magelang.tabsplitter.TabPanel.class;
}
/**
* Gets the bean class name.
* @return java.lang.String
*/
public static java.lang.String getBeanClassName() {
return "com.magelang.tabsplitter.TabPanel";
}
/**
* Gets the getBorderColor() method descriptor.
* @return java.beans.MethodDescriptor
*/
public java.beans.MethodDescriptor getBorderColorMethodDescriptor() {
java.beans.MethodDescriptor aDescriptor = null;
try {
/* Create and return the getBorderColor() method descriptor. */
java.lang.reflect.Method aMethod = null;
try {
/* Attempt to find the method using getMethod with parameter types. */
java.lang.Class aParameterTypes[] = {};
aMethod = getBeanClass().getMethod("getBorderColor", aParameterTypes);
} catch (Throwable exception) {
/* Since getMethod failed, call findMethod. */
handleException(exception);
aMethod = findMethod(getBeanClass(), "getBorderColor", 0);
};
try {
/* Try creating the method descriptor with parameter descriptors. */
java.beans.ParameterDescriptor aParameterDescriptors[] = {};
aDescriptor = new java.beans.MethodDescriptor(aMethod, aParameterDescriptors);
} catch (Throwable exception) {
/* Try creating the method descriptor without parameter descriptors. */
handleException(exception);
aDescriptor = new java.beans.MethodDescriptor(aMethod);
};
/* aDescriptor.setDisplayName("getBorderColor()"); */
/* aDescriptor.setShortDescription("getBorderColor()"); */
/* aDescriptor.setExpert(false); */
/* aDescriptor.setHidden(false); */
} catch (Throwable exception) {
handleException(exception);
};
return aDescriptor;
}
/**
* Return the event set descriptors for this bean.
* @return java.beans.EventSetDescriptor[]
*/
public java.beans.EventSetDescriptor[] getEventSetDescriptors() {
try {
java.beans.EventSetDescriptor aDescriptorList[] = {
tabSelectionEventSetDescriptor()
};
return aDescriptorList;
} catch (Throwable exception) {
handleException(exception);
};
return null;
}
/**
* Gets the getFirstVisible() method descriptor.
* @return java.beans.MethodDescriptor
*/
public java.beans.MethodDescriptor getFirstVisibleMethodDescriptor() {
java.beans.MethodDescriptor aDescriptor = null;
try {
/* Create and return the getFirstVisible() method descriptor. */
java.lang.reflect.Method aMethod = null;
try {
/* Attempt to find the method using getMethod with parameter types. */
java.lang.Class aParameterTypes[] = {};
aMethod = getBeanClass().getMethod("getFirstVisible", aParameterTypes);
} catch (Throwable exception) {
/* Since getMethod failed, call findMethod. */
handleException(exception);
aMethod = findMethod(getBeanClass(), "getFirstVisible", 0);
};
try {
/* Try creating the method descriptor with parameter descriptors. */
java.beans.ParameterDescriptor aParameterDescriptors[] = {};
aDescriptor = new java.beans.MethodDescriptor(aMethod, aParameterDescriptors);
} catch (Throwable exception) {
/* Try creating the method descriptor without parameter descriptors. */
handleException(exception);
aDescriptor = new java.beans.MethodDescriptor(aMethod);
};
/* aDescriptor.setDisplayName("getFirstVisible()"); */
/* aDescriptor.setShortDescription("getFirstVisible()"); */
/* aDescriptor.setExpert(false); */
/* aDescriptor.setHidden(false); */
} catch (Throwable exception) {
handleException(exception);
};
return aDescriptor;
}
/**
* Gets the getInsets() method descriptor.
* @return java.beans.MethodDescriptor
*/
public java.beans.MethodDescriptor getInsetsMethodDescriptor() {
java.beans.MethodDescriptor aDescriptor = null;
try {
/* Create and return the getInsets() method descriptor. */
java.lang.reflect.Method aMethod = null;
try {
/* Attempt to find the method using getMethod with parameter types. */
java.lang.Class aParameterTypes[] = {};
aMethod = getBeanClass().getMethod("getInsets", aParameterTypes);
} catch (Throwable exception) {
/* Since getMethod failed, call findMethod. */
handleException(exception);
aMethod = findMethod(getBeanClass(), "getInsets", 0);
};
try {
/* Try creating the method descriptor with parameter descriptors. */
java.beans.ParameterDescriptor aParameterDescriptors[] = {};
aDescriptor = new java.beans.MethodDescriptor(aMethod, aParameterDescriptors);
} catch (Throwable exception) {
/* Try creating the method descriptor without parameter descriptors. */
handleException(exception);
aDescriptor = new java.beans.MethodDescriptor(aMethod);
};
/* aDescriptor.setDisplayName("getInsets()"); */
/* aDescriptor.setShortDescription("getInsets()"); */
/* aDescriptor.setExpert(false); */
/* aDescriptor.setHidden(false); */
} catch (Throwable exception) {
handleException(exception);
};
return aDescriptor;
}
/**
* Return the method descriptors for this bean.
* @return java.beans.MethodDescriptor[]
*/
public java.beans.MethodDescriptor[] getMethodDescriptors() {
try {
java.beans.MethodDescriptor aDescriptorList[] = {
actionPerformed_javaawteventActionEventMethodDescriptor()
,addTabSelectionListener_commagelangtabsplitterTabSelectionListenerMethodDescriptor()
,determineTabTextMethodDescriptor()
,getBorderColorMethodDescriptor()
,getFirstVisibleMethodDescriptor()
,getInsetsMethodDescriptor()
,getSelectedNameMethodDescriptor()
,getSelectedTabNumMethodDescriptor()
,getTabBackgroundMethodDescriptor()
,getTabColorMethodDescriptor()
,getTabColors_intMethodDescriptor()
,getTabColorsMethodDescriptor()
,getTabText_intMethodDescriptor()
,getTabTextMethodDescriptor()
,getVisibleComponentMethodDescriptor()
,getVisibleComponentNumMethodDescriptor()
,mouseClicked_javaawteventMouseEventMethodDescriptor()
,mouseEntered_javaawteventMouseEventMethodDescriptor()
,mouseExited_javaawteventMouseEventMethodDescriptor()
,mousePressed_javaawteventMouseEventMethodDescriptor()
,mouseReleased_javaawteventMouseEventMethodDescriptor()
,nextMethodDescriptor()
,paint_javaawtGraphicsMethodDescriptor()
,previousMethodDescriptor()
,remove_intMethodDescriptor()
,remove_javaawtComponentMethodDescriptor()
,removeAllMethodDescriptor()
,removeTabSelectionListener_commagelangtabsplitterTabSelectionListenerMethodDescriptor()
,setBorderColor_javaawtColorMethodDescriptor()
,setFirstVisible_intMethodDescriptor()
,setFont_javaawtFontMethodDescriptor()
,setSelectedTabNum_intMethodDescriptor()
,setTabBackground_javaawtColorMethodDescriptor()
,setTabColor_javaawtColorMethodDescriptor()
,setTabColors_int_javaawtColorMethodDescriptor()
,setTabColors_javaawtColor__MethodDescriptor()
,setTabText_int_javalangStringMethodDescriptor()
,setTabText_javalangString__MethodDescriptor()
,shiftLeftMethodDescriptor()
,shiftRightMethodDescriptor()
,show_intMethodDescriptor()
,show_javaawtComponentMethodDescriptor()
,show_javalangStringMethodDescriptor()
,showPhysicalTab_intMethodDescriptor()
,update_javaawtGraphicsMethodDescriptor()
};
return aDescriptorList;
} catch (Throwable exception) {
handleException(exception);
};
return null;
}
/**
* Return the property descriptors for this bean.
* @return java.beans.PropertyDescriptor[]
*/
public java.beans.PropertyDescriptor[] getPropertyDescriptors() {
try {
java.beans.PropertyDescriptor aDescriptorList[] = {
borderColorPropertyDescriptor()
,firstVisiblePropertyDescriptor()
,fontPropertyDescriptor()
,insetsPropertyDescriptor()
,selectedNamePropertyDescriptor()
,selectedTabNumPropertyDescriptor()
,tabBackgroundPropertyDescriptor()
,tabColorPropertyDescriptor()
,tabColorsPropertyDescriptor()
,tabTextPropertyDescriptor()
,visibleComponentNumPropertyDescriptor()
,visibleComponentPropertyDescriptor()
};
return aDescriptorList;
} catch (Throwable exception) {
handleException(exception);
};
return null;
}
/**
* Gets the getSelectedName() method descriptor.
* @return java.beans.MethodDescriptor
*/
public java.beans.MethodDescriptor getSelectedNameMethodDescriptor() {
java.beans.MethodDescriptor aDescriptor = null;
try {
/* Create and return the getSelectedName() method descriptor. */
java.lang.reflect.Method aMethod = null;
try {
/* Attempt to find the method using getMethod with parameter types. */
java.lang.Class aParameterTypes[] = {};
aMethod = getBeanClass().getMethod("getSelectedName", aParameterTypes);
} catch (Throwable exception) {
/* Since getMethod failed, call findMethod. */
handleException(exception);
aMethod = findMethod(getBeanClass(), "getSelectedName", 0);
};
try {
/* Try creating the method descriptor with parameter descriptors. */
java.beans.ParameterDescriptor aParameterDescriptors[] = {};
aDescriptor = new java.beans.MethodDescriptor(aMethod, aParameterDescriptors);
} catch (Throwable exception) {
/* Try creating the method descriptor without parameter descriptors. */
handleException(exception);
aDescriptor = new java.beans.MethodDescriptor(aMethod);
};
/* aDescriptor.setDisplayName("getSelectedName()"); */
/* aDescriptor.setShortDescription("getSelectedName()"); */
/* aDescriptor.setExpert(false); */
/* aDescriptor.setHidden(false); */
} catch (Throwable exception) {
handleException(exception);
};
return aDescriptor;
}
/**
* Gets the getSelectedTabNum() method descriptor.
* @return java.beans.MethodDescriptor
*/
public java.beans.MethodDescriptor getSelectedTabNumMethodDescriptor() {
java.beans.MethodDescriptor aDescriptor = null;
try {
/* Create and return the getSelectedTabNum() method descriptor. */
java.lang.reflect.Method aMethod = null;
try {
/* Attempt to find the method using getMethod with parameter types. */
java.lang.Class aParameterTypes[] = {};
aMethod = getBeanClass().getMethod("getSelectedTabNum", aParameterTypes);
} catch (Throwable exception) {
/* Since getMethod failed, call findMethod. */
handleException(exception);
aMethod = findMethod(getBeanClass(), "getSelectedTabNum", 0);
};
try {
/* Try creating the method descriptor with parameter descriptors. */
java.beans.ParameterDescriptor aParameterDescriptors[] = {};
aDescriptor = new java.beans.MethodDescriptor(aMethod, aParameterDescriptors);
} catch (Throwable exception) {
/* Try creating the method descriptor without parameter descriptors. */
handleException(exception);
aDescriptor = new java.beans.MethodDescriptor(aMethod);
};
/* aDescriptor.setDisplayName("getSelectedTabNum()"); */
/* aDescriptor.setShortDescription("getSelectedTabNum()"); */
/* aDescriptor.setExpert(false); */
/* aDescriptor.setHidden(false); */
} catch (Throwable exception) {
handleException(exception);
};
return aDescriptor;
}
/**
* Gets the getTabBackground() method descriptor.
* @return java.beans.MethodDescriptor
*/
public java.beans.MethodDescriptor getTabBackgroundMethodDescriptor() {
java.beans.MethodDescriptor aDescriptor = null;
try {
/* Create and return the getTabBackground() method descriptor. */
java.lang.reflect.Method aMethod = null;
try {
/* Attempt to find the method using getMethod with parameter types. */
java.lang.Class aParameterTypes[] = {};
aMethod = getBeanClass().getMethod("getTabBackground", aParameterTypes);
} catch (Throwable exception) {
/* Since getMethod failed, call findMethod. */
handleException(exception);
aMethod = findMethod(getBeanClass(), "getTabBackground", 0);
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -