📄 tabsplitterbeaninfo.java
字号:
};
return aDescriptor;
}
/**
* Gets the separateTabs(java.lang.String, java.awt.Component, java.lang.String, java.lang.String, java.awt.Component, java.lang.String, com.magelang.tabsplitter.SplitterPanel) method descriptor.
* @return java.beans.MethodDescriptor
*/
public java.beans.MethodDescriptor separateTabs_javalangString_javaawtComponent_javalangString_javalangString_javaawtComponent_javalangString_commagelangtabsplitterSplitterPanelMethodDescriptor() {
java.beans.MethodDescriptor aDescriptor = null;
try {
/* Create and return the separateTabs(java.lang.String, java.awt.Component, java.lang.String, java.lang.String, java.awt.Component, java.lang.String, com.magelang.tabsplitter.SplitterPanel) method descriptor. */
java.lang.reflect.Method aMethod = null;
try {
/* Attempt to find the method using getMethod with parameter types. */
java.lang.Class aParameterTypes[] = {
java.lang.String.class,
java.awt.Component.class,
java.lang.String.class,
java.lang.String.class,
java.awt.Component.class,
java.lang.String.class,
com.magelang.tabsplitter.SplitterPanel.class
};
aMethod = getBeanClass().getMethod("separateTabs", aParameterTypes);
} catch (Throwable exception) {
/* Since getMethod failed, call findMethod. */
handleException(exception);
aMethod = findMethod(getBeanClass(), "separateTabs", 7);
};
try {
/* Try creating the method descriptor with parameter descriptors. */
java.beans.ParameterDescriptor aParameterDescriptor1 = new java.beans.ParameterDescriptor();
aParameterDescriptor1.setName("arg1");
aParameterDescriptor1.setDisplayName("name1");
java.beans.ParameterDescriptor aParameterDescriptor2 = new java.beans.ParameterDescriptor();
aParameterDescriptor2.setName("arg2");
aParameterDescriptor2.setDisplayName("comp1");
java.beans.ParameterDescriptor aParameterDescriptor3 = new java.beans.ParameterDescriptor();
aParameterDescriptor3.setName("arg3");
aParameterDescriptor3.setDisplayName("exp1");
java.beans.ParameterDescriptor aParameterDescriptor4 = new java.beans.ParameterDescriptor();
aParameterDescriptor4.setName("arg4");
aParameterDescriptor4.setDisplayName("name2");
java.beans.ParameterDescriptor aParameterDescriptor5 = new java.beans.ParameterDescriptor();
aParameterDescriptor5.setName("arg5");
aParameterDescriptor5.setDisplayName("comp2");
java.beans.ParameterDescriptor aParameterDescriptor6 = new java.beans.ParameterDescriptor();
aParameterDescriptor6.setName("arg6");
aParameterDescriptor6.setDisplayName("exp2");
java.beans.ParameterDescriptor aParameterDescriptor7 = new java.beans.ParameterDescriptor();
aParameterDescriptor7.setName("arg7");
aParameterDescriptor7.setDisplayName("p");
java.beans.ParameterDescriptor aParameterDescriptors[] = {
aParameterDescriptor1,
aParameterDescriptor2,
aParameterDescriptor3,
aParameterDescriptor4,
aParameterDescriptor5,
aParameterDescriptor6,
aParameterDescriptor7
};
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("separateTabs(java"); */
aDescriptor.setShortDescription("separateTabs(java.lang.String, java.awt.Component, java.lang.String, java.lang.String, java.awt.Component, java.lang.String, com.magelang.tabsplitter.SplitterPanel)");
/* aDescriptor.setExpert(false); */
/* aDescriptor.setHidden(false); */
} catch (Throwable exception) {
handleException(exception);
};
return aDescriptor;
}
/**
* Gets the setFont(java.awt.Font) method descriptor.
* @return java.beans.MethodDescriptor
*/
public java.beans.MethodDescriptor setFont_javaawtFontMethodDescriptor() {
java.beans.MethodDescriptor aDescriptor = null;
try {
/* Create and return the setFont(java.awt.Font) method descriptor. */
java.lang.reflect.Method aMethod = null;
try {
/* Attempt to find the method using getMethod with parameter types. */
java.lang.Class aParameterTypes[] = {
java.awt.Font.class
};
aMethod = getBeanClass().getMethod("setFont", aParameterTypes);
} catch (Throwable exception) {
/* Since getMethod failed, call findMethod. */
handleException(exception);
aMethod = findMethod(getBeanClass(), "setFont", 1);
};
try {
/* Try creating the method descriptor with parameter descriptors. */
java.beans.ParameterDescriptor aParameterDescriptor1 = new java.beans.ParameterDescriptor();
aParameterDescriptor1.setName("arg1");
aParameterDescriptor1.setDisplayName("f");
java.beans.ParameterDescriptor aParameterDescriptors[] = {
aParameterDescriptor1
};
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("setFont(java"); */
aDescriptor.setShortDescription("setFont(java.awt.Font)");
/* aDescriptor.setExpert(false); */
/* aDescriptor.setHidden(false); */
} catch (Throwable exception) {
handleException(exception);
};
return aDescriptor;
}
/**
* Gets the show(int) method descriptor.
* @return java.beans.MethodDescriptor
*/
public java.beans.MethodDescriptor show_intMethodDescriptor() {
java.beans.MethodDescriptor aDescriptor = null;
try {
/* Create and return the show(int) method descriptor. */
java.lang.reflect.Method aMethod = null;
try {
/* Attempt to find the method using getMethod with parameter types. */
java.lang.Class aParameterTypes[] = {
int.class
};
aMethod = getBeanClass().getMethod("show", aParameterTypes);
} catch (Throwable exception) {
/* Since getMethod failed, call findMethod. */
handleException(exception);
aMethod = findMethod(getBeanClass(), "show", 1);
};
try {
/* Try creating the method descriptor with parameter descriptors. */
java.beans.ParameterDescriptor aParameterDescriptor1 = new java.beans.ParameterDescriptor();
aParameterDescriptor1.setName("arg1");
aParameterDescriptor1.setDisplayName("n");
java.beans.ParameterDescriptor aParameterDescriptors[] = {
aParameterDescriptor1
};
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("show(int)"); */
/* aDescriptor.setShortDescription("show(int)"); */
/* aDescriptor.setExpert(false); */
/* aDescriptor.setHidden(false); */
} catch (Throwable exception) {
handleException(exception);
};
return aDescriptor;
}
/**
* Gets the show(java.awt.Component) method descriptor.
* @return java.beans.MethodDescriptor
*/
public java.beans.MethodDescriptor show_javaawtComponentMethodDescriptor() {
java.beans.MethodDescriptor aDescriptor = null;
try {
/* Create and return the show(java.awt.Component) method descriptor. */
java.lang.reflect.Method aMethod = null;
try {
/* Attempt to find the method using getMethod with parameter types. */
java.lang.Class aParameterTypes[] = {
java.awt.Component.class
};
aMethod = getBeanClass().getMethod("show", aParameterTypes);
} catch (Throwable exception) {
/* Since getMethod failed, call findMethod. */
handleException(exception);
aMethod = findMethod(getBeanClass(), "show", 1);
};
try {
/* Try creating the method descriptor with parameter descriptors. */
java.beans.ParameterDescriptor aParameterDescriptor1 = new java.beans.ParameterDescriptor();
aParameterDescriptor1.setName("arg1");
aParameterDescriptor1.setDisplayName("comp");
java.beans.ParameterDescriptor aParameterDescriptors[] = {
aParameterDescriptor1
};
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("show(java"); */
aDescriptor.setShortDescription("show(java.awt.Component)");
/* aDescriptor.setExpert(false); */
/* aDescriptor.setHidden(false); */
} catch (Throwable exception) {
handleException(exception);
};
return aDescriptor;
}
/**
* Gets the show(java.lang.String) method descriptor.
* @return java.beans.MethodDescriptor
*/
public java.beans.MethodDescriptor show_javalangStringMethodDescriptor() {
java.beans.MethodDescriptor aDescriptor = null;
try {
/* Create and return the show(java.lang.String) method descriptor. */
java.lang.reflect.Method aMethod = null;
try {
/* Attempt to find the method using getMethod with parameter types. */
java.lang.Class aParameterTypes[] = {
java.lang.String.class
};
aMethod = getBeanClass().getMethod("show", aParameterTypes);
} catch (Throwable exception) {
/* Since getMethod failed, call findMethod. */
handleException(exception);
aMethod = findMethod(getBeanClass(), "show", 1);
};
try {
/* Try creating the method descriptor with parameter descriptors. */
java.beans.ParameterDescriptor aParameterDescriptor1 = new java.beans.ParameterDescriptor();
aParameterDescriptor1.setName("arg1");
aParameterDescriptor1.setDisplayName("tabName");
java.beans.ParameterDescriptor aParameterDescriptors[] = {
aParameterDescriptor1
};
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("show(java"); */
aDescriptor.setShortDescription("show(java.lang.String)");
/* aDescriptor.setExpert(false); */
/* aDescriptor.setHidden(false); */
} catch (Throwable exception) {
handleException(exception);
};
return aDescriptor;
}
/**
* Gets the swapOrientation() method descriptor.
* @return java.beans.MethodDescriptor
*/
public java.beans.MethodDescriptor swapOrientationMethodDescriptor() {
java.beans.MethodDescriptor aDescriptor = null;
try {
/* Create and return the swapOrientation() 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("swapOrientation", aParameterTypes);
} catch (Throwable exception) {
/* Since getMethod failed, call findMethod. */
handleException(exception);
aMethod = findMethod(getBeanClass(), "swapOrientation", 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("swapOrientation()"); */
/* aDescriptor.setShortDescription("swapOrientation()"); */
/* aDescriptor.setExpert(false); */
/* aDescriptor.setHidden(false); */
} catch (Throwable exception) {
handleException(exception);
};
return aDescriptor;
}
/**
* Gets the visibleComponentNum property descriptor.
* @return java.beans.PropertyDescriptor
*/
public java.beans.PropertyDescriptor visibleComponentNumPropertyDescriptor() {
java.beans.PropertyDescriptor aDescriptor = null;
try {
try {
/* Using methods via getMethod is the faster way to create the visibleComponentNum property descriptor. */
java.lang.reflect.Method aGetMethod = null;
try {
/* Attempt to find the method using getMethod with parameter types. */
java.lang.Class aGetMethodParameterTypes[] = {};
aGetMethod = getBeanClass().getMethod("getVisibleComponentNum", aGetMethodParameterTypes);
} catch (Throwable exception) {
/* Since getMethod failed, call findMethod. */
handleException(exception);
aGetMethod = findMethod(getBeanClass(), "getVisibleComponentNum", 0);
};
java.lang.reflect.Method aSetMethod = null;
aDescriptor = new java.beans.PropertyDescriptor("visibleComponentNum"
, aGetMethod, aSetMethod);
} catch (Throwable exception) {
/* Since we failed using methods, try creating a default property descriptor. */
handleException(exception);
aDescriptor = new java.beans.PropertyDescriptor("visibleComponentNum"
, getBeanClass());
};
/* aDescriptor.setBound(false); */
/* aDescriptor.setConstrained(false); */
/* aDescriptor.setDisplayName("visibleComponentNum"); */
/* aDescriptor.setShortDescription("visibleComponentNum"); */
/* aDescriptor.setExpert(false); */
/* aDescriptor.setHidden(false); */
} catch (Throwable exception) {
handleException(exception);
};
return aDescriptor;
}
/**
* Gets the visibleComponent property descriptor.
* @return java.beans.PropertyDescriptor
*/
public java.beans.PropertyDescriptor visibleComponentPropertyDescriptor() {
java.beans.PropertyDescriptor aDescriptor = null;
try {
try {
/* Using methods via getMethod is the faster way to create the visibleComponent property descriptor. */
java.lang.reflect.Method aGetMethod = null;
try {
/* Attempt to find the method using getMethod with parameter types. */
java.lang.Class aGetMethodParameterTypes[] = {};
aGetMethod = getBeanClass().getMethod("getVisibleComponent", aGetMethodParameterTypes);
} catch (Throwable exception) {
/* Since getMethod failed, call findMethod. */
handleException(exception);
aGetMethod = findMethod(getBeanClass(), "getVisibleComponent", 0);
};
java.lang.reflect.Method aSetMethod = null;
aDescriptor = new java.beans.PropertyDescriptor("visibleComponent"
, aGetMethod, aSetMethod);
} catch (Throwable exception) {
/* Since we failed using methods, try creating a default property descriptor. */
handleException(exception);
aDescriptor = new java.beans.PropertyDescriptor("visibleComponent"
, getBeanClass());
};
/* aDescriptor.setBound(false); */
/* aDescriptor.setConstrained(false); */
/* aDescriptor.setDisplayName("visibleComponent"); */
/* aDescriptor.setShortDescription("visibleComponent"); */
/* aDescriptor.setExpert(false); */
/* aDescriptor.setHidden(false); */
} catch (Throwable exception) {
handleException(exception);
};
return aDescriptor;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -